423d2e215b43ad9011dcbb4b69855d797f0229dd
[mono.git] / mcs / tests / ver-il-dmcs.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--This file contains expected IL and metadata produced by compiler for each test-->
3 <tests>
4   <test name="dtest-001.cs">
5     <type name="C">
6       <method name="Void set_Prop(System.Object)">
7         <size>8</size>
8       </method>
9       <method name="System.Object get_Prop()">
10         <size>7</size>
11       </method>
12       <method name="Void set_Prop2(System.Object)">
13         <size>1</size>
14       </method>
15       <method name="Void set_Item(System.Object, System.Object)">
16         <size>1</size>
17       </method>
18       <method name="System.Object get_Item(System.Object)">
19         <size>7</size>
20       </method>
21       <method name="System.Object Method(System.Object)">
22         <size>2</size>
23       </method>
24       <method name="Void .ctor(Object)">
25         <size>7</size>
26       </method>
27     </type>
28     <type name="Del">
29       <method name="System.Object Invoke(System.Object)">
30         <size>0</size>
31       </method>
32       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
33         <size>0</size>
34       </method>
35       <method name="System.Object EndInvoke(IAsyncResult)">
36         <size>0</size>
37       </method>
38       <method name="Void .ctor(Object, IntPtr)">
39         <size>0</size>
40       </method>
41     </type>
42     <type name="Test">
43       <method name="Int32 Main()">
44         <size>1053</size>
45       </method>
46       <method name="Void .ctor()">
47         <size>7</size>
48       </method>
49     </type>
50   </test>
51   <test name="dtest-002.cs">
52     <type name="C">
53       <method name="System.Object D()">
54         <size>2</size>
55       </method>
56       <method name="System.Object D2()">
57         <size>2</size>
58       </method>
59       <method name="Int32 Main()">
60         <size>2</size>
61       </method>
62       <method name="Void .ctor()">
63         <size>7</size>
64       </method>
65     </type>
66     <type name="AC">
67       <method name="Void Foo(System.Object[])">
68         <size>0</size>
69       </method>
70       <method name="Void .ctor()">
71         <size>7</size>
72       </method>
73     </type>
74     <type name="BC">
75       <method name="Void Foo(System.Object[])">
76         <size>1</size>
77       </method>
78       <method name="Void .ctor()">
79         <size>7</size>
80       </method>
81     </type>
82   </test>
83   <test name="dtest-003.cs">
84     <type name="AssertDynamicObject">
85       <method name="System.Dynamic.DynamicMetaObject GetFakeMetaObject(System.Object)">
86         <size>120</size>
87       </method>
88       <method name="System.Dynamic.DynamicMetaObject BindBinaryOperation(System.Dynamic.BinaryOperationBinder, System.Dynamic.DynamicMetaObject)">
89         <size>62</size>
90       </method>
91       <method name="System.Dynamic.DynamicMetaObject BindConvert(System.Dynamic.ConvertBinder)">
92         <size>53</size>
93       </method>
94       <method name="System.Dynamic.DynamicMetaObject BindGetIndex(System.Dynamic.GetIndexBinder, System.Dynamic.DynamicMetaObject[])">
95         <size>96</size>
96       </method>
97       <method name="System.Dynamic.DynamicMetaObject BindGetMember(System.Dynamic.GetMemberBinder)">
98         <size>53</size>
99       </method>
100       <method name="System.Dynamic.DynamicMetaObject BindInvoke(System.Dynamic.InvokeBinder, System.Dynamic.DynamicMetaObject[])">
101         <size>96</size>
102       </method>
103       <method name="System.Dynamic.DynamicMetaObject BindInvokeMember(System.Dynamic.InvokeMemberBinder, System.Dynamic.DynamicMetaObject[])">
104         <size>96</size>
105       </method>
106       <method name="System.Dynamic.DynamicMetaObject BindSetIndex(System.Dynamic.SetIndexBinder, System.Dynamic.DynamicMetaObject[], System.Dynamic.DynamicMetaObject)">
107         <size>102</size>
108       </method>
109       <method name="System.Dynamic.DynamicMetaObject BindSetMember(System.Dynamic.SetMemberBinder, System.Dynamic.DynamicMetaObject)">
110         <size>62</size>
111       </method>
112       <method name="System.Dynamic.DynamicMetaObject BindUnaryOperation(System.Dynamic.UnaryOperationBinder)">
113         <size>53</size>
114       </method>
115       <method name="System.Object &lt;BindGetIndex&gt;m__0(System.Dynamic.DynamicMetaObject)">
116         <size>7</size>
117       </method>
118       <method name="System.Object &lt;BindInvoke&gt;m__1(System.Dynamic.DynamicMetaObject)">
119         <size>7</size>
120       </method>
121       <method name="System.Object &lt;BindInvokeMember&gt;m__2(System.Dynamic.DynamicMetaObject)">
122         <size>7</size>
123       </method>
124       <method name="System.Object &lt;BindSetIndex&gt;m__3(System.Dynamic.DynamicMetaObject)">
125         <size>7</size>
126       </method>
127       <method name="Void .ctor(DynamicObjectMock, Expression)">
128         <size>21</size>
129       </method>
130     </type>
131     <type name="DynamicObjectMock">
132       <method name="System.Dynamic.DynamicMetaObject GetMetaObject(System.Linq.Expressions.Expression)">
133         <size>22</size>
134       </method>
135       <method name="Void DMethod(Int32)">
136         <size>1</size>
137       </method>
138       <method name="Void DStaticMethod(System.Object)">
139         <size>1</size>
140       </method>
141       <method name="Int32 get_Item(Int32)">
142         <size>2</size>
143       </method>
144       <method name="Void set_Item(Int32, Int32)">
145         <size>1</size>
146       </method>
147       <method name="Void .ctor()">
148         <size>7</size>
149       </method>
150       <method name="Void .ctor(Int32)">
151         <size>7</size>
152       </method>
153     </type>
154     <type name="Tester">
155       <method name="Void Assert[T](T, T, System.String)">
156         <size>97</size>
157       </method>
158       <method name="Void Assert[T](IList`1, IList`1, System.String)">
159         <size>249</size>
160       </method>
161       <method name="Void AssertArgument(System.Runtime.CompilerServices.CallSiteBinder, Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo[], System.String)">
162         <size>169</size>
163       </method>
164       <method name="Void BinaryAdd_1(System.Object, DynamicObjectMock)">
165         <size>123</size>
166       </method>
167       <method name="Void BinaryAdd_2(System.Object, DynamicObjectMock)">
168         <size>133</size>
169       </method>
170       <method name="Void BinaryAdd_3(System.Object, DynamicObjectMock)">
171         <size>123</size>
172       </method>
173       <method name="Void BinaryAdd_4(System.Object, DynamicObjectMock)">
174         <size>127</size>
175       </method>
176       <method name="Void BinaryAddChecked_1(System.Object, DynamicObjectMock)">
177         <size>123</size>
178       </method>
179       <method name="Void BinaryAddChecked_2(System.Object, DynamicObjectMock)">
180         <size>69</size>
181       </method>
182       <method name="Void BinaryAddAssign_1(System.Object, DynamicObjectMock)">
183         <size>124</size>
184       </method>
185       <method name="Void BinaryAddAssignChecked_1(System.Object, DynamicObjectMock)">
186         <size>124</size>
187       </method>
188       <method name="Void BinaryAnd_1(System.Object, DynamicObjectMock)">
189         <size>123</size>
190       </method>
191       <method name="Void BinaryAndAssign_1(System.Object, DynamicObjectMock)">
192         <size>124</size>
193       </method>
194       <method name="Void BinaryDivide_1(System.Object, DynamicObjectMock)">
195         <size>124</size>
196       </method>
197       <method name="Void BinaryDivideAssign_1(System.Object, DynamicObjectMock)">
198         <size>124</size>
199       </method>
200       <method name="Void BinaryEqual_1(System.Object, DynamicObjectMock)">
201         <size>124</size>
202       </method>
203       <method name="Void BinaryExclusiveOr_1(System.Object, DynamicObjectMock)">
204         <size>124</size>
205       </method>
206       <method name="Void BinaryExclusiveOrAssign_1(System.Object, DynamicObjectMock)">
207         <size>124</size>
208       </method>
209       <method name="Void BinaryGreaterThan_1(System.Object, DynamicObjectMock)">
210         <size>124</size>
211       </method>
212       <method name="Void BinaryGreaterThanOrEqual_1(System.Object, DynamicObjectMock)">
213         <size>124</size>
214       </method>
215       <method name="Void BinaryLeftShift_1(System.Object, DynamicObjectMock)">
216         <size>124</size>
217       </method>
218       <method name="Void BinaryLeftShiftAssign_1(System.Object, DynamicObjectMock)">
219         <size>124</size>
220       </method>
221       <method name="Void BinaryLessThan_1(System.Object, DynamicObjectMock)">
222         <size>124</size>
223       </method>
224       <method name="Void BinaryLessThanOrEqual_1(System.Object, DynamicObjectMock)">
225         <size>124</size>
226       </method>
227       <method name="Void BinaryModulo_1(System.Object, DynamicObjectMock)">
228         <size>124</size>
229       </method>
230       <method name="Void BinaryModuloAssign_1(System.Object, DynamicObjectMock)">
231         <size>124</size>
232       </method>
233       <method name="Void BinaryMultiply_1(System.Object, DynamicObjectMock)">
234         <size>124</size>
235       </method>
236       <method name="Void BinaryMultiplyAssign_1(System.Object, DynamicObjectMock)">
237         <size>124</size>
238       </method>
239       <method name="Void BinaryNotEqual_1(System.Object, DynamicObjectMock)">
240         <size>124</size>
241       </method>
242       <method name="Void BinaryOr_1(System.Object, DynamicObjectMock)">
243         <size>124</size>
244       </method>
245       <method name="Void BinaryOrAssign_1(System.Object, DynamicObjectMock)">
246         <size>124</size>
247       </method>
248       <method name="Void BinaryRightShift_1(System.Object, DynamicObjectMock)">
249         <size>124</size>
250       </method>
251       <method name="Void BinaryRightShiftAssign_1(System.Object, DynamicObjectMock)">
252         <size>124</size>
253       </method>
254       <method name="Void BinarySubtract_1(System.Object, DynamicObjectMock)">
255         <size>124</size>
256       </method>
257       <method name="Void BinarySubtractAssign_1(System.Object, DynamicObjectMock)">
258         <size>124</size>
259       </method>
260       <method name="Void Convert_1(System.Object, DynamicObjectMock)">
261         <size>110</size>
262       </method>
263       <method name="Void Convert_2(System.Object, DynamicObjectMock)">
264         <size>115</size>
265       </method>
266       <method name="Void Convert_3(System.Object, DynamicObjectMock)">
267         <size>110</size>
268       </method>
269       <method name="Void Convert_4(System.Object, DynamicObjectMock)">
270         <size>110</size>
271       </method>
272       <method name="Void GetIndex_1(System.Object, DynamicObjectMock)">
273         <size>121</size>
274       </method>
275       <method name="Void GetIndex_2(System.Object, DynamicObjectMock)">
276         <size>139</size>
277       </method>
278       <method name="Void GetIndex_3(System.Object, DynamicObjectMock)">
279         <size>122</size>
280       </method>
281       <method name="Void GetMember_1(System.Object, DynamicObjectMock)">
282         <size>115</size>
283       </method>
284       <method name="Void Invoke_1(System.Object, DynamicObjectMock)">
285         <size>139</size>
286       </method>
287       <method name="Void Invoke_2(System.Object, DynamicObjectMock)">
288         <size>113</size>
289       </method>
290       <method name="Void Invoke_3(System.Object, DynamicObjectMock)">
291         <size>139</size>
292       </method>
293       <method name="Void Invoke_4(System.Object, DynamicObjectMock)">
294         <size>148</size>
295       </method>
296       <method name="Void Invoke_5(System.Object, DynamicObjectMock)">
297         <size>154</size>
298       </method>
299       <method name="Void InvokeMember_1(System.Object, DynamicObjectMock)">
300         <size>131</size>
301       </method>
302       <method name="Void InvokeMember_2(System.Object, DynamicObjectMock)">
303         <size>136</size>
304       </method>
305       <method name="Void InvokeMember_3(System.Object, DynamicObjectMock)">
306         <size>135</size>
307       </method>
308       <method name="Void InvokeMember_4(System.Object, DynamicObjectMock)">
309         <size>132</size>
310       </method>
311       <method name="Void InvokeMember_5(System.Object, DynamicObjectMock)">
312         <size>105</size>
313       </method>
314       <method name="Void InvokeMember_6(System.Object, DynamicObjectMock)">
315         <size>142</size>
316       </method>
317       <method name="Void InvokeMember_7(System.Object, DynamicObjectMock)">
318         <size>137</size>
319       </method>
320       <method name="Void SetIndex_1(System.Object, DynamicObjectMock)">
321         <size>136</size>
322       </method>
323       <method name="Void SetIndex_2(System.Object, DynamicObjectMock)">
324         <size>150</size>
325       </method>
326       <method name="Void SetIndex_3(System.Object, DynamicObjectMock)">
327         <size>139</size>
328       </method>
329       <method name="Void SetMember_1(System.Object, DynamicObjectMock)">
330         <size>133</size>
331       </method>
332       <method name="Void UnaryPlus_1(System.Object, DynamicObjectMock)">
333         <size>113</size>
334       </method>
335       <method name="Void UnaryMinus_1(System.Object, DynamicObjectMock)">
336         <size>113</size>
337       </method>
338       <method name="Void UnaryNot_1(System.Object, DynamicObjectMock)">
339         <size>113</size>
340       </method>
341       <method name="Void UnaryOnesComplement_1(System.Object, DynamicObjectMock)">
342         <size>113</size>
343       </method>
344       <method name="Void UnaryDecrement_1(System.Object, DynamicObjectMock)">
345         <size>116</size>
346       </method>
347       <method name="Void UnaryDecrement_2(System.Object, DynamicObjectMock)">
348         <size>118</size>
349       </method>
350       <method name="Void UnaryIncrement_1(System.Object, DynamicObjectMock)">
351         <size>116</size>
352       </method>
353       <method name="Void UnaryIncrement_2(System.Object, DynamicObjectMock)">
354         <size>118</size>
355       </method>
356       <method name="Void UnaryIsFalse_1(System.Object, DynamicObjectMock)">
357         <size>158</size>
358       </method>
359       <method name="Void UnaryIsFalse_2(System.Object, DynamicObjectMock)">
360         <size>158</size>
361       </method>
362       <method name="Void UnaryIsFalse_3(System.Object, DynamicObjectMock)">
363         <size>245</size>
364       </method>
365       <method name="Void UnaryIsTrue_1(System.Object, DynamicObjectMock)">
366         <size>129</size>
367       </method>
368       <method name="Void UnaryIsTrue_2(System.Object, DynamicObjectMock)">
369         <size>246</size>
370       </method>
371       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
372         <size>130</size>
373       </method>
374       <method name="Int32 Main()">
375         <size>179</size>
376       </method>
377       <method name="Void &lt;BinaryAdd_1&gt;m__4(System.Dynamic.BinaryOperationBinder, System.Object)">
378         <size>72</size>
379       </method>
380       <method name="Void &lt;BinaryAdd_2&gt;m__5(System.Dynamic.BinaryOperationBinder, System.Object)">
381         <size>67</size>
382       </method>
383       <method name="Void &lt;BinaryAdd_3&gt;m__6(System.Dynamic.BinaryOperationBinder, System.Object)">
384         <size>72</size>
385       </method>
386       <method name="Void &lt;BinaryAdd_4&gt;m__7(System.Dynamic.BinaryOperationBinder, System.Object)">
387         <size>72</size>
388       </method>
389       <method name="Void &lt;BinaryAddChecked_1&gt;m__8(System.Dynamic.BinaryOperationBinder, System.Object)">
390         <size>72</size>
391       </method>
392       <method name="Void &lt;BinaryAddChecked_2&gt;m__9(System.Dynamic.BinaryOperationBinder, System.Object)">
393         <size>72</size>
394       </method>
395       <method name="Void &lt;BinaryAddAssign_1&gt;m__B(System.Dynamic.BinaryOperationBinder, System.Object)">
396         <size>73</size>
397       </method>
398       <method name="Void &lt;BinaryAddAssignChecked_1&gt;m__C(System.Dynamic.BinaryOperationBinder, System.Object)">
399         <size>73</size>
400       </method>
401       <method name="Void &lt;BinaryAnd_1&gt;m__D(System.Dynamic.BinaryOperationBinder, System.Object)">
402         <size>72</size>
403       </method>
404       <method name="Void &lt;BinaryAndAssign_1&gt;m__E(System.Dynamic.BinaryOperationBinder, System.Object)">
405         <size>73</size>
406       </method>
407       <method name="Void &lt;BinaryDivide_1&gt;m__F(System.Dynamic.BinaryOperationBinder, System.Object)">
408         <size>73</size>
409       </method>
410       <method name="Void &lt;BinaryDivideAssign_1&gt;m__10(System.Dynamic.BinaryOperationBinder, System.Object)">
411         <size>73</size>
412       </method>
413       <method name="Void &lt;BinaryEqual_1&gt;m__11(System.Dynamic.BinaryOperationBinder, System.Object)">
414         <size>73</size>
415       </method>
416       <method name="Void &lt;BinaryExclusiveOr_1&gt;m__12(System.Dynamic.BinaryOperationBinder, System.Object)">
417         <size>73</size>
418       </method>
419       <method name="Void &lt;BinaryExclusiveOrAssign_1&gt;m__13(System.Dynamic.BinaryOperationBinder, System.Object)">
420         <size>73</size>
421       </method>
422       <method name="Void &lt;BinaryGreaterThan_1&gt;m__14(System.Dynamic.BinaryOperationBinder, System.Object)">
423         <size>73</size>
424       </method>
425       <method name="Void &lt;BinaryGreaterThanOrEqual_1&gt;m__15(System.Dynamic.BinaryOperationBinder, System.Object)">
426         <size>73</size>
427       </method>
428       <method name="Void &lt;BinaryLeftShift_1&gt;m__16(System.Dynamic.BinaryOperationBinder, System.Object)">
429         <size>73</size>
430       </method>
431       <method name="Void &lt;BinaryLeftShiftAssign_1&gt;m__17(System.Dynamic.BinaryOperationBinder, System.Object)">
432         <size>73</size>
433       </method>
434       <method name="Void &lt;BinaryLessThan_1&gt;m__18(System.Dynamic.BinaryOperationBinder, System.Object)">
435         <size>73</size>
436       </method>
437       <method name="Void &lt;BinaryLessThanOrEqual_1&gt;m__19(System.Dynamic.BinaryOperationBinder, System.Object)">
438         <size>73</size>
439       </method>
440       <method name="Void &lt;BinaryModulo_1&gt;m__1A(System.Dynamic.BinaryOperationBinder, System.Object)">
441         <size>73</size>
442       </method>
443       <method name="Void &lt;BinaryModuloAssign_1&gt;m__1B(System.Dynamic.BinaryOperationBinder, System.Object)">
444         <size>73</size>
445       </method>
446       <method name="Void &lt;BinaryMultiply_1&gt;m__1C(System.Dynamic.BinaryOperationBinder, System.Object)">
447         <size>73</size>
448       </method>
449       <method name="Void &lt;BinaryMultiplyAssign_1&gt;m__1D(System.Dynamic.BinaryOperationBinder, System.Object)">
450         <size>73</size>
451       </method>
452       <method name="Void &lt;BinaryNotEqual_1&gt;m__1E(System.Dynamic.BinaryOperationBinder, System.Object)">
453         <size>73</size>
454       </method>
455       <method name="Void &lt;BinaryOr_1&gt;m__1F(System.Dynamic.BinaryOperationBinder, System.Object)">
456         <size>73</size>
457       </method>
458       <method name="Void &lt;BinaryOrAssign_1&gt;m__20(System.Dynamic.BinaryOperationBinder, System.Object)">
459         <size>73</size>
460       </method>
461       <method name="Void &lt;BinaryRightShift_1&gt;m__21(System.Dynamic.BinaryOperationBinder, System.Object)">
462         <size>73</size>
463       </method>
464       <method name="Void &lt;BinaryRightShiftAssign_1&gt;m__22(System.Dynamic.BinaryOperationBinder, System.Object)">
465         <size>73</size>
466       </method>
467       <method name="Void &lt;BinarySubtract_1&gt;m__23(System.Dynamic.BinaryOperationBinder, System.Object)">
468         <size>73</size>
469       </method>
470       <method name="Void &lt;BinarySubtractAssign_1&gt;m__24(System.Dynamic.BinaryOperationBinder, System.Object)">
471         <size>73</size>
472       </method>
473       <method name="System.Object &lt;Convert_1&gt;m__25(System.Dynamic.ConvertBinder)">
474         <size>50</size>
475       </method>
476       <method name="System.Object &lt;Convert_2&gt;m__26(System.Dynamic.ConvertBinder)">
477         <size>50</size>
478       </method>
479       <method name="System.Object &lt;Convert_3&gt;m__27(System.Dynamic.ConvertBinder)">
480         <size>50</size>
481       </method>
482       <method name="System.Object &lt;Convert_4&gt;m__28(System.Dynamic.ConvertBinder)">
483         <size>50</size>
484       </method>
485       <method name="Void .ctor()">
486         <size>7</size>
487       </method>
488       <method name="Void .ctor(Object)">
489         <size>7</size>
490       </method>
491       <method name="Void .cctor()">
492         <size>34</size>
493       </method>
494       <method name="Void Convert_5(System.Object, DynamicObjectMock)">
495         <size>226</size>
496       </method>
497       <method name="System.Object &lt;Convert_5&gt;m__29(System.Dynamic.ConvertBinder)">
498         <size>59</size>
499       </method>
500       <method name="Void &lt;GetIndex_1&gt;m__2A(System.Dynamic.GetIndexBinder, System.Object[])">
501         <size>92</size>
502       </method>
503       <method name="Void &lt;GetIndex_2&gt;m__2B(System.Dynamic.GetIndexBinder, System.Object[])">
504         <size>111</size>
505       </method>
506       <method name="Void &lt;Invoke_1&gt;m__2E(System.Dynamic.InvokeBinder, System.Object[])">
507         <size>101</size>
508       </method>
509       <method name="Void &lt;Invoke_2&gt;m__2F(System.Dynamic.InvokeBinder, System.Object[])">
510         <size>73</size>
511       </method>
512       <method name="Void &lt;Invoke_4&gt;m__30(System.Dynamic.InvokeBinder, System.Object[])">
513         <size>127</size>
514       </method>
515       <method name="Void &lt;Invoke_5&gt;m__31(System.Dynamic.InvokeBinder, System.Object[])">
516         <size>91</size>
517       </method>
518       <method name="Void &lt;Invoke_5&gt;m__32(System.Object)">
519         <size>93</size>
520       </method>
521     </type>
522     <type name="AssertDynamicObject+&lt;GetFakeMetaObject&gt;c__AnonStorey0">
523       <method name="Void .ctor()">
524         <size>7</size>
525       </method>
526     </type>
527     <type name="Tester+&lt;BinaryAddChecked_2&gt;c__AnonStorey1">
528       <method name="System.Object &lt;&gt;m__A()">
529         <size>91</size>
530       </method>
531       <method name="Void .ctor()">
532         <size>7</size>
533       </method>
534     </type>
535     <type name="Tester+&lt;GetIndex_3&gt;c__AnonStorey2">
536       <method name="Void &lt;&gt;m__2C(System.Dynamic.GetIndexBinder, System.Object[])">
537         <size>92</size>
538       </method>
539       <method name="Void .ctor()">
540         <size>7</size>
541       </method>
542     </type>
543     <type name="Tester+&lt;InvokeMember_2&gt;c__AnonStorey3">
544       <method name="Void .ctor()">
545         <size>7</size>
546       </method>
547     </type>
548     <type name="Tester+&lt;InvokeMember_6&gt;c__AnonStorey4">
549       <method name="Void .ctor()">
550         <size>7</size>
551       </method>
552     </type>
553     <type name="Tester+&lt;SetIndex_3&gt;c__AnonStorey5">
554       <method name="Void .ctor()">
555         <size>7</size>
556       </method>
557     </type>
558     <type name="Tester">
559       <method name="Void Invoke_6(System.Object, DynamicObjectMock)">
560         <size>124</size>
561       </method>
562       <method name="Void &lt;Invoke_6&gt;m__33(System.Dynamic.InvokeBinder, System.Object[])">
563         <size>92</size>
564       </method>
565       <method name="Void &lt;InvokeMember_1&gt;m__34(System.Dynamic.InvokeMemberBinder, System.Object[])">
566         <size>110</size>
567       </method>
568       <method name="Void &lt;InvokeMember_3&gt;m__36(System.Dynamic.InvokeMemberBinder, System.Object[])">
569         <size>111</size>
570       </method>
571       <method name="Void &lt;InvokeMember_4&gt;m__37(System.Dynamic.InvokeMemberBinder, System.Object[])">
572         <size>110</size>
573       </method>
574       <method name="Void &lt;InvokeMember_7&gt;m__39(System.Dynamic.InvokeMemberBinder, System.Object[])">
575         <size>90</size>
576       </method>
577     </type>
578     <type name="Tester+&lt;InvokeMember_2&gt;c__AnonStorey3">
579       <method name="Void &lt;&gt;m__35(System.Dynamic.InvokeMemberBinder, System.Object[])">
580         <size>109</size>
581       </method>
582     </type>
583     <type name="Tester+&lt;InvokeMember_6&gt;c__AnonStorey4">
584       <method name="Void &lt;&gt;m__38(System.Dynamic.InvokeMemberBinder, System.Object[])">
585         <size>119</size>
586       </method>
587     </type>
588     <type name="Tester">
589       <method name="Void SetMember_2(System.Object, DynamicObjectMock)">
590         <size>372</size>
591       </method>
592       <method name="System.Object &lt;GetMember_1&gt;m__2D(System.Dynamic.GetMemberBinder)">
593         <size>67</size>
594       </method>
595     </type>
596     <type name="Tester+&lt;SetMember_2&gt;c__AnonStorey6">
597       <method name="Void .ctor()">
598         <size>7</size>
599       </method>
600     </type>
601     <type name="Tester">
602       <method name="Void InvokeMember_8(System.Object, DynamicObjectMock)">
603         <size>140</size>
604       </method>
605       <method name="Void &lt;InvokeMember_8&gt;m__3A(System.Dynamic.InvokeMemberBinder, System.Object[])">
606         <size>111</size>
607       </method>
608       <method name="Void &lt;SetIndex_1&gt;m__3B(System.Dynamic.SetIndexBinder, System.Object[], System.Object)">
609         <size>124</size>
610       </method>
611       <method name="Void &lt;SetIndex_2&gt;m__3C(System.Dynamic.SetIndexBinder, System.Object[], System.Object)">
612         <size>139</size>
613       </method>
614       <method name="Void &lt;SetMember_1&gt;m__3E(System.Dynamic.SetMemberBinder, System.Object)">
615         <size>101</size>
616       </method>
617       <method name="Void &lt;SetMember_2&gt;m__40(System.Dynamic.BinaryOperationBinder, System.Object)">
618         <size>68</size>
619       </method>
620       <method name="Void &lt;SetMember_2&gt;m__41(System.Dynamic.SetMemberBinder, System.Object)">
621         <size>76</size>
622       </method>
623       <method name="System.Object &lt;UnaryPlus_1&gt;m__42(System.Dynamic.UnaryOperationBinder)">
624         <size>47</size>
625       </method>
626       <method name="System.Object &lt;UnaryMinus_1&gt;m__43(System.Dynamic.UnaryOperationBinder)">
627         <size>47</size>
628       </method>
629       <method name="System.Object &lt;UnaryNot_1&gt;m__44(System.Dynamic.UnaryOperationBinder)">
630         <size>47</size>
631       </method>
632       <method name="System.Object &lt;UnaryOnesComplement_1&gt;m__45(System.Dynamic.UnaryOperationBinder)">
633         <size>47</size>
634       </method>
635       <method name="System.Object &lt;UnaryDecrement_1&gt;m__46(System.Dynamic.UnaryOperationBinder)">
636         <size>47</size>
637       </method>
638       <method name="System.Object &lt;UnaryDecrement_2&gt;m__47(System.Dynamic.UnaryOperationBinder)">
639         <size>51</size>
640       </method>
641       <method name="System.Object &lt;UnaryIncrement_1&gt;m__48(System.Dynamic.UnaryOperationBinder)">
642         <size>47</size>
643       </method>
644       <method name="System.Object &lt;UnaryIncrement_2&gt;m__49(System.Dynamic.UnaryOperationBinder)">
645         <size>51</size>
646       </method>
647       <method name="System.Object &lt;UnaryIsFalse_1&gt;m__4A(System.Dynamic.UnaryOperationBinder)">
648         <size>52</size>
649       </method>
650       <method name="Void &lt;UnaryIsFalse_1&gt;m__4B(System.Dynamic.BinaryOperationBinder, System.Object)">
651         <size>68</size>
652       </method>
653       <method name="System.Object &lt;UnaryIsFalse_2&gt;m__4C(System.Dynamic.UnaryOperationBinder)">
654         <size>52</size>
655       </method>
656       <method name="Void &lt;UnaryIsFalse_2&gt;m__4D(System.Dynamic.BinaryOperationBinder, System.Object)">
657         <size>68</size>
658       </method>
659       <method name="System.Object &lt;UnaryIsFalse_3&gt;m__4E(System.Dynamic.UnaryOperationBinder)">
660         <size>52</size>
661       </method>
662       <method name="Void &lt;UnaryIsFalse_3&gt;m__4F(System.Dynamic.BinaryOperationBinder, System.Object)">
663         <size>67</size>
664       </method>
665       <method name="System.Object &lt;UnaryIsTrue_1&gt;m__50(System.Dynamic.UnaryOperationBinder)">
666         <size>52</size>
667       </method>
668       <method name="System.Object &lt;UnaryIsTrue_2&gt;m__51(System.Dynamic.UnaryOperationBinder)">
669         <size>52</size>
670       </method>
671       <method name="Void &lt;UnaryIsTrue_2&gt;m__52(System.Dynamic.BinaryOperationBinder, System.Object)">
672         <size>68</size>
673       </method>
674       <method name="Boolean &lt;Main&gt;m__55(System.Reflection.MethodInfo)">
675         <size>12</size>
676       </method>
677     </type>
678     <type name="Tester+&lt;SetIndex_3&gt;c__AnonStorey5">
679       <method name="Void &lt;&gt;m__3D(System.Dynamic.SetIndexBinder, System.Object[], System.Object)">
680         <size>119</size>
681       </method>
682     </type>
683     <type name="Tester+&lt;SetMember_2&gt;c__AnonStorey6">
684       <method name="System.Object &lt;&gt;m__3F(System.Dynamic.GetMemberBinder)">
685         <size>72</size>
686       </method>
687     </type>
688     <type name="Tester">
689       <method name="Void BinaryLogicalAnd_1(System.Object, DynamicObjectMock)">
690         <size>116</size>
691       </method>
692       <method name="Void BinaryLogicalOr_1(System.Object, DynamicObjectMock)">
693         <size>117</size>
694       </method>
695       <method name="Void UnaryIsTrue_3(System.Object, DynamicObjectMock)">
696         <size>248</size>
697       </method>
698       <method name="System.Object &lt;UnaryIsTrue_3&gt;m__53(System.Dynamic.UnaryOperationBinder)">
699         <size>52</size>
700       </method>
701       <method name="Void &lt;UnaryIsTrue_3&gt;m__54(System.Dynamic.BinaryOperationBinder, System.Object)">
702         <size>73</size>
703       </method>
704       <method name="System.String &lt;Main&gt;m__56(System.Reflection.MethodInfo)">
705         <size>7</size>
706       </method>
707       <method name="Boolean &lt;Main&gt;m__57(System.Reflection.MethodInfo)">
708         <size>7</size>
709       </method>
710       <method name="Boolean &lt;Main&gt;m__58(Boolean)">
711         <size>5</size>
712       </method>
713     </type>
714     <type name="Tester+&lt;InvokeMember_3&gt;c__DynamicSite32+Container0">
715       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
716         <size>0</size>
717       </method>
718       <method name="Void .ctor(Object, IntPtr)">
719         <size>0</size>
720       </method>
721     </type>
722     <type name="Tester+&lt;InvokeMember_4&gt;c__DynamicSite33+Container0">
723       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
724         <size>0</size>
725       </method>
726       <method name="Void .ctor(Object, IntPtr)">
727         <size>0</size>
728       </method>
729     </type>
730     <type name="Tester+&lt;InvokeMember_8&gt;c__DynamicSite37+Container0">
731       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, System.Object ByRef)">
732         <size>0</size>
733       </method>
734       <method name="Void .ctor(Object, IntPtr)">
735         <size>0</size>
736       </method>
737     </type>
738   </test>
739   <test name="dtest-004.cs">
740     <type name="G`1[T]">
741       <method name="Void .ctor()">
742         <size>7</size>
743       </method>
744     </type>
745     <type name="C">
746       <method name="System.Object Create()">
747         <size>7</size>
748       </method>
749       <method name="Void M[T]()">
750         <size>18</size>
751       </method>
752       <method name="Int32 Main()">
753         <size>113</size>
754       </method>
755       <method name="Void .ctor()">
756         <size>7</size>
757       </method>
758     </type>
759   </test>
760   <test name="dtest-005.cs">
761     <type name="MyObject">
762       <method name="Boolean TryGetMember(System.Dynamic.GetMemberBinder, System.Object ByRef)">
763         <size>27</size>
764       </method>
765       <method name="Boolean TryInvokeMember(System.Dynamic.InvokeMemberBinder, System.Object[], System.Object ByRef)">
766         <size>27</size>
767       </method>
768       <method name="Void .ctor()">
769         <size>7</size>
770       </method>
771     </type>
772     <type name="Tests">
773       <method name="Int32 Main()">
774         <size>242</size>
775       </method>
776       <method name="Void .ctor()">
777         <size>7</size>
778       </method>
779     </type>
780   </test>
781   <test name="dtest-006.cs">
782     <type name="InverseLogicalOperator">
783       <method name="Boolean op_True(InverseLogicalOperator)">
784         <size>8</size>
785       </method>
786       <method name="Boolean op_False(InverseLogicalOperator)">
787         <size>8</size>
788       </method>
789       <method name="Void .ctor(Boolean)">
790         <size>8</size>
791       </method>
792     </type>
793     <type name="MyType">
794       <method name="Int16 get_ShortProp()">
795         <size>7</size>
796       </method>
797       <method name="Void set_ShortProp(Int16)">
798         <size>8</size>
799       </method>
800       <method name="Int32 GetHashCode()">
801         <size>6</size>
802       </method>
803       <method name="System.String ToString()">
804         <size>12</size>
805       </method>
806       <method name="Boolean op_True(MyType)">
807         <size>14</size>
808       </method>
809       <method name="Boolean op_False(MyType)">
810         <size>11</size>
811       </method>
812       <method name="MyType op_Addition(MyType, MyType)">
813         <size>21</size>
814       </method>
815       <method name="MyType op_Subtraction(MyType, MyType)">
816         <size>21</size>
817       </method>
818       <method name="MyType op_Division(MyType, MyType)">
819         <size>21</size>
820       </method>
821       <method name="MyType op_Multiply(MyType, MyType)">
822         <size>21</size>
823       </method>
824       <method name="MyType op_Modulus(MyType, MyType)">
825         <size>21</size>
826       </method>
827       <method name="MyType op_BitwiseAnd(MyType, MyType)">
828         <size>21</size>
829       </method>
830       <method name="MyType op_BitwiseOr(MyType, MyType)">
831         <size>21</size>
832       </method>
833       <method name="MyType op_ExclusiveOr(MyType, MyType)">
834         <size>21</size>
835       </method>
836       <method name="Boolean op_Equality(MyType, MyType)">
837         <size>17</size>
838       </method>
839       <method name="Boolean op_Inequality(MyType, MyType)">
840         <size>20</size>
841       </method>
842       <method name="Boolean op_GreaterThan(MyType, MyType)">
843         <size>17</size>
844       </method>
845       <method name="Boolean op_LessThan(MyType, MyType)">
846         <size>17</size>
847       </method>
848       <method name="Boolean op_GreaterThanOrEqual(MyType, MyType)">
849         <size>20</size>
850       </method>
851       <method name="Boolean op_LessThanOrEqual(MyType, MyType)">
852         <size>20</size>
853       </method>
854       <method name="Boolean op_LogicalNot(MyType)">
855         <size>11</size>
856       </method>
857       <method name="Int32 op_OnesComplement(MyType)">
858         <size>9</size>
859       </method>
860       <method name="MyType op_Increment(MyType)">
861         <size>15</size>
862       </method>
863       <method name="MyType op_Decrement(MyType)">
864         <size>15</size>
865       </method>
866       <method name="Int32 op_RightShift(MyType, Int32)">
867         <size>13</size>
868       </method>
869       <method name="Int32 op_LeftShift(MyType, Int32)">
870         <size>13</size>
871       </method>
872       <method name="MyType op_UnaryNegation(MyType)">
873         <size>14</size>
874       </method>
875       <method name="MyType op_UnaryPlus(MyType)">
876         <size>11</size>
877       </method>
878       <method name="Void .ctor(Int32)">
879         <size>8</size>
880       </method>
881     </type>
882     <type name="MyTypeExplicit">
883       <method name="Int32 op_Explicit(MyTypeExplicit)">
884         <size>7</size>
885       </method>
886       <method name="Void .ctor(Int32)">
887         <size>14</size>
888       </method>
889     </type>
890     <type name="MyTypeImplicitOnly">
891       <method name="Int16 op_Implicit(MyTypeImplicitOnly)">
892         <size>8</size>
893       </method>
894       <method name="Boolean op_Implicit(MyTypeImplicitOnly)">
895         <size>14</size>
896       </method>
897       <method name="Void .ctor(Int16)">
898         <size>8</size>
899       </method>
900     </type>
901     <type name="Tester">
902       <method name="Void add_ev_assign(System.Action)">
903         <size>47</size>
904       </method>
905       <method name="Void remove_ev_assign(System.Action)">
906         <size>47</size>
907       </method>
908       <method name="Void Assert[T](T, T, System.String)">
909         <size>78</size>
910       </method>
911       <method name="Void AssertChecked[T](System.Func`1[T], T, System.String)">
912         <size>42</size>
913       </method>
914       <method name="Void AssertChecked(System.Action, System.String)">
915         <size>35</size>
916       </method>
917       <method name="Void AddTest()">
918         <size>1370</size>
919       </method>
920       <method name="Void AddNullableTest()">
921         <size>2278</size>
922       </method>
923       <method name="Void AddEnumTest()">
924         <size>874</size>
925       </method>
926       <method name="Void AddCheckedTest()">
927         <size>345</size>
928       </method>
929       <method name="Void AddStringTest()">
930         <size>1144</size>
931       </method>
932       <method name="Void AddAssignTest()">
933         <size>1154</size>
934       </method>
935       <method name="Void AddAssignNullableTest()">
936         <size>13</size>
937       </method>
938       <method name="Void AddAssignEnumTest()">
939         <size>443</size>
940       </method>
941       <method name="Void AddAssignCheckedTest()">
942         <size>319</size>
943       </method>
944       <method name="Void AddAssignStringTest()">
945         <size>876</size>
946       </method>
947       <method name="Void AddAssignEvent()">
948         <size>3</size>
949       </method>
950       <method name="Void AndTest()">
951         <size>1536</size>
952       </method>
953       <method name="Void AndTestEnum()">
954         <size>670</size>
955       </method>
956       <method name="Void AndTestNullable()">
957         <size>1808</size>
958       </method>
959       <method name="Void AndAssignedTest()">
960         <size>911</size>
961       </method>
962       <method name="Void AndAssignedTestEnum()">
963         <size>683</size>
964       </method>
965       <method name="Void AndAlsoTest()">
966         <size>1252</size>
967       </method>
968       <method name="Void DivideTest()">
969         <size>927</size>
970       </method>
971       <method name="Void DivideNullableTest()">
972         <size>2306</size>
973       </method>
974       <method name="Void DivideCheckedTest()">
975         <size>1</size>
976       </method>
977       <method name="Void DivideAssignTest()">
978         <size>1143</size>
979       </method>
980       <method name="Void DivideAssignCheckedTest()">
981         <size>1</size>
982       </method>
983       <method name="Void ConvertImplicitTest()">
984         <size>1265</size>
985       </method>
986       <method name="Int32 ConvertImplicitReturnTest()">
987         <size>75</size>
988       </method>
989       <method name="IEnumerable`1 ConvertImplicitReturnTest_2()">
990         <size>16</size>
991       </method>
992       <method name="Void ConvertExplicitTest()">
993         <size>502</size>
994       </method>
995       <method name="Void ConvertExplicitCheckedTest()">
996         <size>87</size>
997       </method>
998       <method name="Void ConvertArray()">
999         <size>167</size>
1000       </method>
1001       <method name="Void EqualTest()">
1002         <size>1941</size>
1003       </method>
1004       <method name="Void EqualNullableTest()">
1005         <size>3033</size>
1006       </method>
1007       <method name="Void EqualEnumTest()">
1008         <size>1047</size>
1009       </method>
1010       <method name="Void EqualStringTest()">
1011         <size>630</size>
1012       </method>
1013       <method name="Void EqualDelegateTest()">
1014         <size>18</size>
1015       </method>
1016       <method name="Void ExclusiveOrTest()">
1017         <size>1546</size>
1018       </method>
1019       <method name="Void ExclusiveOrNullableTest()">
1020         <size>1816</size>
1021       </method>
1022       <method name="Void ExclusiveOrTestEnum()">
1023         <size>692</size>
1024       </method>
1025       <method name="Void ExclusiveOrAssignedTest()">
1026         <size>893</size>
1027       </method>
1028       <method name="Void ExclusiveOrAssignedTestEnum()">
1029         <size>685</size>
1030       </method>
1031       <method name="Void GreaterThanTest()">
1032         <size>1983</size>
1033       </method>
1034       <method name="Void GreaterThanNullableTest()">
1035         <size>2406</size>
1036       </method>
1037       <method name="Void GreaterThanEnumTest()">
1038         <size>1047</size>
1039       </method>
1040       <method name="Void GreaterThanEqualTest()">
1041         <size>1983</size>
1042       </method>
1043       <method name="Void GreaterThanEqualNullableTest()">
1044         <size>2406</size>
1045       </method>
1046       <method name="Void GreaterThanEqualEnumTest()">
1047         <size>1047</size>
1048       </method>
1049       <method name="Void LeftShiftTest()">
1050         <size>1366</size>
1051       </method>
1052       <method name="Void LeftShiftNullableTest()">
1053         <size>1137</size>
1054       </method>
1055       <method name="Void LeftShiftAssignTest()">
1056         <size>649</size>
1057       </method>
1058       <method name="Void LeftShiftAssignNullableTest()">
1059         <size>443</size>
1060       </method>
1061       <method name="Void LessThanTest()">
1062         <size>1983</size>
1063       </method>
1064       <method name="Void LessThanNullableTest()">
1065         <size>2420</size>
1066       </method>
1067       <method name="Void LessThanEnumTest()">
1068         <size>1047</size>
1069       </method>
1070       <method name="Void LessThanOrEqualTest()">
1071         <size>1983</size>
1072       </method>
1073       <method name="Void LessThanOrEqualNullableTest()">
1074         <size>2406</size>
1075       </method>
1076       <method name="Void LessThanOrEqualEnumTest()">
1077         <size>1047</size>
1078       </method>
1079       <method name="Void ModuloTest()">
1080         <size>923</size>
1081       </method>
1082       <method name="Void ModuloNullableTest()">
1083         <size>2294</size>
1084       </method>
1085       <method name="Void ModuloAssignTest()">
1086         <size>1137</size>
1087       </method>
1088       <method name="Void MultiplyTest()">
1089         <size>1167</size>
1090       </method>
1091       <method name="Void MultiplyNullableTest()">
1092         <size>2294</size>
1093       </method>
1094       <method name="Void MultiplyCheckedTest()">
1095         <size>343</size>
1096       </method>
1097       <method name="Void MultiplyAssignTest()">
1098         <size>1327</size>
1099       </method>
1100       <method name="Void MultiplyAssignCheckedTest()">
1101         <size>317</size>
1102       </method>
1103       <method name="Void Negate()">
1104         <size>1311</size>
1105       </method>
1106       <method name="Void NegateNullable()">
1107         <size>1117</size>
1108       </method>
1109       <method name="Void NegateChecked()">
1110         <size>51</size>
1111       </method>
1112       <method name="Void Not()">
1113         <size>404</size>
1114       </method>
1115       <method name="Void NotEqualTest()">
1116         <size>1945</size>
1117       </method>
1118       <method name="Void NotEqualNullableTest()">
1119         <size>3033</size>
1120       </method>
1121       <method name="Void NotEqualEnumTest()">
1122         <size>1047</size>
1123       </method>
1124       <method name="Void NotEqualStringTest()">
1125         <size>630</size>
1126       </method>
1127       <method name="Void OnesComplement()">
1128         <size>818</size>
1129       </method>
1130       <method name="Void OnesComplementNullable()">
1131         <size>418</size>
1132       </method>
1133       <method name="Void OrTest()">
1134         <size>1546</size>
1135       </method>
1136       <method name="Void OrTestEnum()">
1137         <size>674</size>
1138       </method>
1139       <method name="Void OrTestNullable()">
1140         <size>1592</size>
1141       </method>
1142       <method name="Void OrAssignedTest()">
1143         <size>911</size>
1144       </method>
1145       <method name="Void OrAssignedTestEnum()">
1146         <size>685</size>
1147       </method>
1148       <method name="Void OrElseTest()">
1149         <size>1257</size>
1150       </method>
1151       <method name="Void RightShiftTest()">
1152         <size>1152</size>
1153       </method>
1154       <method name="Void RightShiftNullableTest()">
1155         <size>1136</size>
1156       </method>
1157       <method name="Void RightShiftAssignTest()">
1158         <size>649</size>
1159       </method>
1160       <method name="Void RightShiftAssignNullableTest()">
1161         <size>442</size>
1162       </method>
1163       <method name="Void SubtractTest()">
1164         <size>1132</size>
1165       </method>
1166       <method name="Void SubtractNullableTest()">
1167         <size>2289</size>
1168       </method>
1169       <method name="Void SubtractEnumTest()">
1170         <size>896</size>
1171       </method>
1172       <method name="Void SubtractCheckedTest()">
1173         <size>346</size>
1174       </method>
1175       <method name="Void SubtractAssignTest()">
1176         <size>1154</size>
1177       </method>
1178       <method name="Void SubtractAssignEnumTest()">
1179         <size>454</size>
1180       </method>
1181       <method name="Void SubtractAssignCheckedTest()">
1182         <size>319</size>
1183       </method>
1184       <method name="Void SubtractAssignEvent()">
1185         <size>33</size>
1186       </method>
1187       <method name="Void UnaryDecrement()">
1188         <size>991</size>
1189       </method>
1190       <method name="Void UnaryDecrementCheckedTest()">
1191         <size>295</size>
1192       </method>
1193       <method name="Void UnaryIncrement()">
1194         <size>992</size>
1195       </method>
1196       <method name="Void UnaryIncrementCheckedTest()">
1197         <size>292</size>
1198       </method>
1199       <method name="Void UnaryIsTrue()">
1200         <size>428</size>
1201       </method>
1202       <method name="Void UnaryPlus()">
1203         <size>1114</size>
1204       </method>
1205       <method name="Void UnaryPlusNullable()">
1206         <size>1119</size>
1207       </method>
1208       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
1209         <size>87</size>
1210       </method>
1211       <method name="Int32 Main()">
1212         <size>179</size>
1213       </method>
1214       <method name="Void &lt;SubtractAssignEvent&gt;m__C()">
1215         <size>11</size>
1216       </method>
1217       <method name="Boolean &lt;Main&gt;m__F(System.Reflection.MethodInfo)">
1218         <size>12</size>
1219       </method>
1220       <method name="System.String &lt;Main&gt;m__10(System.Reflection.MethodInfo)">
1221         <size>7</size>
1222       </method>
1223       <method name="Boolean &lt;Main&gt;m__11(System.Reflection.MethodInfo)">
1224         <size>7</size>
1225       </method>
1226       <method name="Boolean &lt;Main&gt;m__12(Boolean)">
1227         <size>5</size>
1228       </method>
1229       <method name="Void .ctor()">
1230         <size>7</size>
1231       </method>
1232     </type>
1233     <type name="Tester+EmptyDelegate">
1234       <method name="Void Invoke()">
1235         <size>0</size>
1236       </method>
1237       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
1238         <size>0</size>
1239       </method>
1240       <method name="Void EndInvoke(IAsyncResult)">
1241         <size>0</size>
1242       </method>
1243       <method name="Void .ctor(Object, IntPtr)">
1244         <size>0</size>
1245       </method>
1246     </type>
1247     <type name="Tester+&lt;AddCheckedTest&gt;c__AnonStorey1">
1248       <method name="System.Object &lt;&gt;m__0()">
1249         <size>96</size>
1250       </method>
1251       <method name="System.Object &lt;&gt;m__1()">
1252         <size>96</size>
1253       </method>
1254       <method name="Void .ctor()">
1255         <size>7</size>
1256       </method>
1257     </type>
1258     <type name="Tester+&lt;AddAssignCheckedTest&gt;c__AnonStorey2">
1259       <method name="Void &lt;&gt;m__2()">
1260         <size>233</size>
1261       </method>
1262       <method name="Void .ctor()">
1263         <size>7</size>
1264       </method>
1265     </type>
1266     <type name="Tester+&lt;ConvertImplicitReturnTest_2&gt;c__Iterator0">
1267       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
1268         <size>7</size>
1269       </method>
1270       <method name="System.Object System.Collections.IEnumerator.get_Current()">
1271         <size>7</size>
1272       </method>
1273       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
1274         <size>7</size>
1275       </method>
1276       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;string&gt;.GetEnumerator()">
1277         <size>26</size>
1278       </method>
1279       <method name="Boolean MoveNext()">
1280         <size>145</size>
1281       </method>
1282       <method name="Void Dispose()">
1283         <size>8</size>
1284       </method>
1285       <method name="Void Reset()">
1286         <size>6</size>
1287       </method>
1288       <method name="Void .ctor()">
1289         <size>7</size>
1290       </method>
1291     </type>
1292     <type name="Tester+&lt;ConvertExplicitCheckedTest&gt;c__AnonStorey3">
1293       <method name="Int32 &lt;&gt;m__3()">
1294         <size>74</size>
1295       </method>
1296       <method name="Nullable`1 &lt;&gt;m__4()">
1297         <size>74</size>
1298       </method>
1299       <method name="Void .ctor()">
1300         <size>7</size>
1301       </method>
1302     </type>
1303     <type name="Tester+&lt;MultiplyCheckedTest&gt;c__AnonStorey4">
1304       <method name="System.Object &lt;&gt;m__5()">
1305         <size>97</size>
1306       </method>
1307       <method name="System.Object &lt;&gt;m__6()">
1308         <size>97</size>
1309       </method>
1310       <method name="Void .ctor()">
1311         <size>7</size>
1312       </method>
1313     </type>
1314     <type name="Tester+&lt;MultiplyAssignCheckedTest&gt;c__AnonStorey5">
1315       <method name="Void &lt;&gt;m__7()">
1316         <size>233</size>
1317       </method>
1318       <method name="Void .ctor()">
1319         <size>7</size>
1320       </method>
1321     </type>
1322     <type name="Tester+&lt;NegateChecked&gt;c__AnonStorey6">
1323       <method name="System.Object &lt;&gt;m__8()">
1324         <size>81</size>
1325       </method>
1326       <method name="Void .ctor()">
1327         <size>7</size>
1328       </method>
1329     </type>
1330     <type name="Tester+&lt;SubtractCheckedTest&gt;c__AnonStorey7">
1331       <method name="System.Object &lt;&gt;m__9()">
1332         <size>97</size>
1333       </method>
1334       <method name="System.Object &lt;&gt;m__A()">
1335         <size>97</size>
1336       </method>
1337       <method name="Void .ctor()">
1338         <size>7</size>
1339       </method>
1340     </type>
1341     <type name="Tester+&lt;SubtractAssignCheckedTest&gt;c__AnonStorey8">
1342       <method name="Void &lt;&gt;m__B()">
1343         <size>233</size>
1344       </method>
1345       <method name="Void .ctor()">
1346         <size>7</size>
1347       </method>
1348     </type>
1349     <type name="Tester+&lt;UnaryDecrementCheckedTest&gt;c__AnonStorey9">
1350       <method name="Void &lt;&gt;m__D()">
1351         <size>223</size>
1352       </method>
1353       <method name="Void .ctor()">
1354         <size>7</size>
1355       </method>
1356     </type>
1357     <type name="Tester+&lt;UnaryIncrementCheckedTest&gt;c__AnonStoreyA">
1358       <method name="Void &lt;&gt;m__E()">
1359         <size>219</size>
1360       </method>
1361       <method name="Void .ctor()">
1362         <size>7</size>
1363       </method>
1364     </type>
1365   </test>
1366   <test name="dtest-007.cs">
1367     <type name="D">
1368       <method name="Void Invoke()">
1369         <size>0</size>
1370       </method>
1371       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
1372         <size>0</size>
1373       </method>
1374       <method name="Void EndInvoke(IAsyncResult)">
1375         <size>0</size>
1376       </method>
1377       <method name="Void .ctor(Object, IntPtr)">
1378         <size>0</size>
1379       </method>
1380     </type>
1381     <type name="D2">
1382       <method name="Void Invoke(Decimal)">
1383         <size>0</size>
1384       </method>
1385       <method name="IAsyncResult BeginInvoke(Decimal, System.AsyncCallback, System.Object)">
1386         <size>0</size>
1387       </method>
1388       <method name="Void EndInvoke(IAsyncResult)">
1389         <size>0</size>
1390       </method>
1391       <method name="Void .ctor(Object, IntPtr)">
1392         <size>0</size>
1393       </method>
1394     </type>
1395     <type name="Class">
1396       <method name="UInt32 get_Item(Byte)">
1397         <size>9</size>
1398       </method>
1399       <method name="Void set_Item(Byte, UInt32)">
1400         <size>8</size>
1401       </method>
1402       <method name="Byte get_Prop()">
1403         <size>7</size>
1404       </method>
1405       <method name="Void set_Prop(Byte)">
1406         <size>8</size>
1407       </method>
1408       <method name="Void set_FixedValue(Int32)">
1409         <size>1</size>
1410       </method>
1411       <method name="Int32 get_FixedValue()">
1412         <size>6</size>
1413       </method>
1414       <method name="System.String Method(System.String)">
1415         <size>2</size>
1416       </method>
1417       <method name="Int32 Method(Int32, Byte)">
1418         <size>4</size>
1419       </method>
1420       <method name="Void MethodInOut(Int32 ByRef, System.String ByRef)">
1421         <size>11</size>
1422       </method>
1423       <method name="Void GenericVoid[T](T)">
1424         <size>1</size>
1425       </method>
1426       <method name="Int32 StaticMethod(System.Int32[])">
1427         <size>8</size>
1428       </method>
1429       <method name="Void .ctor()">
1430         <size>44</size>
1431       </method>
1432       <method name="Void .ctor(SByte)">
1433         <size>52</size>
1434       </method>
1435       <method name="Void .cctor()">
1436         <size>16</size>
1437       </method>
1438     </type>
1439     <type name="Tester">
1440       <method name="Void add_e(System.Func`1[System.Int32])">
1441         <size>47</size>
1442       </method>
1443       <method name="Void remove_e(System.Func`1[System.Int32])">
1444         <size>47</size>
1445       </method>
1446       <method name="Void Assert[T](T, T, System.String)">
1447         <size>78</size>
1448       </method>
1449       <method name="Void AssertError(System.Action, System.String)">
1450         <size>35</size>
1451       </method>
1452       <method name="Void GetIndexTest()">
1453         <size>915</size>
1454       </method>
1455       <method name="Void GetIndexError_Null()">
1456         <size>36</size>
1457       </method>
1458       <method name="Void InvokeTest()">
1459         <size>458</size>
1460       </method>
1461       <method name="Void InvokeMember()">
1462         <size>906</size>
1463       </method>
1464       <method name="Void InvokeConstructor()">
1465         <size>231</size>
1466       </method>
1467       <method name="Void IsEvent()">
1468         <size>2673</size>
1469       </method>
1470       <method name="Void MemberGetTest()">
1471         <size>810</size>
1472       </method>
1473       <method name="Void MemberGetError_Null()">
1474         <size>36</size>
1475       </method>
1476       <method name="Void MemberSetTest()">
1477         <size>2964</size>
1478       </method>
1479       <method name="Void MemberSetError_Null()">
1480         <size>36</size>
1481       </method>
1482       <method name="Void SetIndexTest()">
1483         <size>2900</size>
1484       </method>
1485       <method name="Void SetIndexError_Null()">
1486         <size>36</size>
1487       </method>
1488       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
1489         <size>87</size>
1490       </method>
1491       <method name="Int32 Main()">
1492         <size>179</size>
1493       </method>
1494       <method name="Int32 &lt;InvokeTest&gt;m__1(System.String)">
1495         <size>2</size>
1496       </method>
1497       <method name="Void .ctor()">
1498         <size>7</size>
1499       </method>
1500     </type>
1501     <type name="&lt;PrivateImplementationDetails&gt;">
1502       <method name="Void .ctor()">
1503         <size>7</size>
1504       </method>
1505     </type>
1506     <type name="Tester+&lt;GetIndexError_Null&gt;c__AnonStorey0">
1507       <method name="Void &lt;&gt;m__0()">
1508         <size>91</size>
1509       </method>
1510       <method name="Void .ctor()">
1511         <size>7</size>
1512       </method>
1513     </type>
1514     <type name="Tester+&lt;MemberGetError_Null&gt;c__AnonStorey1">
1515       <method name="Void .ctor()">
1516         <size>7</size>
1517       </method>
1518     </type>
1519     <type name="Tester+&lt;MemberSetError_Null&gt;c__AnonStorey2">
1520       <method name="Void .ctor()">
1521         <size>7</size>
1522       </method>
1523     </type>
1524     <type name="Tester+&lt;SetIndexError_Null&gt;c__AnonStorey3">
1525       <method name="Void .ctor()">
1526         <size>7</size>
1527       </method>
1528     </type>
1529     <type name="EventClass">
1530       <method name="Void add_OutEvent(System.Func`1[System.Int32])">
1531         <size>47</size>
1532       </method>
1533       <method name="Void remove_OutEvent(System.Func`1[System.Int32])">
1534         <size>47</size>
1535       </method>
1536       <method name="Int32 CallEvent()">
1537         <size>12</size>
1538       </method>
1539       <method name="Void .ctor()">
1540         <size>7</size>
1541       </method>
1542     </type>
1543     <type name="Tester">
1544       <method name="Int32 &lt;IsEvent&gt;m__4()">
1545         <size>2</size>
1546       </method>
1547     </type>
1548     <type name="Class">
1549       <method name="Void ArglistMethod(...)">
1550         <size>1</size>
1551       </method>
1552     </type>
1553     <type name="Tester">
1554       <method name="Void InvokeMember_Error()">
1555         <size>40</size>
1556       </method>
1557       <method name="Void &lt;InvokeMember_Error&gt;m__2()">
1558         <size>111</size>
1559       </method>
1560       <method name="Void &lt;InvokeConstructor&gt;m__3(Decimal)">
1561         <size>1</size>
1562       </method>
1563       <method name="Int32 &lt;IsEvent&gt;m__5()">
1564         <size>3</size>
1565       </method>
1566       <method name="Boolean &lt;Main&gt;m__9(System.Reflection.MethodInfo)">
1567         <size>12</size>
1568       </method>
1569       <method name="System.String &lt;Main&gt;m__A(System.Reflection.MethodInfo)">
1570         <size>7</size>
1571       </method>
1572       <method name="Boolean &lt;Main&gt;m__B(System.Reflection.MethodInfo)">
1573         <size>7</size>
1574       </method>
1575       <method name="Boolean &lt;Main&gt;m__C(Boolean)">
1576         <size>5</size>
1577       </method>
1578     </type>
1579     <type name="Tester+&lt;MemberGetError_Null&gt;c__AnonStorey1">
1580       <method name="Void &lt;&gt;m__6()">
1581         <size>85</size>
1582       </method>
1583     </type>
1584     <type name="Tester+&lt;MemberSetError_Null&gt;c__AnonStorey2">
1585       <method name="Void &lt;&gt;m__7()">
1586         <size>95</size>
1587       </method>
1588     </type>
1589     <type name="Tester+&lt;SetIndexError_Null&gt;c__AnonStorey3">
1590       <method name="Void &lt;&gt;m__8()">
1591         <size>101</size>
1592       </method>
1593     </type>
1594     <type name="Tester+&lt;InvokeMember&gt;c__DynamicSite2+Container0">
1595       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef, System.String ByRef)">
1596         <size>0</size>
1597       </method>
1598       <method name="Void .ctor(Object, IntPtr)">
1599         <size>0</size>
1600       </method>
1601     </type>
1602   </test>
1603   <test name="dtest-008.cs">
1604     <type name="Disposable">
1605       <method name="Void Dispose()">
1606         <size>13</size>
1607       </method>
1608       <method name="Void Test()">
1609         <size>1</size>
1610       </method>
1611       <method name="Void .ctor()">
1612         <size>7</size>
1613       </method>
1614     </type>
1615     <type name="Test">
1616       <method name="Boolean ForEachTest()">
1617         <size>404</size>
1618       </method>
1619       <method name="Boolean UsingTest()">
1620         <size>585</size>
1621       </method>
1622       <method name="Int32 Main()">
1623         <size>71</size>
1624       </method>
1625       <method name="Void .ctor()">
1626         <size>7</size>
1627       </method>
1628       <method name="Boolean ForEachTest_2()">
1629         <size>299</size>
1630       </method>
1631       <method name="Boolean ForEachTest_3()">
1632         <size>219</size>
1633       </method>
1634     </type>
1635   </test>
1636   <test name="dtest-009.cs">
1637     <type name="B">
1638       <method name="Void Test(Int32)">
1639         <size>1</size>
1640       </method>
1641       <method name="Int32 Main()">
1642         <size>123</size>
1643       </method>
1644       <method name="Void .ctor()">
1645         <size>7</size>
1646       </method>
1647     </type>
1648   </test>
1649   <test name="dtest-010.cs">
1650     <type name="A">
1651       <method name="T Test[T](T, T)">
1652         <size>2</size>
1653       </method>
1654       <method name="Void .ctor()">
1655         <size>7</size>
1656       </method>
1657     </type>
1658     <type name="C">
1659       <method name="Int32 TestCall()">
1660         <size>2</size>
1661       </method>
1662       <method name="Int32 Main()">
1663         <size>743</size>
1664       </method>
1665       <method name="Void .ctor()">
1666         <size>7</size>
1667       </method>
1668     </type>
1669   </test>
1670   <test name="dtest-011.cs">
1671     <type name="C">
1672       <method name="Void foo(Int32)">
1673         <size>17</size>
1674       </method>
1675       <method name="Void foo(System.String)">
1676         <size>6</size>
1677       </method>
1678       <method name="Void foo_static(Int64)">
1679         <size>17</size>
1680       </method>
1681       <method name="Void test()">
1682         <size>196</size>
1683       </method>
1684       <method name="Void .ctor()">
1685         <size>7</size>
1686       </method>
1687       <method name="Int32 MethodBest(Int16)">
1688         <size>2</size>
1689       </method>
1690       <method name="Int32 MethodBest(System.Object)">
1691         <size>2</size>
1692       </method>
1693       <method name="Int32 Main()">
1694         <size>26</size>
1695       </method>
1696     </type>
1697   </test>
1698   <test name="dtest-012.cs">
1699     <type name="G`1[T]">
1700       <method name="Void .ctor()">
1701         <size>7</size>
1702       </method>
1703     </type>
1704     <type name="dynamic.C">
1705       <method name="Int32 Main()">
1706         <size>64</size>
1707       </method>
1708       <method name="Void .ctor()">
1709         <size>7</size>
1710       </method>
1711     </type>
1712   </test>
1713   <test name="dtest-013.cs">
1714     <type name="ndynamic.C`1[U]">
1715       <method name="Void .ctor()">
1716         <size>7</size>
1717       </method>
1718     </type>
1719     <type name="ndynamic.C">
1720       <method name="Void Main()">
1721         <size>1</size>
1722       </method>
1723       <method name="Void .ctor()">
1724         <size>7</size>
1725       </method>
1726     </type>
1727   </test>
1728   <test name="dtest-014.cs">
1729     <type name="A">
1730       <method name="Int32 op_Inequality(A, System.Object)">
1731         <size>2</size>
1732       </method>
1733       <method name="Int32 op_Equality(A, System.Object)">
1734         <size>2</size>
1735       </method>
1736       <method name="Void .ctor()">
1737         <size>7</size>
1738       </method>
1739     </type>
1740     <type name="C">
1741       <method name="Int32 Main()">
1742         <size>41</size>
1743       </method>
1744       <method name="Boolean op_Equality(C, System.Object)">
1745         <size>8</size>
1746       </method>
1747       <method name="Boolean op_Inequality(C, System.Object)">
1748         <size>252</size>
1749       </method>
1750       <method name="Decimal op_Subtraction(System.Object, C)">
1751         <size>8</size>
1752       </method>
1753       <method name="Void .ctor()">
1754         <size>7</size>
1755       </method>
1756     </type>
1757   </test>
1758   <test name="dtest-015.cs">
1759     <type name="Program">
1760       <method name="Int32 Main()">
1761         <size>49</size>
1762       </method>
1763       <method name="Void .ctor()">
1764         <size>7</size>
1765       </method>
1766     </type>
1767   </test>
1768   <test name="dtest-016.cs">
1769     <type name="Foo">
1770       <method name="Void Dyn(System.Object ByRef)">
1771         <size>4</size>
1772       </method>
1773       <method name="Void .ctor()">
1774         <size>7</size>
1775       </method>
1776     </type>
1777     <type name="Bar">
1778       <method name="Void Dyn(System.Object ByRef)">
1779         <size>8</size>
1780       </method>
1781       <method name="Void .ctor()">
1782         <size>7</size>
1783       </method>
1784     </type>
1785     <type name="C">
1786       <method name="Void Method_A(Int32 ByRef)">
1787         <size>1</size>
1788       </method>
1789       <method name="Void Method_B(System.Object ByRef)">
1790         <size>1</size>
1791       </method>
1792       <method name="Void .ctor()">
1793         <size>7</size>
1794       </method>
1795     </type>
1796     <type name="Program">
1797       <method name="Void DynOut(System.Object ByRef)">
1798         <size>4</size>
1799       </method>
1800       <method name="Void DynRef(System.Object ByRef)">
1801         <size>4</size>
1802       </method>
1803       <method name="Void TestErrorVersions()">
1804         <size>197</size>
1805       </method>
1806       <method name="Int32 Main()">
1807         <size>956</size>
1808       </method>
1809       <method name="Void .ctor()">
1810         <size>7</size>
1811       </method>
1812     </type>
1813     <type name="C">
1814       <method name="Int32 M(System.String, System.String)">
1815         <size>2</size>
1816       </method>
1817       <method name="Int32 M(System.Object ByRef, System.Object ByRef)">
1818         <size>5</size>
1819       </method>
1820     </type>
1821     <type name="Program">
1822       <method name="Int32 DynParams(Int32, Int32, System.Int32[])">
1823         <size>6</size>
1824       </method>
1825     </type>
1826     <type name="D">
1827       <method name="Int32 Foo(System.Object)">
1828         <size>2</size>
1829       </method>
1830       <method name="Int32 Foo(System.Object[])">
1831         <size>2</size>
1832       </method>
1833       <method name="Void .ctor()">
1834         <size>7</size>
1835       </method>
1836     </type>
1837     <type name="E">
1838       <method name="Int32 Foo(Int32, System.Object)">
1839         <size>2</size>
1840       </method>
1841       <method name="Int32 Foo(Double, System.Object)">
1842         <size>2</size>
1843       </method>
1844       <method name="Void .ctor()">
1845         <size>7</size>
1846       </method>
1847     </type>
1848   </test>
1849   <test name="dtest-017.cs">
1850     <type name="B`1[U]">
1851       <method name="Void .ctor()">
1852         <size>7</size>
1853       </method>
1854     </type>
1855     <type name="C`1[T]">
1856       <method name="Void .ctor()">
1857         <size>7</size>
1858       </method>
1859     </type>
1860     <type name="D">
1861       <method name="System.Object Invoke(System.Object)">
1862         <size>0</size>
1863       </method>
1864       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
1865         <size>0</size>
1866       </method>
1867       <method name="System.Object EndInvoke(IAsyncResult)">
1868         <size>0</size>
1869       </method>
1870       <method name="Void .ctor(Object, IntPtr)">
1871         <size>0</size>
1872       </method>
1873     </type>
1874     <type name="DynamicAssignments">
1875       <method name="Int32 Main()">
1876         <size>130</size>
1877       </method>
1878       <method name="System.Object &lt;Main&gt;m__0(System.Object)">
1879         <size>2</size>
1880       </method>
1881       <method name="Void .ctor()">
1882         <size>7</size>
1883       </method>
1884     </type>
1885   </test>
1886   <test name="dtest-018.cs">
1887     <type name="XValue">
1888       <method name="Int64 get_Y()">
1889         <size>7</size>
1890       </method>
1891       <method name="Void set_Y(Int64)">
1892         <size>8</size>
1893       </method>
1894       <method name="Void .ctor()">
1895         <size>7</size>
1896       </method>
1897     </type>
1898     <type name="A">
1899       <method name="Int32 Main()">
1900         <size>361</size>
1901       </method>
1902       <method name="Void .ctor()">
1903         <size>18</size>
1904       </method>
1905     </type>
1906   </test>
1907   <test name="dtest-019.cs">
1908     <type name="C">
1909       <method name="Void Method(System.Object)">
1910         <size>1</size>
1911       </method>
1912       <method name="Void Method(System.Object, System.Object)">
1913         <size>1</size>
1914       </method>
1915       <method name="Void Method2(System.Object, Int32)">
1916         <size>1</size>
1917       </method>
1918       <method name="Void Method2(System.Object ByRef)">
1919         <size>4</size>
1920       </method>
1921       <method name="Void Main()">
1922         <size>27</size>
1923       </method>
1924       <method name="Void .ctor()">
1925         <size>7</size>
1926       </method>
1927     </type>
1928     <type name="C+D">
1929       <method name="Void Invoke(System.Object)">
1930         <size>0</size>
1931       </method>
1932       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
1933         <size>0</size>
1934       </method>
1935       <method name="Void EndInvoke(IAsyncResult)">
1936         <size>0</size>
1937       </method>
1938       <method name="Void .ctor(Object, IntPtr)">
1939         <size>0</size>
1940       </method>
1941     </type>
1942     <type name="C+D2">
1943       <method name="Void Invoke(System.Object ByRef)">
1944         <size>0</size>
1945       </method>
1946       <method name="IAsyncResult BeginInvoke(System.Object ByRef, System.AsyncCallback, System.Object)">
1947         <size>0</size>
1948       </method>
1949       <method name="Void EndInvoke(System.Object ByRef, IAsyncResult)">
1950         <size>0</size>
1951       </method>
1952       <method name="Void .ctor(Object, IntPtr)">
1953         <size>0</size>
1954       </method>
1955     </type>
1956   </test>
1957   <test name="dtest-020.cs">
1958     <type name="Class1">
1959       <method name="Int32 Method1()">
1960         <size>6</size>
1961       </method>
1962       <method name="Void .ctor()">
1963         <size>7</size>
1964       </method>
1965     </type>
1966     <type name="Class2`1[T]">
1967       <method name="Void .ctor()">
1968         <size>7</size>
1969       </method>
1970     </type>
1971     <type name="Class3">
1972       <method name="Void Method2()">
1973         <size>89</size>
1974       </method>
1975       <method name="Void .ctor()">
1976         <size>7</size>
1977       </method>
1978     </type>
1979     <type name="Program">
1980       <method name="Void Main()">
1981         <size>24</size>
1982       </method>
1983       <method name="Void .ctor()">
1984         <size>7</size>
1985       </method>
1986     </type>
1987   </test>
1988   <test name="dtest-021.cs">
1989     <type name="T">
1990       <method name="Void .ctor()">
1991         <size>7</size>
1992       </method>
1993     </type>
1994     <type name="T+B">
1995       <method name="Void set_Item(Int32, System.Object)">
1996         <size>69</size>
1997       </method>
1998       <method name="System.Object get_Item(Int32)">
1999         <size>7</size>
2000       </method>
2001       <method name="Void .ctor()">
2002         <size>7</size>
2003       </method>
2004     </type>
2005     <type name="T+Program">
2006       <method name="Int32 Main()">
2007         <size>30</size>
2008       </method>
2009       <method name="Void .ctor()">
2010         <size>7</size>
2011       </method>
2012     </type>
2013   </test>
2014   <test name="dtest-022.cs">
2015     <type name="C">
2016       <method name="Void M[T](T)">
2017         <size>1</size>
2018       </method>
2019       <method name="Int32 Main()">
2020         <size>8</size>
2021       </method>
2022       <method name="Void .ctor()">
2023         <size>7</size>
2024       </method>
2025     </type>
2026   </test>
2027   <test name="dtest-023.cs">
2028     <type name="C">
2029       <method name="Int32 Main()">
2030         <size>35</size>
2031       </method>
2032       <method name="Void .ctor()">
2033         <size>7</size>
2034       </method>
2035     </type>
2036   </test>
2037   <test name="dtest-024.cs">
2038     <type name="Test">
2039       <method name="Int32 Main()">
2040         <size>524</size>
2041       </method>
2042       <method name="Int32 &lt;Main&gt;m__0()">
2043         <size>2</size>
2044       </method>
2045       <method name="Void .ctor()">
2046         <size>15</size>
2047       </method>
2048     </type>
2049     <type name="Test+D">
2050       <method name="Int32 Invoke()">
2051         <size>0</size>
2052       </method>
2053       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
2054         <size>0</size>
2055       </method>
2056       <method name="Int32 EndInvoke(IAsyncResult)">
2057         <size>0</size>
2058       </method>
2059       <method name="Void .ctor(Object, IntPtr)">
2060         <size>0</size>
2061       </method>
2062     </type>
2063   </test>
2064   <test name="dtest-025.cs">
2065     <type name="C">
2066       <method name="Int32 Main()">
2067         <size>340</size>
2068       </method>
2069       <method name="Void .ctor()">
2070         <size>7</size>
2071       </method>
2072     </type>
2073     <type name="S">
2074       <method name="Void SetValue(Int32)">
2075         <size>8</size>
2076       </method>
2077     </type>
2078     <type name="C">
2079       <method name="Void Method[T](T ByRef)">
2080         <size>104</size>
2081       </method>
2082     </type>
2083     <type name="C+&lt;Method&gt;c__DynamicSite0`1+Container0[T]">
2084       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, T ByRef, System.Object)">
2085         <size>0</size>
2086       </method>
2087       <method name="Void .ctor(Object, IntPtr)">
2088         <size>0</size>
2089       </method>
2090     </type>
2091     <type name="C+&lt;Main&gt;c__DynamicSite1+Container0">
2092       <method name="System.Object Invoke(System.Runtime.CompilerServices.CallSite, Nullable`1 ByRef, System.Object)">
2093         <size>0</size>
2094       </method>
2095       <method name="Void .ctor(Object, IntPtr)">
2096         <size>0</size>
2097       </method>
2098     </type>
2099     <type name="C+&lt;Main&gt;c__DynamicSite1+Container1">
2100       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, S ByRef, System.Object)">
2101         <size>0</size>
2102       </method>
2103       <method name="Void .ctor(Object, IntPtr)">
2104         <size>0</size>
2105       </method>
2106     </type>
2107   </test>
2108   <test name="dtest-026.cs">
2109     <type name="C">
2110       <method name="Int32 Main()">
2111         <size>362</size>
2112       </method>
2113       <method name="Void .ctor()">
2114         <size>7</size>
2115       </method>
2116     </type>
2117   </test>
2118   <test name="dtest-027.cs">
2119     <type name="C">
2120       <method name="Int32 M(System.Object, Int64)">
2121         <size>2</size>
2122       </method>
2123       <method name="Int32 M(Int64, System.Object)">
2124         <size>2</size>
2125       </method>
2126       <method name="Int32 M(System.Object, System.Object)">
2127         <size>2</size>
2128       </method>
2129       <method name="Void .ctor()">
2130         <size>7</size>
2131       </method>
2132     </type>
2133     <type name="Test">
2134       <method name="Int32 Main()">
2135         <size>360</size>
2136       </method>
2137       <method name="Void .ctor()">
2138         <size>7</size>
2139       </method>
2140     </type>
2141     <type name="C">
2142       <method name="Int32 M2(System.Object)">
2143         <size>2</size>
2144       </method>
2145       <method name="Int32 M2(Byte)">
2146         <size>2</size>
2147       </method>
2148     </type>
2149   </test>
2150   <test name="dtest-028.cs">
2151     <type name="C">
2152       <method name="Void MethodRef(Int32 ByRef)">
2153         <size>8</size>
2154       </method>
2155       <method name="Void MethodOut(UInt16 ByRef)">
2156         <size>5</size>
2157       </method>
2158       <method name="Void .ctor()">
2159         <size>7</size>
2160       </method>
2161     </type>
2162     <type name="Test">
2163       <method name="Int32 Main()">
2164         <size>236</size>
2165       </method>
2166       <method name="Void .ctor()">
2167         <size>7</size>
2168       </method>
2169     </type>
2170     <type name="Test+&lt;Main&gt;c__DynamicSite0+Container0">
2171       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
2172         <size>0</size>
2173       </method>
2174       <method name="Void .ctor(Object, IntPtr)">
2175         <size>0</size>
2176       </method>
2177     </type>
2178     <type name="Test+&lt;Main&gt;c__DynamicSite0+Container1">
2179       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, UInt16 ByRef)">
2180         <size>0</size>
2181       </method>
2182       <method name="Void .ctor(Object, IntPtr)">
2183         <size>0</size>
2184       </method>
2185     </type>
2186     <type name="Test">
2187       <method name="Void M(System.Object[] ByRef, System.Object[] ByRef)">
2188         <size>1</size>
2189       </method>
2190     </type>
2191   </test>
2192   <test name="dtest-029.cs">
2193     <type name="C">
2194       <method name="Boolean Test[T,U](T, U)">
2195         <size>423</size>
2196       </method>
2197       <method name="Int32 Main()">
2198         <size>82</size>
2199       </method>
2200       <method name="Void .ctor()">
2201         <size>7</size>
2202       </method>
2203       <method name="Boolean Test2(Int32)">
2204         <size>160</size>
2205       </method>
2206     </type>
2207   </test>
2208   <test name="dtest-030.cs">
2209     <type name="A`1[T]">
2210       <method name="Void .ctor()">
2211         <size>7</size>
2212       </method>
2213     </type>
2214     <type name="B">
2215       <method name="Void M1[T](T)">
2216         <size>1</size>
2217       </method>
2218       <method name="Void M2[T,U](T, U)">
2219         <size>1</size>
2220       </method>
2221       <method name="Void M3[T,U](T, A`1[U])">
2222         <size>1</size>
2223       </method>
2224       <method name="Void M4[T,U](T, IEquatable`1)">
2225         <size>1</size>
2226       </method>
2227       <method name="Void Main()">
2228         <size>576</size>
2229       </method>
2230       <method name="Void .ctor()">
2231         <size>7</size>
2232       </method>
2233     </type>
2234   </test>
2235   <test name="dtest-031.cs">
2236     <type name="A`1[T]">
2237       <method name="U CustomDelegate[U](U ByRef)">
2238         <size>25</size>
2239       </method>
2240       <method name="Void .ctor()">
2241         <size>7</size>
2242       </method>
2243     </type>
2244     <type name="Test">
2245       <method name="Int32 Main()">
2246         <size>7</size>
2247       </method>
2248       <method name="Void Foo[Z]()">
2249         <size>103</size>
2250       </method>
2251       <method name="Void .ctor()">
2252         <size>7</size>
2253       </method>
2254     </type>
2255     <type name="Test+&lt;Foo&gt;c__DynamicSite0`1+Container0[Z]">
2256       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Z ByRef)">
2257         <size>0</size>
2258       </method>
2259       <method name="Void .ctor(Object, IntPtr)">
2260         <size>0</size>
2261       </method>
2262     </type>
2263   </test>
2264   <test name="dtest-032.cs">
2265     <type name="A">
2266       <method name="Void .ctor(Int32)">
2267         <size>14</size>
2268       </method>
2269     </type>
2270     <type name="B">
2271       <method name="Void Foo(Int32, A ByRef)">
2272         <size>9</size>
2273       </method>
2274       <method name="Int32 Main()">
2275         <size>140</size>
2276       </method>
2277       <method name="Void .ctor()">
2278         <size>7</size>
2279       </method>
2280     </type>
2281     <type name="B+&lt;Main&gt;c__DynamicSite0+Container0">
2282       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Type, System.Object, A ByRef)">
2283         <size>0</size>
2284       </method>
2285       <method name="Void .ctor(Object, IntPtr)">
2286         <size>0</size>
2287       </method>
2288     </type>
2289   </test>
2290   <test name="dtest-033.cs">
2291     <type name="Test">
2292       <method name="Byte get_Prop()">
2293         <size>2</size>
2294       </method>
2295       <method name="Void set_Prop(Byte)">
2296         <size>1</size>
2297       </method>
2298       <method name="Byte get_Item(Int32)">
2299         <size>2</size>
2300       </method>
2301       <method name="Void set_Item(Int32, Byte)">
2302         <size>1</size>
2303       </method>
2304       <method name="Int32 Main()">
2305         <size>3585</size>
2306       </method>
2307       <method name="Void .ctor()">
2308         <size>39</size>
2309       </method>
2310     </type>
2311   </test>
2312   <test name="dtest-034.cs">
2313     <type name="C">
2314       <method name="Void M[U,V](U ByRef, V ByRef)">
2315         <size>16</size>
2316       </method>
2317       <method name="Void .ctor()">
2318         <size>7</size>
2319       </method>
2320     </type>
2321     <type name="Test">
2322       <method name="Int32 Main()">
2323         <size>464</size>
2324       </method>
2325       <method name="Void .ctor()">
2326         <size>7</size>
2327       </method>
2328     </type>
2329     <type name="Test+&lt;Main&gt;c__DynamicSite0+Container0">
2330       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, System.Object ByRef, System.Object ByRef)">
2331         <size>0</size>
2332       </method>
2333       <method name="Void .ctor(Object, IntPtr)">
2334         <size>0</size>
2335       </method>
2336     </type>
2337   </test>
2338   <test name="dtest-035.cs">
2339     <type name="Test">
2340       <method name="System.Object get_Item(Int32)">
2341         <size>7</size>
2342       </method>
2343       <method name="Void set_Item(Int32, System.Object)">
2344         <size>1</size>
2345       </method>
2346       <method name="System.Object[] get_Prop()">
2347         <size>16</size>
2348       </method>
2349       <method name="Void set_Prop(System.Object[])">
2350         <size>1</size>
2351       </method>
2352       <method name="Int32 get_Prop2()">
2353         <size>2</size>
2354       </method>
2355       <method name="Void set_Prop2(Int32)">
2356         <size>1</size>
2357       </method>
2358       <method name="System.Object get_Prop3()">
2359         <size>12</size>
2360       </method>
2361       <method name="Void set_Prop3(System.Object)">
2362         <size>74</size>
2363       </method>
2364       <method name="Int32 Main()">
2365         <size>1181</size>
2366       </method>
2367       <method name="Void .ctor()">
2368         <size>18</size>
2369       </method>
2370     </type>
2371   </test>
2372   <test name="dtest-036.cs">
2373     <type name="C">
2374       <method name="Void add_E(System.Func`2[System.Int32,System.Int32])">
2375         <size>47</size>
2376       </method>
2377       <method name="Void remove_E(System.Func`2[System.Int32,System.Int32])">
2378         <size>47</size>
2379       </method>
2380       <method name="Int32 Main()">
2381         <size>314</size>
2382       </method>
2383       <method name="Int32 Foo(Int32)">
2384         <size>3</size>
2385       </method>
2386       <method name="Void .ctor()">
2387         <size>7</size>
2388       </method>
2389     </type>
2390   </test>
2391   <test name="dtest-037.cs">
2392     <type name="C">
2393       <method name="Int32 Main()">
2394         <size>1166</size>
2395       </method>
2396       <method name="Void .ctor()">
2397         <size>7</size>
2398       </method>
2399     </type>
2400   </test>
2401   <test name="dtest-038.cs">
2402     <type name="Test">
2403       <method name="Void Foo()">
2404         <size>1</size>
2405       </method>
2406       <method name="Int32 Main()">
2407         <size>370</size>
2408       </method>
2409       <method name="Void .ctor()">
2410         <size>7</size>
2411       </method>
2412     </type>
2413   </test>
2414   <test name="dtest-039.cs">
2415     <type name="A">
2416       <method name="System.Object Foo()">
2417         <size>2</size>
2418       </method>
2419       <method name="System.Object[] FooArray()">
2420         <size>2</size>
2421       </method>
2422       <method name="System.Object get_Prop()">
2423         <size>8</size>
2424       </method>
2425       <method name="Void set_Prop(System.Object)">
2426         <size>1</size>
2427       </method>
2428       <method name="System.Object[] get_PropArray()">
2429         <size>2</size>
2430       </method>
2431       <method name="System.Object get_Item(Int32)">
2432         <size>7</size>
2433       </method>
2434       <method name="Void set_Item(Int32, System.Object)">
2435         <size>1</size>
2436       </method>
2437       <method name="Void .ctor()">
2438         <size>7</size>
2439       </method>
2440     </type>
2441     <type name="B">
2442       <method name="System.Object Foo()">
2443         <size>7</size>
2444       </method>
2445       <method name="System.Object[] FooArray()">
2446         <size>37</size>
2447       </method>
2448       <method name="Void set_Prop(System.Object)">
2449         <size>1</size>
2450       </method>
2451       <method name="System.Object[] get_PropArray()">
2452         <size>27</size>
2453       </method>
2454       <method name="Void set_Item(Int32, System.Object)">
2455         <size>1</size>
2456       </method>
2457       <method name="Void .ctor()">
2458         <size>7</size>
2459       </method>
2460     </type>
2461     <type name="MainClass">
2462       <method name="Void Test()">
2463         <size>223</size>
2464       </method>
2465       <method name="Int32 Main()">
2466         <size>512</size>
2467       </method>
2468       <method name="Void .ctor()">
2469         <size>7</size>
2470       </method>
2471     </type>
2472   </test>
2473   <test name="dtest-040.cs">
2474     <type name="A">
2475       <method name="S`2 Foo[U](U)">
2476         <size>10</size>
2477       </method>
2478       <method name="Void .ctor()">
2479         <size>7</size>
2480       </method>
2481     </type>
2482     <type name="B">
2483       <method name="S`2 Foo[T](T)">
2484         <size>30</size>
2485       </method>
2486       <method name="Void .ctor()">
2487         <size>7</size>
2488       </method>
2489     </type>
2490     <type name="MainClass">
2491       <method name="Int32 Main()">
2492         <size>378</size>
2493       </method>
2494       <method name="Void .ctor()">
2495         <size>7</size>
2496       </method>
2497     </type>
2498   </test>
2499   <test name="dtest-041.cs">
2500     <type name="A`1[AA]">
2501       <method name="AA Foo[U](U)">
2502         <size>10</size>
2503       </method>
2504       <method name="Void .ctor()">
2505         <size>7</size>
2506       </method>
2507     </type>
2508     <type name="B">
2509       <method name="System.Object Foo[T](T)">
2510         <size>8</size>
2511       </method>
2512       <method name="Void .ctor()">
2513         <size>7</size>
2514       </method>
2515     </type>
2516     <type name="MainClass">
2517       <method name="Int32 Main()">
2518         <size>82</size>
2519       </method>
2520       <method name="Void .ctor()">
2521         <size>7</size>
2522       </method>
2523     </type>
2524   </test>
2525   <test name="dtest-042.cs">
2526     <type name="A">
2527       <method name="System.Object get_Prop()">
2528         <size>2</size>
2529       </method>
2530       <method name="Void set_Prop(System.Object)">
2531         <size>1</size>
2532       </method>
2533       <method name="Void .ctor()">
2534         <size>7</size>
2535       </method>
2536     </type>
2537     <type name="B">
2538       <method name="Void Foo()">
2539         <size>1</size>
2540       </method>
2541       <method name="System.Object get_Prop()">
2542         <size>6</size>
2543       </method>
2544       <method name="Void .ctor()">
2545         <size>7</size>
2546       </method>
2547     </type>
2548     <type name="Program">
2549       <method name="Void Test()">
2550         <size>89</size>
2551       </method>
2552       <method name="Void Main()">
2553         <size>11</size>
2554       </method>
2555       <method name="Void .ctor()">
2556         <size>7</size>
2557       </method>
2558     </type>
2559   </test>
2560   <test name="dtest-043.cs">
2561     <type name="A">
2562       <method name="Int32 Main()">
2563         <size>323</size>
2564       </method>
2565       <method name="Void .ctor()">
2566         <size>7</size>
2567       </method>
2568     </type>
2569   </test>
2570   <test name="dtest-044.cs">
2571     <type name="C">
2572       <method name="Int32 Test[T,U](T, IComparable`1)">
2573         <size>2</size>
2574       </method>
2575       <method name="Int32 Test_2[T](IList`1, T)">
2576         <size>2</size>
2577       </method>
2578       <method name="Int32 Main()">
2579         <size>845</size>
2580       </method>
2581       <method name="Void .ctor()">
2582         <size>7</size>
2583       </method>
2584     </type>
2585   </test>
2586   <test name="dtest-045.cs">
2587     <type name="Test">
2588       <method name="Int32 Main()">
2589         <size>247</size>
2590       </method>
2591       <method name="Void .ctor()">
2592         <size>7</size>
2593       </method>
2594     </type>
2595   </test>
2596   <test name="dtest-046.cs">
2597     <type name="Test">
2598       <method name="Int32 Main()">
2599         <size>1076</size>
2600       </method>
2601       <method name="Int32 &lt;Main&gt;m__0(Int32)">
2602         <size>4</size>
2603       </method>
2604       <method name="Void &lt;Main&gt;m__1()">
2605         <size>11</size>
2606       </method>
2607       <method name="Int32 &lt;Main&gt;m__2(Int32 ByRef)">
2608         <size>6</size>
2609       </method>
2610       <method name="Void .ctor()">
2611         <size>7</size>
2612       </method>
2613     </type>
2614     <type name="Test+D">
2615       <method name="Int32 Invoke(Int32 ByRef)">
2616         <size>0</size>
2617       </method>
2618       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
2619         <size>0</size>
2620       </method>
2621       <method name="Int32 EndInvoke(Int32 ByRef, IAsyncResult)">
2622         <size>0</size>
2623       </method>
2624       <method name="Void .ctor(Object, IntPtr)">
2625         <size>0</size>
2626       </method>
2627     </type>
2628     <type name="Test+&lt;Main&gt;c__DynamicSite0+Container0">
2629       <method name="System.Object Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
2630         <size>0</size>
2631       </method>
2632       <method name="Void .ctor(Object, IntPtr)">
2633         <size>0</size>
2634       </method>
2635     </type>
2636   </test>
2637   <test name="dtest-047.cs">
2638     <type name="C`1[T]">
2639       <method name="Void add_E(System.Func`2[System.Int32,System.Int32])">
2640         <size>47</size>
2641       </method>
2642       <method name="Void remove_E(System.Func`2[System.Int32,System.Int32])">
2643         <size>47</size>
2644       </method>
2645       <method name="Int32 Test(Int32)">
2646         <size>163</size>
2647       </method>
2648       <method name="Int32 &lt;E&gt;m__0(Int32)">
2649         <size>5</size>
2650       </method>
2651       <method name="Void .ctor()">
2652         <size>42</size>
2653       </method>
2654     </type>
2655     <type name="Test">
2656       <method name="Int32 Main()">
2657         <size>17</size>
2658       </method>
2659       <method name="Void .ctor()">
2660         <size>7</size>
2661       </method>
2662     </type>
2663   </test>
2664   <test name="dtest-048.cs">
2665     <type name="A">
2666       <method name="Int32 M(System.String, System.Object)">
2667         <size>2</size>
2668       </method>
2669       <method name="Int32 M(System.String, System.Object[])">
2670         <size>10</size>
2671       </method>
2672       <method name="Int32 Main()">
2673         <size>319</size>
2674       </method>
2675       <method name="Void .ctor()">
2676         <size>7</size>
2677       </method>
2678     </type>
2679   </test>
2680   <test name="dtest-049.cs">
2681     <type name="A">
2682       <method name="Void .ctor()">
2683         <size>7</size>
2684       </method>
2685     </type>
2686     <type name="A+N">
2687       <method name="Void .ctor()">
2688         <size>7</size>
2689       </method>
2690     </type>
2691     <type name="B">
2692       <method name="Void .ctor()">
2693         <size>7</size>
2694       </method>
2695     </type>
2696     <type name="B+N">
2697       <method name="Void Test()">
2698         <size>1</size>
2699       </method>
2700       <method name="Void .ctor()">
2701         <size>7</size>
2702       </method>
2703     </type>
2704     <type name="C">
2705       <method name="Void Main()">
2706         <size>90</size>
2707       </method>
2708       <method name="Void .ctor()">
2709         <size>7</size>
2710       </method>
2711     </type>
2712   </test>
2713   <test name="dtest-050.cs">
2714     <type name="C">
2715       <method name="Boolean Throw()">
2716         <size>11</size>
2717       </method>
2718       <method name="Boolean Return(Boolean)">
2719         <size>2</size>
2720       </method>
2721       <method name="Int32 Main()">
2722         <size>1158</size>
2723       </method>
2724       <method name="Void .ctor()">
2725         <size>7</size>
2726       </method>
2727     </type>
2728     <type name="S">
2729       <method name="Boolean op_True(S)">
2730         <size>6</size>
2731       </method>
2732       <method name="Boolean op_False(S)">
2733         <size>2</size>
2734       </method>
2735       <method name="System.String op_LogicalNot(S)">
2736         <size>6</size>
2737       </method>
2738     </type>
2739   </test>
2740   <test name="dtest-051.cs">
2741     <type name="C">
2742       <method name="Int32 get_Item(Int32)">
2743         <size>7</size>
2744       </method>
2745       <method name="Void set_Item(Int32, Int32)">
2746         <size>10</size>
2747       </method>
2748       <method name="Int32 Main()">
2749         <size>463</size>
2750       </method>
2751       <method name="Void .ctor()">
2752         <size>14</size>
2753       </method>
2754     </type>
2755   </test>
2756   <test name="dtest-cls-01.cs">
2757     <type name="A">
2758       <method name="Void Main()">
2759         <size>1</size>
2760       </method>
2761       <method name="Void CLSCompliantMethod(System.Object[])">
2762         <size>1</size>
2763       </method>
2764       <method name="Void CLSCompliantMethod(IEnumerable`1)">
2765         <size>1</size>
2766       </method>
2767       <method name="Void .ctor()">
2768         <size>7</size>
2769       </method>
2770     </type>
2771   </test>
2772   <test name="dtest-collectioninit-01.cs">
2773     <type name="Test">
2774       <method name="Int32 Main()">
2775         <size>475</size>
2776       </method>
2777       <method name="Void .ctor()">
2778         <size>7</size>
2779       </method>
2780     </type>
2781     <type name="Test+Wrap">
2782       <method name="System.Object get_Numbers()">
2783         <size>7</size>
2784       </method>
2785       <method name="Void .ctor()">
2786         <size>18</size>
2787       </method>
2788     </type>
2789   </test>
2790   <test name="dtest-error-01.cs">
2791     <type name="Helper">
2792       <method name="Int32* Foo(Int32)">
2793         <size>3</size>
2794       </method>
2795       <method name="Void .ctor()">
2796         <size>7</size>
2797       </method>
2798     </type>
2799     <type name="Tester">
2800       <method name="Void Unsafe_1()">
2801         <size>41</size>
2802       </method>
2803       <method name="Void AssertError(System.Action, System.String)">
2804         <size>73</size>
2805       </method>
2806       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
2807         <size>92</size>
2808       </method>
2809       <method name="Int32 Main()">
2810         <size>179</size>
2811       </method>
2812       <method name="Void .ctor()">
2813         <size>7</size>
2814       </method>
2815     </type>
2816     <type name="Tester+&lt;Unsafe_1&gt;c__AnonStorey0">
2817       <method name="Void .ctor()">
2818         <size>7</size>
2819       </method>
2820     </type>
2821     <type name="Tester">
2822       <method name="Void NullableConversion()">
2823         <size>47</size>
2824       </method>
2825       <method name="Void Using_1()">
2826         <size>40</size>
2827       </method>
2828       <method name="Void NonInvocable()">
2829         <size>40</size>
2830       </method>
2831       <method name="Void &lt;NonInvocable&gt;m__0()">
2832         <size>85</size>
2833       </method>
2834       <method name="Void &lt;Using_1&gt;m__1()">
2835         <size>89</size>
2836       </method>
2837       <method name="Void &lt;NullableConversion&gt;m__3()">
2838         <size>105</size>
2839       </method>
2840       <method name="Boolean &lt;Main&gt;m__4(System.Reflection.MethodInfo)">
2841         <size>12</size>
2842       </method>
2843       <method name="System.String &lt;Main&gt;m__5(System.Reflection.MethodInfo)">
2844         <size>7</size>
2845       </method>
2846       <method name="Boolean &lt;Main&gt;m__6(System.Reflection.MethodInfo)">
2847         <size>7</size>
2848       </method>
2849       <method name="Boolean &lt;Main&gt;m__7(Boolean)">
2850         <size>5</size>
2851       </method>
2852     </type>
2853     <type name="Tester+&lt;Unsafe_1&gt;c__AnonStorey0">
2854       <method name="Void &lt;&gt;m__2()">
2855         <size>110</size>
2856       </method>
2857     </type>
2858   </test>
2859   <test name="dtest-error-02.cs">
2860     <type name="A">
2861       <method name="System.Object Factory()">
2862         <size>6</size>
2863       </method>
2864       <method name="Void .ctor()">
2865         <size>7</size>
2866       </method>
2867     </type>
2868     <type name="A+N">
2869       <method name="Void Foo()">
2870         <size>1</size>
2871       </method>
2872       <method name="Void .ctor()">
2873         <size>7</size>
2874       </method>
2875     </type>
2876     <type name="Test">
2877       <method name="Int32 Main()">
2878         <size>139</size>
2879       </method>
2880       <method name="Void .ctor()">
2881         <size>7</size>
2882       </method>
2883     </type>
2884   </test>
2885   <test name="dtest-etree-01.cs">
2886     <type name="C">
2887       <method name="Void Conv1(System.Linq.Expressions.Expression`1[System.Func`2[System.Object,System.Object]])">
2888         <size>1</size>
2889       </method>
2890       <method name="Void Conv2(System.Linq.Expressions.Expression`1[System.Func`2[System.Object,System.Object]])">
2891         <size>1</size>
2892       </method>
2893       <method name="Void Main()">
2894         <size>382</size>
2895       </method>
2896       <method name="Void .ctor()">
2897         <size>7</size>
2898       </method>
2899     </type>
2900   </test>
2901   <test name="dtest-etree-02.cs">
2902     <type name="C">
2903       <method name="Void Main()">
2904         <size>190</size>
2905       </method>
2906       <method name="Void .ctor()">
2907         <size>7</size>
2908       </method>
2909     </type>
2910   </test>
2911   <test name="dtest-friend-01.cs">
2912     <type name="C">
2913       <method name="Void Main()">
2914         <size>90</size>
2915       </method>
2916       <method name="Void .ctor()">
2917         <size>7</size>
2918       </method>
2919     </type>
2920   </test>
2921   <test name="dtest-implicitarray-01.cs">
2922     <type name="C">
2923       <method name="Void Method()">
2924         <size>1</size>
2925       </method>
2926       <method name="Int32 Main()">
2927         <size>104</size>
2928       </method>
2929       <method name="Void .ctor()">
2930         <size>7</size>
2931       </method>
2932     </type>
2933   </test>
2934   <test name="dtest-iter-01.cs">
2935     <type name="Program">
2936       <method name="IEnumerable`1 D1()">
2937         <size>16</size>
2938       </method>
2939       <method name="IEnumerable`1 D2()">
2940         <size>16</size>
2941       </method>
2942       <method name="Void Main()">
2943         <size>1</size>
2944       </method>
2945     </type>
2946     <type name="Program+&lt;D1&gt;c__Iterator0">
2947       <method name="System.Object System.Collections.Generic.IEnumerator&lt;dynamic&gt;.get_Current()">
2948         <size>7</size>
2949       </method>
2950       <method name="System.Object System.Collections.IEnumerator.get_Current()">
2951         <size>7</size>
2952       </method>
2953       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
2954         <size>7</size>
2955       </method>
2956       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;dynamic&gt;.GetEnumerator()">
2957         <size>26</size>
2958       </method>
2959       <method name="Boolean MoveNext()">
2960         <size>25</size>
2961       </method>
2962       <method name="Void Dispose()">
2963         <size>8</size>
2964       </method>
2965       <method name="Void Reset()">
2966         <size>6</size>
2967       </method>
2968       <method name="Void .ctor()">
2969         <size>7</size>
2970       </method>
2971     </type>
2972     <type name="Program+&lt;D2&gt;c__Iterator1">
2973       <method name="System.Func`1[System.Object] System.Collections.Generic.IEnumerator&lt;System.Func&lt;dynamic&gt;&gt;.get_Current()">
2974         <size>7</size>
2975       </method>
2976       <method name="System.Object System.Collections.IEnumerator.get_Current()">
2977         <size>7</size>
2978       </method>
2979       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
2980         <size>7</size>
2981       </method>
2982       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Func&lt;dynamic&gt;&gt;.GetEnumerator()">
2983         <size>26</size>
2984       </method>
2985       <method name="Boolean MoveNext()">
2986         <size>25</size>
2987       </method>
2988       <method name="Void Dispose()">
2989         <size>8</size>
2990       </method>
2991       <method name="Void Reset()">
2992         <size>6</size>
2993       </method>
2994       <method name="Void .ctor()">
2995         <size>7</size>
2996       </method>
2997     </type>
2998   </test>
2999   <test name="dtest-named-01.cs">
3000     <type name="Test">
3001       <method name="Void Foo(Int32 ByRef)">
3002         <size>4</size>
3003       </method>
3004       <method name="Int32 Main()">
3005         <size>117</size>
3006       </method>
3007       <method name="Void .ctor()">
3008         <size>7</size>
3009       </method>
3010     </type>
3011     <type name="Test+&lt;Main&gt;c__DynamicSite0+Container0">
3012       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
3013         <size>0</size>
3014       </method>
3015       <method name="Void .ctor(Object, IntPtr)">
3016         <size>0</size>
3017       </method>
3018     </type>
3019   </test>
3020   <test name="dtest-named-02.cs">
3021     <type name="Test">
3022       <method name="Int32 M1()">
3023         <size>31</size>
3024       </method>
3025       <method name="Int32 M2()">
3026         <size>31</size>
3027       </method>
3028       <method name="System.Object M3()">
3029         <size>36</size>
3030       </method>
3031       <method name="Int32 Foo(Int32, Int32, Int32)">
3032         <size>29</size>
3033       </method>
3034       <method name="Int32 Main()">
3035         <size>219</size>
3036       </method>
3037       <method name="Void .ctor()">
3038         <size>7</size>
3039       </method>
3040     </type>
3041   </test>
3042   <test name="dtest-optional-01.cs">
3043     <type name="G`1[T]">
3044       <method name="System.Object M1(T)">
3045         <size>7</size>
3046       </method>
3047       <method name="System.Object M2(T)">
3048         <size>7</size>
3049       </method>
3050       <method name="Void .ctor()">
3051         <size>7</size>
3052       </method>
3053     </type>
3054     <type name="C">
3055       <method name="System.Object Test(System.Object)">
3056         <size>2</size>
3057       </method>
3058       <method name="Void TestS(S)">
3059         <size>1</size>
3060       </method>
3061       <method name="System.Object TestD(System.Object)">
3062         <size>2</size>
3063       </method>
3064       <method name="Int32 Main()">
3065         <size>854</size>
3066       </method>
3067       <method name="Void .ctor()">
3068         <size>7</size>
3069       </method>
3070     </type>
3071   </test>
3072   <test name="gtest-001.cs">
3073     <type name="Stack`1[type]">
3074       <method name="Void .ctor()">
3075         <size>7</size>
3076       </method>
3077     </type>
3078     <type name="Boot">
3079       <method name="Void .ctor()">
3080         <size>7</size>
3081       </method>
3082       <method name="Void Main()">
3083         <size>1</size>
3084       </method>
3085     </type>
3086   </test>
3087   <test name="gtest-002.cs">
3088     <type name="Cell`1[X]">
3089       <method name="Void .ctor()">
3090         <size>7</size>
3091       </method>
3092     </type>
3093     <type name="D">
3094       <method name="Void .ctor()">
3095         <size>7</size>
3096       </method>
3097       <method name="Void Main()">
3098         <size>1</size>
3099       </method>
3100     </type>
3101   </test>
3102   <test name="gtest-003.cs">
3103     <type name="Stack`1[T]">
3104       <method name="Void .ctor()">
3105         <size>7</size>
3106       </method>
3107     </type>
3108     <type name="Test">
3109       <method name="Void .ctor()">
3110         <size>7</size>
3111       </method>
3112     </type>
3113     <type name="T">
3114       <method name="Void .ctor()">
3115         <size>7</size>
3116       </method>
3117       <method name="Void Main()">
3118         <size>1</size>
3119       </method>
3120     </type>
3121   </test>
3122   <test name="gtest-004.cs">
3123     <type name="Stack`1[T]">
3124       <method name="Void .ctor()">
3125         <size>7</size>
3126       </method>
3127     </type>
3128     <type name="Test">
3129       <method name="Void .ctor()">
3130         <size>7</size>
3131       </method>
3132     </type>
3133     <type name="T">
3134       <method name="Void .ctor()">
3135         <size>7</size>
3136       </method>
3137       <method name="Void Foo(Stack`1[Test])">
3138         <size>1</size>
3139       </method>
3140       <method name="Void Main()">
3141         <size>1</size>
3142       </method>
3143     </type>
3144   </test>
3145   <test name="gtest-005.cs">
3146     <type name="Stack`1[T]">
3147       <method name="Void .ctor()">
3148         <size>7</size>
3149       </method>
3150     </type>
3151     <type name="Test">
3152       <method name="Void .ctor()">
3153         <size>7</size>
3154       </method>
3155     </type>
3156     <type name="T">
3157       <method name="Void .ctor()">
3158         <size>7</size>
3159       </method>
3160       <method name="Void Main()">
3161         <size>1</size>
3162       </method>
3163     </type>
3164   </test>
3165   <test name="gtest-006.cs">
3166     <type name="Stack`1[T]">
3167       <method name="Void .ctor()">
3168         <size>23</size>
3169       </method>
3170       <method name="Void Push(T)">
3171         <size>30</size>
3172       </method>
3173       <method name="T Pop()">
3174         <size>29</size>
3175       </method>
3176       <method name="Void Hello(T)">
3177         <size>17</size>
3178       </method>
3179     </type>
3180     <type name="Test">
3181       <method name="Void .ctor()">
3182         <size>7</size>
3183       </method>
3184       <method name="Void Main()">
3185         <size>1</size>
3186       </method>
3187     </type>
3188   </test>
3189   <test name="gtest-007.cs">
3190     <type name="Stack`1[T]">
3191       <method name="Void .ctor()">
3192         <size>7</size>
3193       </method>
3194     </type>
3195     <type name="Test">
3196       <method name="Void .ctor()">
3197         <size>7</size>
3198       </method>
3199     </type>
3200     <type name="X">
3201       <method name="Void .ctor()">
3202         <size>7</size>
3203       </method>
3204       <method name="Void Main()">
3205         <size>1</size>
3206       </method>
3207     </type>
3208   </test>
3209   <test name="gtest-008.cs">
3210     <type name="Stack`1[T]">
3211       <method name="Void .ctor()">
3212         <size>7</size>
3213       </method>
3214     </type>
3215     <type name="Test">
3216       <method name="Void .ctor()">
3217         <size>7</size>
3218       </method>
3219     </type>
3220     <type name="X">
3221       <method name="Void .ctor()">
3222         <size>7</size>
3223       </method>
3224       <method name="Void Main()">
3225         <size>1</size>
3226       </method>
3227     </type>
3228   </test>
3229   <test name="gtest-009.cs">
3230     <type name="Stack`1[T]">
3231       <method name="Void .ctor()">
3232         <size>7</size>
3233       </method>
3234       <method name="System.Object Test(T)">
3235         <size>14</size>
3236       </method>
3237     </type>
3238     <type name="Test">
3239       <method name="Void .ctor()">
3240         <size>7</size>
3241       </method>
3242     </type>
3243     <type name="X">
3244       <method name="Void .ctor()">
3245         <size>7</size>
3246       </method>
3247       <method name="Void Main()">
3248         <size>1</size>
3249       </method>
3250     </type>
3251   </test>
3252   <test name="gtest-010.cs">
3253     <type name="J">
3254       <method name="Void .ctor()">
3255         <size>7</size>
3256       </method>
3257       <method name="Void Foo()">
3258         <size>11</size>
3259       </method>
3260     </type>
3261     <type name="Stack`1[T]">
3262       <method name="Void .ctor()">
3263         <size>7</size>
3264       </method>
3265       <method name="Void Test(T)">
3266         <size>27</size>
3267       </method>
3268     </type>
3269     <type name="Test">
3270       <method name="Void .ctor()">
3271         <size>7</size>
3272       </method>
3273     </type>
3274     <type name="X">
3275       <method name="Void .ctor()">
3276         <size>7</size>
3277       </method>
3278       <method name="Void Main()">
3279         <size>1</size>
3280       </method>
3281     </type>
3282   </test>
3283   <test name="gtest-011.cs">
3284     <type name="Stack`1[S]">
3285       <method name="Void .ctor()">
3286         <size>7</size>
3287       </method>
3288       <method name="Void Hello(S)">
3289         <size>1</size>
3290       </method>
3291     </type>
3292     <type name="X">
3293       <method name="Void .ctor()">
3294         <size>7</size>
3295       </method>
3296       <method name="Void Test()">
3297         <size>13</size>
3298       </method>
3299       <method name="Void Main()">
3300         <size>1</size>
3301       </method>
3302     </type>
3303   </test>
3304   <test name="gtest-012.cs">
3305     <type name="Stack`1[S]">
3306       <method name="Void .ctor()">
3307         <size>7</size>
3308       </method>
3309       <method name="Void Hello(S)">
3310         <size>1</size>
3311       </method>
3312     </type>
3313     <type name="Test`1[T]">
3314       <method name="Void .ctor()">
3315         <size>7</size>
3316       </method>
3317       <method name="Void Foo(T)">
3318         <size>1</size>
3319       </method>
3320     </type>
3321     <type name="X">
3322       <method name="Void .ctor()">
3323         <size>7</size>
3324       </method>
3325       <method name="Void Test()">
3326         <size>25</size>
3327       </method>
3328       <method name="Void Main()">
3329         <size>1</size>
3330       </method>
3331     </type>
3332   </test>
3333   <test name="gtest-013.cs">
3334     <type name="X">
3335       <method name="Void .ctor()">
3336         <size>7</size>
3337       </method>
3338       <method name="Void Test()">
3339         <size>13</size>
3340       </method>
3341       <method name="Void Main()">
3342         <size>1</size>
3343       </method>
3344     </type>
3345   </test>
3346   <test name="gtest-014.cs">
3347     <type name="Stack`1[S]">
3348       <method name="Void .ctor(S)">
3349         <size>7</size>
3350       </method>
3351       <method name="Void Push(S)">
3352         <size>1</size>
3353       </method>
3354     </type>
3355     <type name="X">
3356       <method name="Void .ctor()">
3357         <size>7</size>
3358       </method>
3359       <method name="Void Main()">
3360         <size>37</size>
3361       </method>
3362     </type>
3363   </test>
3364   <test name="gtest-015.cs">
3365     <type name="Stack`1[S]">
3366       <method name="Void .ctor()">
3367         <size>7</size>
3368       </method>
3369       <method name="Void Hello[T,U](S, T, U)">
3370         <size>3</size>
3371       </method>
3372     </type>
3373     <type name="X">
3374       <method name="Void .ctor()">
3375         <size>7</size>
3376       </method>
3377       <method name="Void Main()">
3378         <size>1</size>
3379       </method>
3380     </type>
3381   </test>
3382   <test name="gtest-016.cs">
3383     <type name="Stack`1[S]">
3384       <method name="Void .ctor()">
3385         <size>7</size>
3386       </method>
3387       <method name="Void Hello[T](S, T)">
3388         <size>1</size>
3389       </method>
3390     </type>
3391     <type name="X">
3392       <method name="Void .ctor()">
3393         <size>7</size>
3394       </method>
3395       <method name="Void Main()">
3396         <size>1</size>
3397       </method>
3398     </type>
3399   </test>
3400   <test name="gtest-017.cs">
3401     <type name="X">
3402       <method name="Void .ctor()">
3403         <size>7</size>
3404       </method>
3405       <method name="Void Foo(Stack)">
3406         <size>12</size>
3407       </method>
3408       <method name="Void Main()">
3409         <size>13</size>
3410       </method>
3411     </type>
3412   </test>
3413   <test name="gtest-018.cs">
3414     <type name="Stack">
3415       <method name="Void .ctor()">
3416         <size>7</size>
3417       </method>
3418       <method name="Void Hello[T](T)">
3419         <size>1</size>
3420       </method>
3421     </type>
3422     <type name="X">
3423       <method name="Void .ctor()">
3424         <size>7</size>
3425       </method>
3426       <method name="Void Foo(Stack)">
3427         <size>12</size>
3428       </method>
3429       <method name="Void Main()">
3430         <size>13</size>
3431       </method>
3432     </type>
3433   </test>
3434   <test name="gtest-019.cs">
3435     <type name="X">
3436       <method name="Void .ctor()">
3437         <size>7</size>
3438       </method>
3439       <method name="Void Main()">
3440         <size>1</size>
3441       </method>
3442     </type>
3443   </test>
3444   <test name="gtest-020.cs">
3445     <type name="X">
3446       <method name="Void .ctor()">
3447         <size>7</size>
3448       </method>
3449       <method name="Void Test()">
3450         <size>13</size>
3451       </method>
3452       <method name="Void Main()">
3453         <size>1</size>
3454       </method>
3455     </type>
3456     <type name="Stack`1[S]">
3457       <method name="Void Hello(S)">
3458         <size>1</size>
3459       </method>
3460     </type>
3461   </test>
3462   <test name="gtest-021.cs">
3463     <type name="Foo`1[T]">
3464       <method name="Void .ctor(Int32)">
3465         <size>58</size>
3466       </method>
3467       <method name="Void Test()">
3468         <size>23</size>
3469       </method>
3470     </type>
3471     <type name="Bar`1[T]">
3472       <method name="Void .ctor()">
3473         <size>7</size>
3474       </method>
3475       <method name="Void Test()">
3476         <size>45</size>
3477       </method>
3478     </type>
3479     <type name="X">
3480       <method name="Void .ctor()">
3481         <size>7</size>
3482       </method>
3483       <method name="Void Print(System.Object)">
3484         <size>39</size>
3485       </method>
3486       <method name="Void Main()">
3487         <size>38</size>
3488       </method>
3489     </type>
3490     <type name="S">
3491       <method name="Void .ctor(String)">
3492         <size>8</size>
3493       </method>
3494       <method name="System.String ToString()">
3495         <size>17</size>
3496       </method>
3497     </type>
3498   </test>
3499   <test name="gtest-022.cs">
3500     <type name="Foo`1[T]">
3501       <method name="Void .ctor()">
3502         <size>7</size>
3503       </method>
3504       <method name="Void Hello()">
3505         <size>1</size>
3506       </method>
3507       <method name="Void World(T)">
3508         <size>7</size>
3509       </method>
3510     </type>
3511     <type name="Bar">
3512       <method name="Void .ctor()">
3513         <size>7</size>
3514       </method>
3515       <method name="Void Test()">
3516         <size>14</size>
3517       </method>
3518     </type>
3519     <type name="X">
3520       <method name="Void .ctor()">
3521         <size>7</size>
3522       </method>
3523       <method name="Void Main()">
3524         <size>13</size>
3525       </method>
3526     </type>
3527   </test>
3528   <test name="gtest-023.cs">
3529     <type name="Foo`1[T]">
3530       <method name="Void .ctor()">
3531         <size>7</size>
3532       </method>
3533       <method name="Void Hello()">
3534         <size>1</size>
3535       </method>
3536       <method name="Void World(T)">
3537         <size>7</size>
3538       </method>
3539     </type>
3540     <type name="Bar">
3541       <method name="Void .ctor()">
3542         <size>7</size>
3543       </method>
3544       <method name="Void Test()">
3545         <size>14</size>
3546       </method>
3547     </type>
3548     <type name="X">
3549       <method name="Void .ctor()">
3550         <size>7</size>
3551       </method>
3552       <method name="Void Main()">
3553         <size>1</size>
3554       </method>
3555     </type>
3556   </test>
3557   <test name="gtest-024.cs">
3558     <type name="Foo`1[T]">
3559       <method name="Void .ctor()">
3560         <size>7</size>
3561       </method>
3562       <method name="Void Hello(T)">
3563         <size>13</size>
3564       </method>
3565       <method name="Void Whatever(System.Object)">
3566         <size>12</size>
3567       </method>
3568     </type>
3569     <type name="X">
3570       <method name="Void .ctor()">
3571         <size>7</size>
3572       </method>
3573       <method name="Void Test(Foo`1[System.Int32])">
3574         <size>8</size>
3575       </method>
3576       <method name="Void Main()">
3577         <size>13</size>
3578       </method>
3579     </type>
3580   </test>
3581   <test name="gtest-025.cs">
3582     <type name="Foo">
3583       <method name="Void .ctor()">
3584         <size>7</size>
3585       </method>
3586       <method name="Void Hello[T](T)">
3587         <size>13</size>
3588       </method>
3589       <method name="Void Whatever(System.Object)">
3590         <size>12</size>
3591       </method>
3592     </type>
3593     <type name="X">
3594       <method name="Void .ctor()">
3595         <size>7</size>
3596       </method>
3597       <method name="Void Test(Foo)">
3598         <size>12</size>
3599       </method>
3600       <method name="Void Main()">
3601         <size>13</size>
3602       </method>
3603     </type>
3604   </test>
3605   <test name="gtest-026.cs">
3606     <type name="Foo`1[T]">
3607       <method name="Void .ctor()">
3608         <size>7</size>
3609       </method>
3610     </type>
3611     <type name="X">
3612       <method name="Void .ctor()">
3613         <size>7</size>
3614       </method>
3615       <method name="Void Main()">
3616         <size>15</size>
3617       </method>
3618     </type>
3619   </test>
3620   <test name="gtest-027.cs">
3621     <type name="TheBase">
3622       <method name="Void .ctor()">
3623         <size>7</size>
3624       </method>
3625       <method name="Void BaseFunc()">
3626         <size>1</size>
3627       </method>
3628     </type>
3629     <type name="Stack`1[S]">
3630       <method name="Void .ctor()">
3631         <size>7</size>
3632       </method>
3633       <method name="Void Hello(S)">
3634         <size>1</size>
3635       </method>
3636     </type>
3637     <type name="Test`1[T]">
3638       <method name="Void .ctor()">
3639         <size>7</size>
3640       </method>
3641       <method name="Void Foo(T)">
3642         <size>1</size>
3643       </method>
3644     </type>
3645     <type name="X">
3646       <method name="Void .ctor()">
3647         <size>7</size>
3648       </method>
3649       <method name="Void Test()">
3650         <size>36</size>
3651       </method>
3652       <method name="Void Main()">
3653         <size>1</size>
3654       </method>
3655     </type>
3656   </test>
3657   <test name="gtest-028.cs">
3658     <type name="Stack`1[T]">
3659       <method name="Void .ctor(T)">
3660         <size>14</size>
3661       </method>
3662       <method name="System.Object Test()">
3663         <size>12</size>
3664       </method>
3665     </type>
3666     <type name="X">
3667       <method name="Void .ctor()">
3668         <size>7</size>
3669       </method>
3670       <method name="System.Object Test(Stack`1[System.Int32])">
3671         <size>7</size>
3672       </method>
3673       <method name="Void Main()">
3674         <size>20</size>
3675       </method>
3676     </type>
3677   </test>
3678   <test name="gtest-029.cs">
3679     <type name="Stack`1[T]">
3680       <method name="Void .ctor(Int32)">
3681         <size>19</size>
3682       </method>
3683       <method name="System.Object Test()">
3684         <size>7</size>
3685       </method>
3686     </type>
3687     <type name="X">
3688       <method name="Void .ctor()">
3689         <size>7</size>
3690       </method>
3691       <method name="Void Main()">
3692         <size>19</size>
3693       </method>
3694     </type>
3695   </test>
3696   <test name="gtest-030.cs">
3697     <type name="Foo`1[T]">
3698       <method name="Void .ctor()">
3699         <size>7</size>
3700       </method>
3701       <method name="Void Hello(T)">
3702         <size>1</size>
3703       </method>
3704     </type>
3705     <type name="Bar`2[T,U]">
3706       <method name="Void .ctor()">
3707         <size>7</size>
3708       </method>
3709       <method name="Void Test(T, U)">
3710         <size>1</size>
3711       </method>
3712     </type>
3713     <type name="X">
3714       <method name="Void .ctor()">
3715         <size>7</size>
3716       </method>
3717       <method name="Void Test(Bar`2[System.Int32,System.String])">
3718         <size>24</size>
3719       </method>
3720       <method name="Void Main()">
3721         <size>13</size>
3722       </method>
3723     </type>
3724   </test>
3725   <test name="gtest-031.cs">
3726     <type name="X">
3727       <method name="Void .ctor()">
3728         <size>7</size>
3729       </method>
3730       <method name="Void Test(Bar`2[System.Int32,System.String])">
3731         <size>24</size>
3732       </method>
3733       <method name="Void Main()">
3734         <size>1</size>
3735       </method>
3736     </type>
3737   </test>
3738   <test name="gtest-032.cs">
3739     <type name="X">
3740       <method name="Void .ctor()">
3741         <size>7</size>
3742       </method>
3743       <method name="Void Test(Bar`2)">
3744         <size>24</size>
3745       </method>
3746       <method name="Void Main()">
3747         <size>1</size>
3748       </method>
3749     </type>
3750   </test>
3751   <test name="gtest-033.cs">
3752     <type name="X">
3753       <method name="Void .ctor()">
3754         <size>7</size>
3755       </method>
3756       <method name="Void Test(Bar`3)">
3757         <size>35</size>
3758       </method>
3759       <method name="Void Main()">
3760         <size>1</size>
3761       </method>
3762     </type>
3763   </test>
3764   <test name="gtest-034.cs">
3765     <type name="Foo`1[T]">
3766       <method name="Void .ctor()">
3767         <size>7</size>
3768       </method>
3769     </type>
3770     <type name="Stack`1[T]">
3771       <method name="Void .ctor()">
3772         <size>7</size>
3773       </method>
3774     </type>
3775     <type name="Bar`1[T]">
3776       <method name="Void .ctor()">
3777         <size>7</size>
3778       </method>
3779     </type>
3780     <type name="X">
3781       <method name="Void .ctor()">
3782         <size>7</size>
3783       </method>
3784       <method name="Void Main()">
3785         <size>1</size>
3786       </method>
3787     </type>
3788   </test>
3789   <test name="gtest-035.cs">
3790     <type name="Test`1[T]">
3791       <method name="Void .ctor()">
3792         <size>7</size>
3793       </method>
3794     </type>
3795     <type name="Foo`1[T]">
3796       <method name="Void .ctor()">
3797         <size>7</size>
3798       </method>
3799     </type>
3800     <type name="X">
3801       <method name="Void .ctor()">
3802         <size>7</size>
3803       </method>
3804       <method name="Void Main()">
3805         <size>1</size>
3806       </method>
3807     </type>
3808   </test>
3809   <test name="gtest-036.cs">
3810     <type name="Stack`1[T]">
3811       <method name="Void .ctor()">
3812         <size>7</size>
3813       </method>
3814       <method name="Void Hello(Stack`1[T])">
3815         <size>1</size>
3816       </method>
3817       <method name="Void Test()">
3818         <size>8</size>
3819       </method>
3820     </type>
3821     <type name="X">
3822       <method name="Void .ctor()">
3823         <size>7</size>
3824       </method>
3825       <method name="Void Main()">
3826         <size>1</size>
3827       </method>
3828     </type>
3829   </test>
3830   <test name="gtest-037.cs">
3831     <type name="Foo`2[T,U]">
3832       <method name="Void .ctor()">
3833         <size>7</size>
3834       </method>
3835       <method name="Void Hello(Foo`2[T,U])">
3836         <size>1</size>
3837       </method>
3838       <method name="Void Test()">
3839         <size>8</size>
3840       </method>
3841     </type>
3842     <type name="Bar`1[T]">
3843       <method name="Void .ctor()">
3844         <size>7</size>
3845       </method>
3846       <method name="Void Test(Foo`2[T,System.Int64])">
3847         <size>8</size>
3848       </method>
3849     </type>
3850     <type name="Baz`1[T]">
3851       <method name="Void .ctor()">
3852         <size>7</size>
3853       </method>
3854       <method name="Void Test()">
3855         <size>8</size>
3856       </method>
3857     </type>
3858     <type name="X">
3859       <method name="Void .ctor()">
3860         <size>7</size>
3861       </method>
3862       <method name="Void Main()">
3863         <size>1</size>
3864       </method>
3865     </type>
3866   </test>
3867   <test name="gtest-038.cs">
3868     <type name="Queue`1[T]">
3869       <method name="Void .ctor(T, T)">
3870         <size>38</size>
3871       </method>
3872       <method name="Queue`1+Node`1[T,T] GetFoo()">
3873         <size>7</size>
3874       </method>
3875       <method name="Queue`1+Node`1[T,T] get_Foo()">
3876         <size>7</size>
3877       </method>
3878       <method name="Void Test(T)">
3879         <size>12</size>
3880       </method>
3881       <method name="Void Test()">
3882         <size>74</size>
3883       </method>
3884     </type>
3885     <type name="Queue`1+Node`1[T,U]">
3886       <method name="Void .ctor(Node`1, U)">
3887         <size>21</size>
3888       </method>
3889     </type>
3890     <type name="X">
3891       <method name="Void .ctor()">
3892         <size>7</size>
3893       </method>
3894       <method name="Void Main()">
3895         <size>16</size>
3896       </method>
3897     </type>
3898   </test>
3899   <test name="gtest-039.cs">
3900     <type name="Zoo`1[T]">
3901       <method name="Void .ctor(T)">
3902         <size>14</size>
3903       </method>
3904       <method name="IMonkey`1 GetTheMonkey[U](U)">
3905         <size>8</size>
3906       </method>
3907       <method name="T get_Name()">
3908         <size>7</size>
3909       </method>
3910     </type>
3911     <type name="Zoo`1+Monkey`2[T,V,W]">
3912       <method name="Void .ctor(Zoo`1, W)">
3913         <size>21</size>
3914       </method>
3915       <method name="W Jump()">
3916         <size>44</size>
3917       </method>
3918     </type>
3919     <type name="X">
3920       <method name="Void .ctor()">
3921         <size>7</size>
3922       </method>
3923       <method name="Void Main()">
3924         <size>31</size>
3925       </method>
3926     </type>
3927   </test>
3928   <test name="gtest-040.cs">
3929     <type name="Stack`1[T]">
3930       <method name="Void .ctor(T)">
3931         <size>26</size>
3932       </method>
3933       <method name="INode`1 GetNode()">
3934         <size>7</size>
3935       </method>
3936       <method name="Stack`1+Foo`1[T,T] GetFoo(T)">
3937         <size>7</size>
3938       </method>
3939       <method name="Stack`1+Bar`1[T,T] GetBar(T)">
3940         <size>7</size>
3941       </method>
3942       <method name="Void Test()">
3943         <size>66</size>
3944       </method>
3945     </type>
3946     <type name="Stack`1+Node[T]">
3947       <method name="Void .ctor(Stack`1)">
3948         <size>14</size>
3949       </method>
3950       <method name="Void Hello(T)">
3951         <size>1</size>
3952       </method>
3953     </type>
3954     <type name="Stack`1+Foo`1[T,T]">
3955       <method name="Void .ctor(T)">
3956         <size>14</size>
3957       </method>
3958       <method name="Stack`1+Bar`1[T,T] GetBar()">
3959         <size>12</size>
3960       </method>
3961     </type>
3962     <type name="Stack`1+Bar`1[T,U]">
3963       <method name="Void .ctor(U)">
3964         <size>14</size>
3965       </method>
3966       <method name="Stack`1+Foo`1[T,T] GetFoo(Stack`1[T])">
3967         <size>7</size>
3968       </method>
3969     </type>
3970     <type name="Stack`1+Bar`1+Baz`1[T,U,V]">
3971       <method name="Void .ctor(V)">
3972         <size>14</size>
3973       </method>
3974       <method name="Stack`1+Foo`1[T,T] GetFoo(Stack`1[T])">
3975         <size>12</size>
3976       </method>
3977       <method name="Stack`1+Bar`1[T,V] GetBar()">
3978         <size>12</size>
3979       </method>
3980     </type>
3981     <type name="X">
3982       <method name="Void .ctor()">
3983         <size>7</size>
3984       </method>
3985     </type>
3986     <type name="A`1[U]">
3987       <method name="Void .ctor()">
3988         <size>7</size>
3989       </method>
3990     </type>
3991     <type name="A`1+Test`1[U,T]">
3992       <method name="A`1+Test`1+Nested`1[U,T,T] Foo()">
3993         <size>2</size>
3994       </method>
3995       <method name="Void .ctor()">
3996         <size>7</size>
3997       </method>
3998     </type>
3999     <type name="A`1+Test`1+Nested`1[U,T,X]">
4000       <method name="Void .ctor()">
4001         <size>7</size>
4002       </method>
4003     </type>
4004     <type name="X">
4005       <method name="Int32 Main()">
4006         <size>39</size>
4007       </method>
4008     </type>
4009   </test>
4010   <test name="gtest-041.cs">
4011     <type name="Stack`1[T]">
4012       <method name="Void .ctor()">
4013         <size>7</size>
4014       </method>
4015       <method name="Void Hello(Int32, T[])">
4016         <size>1</size>
4017       </method>
4018     </type>
4019     <type name="X">
4020       <method name="Void .ctor()">
4021         <size>7</size>
4022       </method>
4023       <method name="Void Main()">
4024         <size>36</size>
4025       </method>
4026     </type>
4027   </test>
4028   <test name="gtest-042.cs">
4029     <type name="A.A`1[X]">
4030       <method name="Void .ctor()">
4031         <size>7</size>
4032       </method>
4033     </type>
4034     <type name="A.B`1[X]">
4035       <method name="Void .ctor()">
4036         <size>7</size>
4037       </method>
4038     </type>
4039     <type name="A.C`1[X]">
4040       <method name="Void .ctor()">
4041         <size>7</size>
4042       </method>
4043     </type>
4044     <type name="A.D`1[X]">
4045       <method name="Void .ctor()">
4046         <size>7</size>
4047       </method>
4048     </type>
4049     <type name="A.E`2[X,Y]">
4050       <method name="Void .ctor()">
4051         <size>7</size>
4052       </method>
4053     </type>
4054     <type name="A.F`1[X]">
4055       <method name="Void .ctor()">
4056         <size>7</size>
4057       </method>
4058     </type>
4059     <type name="B.MyTest`2[K,V]">
4060       <method name="Void .ctor()">
4061         <size>7</size>
4062       </method>
4063     </type>
4064     <type name="C.S`1[K]">
4065       <method name="Void .ctor()">
4066         <size>7</size>
4067       </method>
4068     </type>
4069     <type name="C.C`1[K]">
4070       <method name="Void .ctor()">
4071         <size>7</size>
4072       </method>
4073     </type>
4074     <type name="Test">
4075       <method name="Void .ctor()">
4076         <size>7</size>
4077       </method>
4078       <method name="Void Main()">
4079         <size>1</size>
4080       </method>
4081     </type>
4082   </test>
4083   <test name="gtest-043.cs">
4084     <type name="Test`1[T]">
4085       <method name="Void .ctor()">
4086         <size>7</size>
4087       </method>
4088       <method name="Void Foo()">
4089         <size>13</size>
4090       </method>
4091       <method name="Int32 GetCount()">
4092         <size>6</size>
4093       </method>
4094     </type>
4095     <type name="X">
4096       <method name="Void .ctor()">
4097         <size>7</size>
4098       </method>
4099       <method name="Int32 DoTheTest[T]()">
4100         <size>107</size>
4101       </method>
4102       <method name="Int32 Main()">
4103         <size>134</size>
4104       </method>
4105     </type>
4106   </test>
4107   <test name="gtest-044.cs">
4108     <type name="X`1[T]">
4109       <method name="Void .ctor(Int32)">
4110         <size>14</size>
4111       </method>
4112       <method name="X`1[T] op_Increment(X`1[T])">
4113         <size>14</size>
4114       </method>
4115     </type>
4116     <type name="Test">
4117       <method name="Void .ctor()">
4118         <size>7</size>
4119       </method>
4120       <method name="Void Main()">
4121         <size>37</size>
4122       </method>
4123     </type>
4124   </test>
4125   <test name="gtest-045.cs">
4126     <type name="Test`2[A,B]">
4127       <method name="Void .ctor()">
4128         <size>7</size>
4129       </method>
4130       <method name="Void Foo[U](U)">
4131         <size>1</size>
4132       </method>
4133       <method name="Void Foo[V](V[], V)">
4134         <size>1</size>
4135       </method>
4136       <method name="Void Hello[V,W](V, W, Test`2[V,W])">
4137         <size>1</size>
4138       </method>
4139       <method name="Void ArrayMethod[V](V[])">
4140         <size>1</size>
4141       </method>
4142     </type>
4143     <type name="X">
4144       <method name="Void .ctor()">
4145         <size>7</size>
4146       </method>
4147       <method name="Void Main()">
4148         <size>86</size>
4149       </method>
4150     </type>
4151     <type name="&lt;PrivateImplementationDetails&gt;">
4152       <method name="Void .ctor()">
4153         <size>7</size>
4154       </method>
4155     </type>
4156   </test>
4157   <test name="gtest-046.cs">
4158     <type name="Foo`1[T]">
4159       <method name="Void .ctor()">
4160         <size>7</size>
4161       </method>
4162       <method name="Void add_MyEvent(Test`1[T])">
4163         <size>47</size>
4164       </method>
4165       <method name="Void remove_MyEvent(Test`1[T])">
4166         <size>47</size>
4167       </method>
4168       <method name="Void Hello(T)">
4169         <size>24</size>
4170       </method>
4171     </type>
4172     <type name="X">
4173       <method name="Void .ctor()">
4174         <size>7</size>
4175       </method>
4176       <method name="Void do_hello(System.String)">
4177         <size>12</size>
4178       </method>
4179       <method name="Void Main()">
4180         <size>36</size>
4181       </method>
4182     </type>
4183     <type name="Test`1[T]">
4184       <method name="Void .ctor(Object, IntPtr)">
4185         <size>0</size>
4186       </method>
4187       <method name="Void Invoke(T)">
4188         <size>0</size>
4189       </method>
4190       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
4191         <size>0</size>
4192       </method>
4193       <method name="Void EndInvoke(IAsyncResult)">
4194         <size>0</size>
4195       </method>
4196     </type>
4197   </test>
4198   <test name="gtest-047.cs">
4199     <type name="X">
4200       <method name="Void .ctor()">
4201         <size>7</size>
4202       </method>
4203       <method name="Void Main()">
4204         <size>7</size>
4205       </method>
4206     </type>
4207   </test>
4208   <test name="gtest-048.cs">
4209     <type name="Stack`1[T]">
4210       <method name="Void .ctor()">
4211         <size>20</size>
4212       </method>
4213       <method name="Void Add(T)">
4214         <size>14</size>
4215       </method>
4216     </type>
4217     <type name="X">
4218       <method name="Void .ctor()">
4219         <size>7</size>
4220       </method>
4221       <method name="Void Main()">
4222         <size>22</size>
4223       </method>
4224     </type>
4225   </test>
4226   <test name="gtest-049.cs">
4227     <type name="X`1[T]">
4228       <method name="Void .ctor()">
4229         <size>7</size>
4230       </method>
4231       <method name="Void A(T)">
4232         <size>1</size>
4233       </method>
4234       <method name="Void A(T[])">
4235         <size>1</size>
4236       </method>
4237       <method name="Void A(T[,])">
4238         <size>1</size>
4239       </method>
4240       <method name="Void A(T[][])">
4241         <size>1</size>
4242       </method>
4243       <method name="Void B(T[])">
4244         <size>1</size>
4245       </method>
4246       <method name="Void B(Int32)">
4247         <size>1</size>
4248       </method>
4249       <method name="Void C(T[])">
4250         <size>1</size>
4251       </method>
4252       <method name="Void C(T[,])">
4253         <size>1</size>
4254       </method>
4255       <method name="Void C(System.Int32[,,])">
4256         <size>1</size>
4257       </method>
4258       <method name="Void D(Int32, T)">
4259         <size>1</size>
4260       </method>
4261       <method name="Void D(T, Int64)">
4262         <size>1</size>
4263       </method>
4264     </type>
4265     <type name="Foo">
4266       <method name="Void .ctor()">
4267         <size>7</size>
4268       </method>
4269       <method name="Void Main()">
4270         <size>1</size>
4271       </method>
4272     </type>
4273   </test>
4274   <test name="gtest-050.cs">
4275     <type name="X">
4276       <method name="Void .ctor()">
4277         <size>7</size>
4278       </method>
4279       <method name="T F[T](System.String, T)">
4280         <size>2</size>
4281       </method>
4282       <method name="T G[T]()">
4283         <size>6</size>
4284       </method>
4285       <method name="Void Main()">
4286         <size>40</size>
4287       </method>
4288     </type>
4289     <type name="D">
4290       <method name="Void .ctor(Object, IntPtr)">
4291         <size>0</size>
4292       </method>
4293       <method name="Int32 Invoke(System.String, Int32)">
4294         <size>0</size>
4295       </method>
4296       <method name="IAsyncResult BeginInvoke(System.String, Int32, System.AsyncCallback, System.Object)">
4297         <size>0</size>
4298       </method>
4299       <method name="Int32 EndInvoke(IAsyncResult)">
4300         <size>0</size>
4301       </method>
4302     </type>
4303     <type name="E">
4304       <method name="Void .ctor(Object, IntPtr)">
4305         <size>0</size>
4306       </method>
4307       <method name="Int32 Invoke()">
4308         <size>0</size>
4309       </method>
4310       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
4311         <size>0</size>
4312       </method>
4313       <method name="Int32 EndInvoke(IAsyncResult)">
4314         <size>0</size>
4315       </method>
4316     </type>
4317   </test>
4318   <test name="gtest-051.cs">
4319     <type name="Foo`1[T]">
4320       <method name="Void .ctor()">
4321         <size>7</size>
4322       </method>
4323       <method name="Void Test(T)">
4324         <size>43</size>
4325       </method>
4326     </type>
4327     <type name="A">
4328       <method name="Void .ctor()">
4329         <size>7</size>
4330       </method>
4331       <method name="Void Hello()">
4332         <size>11</size>
4333       </method>
4334     </type>
4335     <type name="B">
4336       <method name="Void .ctor()">
4337         <size>7</size>
4338       </method>
4339     </type>
4340     <type name="X">
4341       <method name="Void .ctor()">
4342         <size>7</size>
4343       </method>
4344       <method name="Void Main()">
4345         <size>18</size>
4346       </method>
4347     </type>
4348   </test>
4349   <test name="gtest-052.cs">
4350     <type name="Foo`1[T]">
4351       <method name="Void .ctor()">
4352         <size>7</size>
4353       </method>
4354       <method name="T Create()">
4355         <size>36</size>
4356       </method>
4357     </type>
4358     <type name="X">
4359       <method name="Void .ctor()">
4360         <size>7</size>
4361       </method>
4362       <method name="Void Hello()">
4363         <size>11</size>
4364       </method>
4365       <method name="Void Main()">
4366         <size>18</size>
4367       </method>
4368     </type>
4369   </test>
4370   <test name="gtest-053.cs">
4371     <type name="ReferenceTypeCounters.SimpleCounter">
4372       <method name="Void .ctor()">
4373         <size>7</size>
4374       </method>
4375       <method name="Void Increment()">
4376         <size>15</size>
4377       </method>
4378     </type>
4379     <type name="ReferenceTypeCounters.PrintingCounter">
4380       <method name="Void .ctor()">
4381         <size>7</size>
4382       </method>
4383       <method name="System.String ToString()">
4384         <size>12</size>
4385       </method>
4386       <method name="Void Increment()">
4387         <size>15</size>
4388       </method>
4389     </type>
4390     <type name="ReferenceTypeCounters.ExplicitCounter">
4391       <method name="Void .ctor()">
4392         <size>7</size>
4393       </method>
4394       <method name="Void ICounter.Increment()">
4395         <size>15</size>
4396       </method>
4397       <method name="System.String ToString()">
4398         <size>12</size>
4399       </method>
4400     </type>
4401     <type name="ReferenceTypeCounters.InterfaceCounter">
4402       <method name="Void .ctor()">
4403         <size>7</size>
4404       </method>
4405       <method name="Void ICounter.Increment()">
4406         <size>15</size>
4407       </method>
4408       <method name="System.String ToString()">
4409         <size>12</size>
4410       </method>
4411       <method name="Void Increment()">
4412         <size>15</size>
4413       </method>
4414     </type>
4415     <type name="Test.Test`1[T]">
4416       <method name="Void .ctor()">
4417         <size>7</size>
4418       </method>
4419       <method name="Void Foo(T)">
4420         <size>50</size>
4421       </method>
4422     </type>
4423     <type name="Test.X">
4424       <method name="Void .ctor()">
4425         <size>7</size>
4426       </method>
4427       <method name="Void Main()">
4428         <size>97</size>
4429       </method>
4430     </type>
4431     <type name="ValueTypeCounters.SimpleCounter">
4432       <method name="Void Increment()">
4433         <size>15</size>
4434       </method>
4435     </type>
4436     <type name="ValueTypeCounters.PrintingCounter">
4437       <method name="System.String ToString()">
4438         <size>12</size>
4439       </method>
4440       <method name="Void Increment()">
4441         <size>15</size>
4442       </method>
4443     </type>
4444     <type name="ValueTypeCounters.ExplicitCounter">
4445       <method name="Void ICounter.Increment()">
4446         <size>15</size>
4447       </method>
4448       <method name="System.String ToString()">
4449         <size>12</size>
4450       </method>
4451     </type>
4452     <type name="ValueTypeCounters.InterfaceCounter">
4453       <method name="Void ICounter.Increment()">
4454         <size>15</size>
4455       </method>
4456       <method name="System.String ToString()">
4457         <size>12</size>
4458       </method>
4459       <method name="Void Increment()">
4460         <size>15</size>
4461       </method>
4462     </type>
4463   </test>
4464   <test name="gtest-054.cs">
4465     <type name="A">
4466       <method name="Void .ctor()">
4467         <size>7</size>
4468       </method>
4469     </type>
4470     <type name="B">
4471       <method name="Void .ctor()">
4472         <size>7</size>
4473       </method>
4474       <method name="Void Hello()">
4475         <size>1</size>
4476       </method>
4477       <method name="C op_Implicit(B)">
4478         <size>6</size>
4479       </method>
4480     </type>
4481     <type name="C">
4482       <method name="Void .ctor()">
4483         <size>7</size>
4484       </method>
4485       <method name="B op_Explicit(C)">
4486         <size>6</size>
4487       </method>
4488     </type>
4489     <type name="Test">
4490       <method name="Void .ctor()">
4491         <size>7</size>
4492       </method>
4493       <method name="Void Simple[T](T)">
4494         <size>36</size>
4495       </method>
4496       <method name="Void Interface[T](T)">
4497         <size>8</size>
4498       </method>
4499       <method name="Void Class[T](T)">
4500         <size>71</size>
4501       </method>
4502       <method name="Void Array[T](T[])">
4503         <size>21</size>
4504       </method>
4505       <method name="Void Main()">
4506         <size>1</size>
4507       </method>
4508     </type>
4509   </test>
4510   <test name="gtest-055.cs">
4511     <type name="N1.A`1[T]">
4512       <method name="Void .ctor()">
4513         <size>7</size>
4514       </method>
4515     </type>
4516     <type name="N1.A`1+B[T]">
4517       <method name="Void .ctor()">
4518         <size>7</size>
4519       </method>
4520     </type>
4521     <type name="N1.A`1+C`1[T,U]">
4522       <method name="Void .ctor()">
4523         <size>7</size>
4524       </method>
4525     </type>
4526     <type name="N1.C">
4527       <method name="Void .ctor()">
4528         <size>7</size>
4529       </method>
4530     </type>
4531     <type name="N2.X">
4532       <method name="Void .ctor()">
4533         <size>7</size>
4534       </method>
4535       <method name="Void Main()">
4536         <size>19</size>
4537       </method>
4538     </type>
4539   </test>
4540   <test name="gtest-056.cs">
4541     <type name="Log`1[T]">
4542       <method name="Void .ctor()">
4543         <size>31</size>
4544       </method>
4545       <method name="Void .cctor()">
4546         <size>1</size>
4547       </method>
4548       <method name="Int32 get_InstanceCount()">
4549         <size>6</size>
4550       </method>
4551       <method name="Void Add(T)">
4552         <size>32</size>
4553       </method>
4554       <method name="Int32 get_Count()">
4555         <size>7</size>
4556       </method>
4557       <method name="T get_Last()">
4558         <size>47</size>
4559       </method>
4560       <method name="Void set_Last(T)">
4561         <size>68</size>
4562       </method>
4563       <method name="T[] get_All()">
4564         <size>70</size>
4565       </method>
4566     </type>
4567     <type name="TestLog">
4568       <method name="Void .ctor()">
4569         <size>7</size>
4570       </method>
4571     </type>
4572     <type name="TestLog+MyTest">
4573       <method name="Void .ctor()">
4574         <size>7</size>
4575       </method>
4576       <method name="Void Main(System.String[])">
4577         <size>204</size>
4578       </method>
4579     </type>
4580   </test>
4581   <test name="gtest-057.cs">
4582     <type name="Hello`1[T]">
4583       <method name="Void .ctor()">
4584         <size>7</size>
4585       </method>
4586       <method name="IHello`1 Test[U]()">
4587         <size>6</size>
4588       </method>
4589       <method name="Void Print(T)">
4590         <size>17</size>
4591       </method>
4592     </type>
4593     <type name="X">
4594       <method name="Void .ctor()">
4595         <size>7</size>
4596       </method>
4597       <method name="Void Main()">
4598         <size>48</size>
4599       </method>
4600     </type>
4601   </test>
4602   <test name="gtest-058.cs">
4603     <type name="Foo">
4604       <method name="Void .ctor()">
4605         <size>7</size>
4606       </method>
4607       <method name="Void Main()">
4608         <size>1</size>
4609       </method>
4610     </type>
4611     <type name="Foo`1[T]">
4612       <method name="Void .ctor()">
4613         <size>7</size>
4614       </method>
4615       <method name="Foo`1[T] get_Blah()">
4616         <size>6</size>
4617       </method>
4618     </type>
4619   </test>
4620   <test name="gtest-059.cs">
4621     <type name="X`1[T]">
4622       <method name="Void .ctor()">
4623         <size>7</size>
4624       </method>
4625     </type>
4626     <type name="Foo">
4627       <method name="Void .ctor()">
4628         <size>7</size>
4629       </method>
4630       <method name="Void Main()">
4631         <size>1</size>
4632       </method>
4633     </type>
4634   </test>
4635   <test name="gtest-060.cs">
4636     <type name="MyList`1[T]">
4637       <method name="Void .ctor()">
4638         <size>7</size>
4639       </method>
4640       <method name="Void Hello(T)">
4641         <size>12</size>
4642       </method>
4643     </type>
4644     <type name="Foo">
4645       <method name="Void .ctor()">
4646         <size>7</size>
4647       </method>
4648       <method name="MyList`1[T] Map[T]()">
4649         <size>6</size>
4650       </method>
4651     </type>
4652     <type name="X">
4653       <method name="Void .ctor()">
4654         <size>7</size>
4655       </method>
4656       <method name="Void Main()">
4657         <size>22</size>
4658       </method>
4659     </type>
4660   </test>
4661   <test name="gtest-061.cs">
4662     <type name="Foo`1[T]">
4663       <method name="Void .ctor(T)">
4664         <size>14</size>
4665       </method>
4666       <method name="U Method[U](Test`2[T,U])">
4667         <size>13</size>
4668       </method>
4669     </type>
4670     <type name="X">
4671       <method name="Void .ctor()">
4672         <size>7</size>
4673       </method>
4674       <method name="Void Main()">
4675         <size>83</size>
4676       </method>
4677     </type>
4678     <type name="Test`2[A,B]">
4679       <method name="Void .ctor(Object, IntPtr)">
4680         <size>0</size>
4681       </method>
4682       <method name="B Invoke(A)">
4683         <size>0</size>
4684       </method>
4685       <method name="IAsyncResult BeginInvoke(A, System.AsyncCallback, System.Object)">
4686         <size>0</size>
4687       </method>
4688       <method name="B EndInvoke(IAsyncResult)">
4689         <size>0</size>
4690       </method>
4691     </type>
4692     <type name="X">
4693       <method name="System.String &lt;Main&gt;m__0(Double)">
4694         <size>17</size>
4695       </method>
4696     </type>
4697   </test>
4698   <test name="gtest-062.cs">
4699     <type name="X">
4700       <method name="Void .ctor()">
4701         <size>7</size>
4702       </method>
4703       <method name="IEnumerable`1 Test(Int32, Int64)">
4704         <size>44</size>
4705       </method>
4706       <method name="Int32 Main()">
4707         <size>84</size>
4708       </method>
4709     </type>
4710     <type name="X+&lt;Test&gt;c__Iterator0">
4711       <method name="Void .ctor()">
4712         <size>7</size>
4713       </method>
4714       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4715         <size>12</size>
4716       </method>
4717       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
4718         <size>7</size>
4719       </method>
4720       <method name="Boolean MoveNext()">
4721         <size>105</size>
4722       </method>
4723       <method name="Void Dispose()">
4724         <size>8</size>
4725       </method>
4726       <method name="Void Reset()">
4727         <size>6</size>
4728       </method>
4729       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
4730         <size>7</size>
4731       </method>
4732       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
4733         <size>52</size>
4734       </method>
4735     </type>
4736   </test>
4737   <test name="gtest-063.cs">
4738     <type name="Test">
4739       <method name="Void .ctor()">
4740         <size>7</size>
4741       </method>
4742       <method name="Int32 IndexOf[T](T[], T, Int32, Int32)">
4743         <size>2</size>
4744       </method>
4745       <method name="Int32 IndexOf(System.Array, System.Object)">
4746         <size>15</size>
4747       </method>
4748       <method name="Int32 IndexOf(System.Array, System.Object, Int32, Int32)">
4749         <size>2</size>
4750       </method>
4751     </type>
4752     <type name="X">
4753       <method name="Void .ctor()">
4754         <size>7</size>
4755       </method>
4756       <method name="Int32 Main()">
4757         <size>65</size>
4758       </method>
4759     </type>
4760   </test>
4761   <test name="gtest-064.cs">
4762     <type name="Foo`1[T]">
4763       <method name="Void .ctor()">
4764         <size>7</size>
4765       </method>
4766       <method name="Foo`1+Hello[T] GetHello()">
4767         <size>7</size>
4768       </method>
4769     </type>
4770     <type name="Foo`1+Hello[T]">
4771       <method name="Void .ctor(Foo`1)">
4772         <size>14</size>
4773       </method>
4774     </type>
4775     <type name="X">
4776       <method name="Void .ctor()">
4777         <size>7</size>
4778       </method>
4779       <method name="Void Main()">
4780         <size>1</size>
4781       </method>
4782     </type>
4783     <type name="Foo`1[T]">
4784       <method name="IHello`1 IFoo&lt;T&gt;.GetHello()">
4785         <size>7</size>
4786       </method>
4787     </type>
4788   </test>
4789   <test name="gtest-065.cs">
4790     <type name="MyTest">
4791       <method name="Void .ctor()">
4792         <size>7</size>
4793       </method>
4794       <method name="Void Test()">
4795         <size>17</size>
4796       </method>
4797       <method name="Void Main(System.String[])">
4798         <size>216</size>
4799       </method>
4800     </type>
4801     <type name="ComparablePair`2[T,U]">
4802       <method name="Void .ctor(T, U)">
4803         <size>15</size>
4804       </method>
4805       <method name="Int32 CompareTo(ComparablePair`2)">
4806         <size>68</size>
4807       </method>
4808       <method name="Boolean Equals(ComparablePair`2)">
4809         <size>73</size>
4810       </method>
4811       <method name="System.String ToString()">
4812         <size>64</size>
4813       </method>
4814     </type>
4815   </test>
4816   <test name="gtest-066.cs">
4817     <type name="Foo`1[T]">
4818       <method name="Void .ctor()">
4819         <size>7</size>
4820       </method>
4821     </type>
4822     <type name="Foo`1+Bar`1[T,U]">
4823       <method name="Void .ctor()">
4824         <size>7</size>
4825       </method>
4826     </type>
4827     <type name="Test.FooEx`2[V,W]">
4828       <method name="Void .ctor()">
4829         <size>7</size>
4830       </method>
4831     </type>
4832     <type name="X">
4833       <method name="Void .ctor()">
4834         <size>7</size>
4835       </method>
4836       <method name="Void Main()">
4837         <size>61</size>
4838       </method>
4839     </type>
4840   </test>
4841   <test name="gtest-067.cs">
4842     <type name="Test">
4843       <method name="Void .ctor()">
4844         <size>7</size>
4845       </method>
4846       <method name="Void Hello[U](Test+Foo`1[U], U)">
4847         <size>1</size>
4848       </method>
4849     </type>
4850     <type name="X">
4851       <method name="Void .ctor()">
4852         <size>7</size>
4853       </method>
4854       <method name="Int32 Add(Int32, Int32)">
4855         <size>4</size>
4856       </method>
4857       <method name="Void Main()">
4858         <size>26</size>
4859       </method>
4860     </type>
4861     <type name="Test+Foo`1[T]">
4862       <method name="Void .ctor(Object, IntPtr)">
4863         <size>0</size>
4864       </method>
4865       <method name="Int32 Invoke(T, T)">
4866         <size>0</size>
4867       </method>
4868       <method name="IAsyncResult BeginInvoke(T, T, System.AsyncCallback, System.Object)">
4869         <size>0</size>
4870       </method>
4871       <method name="Int32 EndInvoke(IAsyncResult)">
4872         <size>0</size>
4873       </method>
4874     </type>
4875   </test>
4876   <test name="gtest-068.cs">
4877     <type name="Martin.Foo`1[T]">
4878       <method name="Void .ctor()">
4879         <size>7</size>
4880       </method>
4881     </type>
4882     <type name="Baulig.X">
4883       <method name="Void .ctor()">
4884         <size>7</size>
4885       </method>
4886       <method name="Void Main()">
4887         <size>1</size>
4888       </method>
4889     </type>
4890   </test>
4891   <test name="gtest-069.cs">
4892     <type name="Test`1[T]">
4893       <method name="Void .ctor()">
4894         <size>7</size>
4895       </method>
4896       <method name="Int32 Foo(IFoo`1)">
4897         <size>7</size>
4898       </method>
4899       <method name="Int32 Foo(IFoo)">
4900         <size>7</size>
4901       </method>
4902     </type>
4903     <type name="X">
4904       <method name="Void .ctor()">
4905         <size>7</size>
4906       </method>
4907       <method name="Void Main()">
4908         <size>1</size>
4909       </method>
4910     </type>
4911   </test>
4912   <test name="gtest-070.cs">
4913     <type name="Martin.Test`1[T]">
4914       <method name="Void .ctor()">
4915         <size>7</size>
4916       </method>
4917       <method name="Int32 Foo()">
4918         <size>2</size>
4919       </method>
4920     </type>
4921     <type name="Foo`1[T]">
4922       <method name="Void .ctor(Int32)">
4923         <size>7</size>
4924       </method>
4925       <method name="Void .ctor()">
4926         <size>12</size>
4927       </method>
4928     </type>
4929     <type name="X">
4930       <method name="Void .ctor()">
4931         <size>7</size>
4932       </method>
4933       <method name="Void Main()">
4934         <size>1</size>
4935       </method>
4936     </type>
4937   </test>
4938   <test name="gtest-071.cs">
4939     <type name="Foo`1[T]">
4940       <method name="Void .ctor()">
4941         <size>7</size>
4942       </method>
4943       <method name="T Test[U](U)">
4944         <size>12</size>
4945       </method>
4946     </type>
4947     <type name="X">
4948       <method name="Void .ctor()">
4949         <size>7</size>
4950       </method>
4951       <method name="Void Main()">
4952         <size>21</size>
4953       </method>
4954     </type>
4955     <type name="Y">
4956       <method name="Void .ctor()">
4957         <size>7</size>
4958       </method>
4959     </type>
4960   </test>
4961   <test name="gtest-072.cs">
4962     <type name="Log`1[T]">
4963       <method name="Void .ctor()">
4964         <size>31</size>
4965       </method>
4966       <method name="Void .cctor()">
4967         <size>1</size>
4968       </method>
4969       <method name="Int32 get_InstanceCount()">
4970         <size>6</size>
4971       </method>
4972       <method name="Void Add(T)">
4973         <size>32</size>
4974       </method>
4975       <method name="Int32 get_Count()">
4976         <size>7</size>
4977       </method>
4978       <method name="T get_Last()">
4979         <size>47</size>
4980       </method>
4981       <method name="Void set_Last(T)">
4982         <size>68</size>
4983       </method>
4984       <method name="T[] get_All()">
4985         <size>70</size>
4986       </method>
4987     </type>
4988     <type name="TestLog">
4989       <method name="Void .ctor()">
4990         <size>7</size>
4991       </method>
4992     </type>
4993     <type name="TestLog+MyTest">
4994       <method name="Void .ctor()">
4995         <size>7</size>
4996       </method>
4997       <method name="Void Main(System.String[])">
4998         <size>209</size>
4999       </method>
5000       <method name="Void TestPairLog()">
5001         <size>184</size>
5002       </method>
5003     </type>
5004     <type name="Pair`2[T,U]">
5005       <method name="Void .ctor(T, U)">
5006         <size>15</size>
5007       </method>
5008     </type>
5009   </test>
5010   <test name="gtest-073.cs">
5011     <type name="MyList`1[T]">
5012       <method name="Void .ctor()">
5013         <size>7</size>
5014       </method>
5015       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
5016         <size>7</size>
5017       </method>
5018       <method name="IEnumerator`1 GetEnumerator()">
5019         <size>8</size>
5020       </method>
5021     </type>
5022     <type name="X">
5023       <method name="Void .ctor()">
5024         <size>7</size>
5025       </method>
5026       <method name="Void Main()">
5027         <size>55</size>
5028       </method>
5029     </type>
5030     <type name="MyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
5031       <method name="Void .ctor()">
5032         <size>7</size>
5033       </method>
5034       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5035         <size>12</size>
5036       </method>
5037       <method name="Boolean MoveNext()">
5038         <size>25</size>
5039       </method>
5040       <method name="Void Dispose()">
5041         <size>8</size>
5042       </method>
5043       <method name="Void Reset()">
5044         <size>6</size>
5045       </method>
5046     </type>
5047     <type name="Foo`1[T]">
5048       <method name="Void .ctor(T)">
5049         <size>8</size>
5050       </method>
5051     </type>
5052     <type name="MyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
5053       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5054         <size>7</size>
5055       </method>
5056     </type>
5057   </test>
5058   <test name="gtest-074.cs">
5059     <type name="Test`1[T]">
5060       <method name="Void .ctor(T, T)">
5061         <size>21</size>
5062       </method>
5063     </type>
5064     <type name="X">
5065       <method name="Void .ctor()">
5066         <size>7</size>
5067       </method>
5068       <method name="Int32 Main()">
5069         <size>85</size>
5070       </method>
5071     </type>
5072     <type name="Foo`1[T]">
5073       <method name="Void .ctor(T, T)">
5074         <size>15</size>
5075       </method>
5076     </type>
5077   </test>
5078   <test name="gtest-075.cs">
5079     <type name="ArrayList`1[T]">
5080       <method name="Void .ctor()">
5081         <size>7</size>
5082       </method>
5083     </type>
5084     <type name="X">
5085       <method name="Void .ctor()">
5086         <size>7</size>
5087       </method>
5088       <method name="Void Main()">
5089         <size>1</size>
5090       </method>
5091     </type>
5092     <type name="ArrayList`1[T]">
5093       <method name="Void IExtensible&lt;T&gt;.AddAll[U](U)">
5094         <size>1</size>
5095       </method>
5096     </type>
5097   </test>
5098   <test name="gtest-076.cs">
5099     <type name="Test`1[T]">
5100       <method name="Void .ctor()">
5101         <size>7</size>
5102       </method>
5103       <method name="Foo`1 GetFoo(T)">
5104         <size>7</size>
5105       </method>
5106     </type>
5107     <type name="X">
5108       <method name="Void .ctor()">
5109         <size>7</size>
5110       </method>
5111       <method name="Int32 Main()">
5112         <size>41</size>
5113       </method>
5114     </type>
5115     <type name="Foo`1[T]">
5116       <method name="Void .ctor(T)">
5117         <size>8</size>
5118       </method>
5119     </type>
5120   </test>
5121   <test name="gtest-078.cs">
5122     <type name="Test">
5123       <method name="Void .ctor()">
5124         <size>7</size>
5125       </method>
5126     </type>
5127     <type name="S">
5128       <method name="Void System.IDisposable.Dispose()">
5129         <size>13</size>
5130       </method>
5131       <method name="Void Dispose()">
5132         <size>6</size>
5133       </method>
5134     </type>
5135     <type name="C">
5136       <method name="Void System.IDisposable.Dispose()">
5137         <size>1</size>
5138       </method>
5139       <method name="Void Dispose()">
5140         <size>6</size>
5141       </method>
5142       <method name="Void .ctor()">
5143         <size>7</size>
5144       </method>
5145     </type>
5146     <type name="Test">
5147       <method name="Int32 Main()">
5148         <size>209</size>
5149       </method>
5150       <method name="Void GenMethod[T](T)">
5151         <size>33</size>
5152       </method>
5153     </type>
5154   </test>
5155   <test name="gtest-079.cs">
5156     <type name="A.ArrayList`1[T]">
5157       <method name="Void .ctor()">
5158         <size>7</size>
5159       </method>
5160       <method name="Void InsertAll(T)">
5161         <size>1</size>
5162       </method>
5163     </type>
5164     <type name="B.ArrayList`2[X,Y]">
5165       <method name="Void .ctor()">
5166         <size>7</size>
5167       </method>
5168       <method name="Void AddAll[Z](Z)">
5169         <size>18</size>
5170       </method>
5171       <method name="Void InsertAll(Y)">
5172         <size>1</size>
5173       </method>
5174     </type>
5175     <type name="C.Foo`1[U]">
5176       <method name="Void .ctor()">
5177         <size>7</size>
5178       </method>
5179     </type>
5180     <type name="C.ArrayList`1[X]">
5181       <method name="Void .ctor()">
5182         <size>7</size>
5183       </method>
5184       <method name="Void AddAll[Y](Y)">
5185         <size>13</size>
5186       </method>
5187       <method name="Void InsertAll(C.Foo`1[X])">
5188         <size>1</size>
5189       </method>
5190     </type>
5191     <type name="X">
5192       <method name="Void .ctor()">
5193         <size>7</size>
5194       </method>
5195       <method name="Void Main()">
5196         <size>1</size>
5197       </method>
5198     </type>
5199     <type name="A.ArrayList`1[T]">
5200       <method name="Void A.IExtensible&lt;T&gt;.AddAll[U](U)">
5201         <size>18</size>
5202       </method>
5203     </type>
5204   </test>
5205   <test name="gtest-080.cs">
5206     <type name="Test">
5207       <method name="Void .ctor()">
5208         <size>7</size>
5209       </method>
5210       <method name="Void Hello[T](IFoo`1)">
5211         <size>8</size>
5212       </method>
5213       <method name="Void InsertAll[U](IFoo`1)">
5214         <size>1</size>
5215       </method>
5216     </type>
5217     <type name="X">
5218       <method name="Void .ctor()">
5219         <size>7</size>
5220       </method>
5221       <method name="Void Main()">
5222         <size>1</size>
5223       </method>
5224     </type>
5225   </test>
5226   <test name="gtest-081.cs">
5227     <type name="ArrayList`1[T]">
5228       <method name="Void .ctor()">
5229         <size>7</size>
5230       </method>
5231       <method name="Void AddAll[U](U)">
5232         <size>18</size>
5233       </method>
5234       <method name="Void InsertAll(T)">
5235         <size>1</size>
5236       </method>
5237     </type>
5238     <type name="X">
5239       <method name="Void .ctor()">
5240         <size>7</size>
5241       </method>
5242       <method name="Void Main()">
5243         <size>1</size>
5244       </method>
5245     </type>
5246   </test>
5247   <test name="gtest-082.cs">
5248     <type name="Queue`1[T]">
5249       <method name="Void .ctor()">
5250         <size>7</size>
5251       </method>
5252     </type>
5253     <type name="Queue`1+Enumerator[T]">
5254       <method name="Void .ctor(Queue`1)">
5255         <size>14</size>
5256       </method>
5257     </type>
5258     <type name="X">
5259       <method name="Void .ctor()">
5260         <size>7</size>
5261       </method>
5262       <method name="Void Main()">
5263         <size>1</size>
5264       </method>
5265     </type>
5266   </test>
5267   <test name="gtest-083.cs">
5268     <type name="CollectionValueBase`1[T]">
5269       <method name="Void .ctor()">
5270         <size>7</size>
5271       </method>
5272       <method name="T[] ToArray()">
5273         <size>2</size>
5274       </method>
5275     </type>
5276     <type name="CollectionBase`1[T]">
5277       <method name="Void .ctor()">
5278         <size>7</size>
5279       </method>
5280     </type>
5281     <type name="SequencedBase`1[T]">
5282       <method name="Void .ctor()">
5283         <size>7</size>
5284       </method>
5285     </type>
5286     <type name="ArrayBase`1[T]">
5287       <method name="Void .ctor()">
5288         <size>7</size>
5289       </method>
5290       <method name="T[] ToArray()">
5291         <size>2</size>
5292       </method>
5293     </type>
5294     <type name="X">
5295       <method name="Void .ctor()">
5296         <size>7</size>
5297       </method>
5298       <method name="Void Main()">
5299         <size>1</size>
5300       </method>
5301     </type>
5302   </test>
5303   <test name="gtest-084.cs">
5304     <type name="HasherBuilder.ByPrototype`1[S]">
5305       <method name="Void .ctor()">
5306         <size>7</size>
5307       </method>
5308       <method name="IHasher`1 Examine()">
5309         <size>2</size>
5310       </method>
5311     </type>
5312     <type name="ArrayList`1[U]">
5313       <method name="Void .ctor()">
5314         <size>7</size>
5315       </method>
5316       <method name="IHasher`1 GetHasher()">
5317         <size>6</size>
5318       </method>
5319     </type>
5320     <type name="X">
5321       <method name="Void .ctor()">
5322         <size>7</size>
5323       </method>
5324       <method name="Void Main()">
5325         <size>1</size>
5326       </method>
5327     </type>
5328   </test>
5329   <test name="gtest-085.cs">
5330     <type name="ArrayList`1[T]">
5331       <method name="Void .ctor()">
5332         <size>7</size>
5333       </method>
5334       <method name="Int32 InsertAll[U](IFoo`1)">
5335         <size>2</size>
5336       </method>
5337       <method name="Int32 InsertAll(IFoo`1)">
5338         <size>2</size>
5339       </method>
5340       <method name="Int32 AddAll(IFoo`1)">
5341         <size>8</size>
5342       </method>
5343     </type>
5344     <type name="X">
5345       <method name="Void .ctor()">
5346         <size>7</size>
5347       </method>
5348       <method name="Int32 Main()">
5349         <size>14</size>
5350       </method>
5351     </type>
5352   </test>
5353   <test name="gtest-086.cs">
5354     <type name="ArrayList`1[T]">
5355       <method name="Void .ctor()">
5356         <size>7</size>
5357       </method>
5358       <method name="Int32 InsertAll[U](IFoo`1)">
5359         <size>2</size>
5360       </method>
5361       <method name="Int32 InsertAll(IFoo`1)">
5362         <size>2</size>
5363       </method>
5364       <method name="Int32 AddAll(IFoo`1)">
5365         <size>8</size>
5366       </method>
5367     </type>
5368     <type name="X">
5369       <method name="Void .ctor()">
5370         <size>7</size>
5371       </method>
5372       <method name="Void Main()">
5373         <size>1</size>
5374       </method>
5375     </type>
5376   </test>
5377   <test name="gtest-087.cs">
5378     <type name="C5.HashedArrayList`1[T]">
5379       <method name="Void .ctor()">
5380         <size>7</size>
5381       </method>
5382       <method name="Void Test()">
5383         <size>12</size>
5384       </method>
5385     </type>
5386     <type name="C5.HashSet`1[T]">
5387       <method name="Void .ctor(IHasher`1)">
5388         <size>7</size>
5389       </method>
5390     </type>
5391     <type name="C5.KeyValuePairHasher`2[K,V]">
5392       <method name="Void .ctor()">
5393         <size>7</size>
5394       </method>
5395     </type>
5396     <type name="X">
5397       <method name="Void .ctor()">
5398         <size>7</size>
5399       </method>
5400       <method name="Void Main()">
5401         <size>1</size>
5402       </method>
5403     </type>
5404   </test>
5405   <test name="gtest-088.cs">
5406     <type name="X">
5407       <method name="Void .ctor()">
5408         <size>7</size>
5409       </method>
5410       <method name="Void Main()">
5411         <size>9</size>
5412       </method>
5413     </type>
5414     <type name="KeyValuePair`2[K,V]">
5415       <method name="Void .ctor(K, V)">
5416         <size>1</size>
5417       </method>
5418       <method name="Void .ctor(K)">
5419         <size>1</size>
5420       </method>
5421     </type>
5422   </test>
5423   <test name="gtest-089.cs">
5424     <type name="Test`1[T]">
5425       <method name="Void .ctor()">
5426         <size>7</size>
5427       </method>
5428       <method name="Void Foo(T, Int32 ByRef)">
5429         <size>4</size>
5430       </method>
5431       <method name="Void Hello(T)">
5432         <size>10</size>
5433       </method>
5434     </type>
5435     <type name="X">
5436       <method name="Void .ctor()">
5437         <size>7</size>
5438       </method>
5439       <method name="Void Main()">
5440         <size>1</size>
5441       </method>
5442     </type>
5443   </test>
5444   <test name="gtest-090.cs">
5445     <type name="Foo`1[T]">
5446       <method name="Void .ctor()">
5447         <size>7</size>
5448       </method>
5449       <method name="T InsertAll[U](U)">
5450         <size>12</size>
5451       </method>
5452     </type>
5453     <type name="Bar`1[T]">
5454       <method name="Void .ctor()">
5455         <size>7</size>
5456       </method>
5457       <method name="T InsertAll[U](U)">
5458         <size>12</size>
5459       </method>
5460     </type>
5461     <type name="X">
5462       <method name="Void .ctor()">
5463         <size>7</size>
5464       </method>
5465       <method name="Void Main()">
5466         <size>1</size>
5467       </method>
5468     </type>
5469   </test>
5470   <test name="gtest-091.cs">
5471     <type name="Foo`1[T]">
5472       <method name="Void .ctor()">
5473         <size>7</size>
5474       </method>
5475       <method name="Foo`1+Node[T] Test[V]()">
5476         <size>7</size>
5477       </method>
5478     </type>
5479     <type name="Foo`1+Node[T]">
5480       <method name="Void .ctor()">
5481         <size>7</size>
5482       </method>
5483     </type>
5484     <type name="X">
5485       <method name="Void .ctor()">
5486         <size>7</size>
5487       </method>
5488       <method name="Void Main()">
5489         <size>1</size>
5490       </method>
5491     </type>
5492   </test>
5493   <test name="gtest-092.cs">
5494     <type name="Element`1[T]">
5495       <method name="Void .ctor(T)">
5496         <size>14</size>
5497       </method>
5498       <method name="Void GetItem(T ByRef)">
5499         <size>13</size>
5500       </method>
5501       <method name="T GetItem(Int32, T ByRef)">
5502         <size>7</size>
5503       </method>
5504       <method name="Void SetItem(T)">
5505         <size>1</size>
5506       </method>
5507     </type>
5508     <type name="Foo`1[T]">
5509       <method name="Void .ctor()">
5510         <size>7</size>
5511       </method>
5512       <method name="Foo`1+Node[T] Test()">
5513         <size>52</size>
5514       </method>
5515     </type>
5516     <type name="Foo`1+Node[T]">
5517       <method name="Void .ctor()">
5518         <size>7</size>
5519       </method>
5520     </type>
5521     <type name="X">
5522       <method name="Void .ctor()">
5523         <size>7</size>
5524       </method>
5525       <method name="Void Main()">
5526         <size>1</size>
5527       </method>
5528     </type>
5529   </test>
5530   <test name="gtest-093.cs">
5531     <type name="Foo`1[T]">
5532       <method name="Void .ctor(T)">
5533         <size>14</size>
5534       </method>
5535       <method name="Void Hello[U]()">
5536         <size>8</size>
5537       </method>
5538       <method name="Void maketreer(Foo`1+Node[T] ByRef)">
5539         <size>8</size>
5540       </method>
5541     </type>
5542     <type name="Foo`1+Node[T]">
5543       <method name="Void .ctor()">
5544         <size>7</size>
5545       </method>
5546     </type>
5547     <type name="X">
5548       <method name="Void .ctor()">
5549         <size>7</size>
5550       </method>
5551       <method name="Void Main()">
5552         <size>1</size>
5553       </method>
5554     </type>
5555   </test>
5556   <test name="gtest-094.cs">
5557     <type name="LinkedList`1[T]">
5558       <method name="Void .ctor()">
5559         <size>7</size>
5560       </method>
5561     </type>
5562     <type name="LinkedList`1+Node[T]">
5563       <method name="Void .ctor()">
5564         <size>7</size>
5565       </method>
5566     </type>
5567     <type name="HashedLinkedList`1[T]">
5568       <method name="Void .ctor()">
5569         <size>7</size>
5570       </method>
5571     </type>
5572     <type name="X">
5573       <method name="Void .ctor()">
5574         <size>7</size>
5575       </method>
5576       <method name="Void Main()">
5577         <size>1</size>
5578       </method>
5579     </type>
5580   </test>
5581   <test name="gtest-095.cs">
5582     <type name="GuardedCollectionValue`1[T]">
5583       <method name="Void .ctor()">
5584         <size>7</size>
5585       </method>
5586       <method name="IDirectedCollectionValue`1 Backwards()">
5587         <size>2</size>
5588       </method>
5589     </type>
5590     <type name="GuardedSequenced`1[T]">
5591       <method name="Void .ctor()">
5592         <size>7</size>
5593       </method>
5594       <method name="IDirectedCollectionValue`1 Test()">
5595         <size>12</size>
5596       </method>
5597     </type>
5598     <type name="X">
5599       <method name="Void .ctor()">
5600         <size>7</size>
5601       </method>
5602       <method name="Void Main()">
5603         <size>1</size>
5604       </method>
5605     </type>
5606     <type name="GuardedCollectionValue`1[T]">
5607       <method name="IDirectedEnumerable`1 IDirectedEnumerable&lt;T&gt;.Backwards()">
5608         <size>2</size>
5609       </method>
5610     </type>
5611   </test>
5612   <test name="gtest-096.cs">
5613     <type name="Foo`1[T]">
5614       <method name="Void .ctor()">
5615         <size>7</size>
5616       </method>
5617     </type>
5618     <type name="Test">
5619       <method name="Void .ctor()">
5620         <size>7</size>
5621       </method>
5622       <method name="Void Hello[T](Foo`1[T][], Int32)">
5623         <size>27</size>
5624       </method>
5625       <method name="Void Quicksort[U](Foo`1[U][])">
5626         <size>8</size>
5627       </method>
5628       <method name="Void Main()">
5629         <size>22</size>
5630       </method>
5631     </type>
5632   </test>
5633   <test name="gtest-097.cs">
5634     <type name="Foo">
5635       <method name="Void .ctor()">
5636         <size>7</size>
5637       </method>
5638       <method name="Void IFoo.Test[Y,Z]()">
5639         <size>1</size>
5640       </method>
5641       <method name="Void IFoo.Test[X]()">
5642         <size>1</size>
5643       </method>
5644     </type>
5645     <type name="Bar`3[X,Y,Z]">
5646       <method name="Void .ctor()">
5647         <size>7</size>
5648       </method>
5649     </type>
5650     <type name="X">
5651       <method name="Void .ctor()">
5652         <size>7</size>
5653       </method>
5654       <method name="Void Main()">
5655         <size>1</size>
5656       </method>
5657     </type>
5658     <type name="Bar`3[X,Y,Z]">
5659       <method name="Void IBar&lt;X&gt;.Test()">
5660         <size>1</size>
5661       </method>
5662       <method name="Void IBar&lt;Y,Z&gt;.Test()">
5663         <size>1</size>
5664       </method>
5665     </type>
5666   </test>
5667   <test name="gtest-098.cs">
5668     <type name="Foo">
5669       <method name="Void .ctor()">
5670         <size>7</size>
5671       </method>
5672       <method name="Void IFoo.Test[Y,Z]()">
5673         <size>1</size>
5674       </method>
5675       <method name="Void IFoo.Test[X]()">
5676         <size>1</size>
5677       </method>
5678     </type>
5679     <type name="Bar`3[X,Y,Z]">
5680       <method name="Void .ctor()">
5681         <size>7</size>
5682       </method>
5683     </type>
5684     <type name="X">
5685       <method name="Void .ctor()">
5686         <size>7</size>
5687       </method>
5688       <method name="Void Main()">
5689         <size>1</size>
5690       </method>
5691     </type>
5692     <type name="Bar`3[X,Y,Z]">
5693       <method name="Void IBar&lt;X&gt;.Test()">
5694         <size>1</size>
5695       </method>
5696       <method name="Void IBar&lt;Y,Z&gt;.Test()">
5697         <size>1</size>
5698       </method>
5699     </type>
5700   </test>
5701   <test name="gtest-100.cs">
5702     <type name="C5.ArrayBase`1[T]">
5703       <method name="Void .ctor()">
5704         <size>7</size>
5705       </method>
5706     </type>
5707     <type name="C5.ArrayList`1[V]">
5708       <method name="Void .ctor()">
5709         <size>7</size>
5710       </method>
5711     </type>
5712     <type name="X">
5713       <method name="Void .ctor()">
5714         <size>7</size>
5715       </method>
5716       <method name="Void Main()">
5717         <size>7</size>
5718       </method>
5719     </type>
5720     <type name="C5.ArrayBase`1[T]">
5721       <method name="Void C5.ICollection&lt;T&gt;.Test[U]()">
5722         <size>1</size>
5723       </method>
5724     </type>
5725   </test>
5726   <test name="gtest-101.cs">
5727     <type name="Test">
5728       <method name="Void .ctor()">
5729         <size>7</size>
5730       </method>
5731       <method name="Void Main()">
5732         <size>9</size>
5733       </method>
5734     </type>
5735     <type name="SimpleStruct`1[T]">
5736       <method name="Void .ctor(T)">
5737         <size>8</size>
5738       </method>
5739     </type>
5740   </test>
5741   <test name="gtest-102.cs">
5742     <type name="A`1[T]">
5743       <method name="Void .ctor()">
5744         <size>7</size>
5745       </method>
5746     </type>
5747     <type name="B`2[U,V]">
5748       <method name="Void .ctor()">
5749         <size>7</size>
5750       </method>
5751     </type>
5752     <type name="Driver">
5753       <method name="Void .ctor()">
5754         <size>7</size>
5755       </method>
5756       <method name="Void Main()">
5757         <size>1</size>
5758       </method>
5759     </type>
5760   </test>
5761   <test name="gtest-103.cs">
5762     <type name="Foo">
5763       <method name="Void .ctor()">
5764         <size>7</size>
5765       </method>
5766     </type>
5767     <type name="Hello">
5768       <method name="Void .ctor()">
5769         <size>7</size>
5770       </method>
5771       <method name="Void World[U](U, IFoo`1)">
5772         <size>1</size>
5773       </method>
5774       <method name="Void World[V](IFoo`1)">
5775         <size>1</size>
5776       </method>
5777       <method name="Void Test(Foo)">
5778         <size>20</size>
5779       </method>
5780     </type>
5781     <type name="X">
5782       <method name="Void .ctor()">
5783         <size>7</size>
5784       </method>
5785       <method name="Void Main()">
5786         <size>1</size>
5787       </method>
5788     </type>
5789   </test>
5790   <test name="gtest-104.cs">
5791     <type name="MainClass">
5792       <method name="Void .ctor()">
5793         <size>7</size>
5794       </method>
5795       <method name="Void Main()">
5796         <size>20</size>
5797       </method>
5798     </type>
5799     <type name="MainClass+Gen`1[T]">
5800       <method name="Void .ctor()">
5801         <size>7</size>
5802       </method>
5803       <method name="Void Test()">
5804         <size>1</size>
5805       </method>
5806     </type>
5807     <type name="MainClass+Der">
5808       <method name="Void .ctor()">
5809         <size>7</size>
5810       </method>
5811     </type>
5812   </test>
5813   <test name="gtest-105.cs">
5814     <type name="A.KeyValuePairComparer`2[K,V]">
5815       <method name="Void .ctor()">
5816         <size>7</size>
5817       </method>
5818       <method name="Int32 Compare(KeyValuePair`2)">
5819         <size>2</size>
5820       </method>
5821     </type>
5822     <type name="A.TreeBag`1[T]">
5823       <method name="Void .ctor(IComparer`1)">
5824         <size>14</size>
5825       </method>
5826       <method name="Int32 Find(T ByRef)">
5827         <size>18</size>
5828       </method>
5829     </type>
5830     <type name="A.X">
5831       <method name="Void .ctor()">
5832         <size>7</size>
5833       </method>
5834       <method name="Void Test()">
5835         <size>33</size>
5836       </method>
5837     </type>
5838     <type name="B.KeyValuePair`2[X,Y]">
5839       <method name="Void .ctor(X, Y)">
5840         <size>7</size>
5841       </method>
5842     </type>
5843     <type name="B.KeyValuePairComparer`2[K,V]">
5844       <method name="Void .ctor()">
5845         <size>7</size>
5846       </method>
5847       <method name="Int32 Compare(B.KeyValuePair`2[K,V])">
5848         <size>2</size>
5849       </method>
5850     </type>
5851     <type name="B.TreeBag`1[T]">
5852       <method name="Void .ctor(IComparer`1)">
5853         <size>14</size>
5854       </method>
5855       <method name="Int32 Find(T ByRef)">
5856         <size>18</size>
5857       </method>
5858     </type>
5859     <type name="B.X">
5860       <method name="Void .ctor()">
5861         <size>7</size>
5862       </method>
5863       <method name="Void Test()">
5864         <size>32</size>
5865       </method>
5866     </type>
5867     <type name="X">
5868       <method name="Void .ctor()">
5869         <size>7</size>
5870       </method>
5871       <method name="Void Main()">
5872         <size>11</size>
5873       </method>
5874     </type>
5875     <type name="A.KeyValuePair`2[X,Y]">
5876       <method name="Void .ctor(X, Y)">
5877         <size>1</size>
5878       </method>
5879     </type>
5880   </test>
5881   <test name="gtest-106.cs">
5882     <type name="KeyValuePairComparer`2[K,V]">
5883       <method name="Void .ctor()">
5884         <size>7</size>
5885       </method>
5886       <method name="Int32 Compare(KeyValuePair`2)">
5887         <size>2</size>
5888       </method>
5889     </type>
5890     <type name="TreeBag`1[T]">
5891       <method name="Void .ctor(IComparer`1, T)">
5892         <size>21</size>
5893       </method>
5894       <method name="Int32 Find()">
5895         <size>18</size>
5896       </method>
5897     </type>
5898     <type name="X">
5899       <method name="Void .ctor()">
5900         <size>7</size>
5901       </method>
5902       <method name="Void Main()">
5903         <size>32</size>
5904       </method>
5905     </type>
5906     <type name="KeyValuePair`2[X,Y]">
5907       <method name="Void .ctor(X, Y)">
5908         <size>1</size>
5909       </method>
5910     </type>
5911   </test>
5912   <test name="gtest-107.cs">
5913     <type name="Tree`1[T]">
5914       <method name="Void .ctor(T)">
5915         <size>14</size>
5916       </method>
5917       <method name="Void Map[V](Mapper`2[T,V])">
5918         <size>14</size>
5919       </method>
5920     </type>
5921     <type name="X">
5922       <method name="Void .ctor()">
5923         <size>7</size>
5924       </method>
5925       <method name="System.String themap(Int32)">
5926         <size>17</size>
5927       </method>
5928       <method name="Void Test()">
5929         <size>26</size>
5930       </method>
5931       <method name="Void Main()">
5932         <size>13</size>
5933       </method>
5934     </type>
5935     <type name="Mapper`2[T,V]">
5936       <method name="Void .ctor(Object, IntPtr)">
5937         <size>0</size>
5938       </method>
5939       <method name="V Invoke(T)">
5940         <size>0</size>
5941       </method>
5942       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
5943         <size>0</size>
5944       </method>
5945       <method name="V EndInvoke(IAsyncResult)">
5946         <size>0</size>
5947       </method>
5948     </type>
5949   </test>
5950   <test name="gtest-108.cs">
5951     <type name="Test`1[T]">
5952       <method name="Void .ctor(T)">
5953         <size>14</size>
5954       </method>
5955       <method name="IEnumerator`1 GetEnumerator()">
5956         <size>15</size>
5957       </method>
5958     </type>
5959     <type name="X">
5960       <method name="Void .ctor()">
5961         <size>7</size>
5962       </method>
5963       <method name="Void Main()">
5964         <size>56</size>
5965       </method>
5966     </type>
5967     <type name="Test`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
5968       <method name="Void .ctor()">
5969         <size>7</size>
5970       </method>
5971       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5972         <size>12</size>
5973       </method>
5974       <method name="Boolean MoveNext()">
5975         <size>73</size>
5976       </method>
5977       <method name="Void Dispose()">
5978         <size>8</size>
5979       </method>
5980       <method name="Void Reset()">
5981         <size>6</size>
5982       </method>
5983       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
5984         <size>7</size>
5985       </method>
5986     </type>
5987   </test>
5988   <test name="gtest-109.cs">
5989     <type name="X">
5990       <method name="Void .ctor()">
5991         <size>7</size>
5992       </method>
5993       <method name="Void Main()">
5994         <size>12</size>
5995       </method>
5996     </type>
5997   </test>
5998   <test name="gtest-110.cs">
5999     <type name="List`1[T]">
6000       <method name="Void .ctor()">
6001         <size>7</size>
6002       </method>
6003       <method name="Int32 Map[U](U)">
6004         <size>2</size>
6005       </method>
6006     </type>
6007     <type name="SpecialList`1[V]">
6008       <method name="Void .ctor()">
6009         <size>7</size>
6010       </method>
6011       <method name="Int32 Map[W](W)">
6012         <size>2</size>
6013       </method>
6014     </type>
6015     <type name="X">
6016       <method name="Void .ctor()">
6017         <size>7</size>
6018       </method>
6019       <method name="Int32 Main()">
6020         <size>56</size>
6021       </method>
6022     </type>
6023   </test>
6024   <test name="gtest-111.cs">
6025     <type name="Collection`1[T]">
6026       <method name="Void .ctor(T)">
6027         <size>14</size>
6028       </method>
6029       <method name="Void Find(T ByRef)">
6030         <size>13</size>
6031       </method>
6032     </type>
6033     <type name="X">
6034       <method name="Void .ctor()">
6035         <size>7</size>
6036       </method>
6037       <method name="Int32 Main()">
6038         <size>68</size>
6039       </method>
6040     </type>
6041     <type name="KeyValuePair`2[K,V]">
6042       <method name="Void .ctor(K, V)">
6043         <size>15</size>
6044       </method>
6045       <method name="Void .ctor(K)">
6046         <size>23</size>
6047       </method>
6048     </type>
6049   </test>
6050   <test name="gtest-112.cs">
6051     <type name="IC">
6052       <method name="Void .ctor()">
6053         <size>7</size>
6054       </method>
6055       <method name="Void Compare(Foo`1)">
6056         <size>1</size>
6057       </method>
6058     </type>
6059     <type name="List`1[T]">
6060       <method name="Void .ctor()">
6061         <size>7</size>
6062       </method>
6063       <method name="Void Sort(IComparer`1, T)">
6064         <size>8</size>
6065       </method>
6066     </type>
6067     <type name="Sorting">
6068       <method name="Void .ctor()">
6069         <size>7</size>
6070       </method>
6071       <method name="Void IntroSort[T](IComparer`1, T)">
6072         <size>15</size>
6073       </method>
6074     </type>
6075     <type name="Sorting+Sorter`1[T]">
6076       <method name="Void .ctor(IComparer`1, Int32, T)">
6077         <size>26</size>
6078       </method>
6079       <method name="Void InsertionSort(Int32)">
6080         <size>26</size>
6081       </method>
6082     </type>
6083     <type name="X">
6084       <method name="Void .ctor()">
6085         <size>7</size>
6086       </method>
6087       <method name="Void Main()">
6088         <size>27</size>
6089       </method>
6090     </type>
6091     <type name="Foo`1[K]">
6092       <method name="Void .ctor(K)">
6093         <size>8</size>
6094       </method>
6095     </type>
6096   </test>
6097   <test name="gtest-113.cs">
6098     <type name="List`1[T]">
6099       <method name="Void .ctor()">
6100         <size>7</size>
6101       </method>
6102       <method name="Void Map[V](Mapper`2[T,V])">
6103         <size>1</size>
6104       </method>
6105     </type>
6106     <type name="X">
6107       <method name="Void .ctor()">
6108         <size>7</size>
6109       </method>
6110       <method name="Void Main()">
6111         <size>42</size>
6112       </method>
6113     </type>
6114     <type name="Mapper`2[T,V]">
6115       <method name="Void .ctor(Object, IntPtr)">
6116         <size>0</size>
6117       </method>
6118       <method name="V Invoke(T)">
6119         <size>0</size>
6120       </method>
6121       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
6122         <size>0</size>
6123       </method>
6124       <method name="V EndInvoke(IAsyncResult)">
6125         <size>0</size>
6126       </method>
6127     </type>
6128     <type name="X">
6129       <method name="Double &lt;Main&gt;m__0(Int32)">
6130         <size>13</size>
6131       </method>
6132     </type>
6133   </test>
6134   <test name="gtest-114.cs">
6135     <type name="NaturalComparer`1[T]">
6136       <method name="Void .ctor()">
6137         <size>7</size>
6138       </method>
6139       <method name="Int32 Compare(T, T)">
6140         <size>15</size>
6141       </method>
6142     </type>
6143     <type name="X">
6144       <method name="Void .ctor()">
6145         <size>7</size>
6146       </method>
6147       <method name="Void Main()">
6148         <size>28</size>
6149       </method>
6150     </type>
6151     <type name="X+Test">
6152       <method name="Void .ctor()">
6153         <size>7</size>
6154       </method>
6155       <method name="Int32 CompareTo(X+Test)">
6156         <size>2</size>
6157       </method>
6158       <method name="Boolean Equals(X+Test)">
6159         <size>2</size>
6160       </method>
6161     </type>
6162   </test>
6163   <test name="gtest-115.cs">
6164     <type name="LinkedList`1[T]">
6165       <method name="Void .ctor()">
6166         <size>30</size>
6167       </method>
6168       <method name="Void .ctor(T[])">
6169         <size>44</size>
6170       </method>
6171       <method name="IMyList`1 Map[U](Mapper`2[T,U])">
6172         <size>69</size>
6173       </method>
6174       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6175         <size>7</size>
6176       </method>
6177       <method name="Int32 get_Count()">
6178         <size>7</size>
6179       </method>
6180       <method name="T get_Item(Int32)">
6181         <size>13</size>
6182       </method>
6183       <method name="Void set_Item(Int32, T)">
6184         <size>14</size>
6185       </method>
6186       <method name="LinkedList`1+Node[T] get(Int32)">
6187         <size>114</size>
6188       </method>
6189       <method name="Void Add(T)">
6190         <size>14</size>
6191       </method>
6192       <method name="Void Insert(Int32, T)">
6193         <size>255</size>
6194       </method>
6195       <method name="Void RemoveAt(Int32)">
6196         <size>113</size>
6197       </method>
6198       <method name="Boolean Equals(System.Object)">
6199         <size>148</size>
6200       </method>
6201       <method name="Int32 GetHashCode()">
6202         <size>68</size>
6203       </method>
6204       <method name="IEnumerator`1 GetEnumerator()">
6205         <size>7</size>
6206       </method>
6207       <method name="LinkedList`1[T] op_Explicit(T[])">
6208         <size>7</size>
6209       </method>
6210       <method name="LinkedList`1[T] op_Addition(LinkedList`1[T], LinkedList`1[T])">
6211         <size>120</size>
6212       </method>
6213     </type>
6214     <type name="LinkedList`1+Node[T]">
6215       <method name="Void .ctor(T)">
6216         <size>14</size>
6217       </method>
6218       <method name="Void .ctor(T, Node, Node)">
6219         <size>28</size>
6220       </method>
6221     </type>
6222     <type name="LinkedList`1+LinkedListEnumerator[T]">
6223       <method name="Void .ctor(LinkedList`1)">
6224         <size>26</size>
6225       </method>
6226       <method name="T get_Current()">
6227         <size>24</size>
6228       </method>
6229       <method name="Boolean MoveNext()">
6230         <size>71</size>
6231       </method>
6232       <method name="Void Reset()">
6233         <size>6</size>
6234       </method>
6235       <method name="Void Dispose()">
6236         <size>30</size>
6237       </method>
6238     </type>
6239     <type name="SortedList`1[T]">
6240       <method name="Void .ctor()">
6241         <size>7</size>
6242       </method>
6243       <method name="Void Insert(T)">
6244         <size>137</size>
6245       </method>
6246     </type>
6247     <type name="PrintableLinkedList`1[T]">
6248       <method name="Void .ctor()">
6249         <size>7</size>
6250       </method>
6251       <method name="Void Print(System.IO.TextWriter)">
6252         <size>89</size>
6253       </method>
6254     </type>
6255     <type name="MyString">
6256       <method name="Void .ctor(String)">
6257         <size>14</size>
6258       </method>
6259       <method name="Int32 CompareTo(MyString)">
6260         <size>18</size>
6261       </method>
6262       <method name="Boolean Equals(MyString)">
6263         <size>18</size>
6264       </method>
6265       <method name="System.String get_Value()">
6266         <size>7</size>
6267       </method>
6268     </type>
6269     <type name="MyTest">
6270       <method name="Void .ctor()">
6271         <size>7</size>
6272       </method>
6273       <method name="Void Main(System.String[])">
6274         <size>467</size>
6275       </method>
6276     </type>
6277     <type name="Mapper`2[A,R]">
6278       <method name="Void .ctor(Object, IntPtr)">
6279         <size>0</size>
6280       </method>
6281       <method name="R Invoke(A)">
6282         <size>0</size>
6283       </method>
6284       <method name="IAsyncResult BeginInvoke(A, System.AsyncCallback, System.Object)">
6285         <size>0</size>
6286       </method>
6287       <method name="R EndInvoke(IAsyncResult)">
6288         <size>0</size>
6289       </method>
6290     </type>
6291     <type name="LinkedList`1+LinkedListEnumerator[T]">
6292       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6293         <size>12</size>
6294       </method>
6295     </type>
6296     <type name="MyTest">
6297       <method name="System.String &lt;Main&gt;m__0(Double)">
6298         <size>17</size>
6299       </method>
6300     </type>
6301     <type name="&lt;PrivateImplementationDetails&gt;">
6302       <method name="Void .ctor()">
6303         <size>7</size>
6304       </method>
6305     </type>
6306   </test>
6307   <test name="gtest-116.cs">
6308     <type name="Slow.Test">
6309       <method name="Void .ctor()">
6310         <size>7</size>
6311       </method>
6312       <method name="Void DoNothing[T]()">
6313         <size>8</size>
6314       </method>
6315     </type>
6316     <type name="Slow.Program">
6317       <method name="Void .ctor()">
6318         <size>7</size>
6319       </method>
6320       <method name="Void Main(System.String[])">
6321         <size>197</size>
6322       </method>
6323     </type>
6324   </test>
6325   <test name="gtest-117.cs">
6326     <type name="Foo`1[T]">
6327       <method name="Void .ctor()">
6328         <size>7</size>
6329       </method>
6330       <method name="Boolean Test(T)">
6331         <size>15</size>
6332       </method>
6333       <method name="Boolean Test()">
6334         <size>25</size>
6335       </method>
6336       <method name="Boolean TestB()">
6337         <size>25</size>
6338       </method>
6339     </type>
6340     <type name="Y`1[T]">
6341       <method name="Void .ctor()">
6342         <size>7</size>
6343       </method>
6344       <method name="Boolean Foo()">
6345         <size>12</size>
6346       </method>
6347     </type>
6348     <type name="X">
6349       <method name="Void .ctor()">
6350         <size>7</size>
6351       </method>
6352       <method name="Boolean TestB[T](T)">
6353         <size>15</size>
6354       </method>
6355       <method name="Boolean TestA(System.Object)">
6356         <size>10</size>
6357       </method>
6358       <method name="Int32 TestC()">
6359         <size>32</size>
6360       </method>
6361       <method name="Int32 Main()">
6362         <size>107</size>
6363       </method>
6364     </type>
6365   </test>
6366   <test name="gtest-118.cs">
6367     <type name="Polynomial`1[E]">
6368       <method name="Void .ctor()">
6369         <size>19</size>
6370       </method>
6371       <method name="Void .ctor(E[])">
6372         <size>14</size>
6373       </method>
6374       <method name="Polynomial`1[E] Add(Polynomial`1[E])">
6375         <size>301</size>
6376       </method>
6377       <method name="Polynomial`1[E] Add(E)">
6378         <size>26</size>
6379       </method>
6380       <method name="Polynomial`1[E] Mul(E)">
6381         <size>78</size>
6382       </method>
6383       <method name="Polynomial`1[E] Mul(Polynomial`1[E])">
6384         <size>221</size>
6385       </method>
6386       <method name="E Eval(E)">
6387         <size>106</size>
6388       </method>
6389     </type>
6390     <type name="TestPolynomial">
6391       <method name="Void .ctor()">
6392         <size>7</size>
6393       </method>
6394       <method name="Void Main(System.String[])">
6395         <size>148</size>
6396       </method>
6397     </type>
6398     <type name="Int">
6399       <method name="Void .ctor(Int32)">
6400         <size>8</size>
6401       </method>
6402       <method name="Int Add(Int)">
6403         <size>20</size>
6404       </method>
6405       <method name="Int Mul(Int)">
6406         <size>20</size>
6407       </method>
6408       <method name="System.String ToString()">
6409         <size>15</size>
6410       </method>
6411     </type>
6412   </test>
6413   <test name="gtest-119.cs">
6414     <type name="Tests">
6415       <method name="Void .ctor()">
6416         <size>7</size>
6417       </method>
6418       <method name="Void Main()">
6419         <size>61</size>
6420       </method>
6421     </type>
6422   </test>
6423   <test name="gtest-120.cs">
6424     <type name="SequencedHasher`2[S,W]">
6425       <method name="Void .ctor()">
6426         <size>7</size>
6427       </method>
6428       <method name="Boolean Equals(S, S)">
6429         <size>45</size>
6430       </method>
6431     </type>
6432     <type name="Sequenced`1[T]">
6433       <method name="Void .ctor()">
6434         <size>7</size>
6435       </method>
6436       <method name="Boolean Equals(ISequenced`1)">
6437         <size>2</size>
6438       </method>
6439     </type>
6440     <type name="X">
6441       <method name="Void .ctor()">
6442         <size>7</size>
6443       </method>
6444       <method name="Void Main()">
6445         <size>22</size>
6446       </method>
6447     </type>
6448   </test>
6449   <test name="gtest-121.cs">
6450     <type name="B`1[T]">
6451       <method name="Void .ctor()">
6452         <size>7</size>
6453       </method>
6454       <method name="Int32 Add(T)">
6455         <size>2</size>
6456       </method>
6457       <method name="Void AddRange(System.Object)">
6458         <size>16</size>
6459       </method>
6460     </type>
6461     <type name="A">
6462       <method name="Void .ctor()">
6463         <size>7</size>
6464       </method>
6465     </type>
6466     <type name="Test">
6467       <method name="Void .ctor()">
6468         <size>7</size>
6469       </method>
6470       <method name="Void Main()">
6471         <size>18</size>
6472       </method>
6473     </type>
6474   </test>
6475   <test name="gtest-122.cs">
6476     <type name="Test">
6477       <method name="Void .ctor()">
6478         <size>7</size>
6479       </method>
6480       <method name="Void Main(System.String[])">
6481         <size>26</size>
6482       </method>
6483       <method name="Void D(Int32)">
6484         <size>22</size>
6485       </method>
6486     </type>
6487     <type name="A`1[T]">
6488       <method name="Void .ctor(B, T)">
6489         <size>21</size>
6490       </method>
6491       <method name="Void Run()">
6492         <size>18</size>
6493       </method>
6494     </type>
6495     <type name="A`1+B[T]">
6496       <method name="Void .ctor(Object, IntPtr)">
6497         <size>0</size>
6498       </method>
6499       <method name="Void Invoke(T)">
6500         <size>0</size>
6501       </method>
6502       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
6503         <size>0</size>
6504       </method>
6505       <method name="Void EndInvoke(IAsyncResult)">
6506         <size>0</size>
6507       </method>
6508     </type>
6509   </test>
6510   <test name="gtest-123.cs">
6511     <type name="A`1[T]">
6512       <method name="Void .ctor()">
6513         <size>7</size>
6514       </method>
6515     </type>
6516     <type name="X">
6517       <method name="Void .ctor()">
6518         <size>7</size>
6519       </method>
6520       <method name="Void Main()">
6521         <size>1</size>
6522       </method>
6523     </type>
6524     <type name="A`1+Foo[T]">
6525       <method name="Void .ctor(Object, IntPtr)">
6526         <size>0</size>
6527       </method>
6528       <method name="Void Invoke()">
6529         <size>0</size>
6530       </method>
6531       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
6532         <size>0</size>
6533       </method>
6534       <method name="Void EndInvoke(IAsyncResult)">
6535         <size>0</size>
6536       </method>
6537     </type>
6538     <type name="A`1+Bar`1[T,U]">
6539       <method name="Void .ctor(Object, IntPtr)">
6540         <size>0</size>
6541       </method>
6542       <method name="Void Invoke()">
6543         <size>0</size>
6544       </method>
6545       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
6546         <size>0</size>
6547       </method>
6548       <method name="Void EndInvoke(IAsyncResult)">
6549         <size>0</size>
6550       </method>
6551     </type>
6552   </test>
6553   <test name="gtest-124.cs">
6554     <type name="FooCollection`1[T]">
6555       <method name="Void .ctor()">
6556         <size>7</size>
6557       </method>
6558     </type>
6559     <type name="X">
6560       <method name="Void .ctor()">
6561         <size>7</size>
6562       </method>
6563       <method name="Void Main()">
6564         <size>21</size>
6565       </method>
6566     </type>
6567     <type name="FooCollection`1[T]">
6568       <method name="T IFoo&lt;T&gt;.get_Item(Int32)">
6569         <size>10</size>
6570       </method>
6571       <method name="Void IFoo&lt;T&gt;.set_Item(Int32, T)">
6572         <size>1</size>
6573       </method>
6574     </type>
6575   </test>
6576   <test name="gtest-125.cs">
6577     <type name="B`1[T]">
6578       <method name="Void .ctor()">
6579         <size>7</size>
6580       </method>
6581     </type>
6582     <type name="MainClass">
6583       <method name="Void .ctor()">
6584         <size>7</size>
6585       </method>
6586       <method name="Void Main()">
6587         <size>1</size>
6588       </method>
6589     </type>
6590   </test>
6591   <test name="gtest-126.cs">
6592     <type name="B">
6593       <method name="Void .ctor()">
6594         <size>7</size>
6595       </method>
6596       <method name="Boolean foo()">
6597         <size>2</size>
6598       </method>
6599     </type>
6600     <type name="MyFilter">
6601       <method name="Void .ctor()">
6602         <size>7</size>
6603       </method>
6604       <method name="K Is(IB)">
6605         <size>10</size>
6606       </method>
6607     </type>
6608     <type name="MyBFilter">
6609       <method name="Void .ctor()">
6610         <size>7</size>
6611       </method>
6612       <method name="B Is(IB)">
6613         <size>6</size>
6614       </method>
6615     </type>
6616     <type name="M">
6617       <method name="Void .ctor()">
6618         <size>7</size>
6619       </method>
6620       <method name="System.Collections.Generic.List`1[T] foo1[T](Filter`1)">
6621         <size>38</size>
6622       </method>
6623       <method name="Void Main()">
6624         <size>45</size>
6625       </method>
6626     </type>
6627     <type name="K">
6628       <method name="Boolean foo()">
6629         <size>2</size>
6630       </method>
6631     </type>
6632   </test>
6633   <test name="gtest-127.cs">
6634     <type name="A`1[T]">
6635       <method name="Void .ctor()">
6636         <size>7</size>
6637       </method>
6638       <method name="Void add__changed(A`1+Changed[T])">
6639         <size>47</size>
6640       </method>
6641       <method name="Void remove__changed(A`1+Changed[T])">
6642         <size>47</size>
6643       </method>
6644       <method name="Void Register(A`1+Changed[T])">
6645         <size>20</size>
6646       </method>
6647     </type>
6648     <type name="Test">
6649       <method name="Void .ctor()">
6650         <size>7</size>
6651       </method>
6652       <method name="Void Main()">
6653         <size>25</size>
6654       </method>
6655       <method name="Void Del(A`1[System.Int32])">
6656         <size>11</size>
6657       </method>
6658     </type>
6659     <type name="A`1+Changed[T]">
6660       <method name="Void .ctor(Object, IntPtr)">
6661         <size>0</size>
6662       </method>
6663       <method name="Void Invoke(A`1[T])">
6664         <size>0</size>
6665       </method>
6666       <method name="IAsyncResult BeginInvoke(A`1[T], System.AsyncCallback, System.Object)">
6667         <size>0</size>
6668       </method>
6669       <method name="Void EndInvoke(IAsyncResult)">
6670         <size>0</size>
6671       </method>
6672     </type>
6673   </test>
6674   <test name="gtest-128.cs">
6675     <type name="FLMID.Bugs.ParametersOne.Class`1[T]">
6676       <method name="Void .ctor()">
6677         <size>7</size>
6678       </method>
6679       <method name="Void Add(T)">
6680         <size>11</size>
6681       </method>
6682     </type>
6683     <type name="FLMID.Bugs.ParametersOne.Test">
6684       <method name="Void .ctor()">
6685         <size>7</size>
6686       </method>
6687       <method name="Void Main(System.String[])">
6688         <size>119</size>
6689       </method>
6690     </type>
6691   </test>
6692   <test name="gtest-129.cs">
6693     <type name="B.Test`1[T]">
6694       <method name="Void .ctor()">
6695         <size>7</size>
6696       </method>
6697     </type>
6698     <type name="X">
6699       <method name="Void .ctor()">
6700         <size>7</size>
6701       </method>
6702       <method name="Void Main()">
6703         <size>1</size>
6704       </method>
6705     </type>
6706   </test>
6707   <test name="gtest-130.cs">
6708     <type name="MyTest">
6709       <method name="Void .ctor()">
6710         <size>7</size>
6711       </method>
6712       <method name="Void Main(System.String[])">
6713         <size>920</size>
6714       </method>
6715     </type>
6716   </test>
6717   <test name="gtest-131.cs">
6718     <type name="MyTest">
6719       <method name="Void .ctor()">
6720         <size>7</size>
6721       </method>
6722       <method name="Void Main(System.String[])">
6723         <size>1332</size>
6724       </method>
6725     </type>
6726   </test>
6727   <test name="gtest-132.cs">
6728     <type name="MyTest">
6729       <method name="Void .ctor()">
6730         <size>7</size>
6731       </method>
6732       <method name="Nullable`1 Sqrt(Nullable`1)">
6733         <size>55</size>
6734       </method>
6735       <method name="Void Main(System.String[])">
6736         <size>63</size>
6737       </method>
6738     </type>
6739   </test>
6740   <test name="gtest-133.cs">
6741     <type name="MyTest">
6742       <method name="Void .ctor()">
6743         <size>7</size>
6744       </method>
6745       <method name="Void Main(System.String[])">
6746         <size>201</size>
6747       </method>
6748     </type>
6749     <type name="S">
6750       <method name="Int32 get_X()">
6751         <size>7</size>
6752       </method>
6753       <method name="Void set_X(Int32)">
6754         <size>8</size>
6755       </method>
6756       <method name="Void Set(Int32)">
6757         <size>8</size>
6758       </method>
6759     </type>
6760   </test>
6761   <test name="gtest-134.cs">
6762     <type name="MyTest">
6763       <method name="Void .ctor()">
6764         <size>7</size>
6765       </method>
6766       <method name="Void Main(System.String[])">
6767         <size>113</size>
6768       </method>
6769     </type>
6770     <type name="Foo`1[T]">
6771       <method name="Void .ctor(T)">
6772         <size>14</size>
6773       </method>
6774       <method name="System.String Fmt()">
6775         <size>40</size>
6776       </method>
6777     </type>
6778   </test>
6779   <test name="gtest-135.cs">
6780     <type name="X">
6781       <method name="Void .ctor()">
6782         <size>7</size>
6783       </method>
6784       <method name="Void Main()">
6785         <size>116</size>
6786       </method>
6787     </type>
6788   </test>
6789   <test name="gtest-136.cs">
6790     <type name="Martin.X">
6791       <method name="Void .ctor()">
6792         <size>7</size>
6793       </method>
6794       <method name="Void Main()">
6795         <size>148</size>
6796       </method>
6797     </type>
6798     <type name="Martin.A">
6799       <method name="Void .ctor(Int64)">
6800         <size>8</size>
6801       </method>
6802       <method name="B op_Explicit(A)">
6803         <size>14</size>
6804       </method>
6805     </type>
6806     <type name="Martin.B">
6807       <method name="Void .ctor(Int32)">
6808         <size>8</size>
6809       </method>
6810       <method name="A op_Implicit(B)">
6811         <size>14</size>
6812       </method>
6813     </type>
6814   </test>
6815   <test name="gtest-137.cs">
6816     <type name="X">
6817       <method name="Void .ctor()">
6818         <size>7</size>
6819       </method>
6820       <method name="Int32 Main()">
6821         <size>136</size>
6822       </method>
6823     </type>
6824   </test>
6825   <test name="gtest-138.cs">
6826     <type name="X">
6827       <method name="Void .ctor()">
6828         <size>7</size>
6829       </method>
6830       <method name="Void Main()">
6831         <size>61</size>
6832       </method>
6833     </type>
6834   </test>
6835   <test name="gtest-139.cs">
6836     <type name="MyStruct">
6837       <method name="Int32 op_Inequality(Nullable`1, System.String)">
6838         <size>2</size>
6839       </method>
6840       <method name="Int32 op_Equality(Nullable`1, System.String)">
6841         <size>2</size>
6842       </method>
6843       <method name="Int32 op_Inequality(System.String, Nullable`1)">
6844         <size>3</size>
6845       </method>
6846       <method name="Int32 op_Equality(System.String, Nullable`1)">
6847         <size>2</size>
6848       </method>
6849     </type>
6850     <type name="Test">
6851       <method name="Int32 Main()">
6852         <size>60</size>
6853       </method>
6854       <method name="Void .ctor()">
6855         <size>7</size>
6856       </method>
6857     </type>
6858   </test>
6859   <test name="gtest-140.cs">
6860     <type name="X">
6861       <method name="Void .ctor()">
6862         <size>7</size>
6863       </method>
6864       <method name="Void Main()">
6865         <size>132</size>
6866       </method>
6867     </type>
6868   </test>
6869   <test name="gtest-141.cs">
6870     <type name="X">
6871       <method name="Void .ctor()">
6872         <size>7</size>
6873       </method>
6874       <method name="Void Main()">
6875         <size>90</size>
6876       </method>
6877     </type>
6878   </test>
6879   <test name="gtest-142.cs">
6880     <type name="Assert">
6881       <method name="Void .cctor()">
6882         <size>1</size>
6883       </method>
6884       <method name="Void IsNull[T](System.String, Nullable`1)">
6885         <size>24</size>
6886       </method>
6887       <method name="Void IsNotNull[T](System.String, Nullable`1)">
6888         <size>24</size>
6889       </method>
6890       <method name="Int32 get_Errors()">
6891         <size>6</size>
6892       </method>
6893       <method name="Void Error(System.String, System.String)">
6894         <size>25</size>
6895       </method>
6896       <method name="Void IsTrue(System.String, Boolean)">
6897         <size>18</size>
6898       </method>
6899       <method name="Void IsFalse(System.String, Boolean)">
6900         <size>18</size>
6901       </method>
6902       <method name="Void IsTrue(System.String, Nullable`1)">
6903         <size>36</size>
6904       </method>
6905       <method name="Void IsFalse(System.String, Nullable`1)">
6906         <size>36</size>
6907       </method>
6908     </type>
6909     <type name="X">
6910       <method name="Void .ctor()">
6911         <size>7</size>
6912       </method>
6913       <method name="Int32 Main()">
6914         <size>2199</size>
6915       </method>
6916     </type>
6917   </test>
6918   <test name="gtest-143.cs">
6919     <type name="X">
6920       <method name="Void .ctor()">
6921         <size>7</size>
6922       </method>
6923       <method name="Int32 Test()">
6924         <size>497</size>
6925       </method>
6926       <method name="Int32 Main()">
6927         <size>30</size>
6928       </method>
6929     </type>
6930   </test>
6931   <test name="gtest-144.cs">
6932     <type name="Test.Application">
6933       <method name="Void .ctor()">
6934         <size>7</size>
6935       </method>
6936       <method name="Void Main()">
6937         <size>11</size>
6938       </method>
6939     </type>
6940   </test>
6941   <test name="gtest-145.cs">
6942     <type name="Test`1[T]">
6943       <method name="Void .ctor(T[,])">
6944         <size>14</size>
6945       </method>
6946     </type>
6947     <type name="Program">
6948       <method name="Void .ctor()">
6949         <size>7</size>
6950       </method>
6951       <method name="Void Main(System.String[])">
6952         <size>14</size>
6953       </method>
6954     </type>
6955   </test>
6956   <test name="gtest-146.cs">
6957     <type name="MyLinkedList`1[T]">
6958       <method name="Void .ctor()">
6959         <size>7</size>
6960       </method>
6961     </type>
6962     <type name="MyLinkedList`1+Node[T]">
6963       <method name="Void .ctor(T)">
6964         <size>14</size>
6965       </method>
6966     </type>
6967     <type name="SortedList`1[U]">
6968       <method name="Void .ctor()">
6969         <size>7</size>
6970       </method>
6971       <method name="Void Insert(U)">
6972         <size>8</size>
6973       </method>
6974     </type>
6975     <type name="X">
6976       <method name="Void .ctor()">
6977         <size>7</size>
6978       </method>
6979       <method name="Void Main()">
6980         <size>1</size>
6981       </method>
6982     </type>
6983   </test>
6984   <test name="gtest-147.cs">
6985     <type name="B.Test`1[T]">
6986       <method name="Void .ctor()">
6987         <size>7</size>
6988       </method>
6989       <method name="Void A.IFoo.Hello(IFoo)">
6990         <size>1</size>
6991       </method>
6992     </type>
6993     <type name="Y">
6994       <method name="Void .ctor()">
6995         <size>7</size>
6996       </method>
6997     </type>
6998     <type name="X">
6999       <method name="Void .ctor()">
7000         <size>7</size>
7001       </method>
7002       <method name="Void Main()">
7003         <size>1</size>
7004       </method>
7005     </type>
7006   </test>
7007   <test name="gtest-148.cs">
7008     <type name="Test1">
7009       <method name="Void Foo[S,OP](UInt32)">
7010         <size>1</size>
7011       </method>
7012     </type>
7013     <type name="Test1+IOp`1[T]">
7014       <method name="Void .ctor()">
7015         <size>7</size>
7016       </method>
7017     </type>
7018     <type name="Test2">
7019       <method name="Void Foo[T,OP](UInt32)">
7020         <size>1</size>
7021       </method>
7022     </type>
7023     <type name="Test2+IOp`1[T]">
7024       <method name="Void .ctor()">
7025         <size>7</size>
7026       </method>
7027     </type>
7028     <type name="X">
7029       <method name="Void .ctor()">
7030         <size>7</size>
7031       </method>
7032       <method name="Void Main()">
7033         <size>1</size>
7034       </method>
7035     </type>
7036   </test>
7037   <test name="gtest-149.cs">
7038     <type name="Test1">
7039       <method name="Void Foo[S,OP](UInt32)">
7040         <size>1</size>
7041       </method>
7042     </type>
7043     <type name="Test1+IOp`1[T]">
7044       <method name="Void .ctor()">
7045         <size>7</size>
7046       </method>
7047     </type>
7048     <type name="Test2">
7049       <method name="Void Foo[T,OP](UInt32)">
7050         <size>1</size>
7051       </method>
7052     </type>
7053     <type name="Test2+IOp`1[T]">
7054       <method name="Void .ctor()">
7055         <size>7</size>
7056       </method>
7057     </type>
7058     <type name="X">
7059       <method name="Void .ctor()">
7060         <size>7</size>
7061       </method>
7062       <method name="Void Main()">
7063         <size>1</size>
7064       </method>
7065     </type>
7066   </test>
7067   <test name="gtest-150.cs">
7068     <type name="Test1">
7069       <method name="Void Foo[T,OP](UInt32)">
7070         <size>35</size>
7071       </method>
7072       <method name="Void Main()">
7073         <size>15</size>
7074       </method>
7075     </type>
7076     <type name="Test1+Op">
7077       <method name="UInt16 Test1.IOp&lt;ushort&gt;.Func(UInt32)">
7078         <size>5</size>
7079       </method>
7080       <method name="UInt32 Test1.IOp&lt;uint&gt;.Func(UInt32)">
7081         <size>4</size>
7082       </method>
7083     </type>
7084   </test>
7085   <test name="gtest-151.cs">
7086     <type name="Test`1[T]">
7087       <method name="Void .ctor()">
7088         <size>15</size>
7089       </method>
7090     </type>
7091     <type name="X">
7092       <method name="Void .ctor()">
7093         <size>7</size>
7094       </method>
7095       <method name="Int32 Main()">
7096         <size>8</size>
7097       </method>
7098     </type>
7099   </test>
7100   <test name="gtest-152.cs">
7101     <type name="EnumerableBase`1[T]">
7102       <method name="Void .ctor()">
7103         <size>7</size>
7104       </method>
7105       <method name="IFoo IFoo.Hello()">
7106         <size>7</size>
7107       </method>
7108       <method name="IFoo`1 Hello()">
7109         <size>0</size>
7110       </method>
7111     </type>
7112     <type name="CollectionBase`1[T]">
7113       <method name="Void .ctor()">
7114         <size>7</size>
7115       </method>
7116     </type>
7117     <type name="HashBag`1[T]">
7118       <method name="Void .ctor()">
7119         <size>7</size>
7120       </method>
7121       <method name="IFoo`1 Hello()">
7122         <size>2</size>
7123       </method>
7124     </type>
7125     <type name="X">
7126       <method name="Void .ctor()">
7127         <size>7</size>
7128       </method>
7129       <method name="Void Main()">
7130         <size>1</size>
7131       </method>
7132     </type>
7133   </test>
7134   <test name="gtest-153.cs">
7135     <type name="MyClass`1[T]">
7136       <method name="Void .ctor()">
7137         <size>56</size>
7138       </method>
7139     </type>
7140     <type name="X">
7141       <method name="Void .ctor()">
7142         <size>7</size>
7143       </method>
7144       <method name="Void Main()">
7145         <size>1</size>
7146       </method>
7147     </type>
7148   </test>
7149   <test name="gtest-154.cs">
7150     <type name="B">
7151       <method name="Void .ctor()">
7152         <size>7</size>
7153       </method>
7154       <method name="T`1[X] M[X]()">
7155         <size>13</size>
7156       </method>
7157       <method name="T`1[System.Int64] N()">
7158         <size>30</size>
7159       </method>
7160     </type>
7161     <type name="D">
7162       <method name="Void .ctor()">
7163         <size>7</size>
7164       </method>
7165       <method name="Void Main()">
7166         <size>13</size>
7167       </method>
7168     </type>
7169     <type name="T`1[X]">
7170       <method name="Void .ctor(Object, IntPtr)">
7171         <size>0</size>
7172       </method>
7173       <method name="Int32 Invoke(X)">
7174         <size>0</size>
7175       </method>
7176       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
7177         <size>0</size>
7178       </method>
7179       <method name="Int32 EndInvoke(IAsyncResult)">
7180         <size>0</size>
7181       </method>
7182     </type>
7183     <type name="B">
7184       <method name="Int32 &lt;N&gt;m__1(Int64)">
7185         <size>2</size>
7186       </method>
7187       <method name="Int32 &lt;M`1&gt;m__0[X](X)">
7188         <size>2</size>
7189       </method>
7190     </type>
7191   </test>
7192   <test name="gtest-155.cs">
7193     <type name="MyClass`1[T]">
7194       <method name="Void .ctor()">
7195         <size>56</size>
7196       </method>
7197     </type>
7198     <type name="X">
7199       <method name="Void .ctor()">
7200         <size>7</size>
7201       </method>
7202       <method name="Void Main()">
7203         <size>1</size>
7204       </method>
7205     </type>
7206   </test>
7207   <test name="gtest-156.cs">
7208     <type name="FLMID.Bugs.Marshal15.D">
7209       <method name="Void .ctor()">
7210         <size>18</size>
7211       </method>
7212       <method name="Void Main(System.String[])">
7213         <size>11</size>
7214       </method>
7215     </type>
7216   </test>
7217   <test name="gtest-157.cs">
7218     <type name="kv`2[k,v]">
7219       <method name="Void .ctor()">
7220         <size>7</size>
7221       </method>
7222     </type>
7223     <type name="m`2[k,v]">
7224       <method name="Void .ctor()">
7225         <size>7</size>
7226       </method>
7227     </type>
7228     <type name="X">
7229       <method name="Void .ctor()">
7230         <size>7</size>
7231       </method>
7232       <method name="Void Main()">
7233         <size>1</size>
7234       </method>
7235     </type>
7236     <type name="m`2[k,v]">
7237       <method name="Void a&lt;kv&lt;k,v&gt;&gt;.x()">
7238         <size>1</size>
7239       </method>
7240     </type>
7241   </test>
7242   <test name="gtest-158.cs">
7243     <type name="Moo`1[C]">
7244       <method name="Void .ctor()">
7245         <size>7</size>
7246       </method>
7247     </type>
7248     <type name="Moo`1+Foo[C]">
7249       <method name="Void .ctor()">
7250         <size>7</size>
7251       </method>
7252     </type>
7253     <type name="Test">
7254       <method name="Void .ctor()">
7255         <size>7</size>
7256       </method>
7257     </type>
7258     <type name="X">
7259       <method name="Void .ctor()">
7260         <size>7</size>
7261       </method>
7262       <method name="Void Main()">
7263         <size>7</size>
7264       </method>
7265     </type>
7266   </test>
7267   <test name="gtest-159.cs">
7268     <type name="App">
7269       <method name="Void .ctor()">
7270         <size>7</size>
7271       </method>
7272       <method name="Void Main()">
7273         <size>98</size>
7274       </method>
7275     </type>
7276   </test>
7277   <test name="gtest-160.cs">
7278     <type name="Fun`2[A,B]">
7279       <method name="Void .ctor()">
7280         <size>7</size>
7281       </method>
7282     </type>
7283     <type name="List`1[T]">
7284       <method name="Void .ctor()">
7285         <size>7</size>
7286       </method>
7287       <method name="List`1[T2] Map[T2](Fun`2[T,T2])">
7288         <size>6</size>
7289       </method>
7290       <method name="Void foo[T2]()">
7291         <size>17</size>
7292       </method>
7293     </type>
7294     <type name="X">
7295       <method name="Void .ctor()">
7296         <size>7</size>
7297       </method>
7298       <method name="Void Main()">
7299         <size>1</size>
7300       </method>
7301     </type>
7302   </test>
7303   <test name="gtest-161.cs">
7304     <type name="App">
7305       <method name="Void .ctor()">
7306         <size>7</size>
7307       </method>
7308       <method name="U apply[T,U](T, FP+Mapping`2[T,U])">
7309         <size>8</size>
7310       </method>
7311       <method name="Void Main()">
7312         <size>56</size>
7313       </method>
7314       <method name="System.String &lt;Main&gt;m__0(Int32)">
7315         <size>8</size>
7316       </method>
7317     </type>
7318   </test>
7319   <test name="gtest-162.cs">
7320     <type name="Generic`1[T]">
7321       <method name="Void .ctor()">
7322         <size>7</size>
7323       </method>
7324     </type>
7325     <type name="X">
7326       <method name="Void .ctor()">
7327         <size>7</size>
7328       </method>
7329       <method name="Int32 Main()">
7330         <size>33</size>
7331       </method>
7332     </type>
7333     <type name="Generic`1+Delegate[T]">
7334       <method name="Void .ctor(Object, IntPtr)">
7335         <size>0</size>
7336       </method>
7337       <method name="Void Invoke(Generic`1[T], T)">
7338         <size>0</size>
7339       </method>
7340       <method name="IAsyncResult BeginInvoke(Generic`1[T], T, System.AsyncCallback, System.Object)">
7341         <size>0</size>
7342       </method>
7343       <method name="Void EndInvoke(IAsyncResult)">
7344         <size>0</size>
7345       </method>
7346     </type>
7347   </test>
7348   <test name="gtest-163.cs">
7349     <type name="Foo`1[T]">
7350       <method name="Void .ctor()">
7351         <size>7</size>
7352       </method>
7353       <method name="IEnumerator`1 getEnumerator(Int32)">
7354         <size>22</size>
7355       </method>
7356     </type>
7357     <type name="X">
7358       <method name="Void .ctor()">
7359         <size>7</size>
7360       </method>
7361       <method name="Void Main()">
7362         <size>1</size>
7363       </method>
7364     </type>
7365     <type name="Foo`1+&lt;getEnumerator&gt;c__Iterator0[T]">
7366       <method name="Void .ctor()">
7367         <size>7</size>
7368       </method>
7369       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7370         <size>12</size>
7371       </method>
7372       <method name="Boolean MoveNext()">
7373         <size>95</size>
7374       </method>
7375       <method name="Void Dispose()">
7376         <size>8</size>
7377       </method>
7378       <method name="Void Reset()">
7379         <size>6</size>
7380       </method>
7381       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7382         <size>7</size>
7383       </method>
7384     </type>
7385   </test>
7386   <test name="gtest-164.cs">
7387     <type name="FunEnumerable">
7388       <method name="Void .ctor(Int32, Int2Int)">
7389         <size>21</size>
7390       </method>
7391       <method name="IEnumerator`1 GetEnumerator()">
7392         <size>15</size>
7393       </method>
7394     </type>
7395     <type name="X">
7396       <method name="Void .ctor()">
7397         <size>7</size>
7398       </method>
7399       <method name="Void Main()">
7400         <size>1</size>
7401       </method>
7402     </type>
7403     <type name="Int2Int">
7404       <method name="Void .ctor(Object, IntPtr)">
7405         <size>0</size>
7406       </method>
7407       <method name="Int32 Invoke(Int32)">
7408         <size>0</size>
7409       </method>
7410       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
7411         <size>0</size>
7412       </method>
7413       <method name="Int32 EndInvoke(IAsyncResult)">
7414         <size>0</size>
7415       </method>
7416     </type>
7417     <type name="FunEnumerable+&lt;GetEnumerator&gt;c__Iterator0">
7418       <method name="Void .ctor()">
7419         <size>7</size>
7420       </method>
7421       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7422         <size>12</size>
7423       </method>
7424       <method name="Boolean MoveNext()">
7425         <size>89</size>
7426       </method>
7427       <method name="Void Dispose()">
7428         <size>8</size>
7429       </method>
7430       <method name="Void Reset()">
7431         <size>6</size>
7432       </method>
7433       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
7434         <size>7</size>
7435       </method>
7436     </type>
7437   </test>
7438   <test name="gtest-165.cs">
7439     <type name="C">
7440       <method name="Int32 Main()">
7441         <size>27</size>
7442       </method>
7443       <method name="Void .ctor()">
7444         <size>7</size>
7445       </method>
7446     </type>
7447   </test>
7448   <test name="gtest-166.cs">
7449     <type name="C">
7450       <method name="Void .ctor()">
7451         <size>7</size>
7452       </method>
7453       <method name="Int32 Test()">
7454         <size>323</size>
7455       </method>
7456       <method name="Int32 Main()">
7457         <size>6</size>
7458       </method>
7459     </type>
7460     <type name="TestNew">
7461       <method name="Void SetTest()">
7462         <size>20</size>
7463       </method>
7464     </type>
7465   </test>
7466   <test name="gtest-167.cs">
7467     <type name="TestAttribute">
7468       <method name="Void .ctor()">
7469         <size>7</size>
7470       </method>
7471     </type>
7472     <type name="TestNotAttribute">
7473       <method name="Void .ctor()">
7474         <size>7</size>
7475       </method>
7476     </type>
7477     <type name="TestMultiAttribute">
7478       <method name="Void .ctor()">
7479         <size>7</size>
7480       </method>
7481     </type>
7482     <type name="Class1">
7483       <method name="Void .ctor()">
7484         <size>7</size>
7485       </method>
7486     </type>
7487     <type name="Class2">
7488       <method name="Void .ctor()">
7489         <size>7</size>
7490       </method>
7491     </type>
7492     <type name="Class3">
7493       <method name="Void .ctor()">
7494         <size>7</size>
7495       </method>
7496     </type>
7497     <type name="TestClass">
7498       <method name="Void .ctor()">
7499         <size>7</size>
7500       </method>
7501       <method name="Int32 Main()">
7502         <size>86</size>
7503       </method>
7504     </type>
7505   </test>
7506   <test name="gtest-168.cs">
7507     <type name="lis`1[a]">
7508       <method name="Void .ctor()">
7509         <size>7</size>
7510       </method>
7511     </type>
7512     <type name="M">
7513       <method name="Void .ctor()">
7514         <size>7</size>
7515       </method>
7516       <method name="lis`1[a] Rev[a](lis`1[a])">
7517         <size>2</size>
7518       </method>
7519       <method name="lis`1[b] MapFromArray[a,b](a[])">
7520         <size>11</size>
7521       </method>
7522     </type>
7523     <type name="X">
7524       <method name="Void .ctor()">
7525         <size>7</size>
7526       </method>
7527       <method name="Void Main()">
7528         <size>1</size>
7529       </method>
7530     </type>
7531   </test>
7532   <test name="gtest-169.cs">
7533     <type name="list`1[A]">
7534       <method name="Void .ctor()">
7535         <size>7</size>
7536       </method>
7537     </type>
7538     <type name="list`1+Cons`1[A,T]">
7539       <method name="Void .ctor()">
7540         <size>7</size>
7541       </method>
7542     </type>
7543     <type name="list`1+Nil`1[A,T]">
7544       <method name="Void .ctor()">
7545         <size>7</size>
7546       </method>
7547     </type>
7548     <type name="C">
7549       <method name="Void .ctor()">
7550         <size>7</size>
7551       </method>
7552       <method name="Void Rev[T](list`1[T])">
7553         <size>43</size>
7554       </method>
7555     </type>
7556     <type name="M">
7557       <method name="Void .ctor()">
7558         <size>7</size>
7559       </method>
7560       <method name="Void Main()">
7561         <size>21</size>
7562       </method>
7563     </type>
7564   </test>
7565   <test name="gtest-170.cs">
7566     <type name="C`1[A]">
7567       <method name="Void .ctor()">
7568         <size>7</size>
7569       </method>
7570       <method name="Void foo[B](C`1[B])">
7571         <size>7</size>
7572       </method>
7573     </type>
7574     <type name="D">
7575       <method name="Void .ctor()">
7576         <size>7</size>
7577       </method>
7578       <method name="Void append[A](C`1[A])">
7579         <size>1</size>
7580       </method>
7581       <method name="Void Main()">
7582         <size>7</size>
7583       </method>
7584     </type>
7585   </test>
7586   <test name="gtest-171.cs">
7587     <type name="list`1[a]">
7588       <method name="Void .ctor()">
7589         <size>7</size>
7590       </method>
7591     </type>
7592     <type name="Nil`1[a]">
7593       <method name="Void .ctor()">
7594         <size>7</size>
7595       </method>
7596       <method name="Void .cctor()">
7597         <size>11</size>
7598       </method>
7599     </type>
7600     <type name="Test">
7601       <method name="Void .ctor()">
7602         <size>7</size>
7603       </method>
7604       <method name="Void Main()">
7605         <size>24</size>
7606       </method>
7607     </type>
7608   </test>
7609   <test name="gtest-172.cs">
7610     <type name="M">
7611       <method name="Void .ctor()">
7612         <size>7</size>
7613       </method>
7614       <method name="Void Main()">
7615         <size>7</size>
7616       </method>
7617     </type>
7618   </test>
7619   <test name="gtest-173.cs">
7620     <type name="List`1[t]">
7621       <method name="Void .ctor()">
7622         <size>7</size>
7623       </method>
7624       <method name="Void foo[b](List`1[t])">
7625         <size>27</size>
7626       </method>
7627     </type>
7628     <type name="C">
7629       <method name="Void .ctor()">
7630         <size>7</size>
7631       </method>
7632     </type>
7633     <type name="D">
7634       <method name="Void .ctor()">
7635         <size>7</size>
7636       </method>
7637     </type>
7638     <type name="M">
7639       <method name="Void .ctor()">
7640         <size>7</size>
7641       </method>
7642       <method name="Void Main()">
7643         <size>27</size>
7644       </method>
7645     </type>
7646   </test>
7647   <test name="gtest-174.cs">
7648     <type name="B`1[T]">
7649       <method name="Void .ctor()">
7650         <size>7</size>
7651       </method>
7652       <method name="Void .cctor()">
7653         <size>11</size>
7654       </method>
7655     </type>
7656     <type name="M">
7657       <method name="Void .ctor()">
7658         <size>7</size>
7659       </method>
7660       <method name="Void Main()">
7661         <size>13</size>
7662       </method>
7663     </type>
7664   </test>
7665   <test name="gtest-175.cs">
7666     <type name="Foo">
7667       <method name="Void .ctor()">
7668         <size>7</size>
7669       </method>
7670     </type>
7671     <type name="X">
7672       <method name="Void .ctor()">
7673         <size>7</size>
7674       </method>
7675       <method name="Foo Test(Foo, Foo)">
7676         <size>10</size>
7677       </method>
7678       <method name="Int32 Main()">
7679         <size>33</size>
7680       </method>
7681     </type>
7682   </test>
7683   <test name="gtest-176.cs">
7684     <type name="lis`1[a]">
7685       <method name="Void .ctor()">
7686         <size>7</size>
7687       </method>
7688     </type>
7689     <type name="fn`3[a,b,r]">
7690       <method name="Void .ctor()">
7691         <size>7</size>
7692       </method>
7693       <method name="r apply(a, b)">
7694         <size>0</size>
7695       </method>
7696     </type>
7697     <type name="fn1`1[a]">
7698       <method name="Void .ctor()">
7699         <size>7</size>
7700       </method>
7701       <method name="lis`1[a] apply(lis`1[a], lis`1[a])">
7702         <size>8</size>
7703       </method>
7704     </type>
7705     <type name="M">
7706       <method name="Void .ctor()">
7707         <size>7</size>
7708       </method>
7709       <method name="b FoldLeft[a,b](a, b, fn`3[a,b,b])">
7710         <size>9</size>
7711       </method>
7712       <method name="lis`1[a] RevAppend[a](lis`1[a], lis`1[a])">
7713         <size>2</size>
7714       </method>
7715       <method name="lis`1[lis`1[a]] Concat[a](lis`1[lis`1[a]])">
7716         <size>17</size>
7717       </method>
7718       <method name="Void Main()">
7719         <size>12</size>
7720       </method>
7721     </type>
7722   </test>
7723   <test name="gtest-177.cs">
7724     <type name="X">
7725       <method name="Void .ctor()">
7726         <size>7</size>
7727       </method>
7728       <method name="Void .cctor()">
7729         <size>25</size>
7730       </method>
7731       <method name="Int32 Main()">
7732         <size>96</size>
7733       </method>
7734     </type>
7735     <type name="X`1[T]">
7736       <method name="Void .ctor()">
7737         <size>7</size>
7738       </method>
7739       <method name="IEnumerator`1 Y(IEnumerable`1)">
7740         <size>7</size>
7741       </method>
7742       <method name="T Z(IList`1, Int32)">
7743         <size>8</size>
7744       </method>
7745     </type>
7746   </test>
7747   <test name="gtest-178.cs">
7748     <type name="X">
7749       <method name="Void .ctor()">
7750         <size>7</size>
7751       </method>
7752       <method name="Void Main()">
7753         <size>1</size>
7754       </method>
7755     </type>
7756   </test>
7757   <test name="gtest-179.cs">
7758     <type name="X`1[T]">
7759       <method name="Void .ctor()">
7760         <size>7</size>
7761       </method>
7762       <method name="Int32 get_i()">
7763         <size>2</size>
7764       </method>
7765       <method name="Void set_i(Int32)">
7766         <size>1</size>
7767       </method>
7768       <method name="Int32 myMain()">
7769         <size>14</size>
7770       </method>
7771     </type>
7772     <type name="Y">
7773       <method name="Void .ctor()">
7774         <size>7</size>
7775       </method>
7776       <method name="Int32 Main()">
7777         <size>6</size>
7778       </method>
7779     </type>
7780   </test>
7781   <test name="gtest-180.cs">
7782     <type name="C">
7783       <method name="Void .ctor()">
7784         <size>7</size>
7785       </method>
7786     </type>
7787     <type name="C+CC">
7788       <method name="Void .ctor()">
7789         <size>7</size>
7790       </method>
7791     </type>
7792     <type name="Program">
7793       <method name="Void .ctor()">
7794         <size>7</size>
7795       </method>
7796       <method name="Int32 Main()">
7797         <size>197</size>
7798       </method>
7799     </type>
7800     <type name="D">
7801       <method name="Void .ctor(Object, IntPtr)">
7802         <size>0</size>
7803       </method>
7804       <method name="Void Invoke()">
7805         <size>0</size>
7806       </method>
7807       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
7808         <size>0</size>
7809       </method>
7810       <method name="Void EndInvoke(IAsyncResult)">
7811         <size>0</size>
7812       </method>
7813     </type>
7814   </test>
7815   <test name="gtest-181.cs">
7816     <type name="X">
7817       <method name="Void .ctor()">
7818         <size>7</size>
7819       </method>
7820       <method name="IEnumerator get_GetIt()">
7821         <size>8</size>
7822       </method>
7823       <method name="Void set_GetIt(IEnumerator)">
7824         <size>1</size>
7825       </method>
7826       <method name="IEnumerable get_Item(Int32)">
7827         <size>30</size>
7828       </method>
7829       <method name="Void set_Item(Int32, IEnumerable)">
7830         <size>1</size>
7831       </method>
7832       <method name="Int32 Main()">
7833         <size>184</size>
7834       </method>
7835     </type>
7836     <type name="X+&lt;&gt;c__Iterator0">
7837       <method name="Void .ctor()">
7838         <size>7</size>
7839       </method>
7840       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7841         <size>7</size>
7842       </method>
7843       <method name="Boolean MoveNext()">
7844         <size>124</size>
7845       </method>
7846       <method name="Void Dispose()">
7847         <size>8</size>
7848       </method>
7849       <method name="Void Reset()">
7850         <size>6</size>
7851       </method>
7852     </type>
7853     <type name="X+&lt;&gt;c__Iterator1">
7854       <method name="Void .ctor()">
7855         <size>7</size>
7856       </method>
7857       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7858         <size>7</size>
7859       </method>
7860       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7861         <size>7</size>
7862       </method>
7863       <method name="Boolean MoveNext()">
7864         <size>143</size>
7865       </method>
7866       <method name="Void Dispose()">
7867         <size>8</size>
7868       </method>
7869       <method name="Void Reset()">
7870         <size>6</size>
7871       </method>
7872     </type>
7873     <type name="X+&lt;&gt;c__Iterator0">
7874       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
7875         <size>7</size>
7876       </method>
7877     </type>
7878     <type name="X+&lt;&gt;c__Iterator1">
7879       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
7880         <size>7</size>
7881       </method>
7882       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
7883         <size>40</size>
7884       </method>
7885     </type>
7886   </test>
7887   <test name="gtest-182.cs">
7888     <type name="C1">
7889       <method name="Void .ctor()">
7890         <size>7</size>
7891       </method>
7892       <method name="Int32 GetId()">
7893         <size>3</size>
7894       </method>
7895     </type>
7896     <type name="X">
7897       <method name="Void .ctor()">
7898         <size>7</size>
7899       </method>
7900       <method name="Void foo[a](a)">
7901         <size>15</size>
7902       </method>
7903       <method name="Void Main()">
7904         <size>11</size>
7905       </method>
7906     </type>
7907   </test>
7908   <test name="gtest-183.cs">
7909     <type name="test.Test`1[T]">
7910       <method name="Void .ctor()">
7911         <size>7</size>
7912       </method>
7913       <method name="IEnumerable`1 Lookup(T)">
7914         <size>30</size>
7915       </method>
7916     </type>
7917     <type name="test.Program">
7918       <method name="Void .ctor()">
7919         <size>7</size>
7920       </method>
7921       <method name="Void Main(System.String[])">
7922         <size>71</size>
7923       </method>
7924     </type>
7925     <type name="test.Test`1+&lt;Lookup&gt;c__Iterator0[T]">
7926       <method name="Void .ctor()">
7927         <size>7</size>
7928       </method>
7929       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7930         <size>12</size>
7931       </method>
7932       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7933         <size>7</size>
7934       </method>
7935       <method name="Boolean MoveNext()">
7936         <size>82</size>
7937       </method>
7938       <method name="Void Dispose()">
7939         <size>8</size>
7940       </method>
7941       <method name="Void Reset()">
7942         <size>6</size>
7943       </method>
7944       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7945         <size>7</size>
7946       </method>
7947       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
7948         <size>40</size>
7949       </method>
7950     </type>
7951   </test>
7952   <test name="gtest-184.cs">
7953     <type name="X">
7954       <method name="Void .ctor()">
7955         <size>7</size>
7956       </method>
7957       <method name="Void Main()">
7958         <size>68</size>
7959       </method>
7960       <method name="Boolean &lt;Main&gt;m__0(System.String)">
7961         <size>12</size>
7962       </method>
7963     </type>
7964   </test>
7965   <test name="gtest-185.cs">
7966     <type name="App">
7967       <method name="Void .ctor()">
7968         <size>7</size>
7969       </method>
7970       <method name="Void Main()">
7971         <size>47</size>
7972       </method>
7973     </type>
7974     <type name="FP">
7975       <method name="Void .ctor()">
7976         <size>7</size>
7977       </method>
7978       <method name="T[] appendArrays[T](T[][])">
7979         <size>140</size>
7980       </method>
7981     </type>
7982   </test>
7983   <test name="gtest-186.cs">
7984     <type name="Tuple`2[a,b]">
7985       <method name="Void .ctor(a, b)">
7986         <size>21</size>
7987       </method>
7988     </type>
7989     <type name="Test">
7990       <method name="Void .ctor()">
7991         <size>7</size>
7992       </method>
7993       <method name="Void Main()">
7994         <size>120</size>
7995       </method>
7996     </type>
7997     <type name="TestSimpleObject">
7998       <method name="Void .ctor()">
7999         <size>25</size>
8000       </method>
8001       <method name="Void Print()">
8002         <size>17</size>
8003       </method>
8004     </type>
8005   </test>
8006   <test name="gtest-187.cs">
8007     <type name="Foo`1[T]">
8008       <method name="Void .ctor()">
8009         <size>7</size>
8010       </method>
8011       <method name="T next()">
8012         <size>7</size>
8013       </method>
8014     </type>
8015     <type name="Goo">
8016       <method name="Void .ctor()">
8017         <size>7</size>
8018       </method>
8019     </type>
8020     <type name="Test">
8021       <method name="Void .ctor()">
8022         <size>7</size>
8023       </method>
8024       <method name="Void Main()">
8025         <size>14</size>
8026       </method>
8027     </type>
8028   </test>
8029   <test name="gtest-188.cs">
8030     <type name="Foo">
8031       <method name="Void .ctor(Object[])">
8032         <size>11</size>
8033       </method>
8034       <method name="Void .ctor(Object[], Object)">
8035         <size>201</size>
8036       </method>
8037       <method name="Void add_DoSomething(System.EventHandler)">
8038         <size>47</size>
8039       </method>
8040       <method name="Void remove_DoSomething(System.EventHandler)">
8041         <size>47</size>
8042       </method>
8043       <method name="Void Main()">
8044         <size>21</size>
8045       </method>
8046     </type>
8047     <type name="Foo+&lt;Foo&gt;c__AnonStorey0">
8048       <method name="Void .ctor()">
8049         <size>7</size>
8050       </method>
8051       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
8052         <size>46</size>
8053       </method>
8054     </type>
8055     <type name="Foo+&lt;Foo&gt;c__AnonStorey1">
8056       <method name="Void .ctor()">
8057         <size>7</size>
8058       </method>
8059     </type>
8060   </test>
8061   <test name="gtest-189.cs">
8062     <type name="Bar">
8063       <method name="Void .ctor()">
8064         <size>7</size>
8065       </method>
8066     </type>
8067     <type name="Cont`1[T]">
8068       <method name="Void .ctor(T)">
8069         <size>14</size>
8070       </method>
8071       <method name="System.String ToString()">
8072         <size>18</size>
8073       </method>
8074     </type>
8075     <type name="M">
8076       <method name="Void .ctor()">
8077         <size>7</size>
8078       </method>
8079       <method name="Void Main()">
8080         <size>18</size>
8081       </method>
8082     </type>
8083   </test>
8084   <test name="gtest-190.cs">
8085     <type name="Foo`1[T]">
8086       <method name="Void .ctor()">
8087         <size>7</size>
8088       </method>
8089       <method name="Foo`1+Node[T] GetRoot()">
8090         <size>6</size>
8091       </method>
8092       <method name="Void Test(Foo`1+Node[T])">
8093         <size>14</size>
8094       </method>
8095     </type>
8096     <type name="Foo`1+Node[T]">
8097       <method name="Void .ctor()">
8098         <size>7</size>
8099       </method>
8100     </type>
8101     <type name="Foo`1+ConcatNode[T]">
8102       <method name="Void .ctor()">
8103         <size>7</size>
8104       </method>
8105     </type>
8106     <type name="X">
8107       <method name="Void .ctor()">
8108         <size>7</size>
8109       </method>
8110       <method name="Void Main()">
8111         <size>21</size>
8112       </method>
8113     </type>
8114   </test>
8115   <test name="gtest-191.cs">
8116     <type name="Test1.Test">
8117       <method name="IEnumerable`1 Replace[T]()">
8118         <size>16</size>
8119       </method>
8120     </type>
8121     <type name="Test2.Test`1[S]">
8122       <method name="Void .ctor()">
8123         <size>7</size>
8124       </method>
8125       <method name="IEnumerable`1 Replace[T]()">
8126         <size>16</size>
8127       </method>
8128     </type>
8129     <type name="Test3.Test`1[S]">
8130       <method name="Void .ctor()">
8131         <size>7</size>
8132       </method>
8133       <method name="IEnumerable`1 Replace[T](IEnumerable`1, IEnumerable`1)">
8134         <size>16</size>
8135       </method>
8136     </type>
8137     <type name="Test4.Test">
8138       <method name="Void .ctor()">
8139         <size>7</size>
8140       </method>
8141       <method name="IEnumerable`1 Replace[T]()">
8142         <size>16</size>
8143       </method>
8144     </type>
8145     <type name="Test5.Test">
8146       <method name="Void .ctor()">
8147         <size>7</size>
8148       </method>
8149       <method name="IEnumerable`1 Replace[T](T)">
8150         <size>30</size>
8151       </method>
8152     </type>
8153     <type name="Test6.Test">
8154       <method name="Void .ctor()">
8155         <size>7</size>
8156       </method>
8157       <method name="IEnumerable`1 Replace[T](T)">
8158         <size>30</size>
8159       </method>
8160     </type>
8161     <type name="Test7.Test">
8162       <method name="Void .ctor()">
8163         <size>7</size>
8164       </method>
8165       <method name="IEnumerable`1 Replace[T](T[])">
8166         <size>30</size>
8167       </method>
8168     </type>
8169     <type name="X">
8170       <method name="Void .ctor()">
8171         <size>7</size>
8172       </method>
8173       <method name="Void Main()">
8174         <size>1</size>
8175       </method>
8176     </type>
8177     <type name="Test1.Test+&lt;Replace&gt;c__Iterator0`1[T]">
8178       <method name="Void .ctor()">
8179         <size>7</size>
8180       </method>
8181       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8182         <size>12</size>
8183       </method>
8184       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8185         <size>7</size>
8186       </method>
8187       <method name="Boolean MoveNext()">
8188         <size>25</size>
8189       </method>
8190       <method name="Void Dispose()">
8191         <size>8</size>
8192       </method>
8193       <method name="Void Reset()">
8194         <size>6</size>
8195       </method>
8196     </type>
8197     <type name="Test2.Test`1+&lt;Replace&gt;c__Iterator1`1[S,T]">
8198       <method name="Void .ctor()">
8199         <size>7</size>
8200       </method>
8201       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8202         <size>12</size>
8203       </method>
8204       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8205         <size>7</size>
8206       </method>
8207       <method name="Boolean MoveNext()">
8208         <size>25</size>
8209       </method>
8210       <method name="Void Dispose()">
8211         <size>8</size>
8212       </method>
8213       <method name="Void Reset()">
8214         <size>6</size>
8215       </method>
8216     </type>
8217     <type name="Test3.Test`1+&lt;Replace&gt;c__Iterator2`1[S,T]">
8218       <method name="Void .ctor()">
8219         <size>7</size>
8220       </method>
8221       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8222         <size>12</size>
8223       </method>
8224       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8225         <size>7</size>
8226       </method>
8227       <method name="Boolean MoveNext()">
8228         <size>25</size>
8229       </method>
8230       <method name="Void Dispose()">
8231         <size>8</size>
8232       </method>
8233       <method name="Void Reset()">
8234         <size>6</size>
8235       </method>
8236     </type>
8237     <type name="Test4.Test+&lt;Replace&gt;c__Iterator3`1[T]">
8238       <method name="Void .ctor()">
8239         <size>7</size>
8240       </method>
8241       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8242         <size>12</size>
8243       </method>
8244       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8245         <size>7</size>
8246       </method>
8247       <method name="Boolean MoveNext()">
8248         <size>25</size>
8249       </method>
8250       <method name="Void Dispose()">
8251         <size>8</size>
8252       </method>
8253       <method name="Void Reset()">
8254         <size>6</size>
8255       </method>
8256     </type>
8257     <type name="Test5.Test+&lt;Replace&gt;c__Iterator4`1[T]">
8258       <method name="Void .ctor()">
8259         <size>7</size>
8260       </method>
8261       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8262         <size>12</size>
8263       </method>
8264       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8265         <size>7</size>
8266       </method>
8267       <method name="Boolean MoveNext()">
8268         <size>68</size>
8269       </method>
8270       <method name="Void Dispose()">
8271         <size>8</size>
8272       </method>
8273       <method name="Void Reset()">
8274         <size>6</size>
8275       </method>
8276     </type>
8277     <type name="Test6.Test+&lt;Replace&gt;c__Iterator5`1[T]">
8278       <method name="Void .ctor()">
8279         <size>7</size>
8280       </method>
8281       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8282         <size>12</size>
8283       </method>
8284       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8285         <size>7</size>
8286       </method>
8287       <method name="Boolean MoveNext()">
8288         <size>80</size>
8289       </method>
8290       <method name="Void Dispose()">
8291         <size>8</size>
8292       </method>
8293       <method name="Void Reset()">
8294         <size>6</size>
8295       </method>
8296     </type>
8297     <type name="Test7.Test+&lt;Replace&gt;c__Iterator6`1[T]">
8298       <method name="Void .ctor()">
8299         <size>7</size>
8300       </method>
8301       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8302         <size>7</size>
8303       </method>
8304       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8305         <size>7</size>
8306       </method>
8307       <method name="Boolean MoveNext()">
8308         <size>80</size>
8309       </method>
8310       <method name="Void Dispose()">
8311         <size>8</size>
8312       </method>
8313       <method name="Void Reset()">
8314         <size>6</size>
8315       </method>
8316     </type>
8317     <type name="Test1.Test+&lt;Replace&gt;c__Iterator0`1[T]">
8318       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8319         <size>7</size>
8320       </method>
8321       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8322         <size>26</size>
8323       </method>
8324     </type>
8325     <type name="Test2.Test`1+&lt;Replace&gt;c__Iterator1`1[S,T]">
8326       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8327         <size>7</size>
8328       </method>
8329       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8330         <size>26</size>
8331       </method>
8332     </type>
8333     <type name="Test3.Test`1+&lt;Replace&gt;c__Iterator2`1[S,T]">
8334       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;S,T&gt;&gt;.get_Current()">
8335         <size>7</size>
8336       </method>
8337       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;S,T&gt;&gt;.GetEnumerator()">
8338         <size>26</size>
8339       </method>
8340     </type>
8341     <type name="Test4.Test+&lt;Replace&gt;c__Iterator3`1[T]">
8342       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8343         <size>7</size>
8344       </method>
8345       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8346         <size>26</size>
8347       </method>
8348     </type>
8349     <type name="Test5.Test+&lt;Replace&gt;c__Iterator4`1[T]">
8350       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8351         <size>7</size>
8352       </method>
8353       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8354         <size>40</size>
8355       </method>
8356     </type>
8357     <type name="Test6.Test+&lt;Replace&gt;c__Iterator5`1[T]">
8358       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8359         <size>7</size>
8360       </method>
8361       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
8362         <size>40</size>
8363       </method>
8364     </type>
8365     <type name="Test7.Test+&lt;Replace&gt;c__Iterator6`1[T]">
8366       <method name="T[] System.Collections.Generic.IEnumerator&lt;T[]&gt;.get_Current()">
8367         <size>7</size>
8368       </method>
8369       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T[]&gt;.GetEnumerator()">
8370         <size>40</size>
8371       </method>
8372     </type>
8373   </test>
8374   <test name="gtest-192.cs">
8375     <type name="xX">
8376       <method name="Void .ctor()">
8377         <size>7</size>
8378       </method>
8379       <method name="Void Main()">
8380         <size>1</size>
8381       </method>
8382     </type>
8383   </test>
8384   <test name="gtest-193.cs">
8385     <type name="OrderedMultiDictionary`2[T,U]">
8386       <method name="Void .ctor()">
8387         <size>7</size>
8388       </method>
8389       <method name="IEnumerator`1 EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
8390         <size>29</size>
8391       </method>
8392     </type>
8393     <type name="RedBlackTree`1[S]">
8394       <method name="Void .ctor()">
8395         <size>7</size>
8396       </method>
8397       <method name="IEnumerable`1 EnumerateRange(RedBlackTree`1+RangeTester[S])">
8398         <size>16</size>
8399       </method>
8400     </type>
8401     <type name="X">
8402       <method name="Void .ctor()">
8403         <size>7</size>
8404       </method>
8405       <method name="Void Main()">
8406         <size>1</size>
8407       </method>
8408     </type>
8409     <type name="RedBlackTree`1+RangeTester[S]">
8410       <method name="Void .ctor(Object, IntPtr)">
8411         <size>0</size>
8412       </method>
8413       <method name="Int32 Invoke(S)">
8414         <size>0</size>
8415       </method>
8416       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
8417         <size>0</size>
8418       </method>
8419       <method name="Int32 EndInvoke(IAsyncResult)">
8420         <size>0</size>
8421       </method>
8422     </type>
8423     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator0[T,U]">
8424       <method name="Void .ctor()">
8425         <size>7</size>
8426       </method>
8427       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8428         <size>12</size>
8429       </method>
8430       <method name="Boolean MoveNext()">
8431         <size>48</size>
8432       </method>
8433       <method name="Void Dispose()">
8434         <size>8</size>
8435       </method>
8436       <method name="Void Reset()">
8437         <size>6</size>
8438       </method>
8439     </type>
8440     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator1[S]">
8441       <method name="Void .ctor()">
8442         <size>7</size>
8443       </method>
8444       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8445         <size>12</size>
8446       </method>
8447       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8448         <size>7</size>
8449       </method>
8450       <method name="Boolean MoveNext()">
8451         <size>25</size>
8452       </method>
8453       <method name="Void Dispose()">
8454         <size>8</size>
8455       </method>
8456       <method name="Void Reset()">
8457         <size>6</size>
8458       </method>
8459     </type>
8460     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator0[T,U]">
8461       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8462         <size>7</size>
8463       </method>
8464     </type>
8465     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator1[S]">
8466       <method name="S System.Collections.Generic.IEnumerator&lt;S&gt;.get_Current()">
8467         <size>7</size>
8468       </method>
8469       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;S&gt;.GetEnumerator()">
8470         <size>26</size>
8471       </method>
8472     </type>
8473   </test>
8474   <test name="gtest-194.cs">
8475     <type name="RedBlackTree`1[S]">
8476       <method name="Void .ctor()">
8477         <size>7</size>
8478       </method>
8479       <method name="IEnumerable`1 EnumerateRange(RedBlackTree`1+RangeTester[S])">
8480         <size>16</size>
8481       </method>
8482     </type>
8483     <type name="OrderedMultiDictionary`2[T,U]">
8484       <method name="Void .ctor()">
8485         <size>7</size>
8486       </method>
8487       <method name="IEnumerator`1 EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
8488         <size>29</size>
8489       </method>
8490     </type>
8491     <type name="X">
8492       <method name="Void .ctor()">
8493         <size>7</size>
8494       </method>
8495       <method name="Void Main()">
8496         <size>1</size>
8497       </method>
8498     </type>
8499     <type name="RedBlackTree`1+RangeTester[S]">
8500       <method name="Void .ctor(Object, IntPtr)">
8501         <size>0</size>
8502       </method>
8503       <method name="Int32 Invoke(S)">
8504         <size>0</size>
8505       </method>
8506       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
8507         <size>0</size>
8508       </method>
8509       <method name="Int32 EndInvoke(IAsyncResult)">
8510         <size>0</size>
8511       </method>
8512     </type>
8513     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator0[S]">
8514       <method name="Void .ctor()">
8515         <size>7</size>
8516       </method>
8517       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8518         <size>12</size>
8519       </method>
8520       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8521         <size>7</size>
8522       </method>
8523       <method name="Boolean MoveNext()">
8524         <size>25</size>
8525       </method>
8526       <method name="Void Dispose()">
8527         <size>8</size>
8528       </method>
8529       <method name="Void Reset()">
8530         <size>6</size>
8531       </method>
8532     </type>
8533     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator1[T,U]">
8534       <method name="Void .ctor()">
8535         <size>7</size>
8536       </method>
8537       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8538         <size>12</size>
8539       </method>
8540       <method name="Boolean MoveNext()">
8541         <size>48</size>
8542       </method>
8543       <method name="Void Dispose()">
8544         <size>8</size>
8545       </method>
8546       <method name="Void Reset()">
8547         <size>6</size>
8548       </method>
8549     </type>
8550     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator0[S]">
8551       <method name="S System.Collections.Generic.IEnumerator&lt;S&gt;.get_Current()">
8552         <size>7</size>
8553       </method>
8554       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;S&gt;.GetEnumerator()">
8555         <size>26</size>
8556       </method>
8557     </type>
8558     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator1[T,U]">
8559       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8560         <size>7</size>
8561       </method>
8562     </type>
8563   </test>
8564   <test name="gtest-195.cs">
8565     <type name="OrderedMultiDictionary`2[T,U]">
8566       <method name="Void .ctor()">
8567         <size>7</size>
8568       </method>
8569       <method name="Void EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
8570         <size>13</size>
8571       </method>
8572     </type>
8573     <type name="RedBlackTree`1[S]">
8574       <method name="Void .ctor()">
8575         <size>7</size>
8576       </method>
8577       <method name="Void EnumerateRange(RedBlackTree`1+RangeTester[S])">
8578         <size>1</size>
8579       </method>
8580     </type>
8581     <type name="X">
8582       <method name="Void .ctor()">
8583         <size>7</size>
8584       </method>
8585       <method name="Void Main()">
8586         <size>1</size>
8587       </method>
8588     </type>
8589     <type name="RedBlackTree`1+RangeTester[S]">
8590       <method name="Void .ctor(Object, IntPtr)">
8591         <size>0</size>
8592       </method>
8593       <method name="Int32 Invoke(S)">
8594         <size>0</size>
8595       </method>
8596       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
8597         <size>0</size>
8598       </method>
8599       <method name="Int32 EndInvoke(IAsyncResult)">
8600         <size>0</size>
8601       </method>
8602     </type>
8603   </test>
8604   <test name="gtest-196.cs">
8605     <type name="Dict">
8606       <method name="Void .ctor()">
8607         <size>7</size>
8608       </method>
8609     </type>
8610     <type name="Foo">
8611       <method name="Void .ctor()">
8612         <size>7</size>
8613       </method>
8614       <method name="Int32 Main()">
8615         <size>114</size>
8616       </method>
8617     </type>
8618   </test>
8619   <test name="gtest-197.cs">
8620     <type name="Martin.Collections.Generic.EqualityComparer`1[T]">
8621       <method name="Void .ctor()">
8622         <size>7</size>
8623       </method>
8624       <method name="Void .cctor()">
8625         <size>95</size>
8626       </method>
8627       <method name="Int32 GetHashCode(T)">
8628         <size>0</size>
8629       </method>
8630       <method name="Boolean Equals(T, T)">
8631         <size>0</size>
8632       </method>
8633       <method name="Martin.Collections.Generic.EqualityComparer`1[T] get_Default()">
8634         <size>6</size>
8635       </method>
8636     </type>
8637     <type name="Martin.Collections.Generic.EqualityComparer`1+DefaultComparer[T]">
8638       <method name="Void .ctor()">
8639         <size>7</size>
8640       </method>
8641       <method name="Int32 GetHashCode(T)">
8642         <size>14</size>
8643       </method>
8644       <method name="Boolean Equals(T, T)">
8645         <size>41</size>
8646       </method>
8647     </type>
8648     <type name="Martin.Collections.Generic.IEquatableOfTEqualityComparer`1[T]">
8649       <method name="Void .ctor()">
8650         <size>7</size>
8651       </method>
8652       <method name="Int32 GetHashCode(T)">
8653         <size>14</size>
8654       </method>
8655       <method name="Boolean Equals(T, T)">
8656         <size>36</size>
8657       </method>
8658     </type>
8659     <type name="Martin.Collections.Generic.X">
8660       <method name="Void .ctor()">
8661         <size>7</size>
8662       </method>
8663       <method name="Void Main()">
8664         <size>1</size>
8665       </method>
8666     </type>
8667   </test>
8668   <test name="gtest-198.cs">
8669     <type name="ClassLibrary2.List1`1[T]">
8670       <method name="Void .ctor()">
8671         <size>7</size>
8672       </method>
8673     </type>
8674     <type name="ClassLibrary2.List2`1[T]">
8675       <method name="Void .ctor()">
8676         <size>18</size>
8677       </method>
8678       <method name="Void AddItem(T)">
8679         <size>13</size>
8680       </method>
8681     </type>
8682     <type name="ClassLibrary2.Foo">
8683       <method name="Void .ctor()">
8684         <size>7</size>
8685       </method>
8686       <method name="Void Main()">
8687         <size>1</size>
8688       </method>
8689     </type>
8690   </test>
8691   <test name="gtest-199.cs">
8692     <type name="Splay`1[T]">
8693       <method name="Void .ctor()">
8694         <size>7</size>
8695       </method>
8696     </type>
8697     <type name="Foo">
8698       <method name="Void .ctor()">
8699         <size>7</size>
8700       </method>
8701       <method name="Void Main()">
8702         <size>1</size>
8703       </method>
8704     </type>
8705   </test>
8706   <test name="gtest-200.cs">
8707     <type name="Test">
8708       <method name="Void .ctor()">
8709         <size>7</size>
8710       </method>
8711       <method name="T QueryInterface[T](System.Object)">
8712         <size>45</size>
8713       </method>
8714     </type>
8715     <type name="Driver">
8716       <method name="Void .ctor()">
8717         <size>7</size>
8718       </method>
8719       <method name="Void Main()">
8720         <size>1</size>
8721       </method>
8722     </type>
8723   </test>
8724   <test name="gtest-201.cs">
8725     <type name="HashSet`1[T]">
8726       <method name="Void .ctor(Int64)">
8727         <size>14</size>
8728       </method>
8729       <method name="Int64 Test()">
8730         <size>7</size>
8731       </method>
8732       <method name="IEnumerator`1 GetEnumerator()">
8733         <size>15</size>
8734       </method>
8735     </type>
8736     <type name="X">
8737       <method name="Void .ctor()">
8738         <size>7</size>
8739       </method>
8740       <method name="Int32 Main()">
8741         <size>83</size>
8742       </method>
8743     </type>
8744     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
8745       <method name="Void .ctor()">
8746         <size>7</size>
8747       </method>
8748       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8749         <size>12</size>
8750       </method>
8751       <method name="Boolean MoveNext()">
8752         <size>73</size>
8753       </method>
8754       <method name="Void Dispose()">
8755         <size>8</size>
8756       </method>
8757       <method name="Void Reset()">
8758         <size>6</size>
8759       </method>
8760       <method name="Int64 System.Collections.Generic.IEnumerator&lt;long&gt;.get_Current()">
8761         <size>7</size>
8762       </method>
8763     </type>
8764   </test>
8765   <test name="gtest-202.cs">
8766     <type name="Generic`1[T]">
8767       <method name="Void .ctor()">
8768         <size>20</size>
8769       </method>
8770       <method name="T get_Item(Int32, Int32)">
8771         <size>14</size>
8772       </method>
8773       <method name="Void set_Item(Int32, Int32, T)">
8774         <size>15</size>
8775       </method>
8776     </type>
8777     <type name="Fault">
8778       <method name="Void Main()">
8779         <size>51</size>
8780       </method>
8781       <method name="System.String ToString()">
8782         <size>6</size>
8783       </method>
8784     </type>
8785   </test>
8786   <test name="gtest-203.cs">
8787     <type name="C`2[X,Y]">
8788       <method name="Void .ctor()">
8789         <size>7</size>
8790       </method>
8791       <method name="Void foo[A,B]()">
8792         <size>14</size>
8793       </method>
8794       <method name="Void bar[A,B]()">
8795         <size>69</size>
8796       </method>
8797     </type>
8798     <type name="C`2+Q`2[X,Y,A,B]">
8799       <method name="Void .ctor()">
8800         <size>7</size>
8801       </method>
8802       <method name="Void apply(C`2[X,Y])">
8803         <size>7</size>
8804       </method>
8805     </type>
8806     <type name="X">
8807       <method name="Void .ctor()">
8808         <size>7</size>
8809       </method>
8810       <method name="Void Main()">
8811         <size>13</size>
8812       </method>
8813     </type>
8814   </test>
8815   <test name="gtest-204.cs">
8816     <type name="Map`1[b]">
8817       <method name="Void .ctor()">
8818         <size>7</size>
8819       </method>
8820       <method name="a Fold1[a](a)">
8821         <size>2</size>
8822       </method>
8823       <method name="c Fold[c](c)">
8824         <size>15</size>
8825       </method>
8826     </type>
8827     <type name="LocalContext">
8828       <method name="Void .ctor()">
8829         <size>18</size>
8830       </method>
8831       <method name="a Fold[a](a)">
8832         <size>13</size>
8833       </method>
8834     </type>
8835     <type name="M">
8836       <method name="Void .ctor()">
8837         <size>7</size>
8838       </method>
8839       <method name="Void Main()">
8840         <size>19</size>
8841       </method>
8842     </type>
8843   </test>
8844   <test name="gtest-205.cs">
8845     <type name="Foo`1[S]">
8846       <method name="Void .ctor()">
8847         <size>7</size>
8848       </method>
8849     </type>
8850     <type name="Test`1[U]">
8851       <method name="Void .ctor()">
8852         <size>7</size>
8853       </method>
8854       <method name="Void Func(U)">
8855         <size>12</size>
8856       </method>
8857     </type>
8858     <type name="X">
8859       <method name="Void .ctor()">
8860         <size>7</size>
8861       </method>
8862       <method name="Void Test(System.Type, System.Object)">
8863         <size>31</size>
8864       </method>
8865       <method name="Void Main()">
8866         <size>144</size>
8867       </method>
8868     </type>
8869   </test>
8870   <test name="gtest-206.cs">
8871     <type name="Continuation`2[R,A]">
8872       <method name="Void .ctor()">
8873         <size>7</size>
8874       </method>
8875       <method name="Continuation`2[R,A] CallCC[B](System.Object)">
8876         <size>2</size>
8877       </method>
8878     </type>
8879     <type name="Driver">
8880       <method name="Void .ctor()">
8881         <size>7</size>
8882       </method>
8883       <method name="Continuation`2[B,A] myTry[A,B](B, A)">
8884         <size>7</size>
8885       </method>
8886       <method name="Void Main()">
8887         <size>9</size>
8888       </method>
8889     </type>
8890   </test>
8891   <test name="gtest-207.cs">
8892     <type name="M">
8893       <method name="Void .ctor()">
8894         <size>7</size>
8895       </method>
8896       <method name="Void p(System.String)">
8897         <size>7</size>
8898       </method>
8899       <method name="Void Main()">
8900         <size>50</size>
8901       </method>
8902     </type>
8903   </test>
8904   <test name="gtest-208.cs">
8905     <type name="SomeClass">
8906       <method name="Void .ctor()">
8907         <size>7</size>
8908       </method>
8909     </type>
8910     <type name="Foo`1[T]">
8911       <method name="Void .ctor()">
8912         <size>7</size>
8913       </method>
8914       <method name="T Do(System.Object)">
8915         <size>12</size>
8916       </method>
8917     </type>
8918     <type name="Driver">
8919       <method name="Void .ctor()">
8920         <size>7</size>
8921       </method>
8922       <method name="Void Main()">
8923         <size>19</size>
8924       </method>
8925     </type>
8926   </test>
8927   <test name="gtest-209.cs">
8928     <type name="ClassLibrary3.Dictionary1`2[TKey,TValue]">
8929       <method name="Void .ctor()">
8930         <size>7</size>
8931       </method>
8932     </type>
8933     <type name="ClassLibrary3.Test">
8934       <method name="Void .ctor()">
8935         <size>7</size>
8936       </method>
8937       <method name="Void Main()">
8938         <size>23</size>
8939       </method>
8940     </type>
8941   </test>
8942   <test name="gtest-210.cs">
8943     <type name="Foo`1[T]">
8944       <method name="Void .ctor()">
8945         <size>7</size>
8946       </method>
8947       <method name="T next()">
8948         <size>7</size>
8949       </method>
8950     </type>
8951     <type name="Goo">
8952       <method name="Void .ctor()">
8953         <size>7</size>
8954       </method>
8955     </type>
8956     <type name="Test">
8957       <method name="Void .ctor()">
8958         <size>7</size>
8959       </method>
8960       <method name="Void Main()">
8961         <size>14</size>
8962       </method>
8963     </type>
8964   </test>
8965   <test name="gtest-211.cs">
8966     <type name="MyTest">
8967       <method name="Void .ctor()">
8968         <size>7</size>
8969       </method>
8970       <method name="Void f(Boolean, Boolean)">
8971         <size>59</size>
8972       </method>
8973       <method name="Void Main()">
8974         <size>448</size>
8975       </method>
8976     </type>
8977   </test>
8978   <test name="gtest-212.cs">
8979     <type name="Test">
8980       <method name="Void .ctor()">
8981         <size>7</size>
8982       </method>
8983       <method name="Void Fun[T](T)">
8984         <size>15</size>
8985       </method>
8986       <method name="Void Main()">
8987         <size>15</size>
8988       </method>
8989     </type>
8990     <type name="SomeStruct">
8991       <method name="Boolean get_Valid()">
8992         <size>2</size>
8993       </method>
8994     </type>
8995   </test>
8996   <test name="gtest-213.cs">
8997     <type name="Test">
8998       <method name="Void .ctor()">
8999         <size>7</size>
9000       </method>
9001       <method name="Void Fun[T](T)">
9002         <size>78</size>
9003       </method>
9004       <method name="Void Main()">
9005         <size>15</size>
9006       </method>
9007     </type>
9008     <type name="SomeStruct">
9009       <method name="Int32 get_Foo()">
9010         <size>7</size>
9011       </method>
9012       <method name="Void set_Foo(Int32)">
9013         <size>8</size>
9014       </method>
9015     </type>
9016   </test>
9017   <test name="gtest-214.cs">
9018     <type name="X">
9019       <method name="Void .ctor()">
9020         <size>7</size>
9021       </method>
9022       <method name="Int32 Main()">
9023         <size>83</size>
9024       </method>
9025     </type>
9026   </test>
9027   <test name="gtest-215.cs">
9028     <type name="R">
9029       <method name="Void .ctor()">
9030         <size>7</size>
9031       </method>
9032     </type>
9033     <type name="A`1[T]">
9034       <method name="Void .ctor()">
9035         <size>7</size>
9036       </method>
9037     </type>
9038     <type name="D">
9039       <method name="Void .ctor()">
9040         <size>7</size>
9041       </method>
9042     </type>
9043     <type name="MainClass">
9044       <method name="Void .ctor()">
9045         <size>7</size>
9046       </method>
9047       <method name="Void Main()">
9048         <size>1</size>
9049       </method>
9050     </type>
9051   </test>
9052   <test name="gtest-216.cs">
9053     <type name="BaseClass">
9054       <method name="Void .ctor()">
9055         <size>7</size>
9056       </method>
9057       <method name="Ret`1 Foo[T]()">
9058         <size>2</size>
9059       </method>
9060       <method name="Ret Foo()">
9061         <size>2</size>
9062       </method>
9063       <method name="Void Main()">
9064         <size>1</size>
9065       </method>
9066     </type>
9067     <type name="DerivedClass">
9068       <method name="Void .ctor()">
9069         <size>7</size>
9070       </method>
9071       <method name="Ret`1 Foo[T]()">
9072         <size>2</size>
9073       </method>
9074       <method name="Ret Foo()">
9075         <size>2</size>
9076       </method>
9077     </type>
9078   </test>
9079   <test name="gtest-217.cs">
9080     <type name="MyTest">
9081       <method name="Void .ctor()">
9082         <size>7</size>
9083       </method>
9084       <method name="IEnumerable`1 Map[Aa,Af,Rf,Rr](Fun`2[Af,Rf], IEnumerable`1)">
9085         <size>44</size>
9086       </method>
9087       <method name="Void Main(System.String[])">
9088         <size>97</size>
9089       </method>
9090       <method name="IEnumerable`1 FromTo(Int32, Int32)">
9091         <size>44</size>
9092       </method>
9093     </type>
9094     <type name="Fun`2[A1,R]">
9095       <method name="Void .ctor(Object, IntPtr)">
9096         <size>0</size>
9097       </method>
9098       <method name="R Invoke(A1)">
9099         <size>0</size>
9100       </method>
9101       <method name="IAsyncResult BeginInvoke(A1, System.AsyncCallback, System.Object)">
9102         <size>0</size>
9103       </method>
9104       <method name="R EndInvoke(IAsyncResult)">
9105         <size>0</size>
9106       </method>
9107     </type>
9108     <type name="MyTest">
9109       <method name="System.String &lt;Main&gt;m__0(Int32)">
9110         <size>8</size>
9111       </method>
9112     </type>
9113     <type name="MyTest+&lt;Map&gt;c__Iterator0`4[Aa,Af,Rf,Rr]">
9114       <method name="Void .ctor()">
9115         <size>7</size>
9116       </method>
9117       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9118         <size>12</size>
9119       </method>
9120       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
9121         <size>7</size>
9122       </method>
9123       <method name="Boolean MoveNext()">
9124         <size>205</size>
9125       </method>
9126       <method name="Void Dispose()">
9127         <size>62</size>
9128       </method>
9129       <method name="Void Reset()">
9130         <size>6</size>
9131       </method>
9132     </type>
9133     <type name="MyTest+&lt;FromTo&gt;c__Iterator1">
9134       <method name="Void .ctor()">
9135         <size>7</size>
9136       </method>
9137       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9138         <size>12</size>
9139       </method>
9140       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
9141         <size>7</size>
9142       </method>
9143       <method name="Boolean MoveNext()">
9144         <size>116</size>
9145       </method>
9146       <method name="Void Dispose()">
9147         <size>8</size>
9148       </method>
9149       <method name="Void Reset()">
9150         <size>6</size>
9151       </method>
9152     </type>
9153     <type name="MyTest+&lt;Map&gt;c__Iterator0`4[Aa,Af,Rf,Rr]">
9154       <method name="Rr System.Collections.Generic.IEnumerator&lt;Rr&gt;.get_Current()">
9155         <size>7</size>
9156       </method>
9157       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Rr&gt;.GetEnumerator()">
9158         <size>52</size>
9159       </method>
9160     </type>
9161     <type name="MyTest+&lt;FromTo&gt;c__Iterator1">
9162       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
9163         <size>7</size>
9164       </method>
9165       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
9166         <size>52</size>
9167       </method>
9168     </type>
9169   </test>
9170   <test name="gtest-218.cs">
9171     <type name="Foo">
9172       <method name="Void .ctor()">
9173         <size>7</size>
9174       </method>
9175     </type>
9176     <type name="X">
9177       <method name="Void .ctor()">
9178         <size>7</size>
9179       </method>
9180       <method name="Void Main()">
9181         <size>1</size>
9182       </method>
9183     </type>
9184   </test>
9185   <test name="gtest-219.cs">
9186     <type name="Test">
9187       <method name="Void .ctor()">
9188         <size>7</size>
9189       </method>
9190       <method name="Void Foo[T]()">
9191         <size>1</size>
9192       </method>
9193       <method name="Int32 Main()">
9194         <size>75</size>
9195       </method>
9196     </type>
9197   </test>
9198   <test name="gtest-220.cs">
9199     <type name="A`1[T1]">
9200       <method name="Void .ctor()">
9201         <size>7</size>
9202       </method>
9203     </type>
9204     <type name="A`1+B`1[T1,T2]">
9205       <method name="Void .ctor()">
9206         <size>7</size>
9207       </method>
9208     </type>
9209     <type name="A`1+B`1+C`1[T1,T2,T3]">
9210       <method name="Void .ctor()">
9211         <size>7</size>
9212       </method>
9213     </type>
9214     <type name="PopQuiz">
9215       <method name="Void .ctor()">
9216         <size>7</size>
9217       </method>
9218       <method name="Int32 Main()">
9219         <size>148</size>
9220       </method>
9221     </type>
9222   </test>
9223   <test name="gtest-221.cs">
9224     <type name="C1`1[IFoo]">
9225       <method name="Void .ctor()">
9226         <size>7</size>
9227       </method>
9228     </type>
9229     <type name="C2">
9230       <method name="Void .ctor()">
9231         <size>7</size>
9232       </method>
9233       <method name="C1`1[T] Hoge[T](C1`1[T])">
9234         <size>0</size>
9235       </method>
9236     </type>
9237     <type name="C3">
9238       <method name="Void .ctor()">
9239         <size>7</size>
9240       </method>
9241       <method name="C1`1[T] Hoge[T](C1`1[T])">
9242         <size>2</size>
9243       </method>
9244     </type>
9245     <type name="X">
9246       <method name="Void .ctor()">
9247         <size>7</size>
9248       </method>
9249       <method name="Void Main()">
9250         <size>1</size>
9251       </method>
9252     </type>
9253   </test>
9254   <test name="gtest-222.cs">
9255     <type name="Mona`1[T]">
9256       <method name="Void .ctor()">
9257         <size>7</size>
9258       </method>
9259     </type>
9260     <type name="Test">
9261       <method name="Void .ctor()">
9262         <size>7</size>
9263       </method>
9264       <method name="Mona`1[K] GetMona[K]()">
9265         <size>6</size>
9266       </method>
9267       <method name="Void Main()">
9268         <size>1</size>
9269       </method>
9270     </type>
9271   </test>
9272   <test name="gtest-223.cs">
9273     <type name="Foo`1[T]">
9274       <method name="Void .ctor()">
9275         <size>7</size>
9276       </method>
9277     </type>
9278     <type name="Test">
9279       <method name="Void .ctor()">
9280         <size>7</size>
9281       </method>
9282       <method name="Foo`1[K] Hoge[K]()">
9283         <size>2</size>
9284       </method>
9285       <method name="Void Main()">
9286         <size>72</size>
9287       </method>
9288     </type>
9289   </test>
9290   <test name="gtest-224.cs">
9291     <type name="Base">
9292       <method name="Void .ctor()">
9293         <size>7</size>
9294       </method>
9295       <method name="Void Foo[T]()">
9296         <size>1</size>
9297       </method>
9298     </type>
9299     <type name="Derived">
9300       <method name="Void .ctor()">
9301         <size>7</size>
9302       </method>
9303       <method name="Void Foo[T]()">
9304         <size>1</size>
9305       </method>
9306     </type>
9307     <type name="Driver">
9308       <method name="Void .ctor()">
9309         <size>7</size>
9310       </method>
9311       <method name="Void Main()">
9312         <size>11</size>
9313       </method>
9314     </type>
9315   </test>
9316   <test name="gtest-225.cs">
9317     <type name="Set`1[Element]">
9318       <method name="Void .ctor()">
9319         <size>7</size>
9320       </method>
9321       <method name="Locator locate(Element)">
9322         <size>31</size>
9323       </method>
9324     </type>
9325     <type name="Set`1+Node[Element]">
9326       <method name="Void .ctor()">
9327         <size>7</size>
9328       </method>
9329     </type>
9330     <type name="SetTest">
9331       <method name="Void Main()">
9332         <size>1</size>
9333       </method>
9334     </type>
9335     <type name="Set`1+Locator+Replace[Element]">
9336       <method name="Void .ctor(Object, IntPtr)">
9337         <size>0</size>
9338       </method>
9339       <method name="Void Invoke(Set`1+Node[Element])">
9340         <size>0</size>
9341       </method>
9342       <method name="IAsyncResult BeginInvoke(Set`1+Node[Element], System.AsyncCallback, System.Object)">
9343         <size>0</size>
9344       </method>
9345       <method name="Void EndInvoke(IAsyncResult)">
9346         <size>0</size>
9347       </method>
9348     </type>
9349     <type name="Set`1+&lt;locate&gt;c__AnonStorey0[Element]">
9350       <method name="Void .ctor()">
9351         <size>7</size>
9352       </method>
9353       <method name="Void &lt;&gt;m__0(Set`1+Node[Element])">
9354         <size>15</size>
9355       </method>
9356     </type>
9357     <type name="Set`1+Locator[Element]">
9358       <method name="Void .ctor(Replace)">
9359         <size>1</size>
9360       </method>
9361     </type>
9362   </test>
9363   <test name="gtest-226.cs">
9364     <type name="A">
9365       <method name="Void .ctor()">
9366         <size>24</size>
9367       </method>
9368     </type>
9369     <type name="M">
9370       <method name="Void .ctor()">
9371         <size>7</size>
9372       </method>
9373       <method name="Int32 Main()">
9374         <size>84</size>
9375       </method>
9376     </type>
9377     <type name="Container`1[T]">
9378       <method name="Void .ctor(T)">
9379         <size>8</size>
9380       </method>
9381     </type>
9382   </test>
9383   <test name="gtest-227.cs">
9384     <type name="Foo`1[G]">
9385       <method name="Void .ctor()">
9386         <size>7</size>
9387       </method>
9388       <method name="Void Bar()">
9389         <size>26</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   </test>
9401   <test name="gtest-228.cs">
9402     <type name="GenParAttribute">
9403       <method name="Void .ctor()">
9404         <size>7</size>
9405       </method>
9406     </type>
9407     <type name="cons`2[A,B]">
9408       <method name="Void .ctor()">
9409         <size>7</size>
9410       </method>
9411       <method name="Void abc[M]()">
9412         <size>1</size>
9413       </method>
9414     </type>
9415     <type name="Test">
9416       <method name="Void .ctor()">
9417         <size>7</size>
9418       </method>
9419       <method name="Void Main()">
9420         <size>1</size>
9421       </method>
9422     </type>
9423   </test>
9424   <test name="gtest-229.cs">
9425     <type name="B">
9426       <method name="Void .ctor()">
9427         <size>7</size>
9428       </method>
9429       <method name="Int32 CompareTo(B)">
9430         <size>2</size>
9431       </method>
9432     </type>
9433     <type name="Tester">
9434       <method name="Void .ctor()">
9435         <size>7</size>
9436       </method>
9437       <method name="Int32 Main()">
9438         <size>21</size>
9439       </method>
9440     </type>
9441   </test>
9442   <test name="gtest-231.cs">
9443     <type name="X">
9444       <method name="Void .ctor()">
9445         <size>7</size>
9446       </method>
9447       <method name="Void Main()">
9448         <size>31</size>
9449       </method>
9450     </type>
9451   </test>
9452   <test name="gtest-232.cs">
9453     <type name="M">
9454       <method name="Int32 Main()">
9455         <size>68</size>
9456       </method>
9457       <method name="Void .ctor()">
9458         <size>7</size>
9459       </method>
9460     </type>
9461   </test>
9462   <test name="gtest-233.cs">
9463     <type name="Program">
9464       <method name="Void .ctor()">
9465         <size>7</size>
9466       </method>
9467       <method name="Void Main(System.String[])">
9468         <size>25</size>
9469       </method>
9470       <method name="Void list_ListChanged(System.Object, System.ComponentModel.ListChangedEventArgs)">
9471         <size>1</size>
9472       </method>
9473     </type>
9474   </test>
9475   <test name="gtest-234.cs">
9476     <type name="Test">
9477       <method name="Void .ctor()">
9478         <size>7</size>
9479       </method>
9480       <method name="IFoo`1 GetFooGeneric[T]()">
9481         <size>2</size>
9482       </method>
9483       <method name="IFoo GetFoo()">
9484         <size>7</size>
9485       </method>
9486       <method name="Void Main()">
9487         <size>14</size>
9488       </method>
9489     </type>
9490   </test>
9491   <test name="gtest-235.cs">
9492     <type name="GettingStarted">
9493       <method name="Void .ctor()">
9494         <size>7</size>
9495       </method>
9496       <method name="Void Main()">
9497         <size>13</size>
9498       </method>
9499     </type>
9500   </test>
9501   <test name="gtest-236.cs">
9502     <type name="Foo`1[T]">
9503       <method name="Void .ctor()">
9504         <size>7</size>
9505       </method>
9506       <method name="Int32 Test(Foo`1[T])">
9507         <size>2</size>
9508       </method>
9509       <method name="Int32 Test(Foo`1[System.Int32])">
9510         <size>2</size>
9511       </method>
9512     </type>
9513     <type name="X">
9514       <method name="Void .ctor()">
9515         <size>7</size>
9516       </method>
9517       <method name="Int32 Main()">
9518         <size>59</size>
9519       </method>
9520     </type>
9521   </test>
9522   <test name="gtest-237.cs">
9523     <type name="Foo`1[T]">
9524       <method name="Void .ctor()">
9525         <size>7</size>
9526       </method>
9527       <method name="Int32 Test(T)">
9528         <size>2</size>
9529       </method>
9530       <method name="Int32 Test(Int32)">
9531         <size>2</size>
9532       </method>
9533     </type>
9534     <type name="X">
9535       <method name="Void .ctor()">
9536         <size>7</size>
9537       </method>
9538       <method name="Int32 Main()">
9539         <size>60</size>
9540       </method>
9541     </type>
9542   </test>
9543   <test name="gtest-238.cs">
9544     <type name="X">
9545       <method name="Void .ctor()">
9546         <size>7</size>
9547       </method>
9548       <method name="Int32 Main()">
9549         <size>39</size>
9550       </method>
9551     </type>
9552   </test>
9553   <test name="gtest-239.cs">
9554     <type name="Foo`2[T,U]">
9555       <method name="Void .ctor()">
9556         <size>7</size>
9557       </method>
9558       <method name="Int32 Test(T, U)">
9559         <size>2</size>
9560       </method>
9561       <method name="Int32 Test(Int32, U)">
9562         <size>2</size>
9563       </method>
9564       <method name="Int32 Test(T, Single)">
9565         <size>2</size>
9566       </method>
9567       <method name="Int32 Test(Int32, Single)">
9568         <size>2</size>
9569       </method>
9570     </type>
9571     <type name="X">
9572       <method name="Void .ctor()">
9573         <size>7</size>
9574       </method>
9575       <method name="Int32 Main()">
9576         <size>237</size>
9577       </method>
9578     </type>
9579   </test>
9580   <test name="gtest-240.cs">
9581     <type name="MyClass">
9582       <method name="Void .ctor()">
9583         <size>7</size>
9584       </method>
9585     </type>
9586     <type name="X">
9587       <method name="Void .ctor()">
9588         <size>7</size>
9589       </method>
9590       <method name="Void Main()">
9591         <size>1</size>
9592       </method>
9593     </type>
9594     <type name="MyClass">
9595       <method name="Void IMyInterface&lt;string&gt;.add_MyEvent(System.EventHandler)">
9596         <size>1</size>
9597       </method>
9598       <method name="Void IMyInterface&lt;string&gt;.remove_MyEvent(System.EventHandler)">
9599         <size>1</size>
9600       </method>
9601       <method name="Void IMyInterface&lt;int&gt;.add_MyEvent(System.EventHandler)">
9602         <size>1</size>
9603       </method>
9604       <method name="Void IMyInterface&lt;int&gt;.remove_MyEvent(System.EventHandler)">
9605         <size>1</size>
9606       </method>
9607     </type>
9608   </test>
9609   <test name="gtest-241.cs">
9610     <type name="a">
9611       <method name="Void .ctor()">
9612         <size>7</size>
9613       </method>
9614       <method name="Void func[T](T ByRef)">
9615         <size>0</size>
9616       </method>
9617     </type>
9618     <type name="b">
9619       <method name="Void .ctor()">
9620         <size>7</size>
9621       </method>
9622       <method name="Void func[T](T ByRef)">
9623         <size>1</size>
9624       </method>
9625     </type>
9626     <type name="main">
9627       <method name="Void .ctor()">
9628         <size>7</size>
9629       </method>
9630       <method name="Void Main()">
9631         <size>1</size>
9632       </method>
9633     </type>
9634   </test>
9635   <test name="gtest-242.cs">
9636     <type name="Container`1[T]">
9637       <method name="Void .ctor()">
9638         <size>7</size>
9639       </method>
9640     </type>
9641     <type name="ReferenceType">
9642       <method name="Void .ctor()">
9643         <size>7</size>
9644       </method>
9645       <method name="Int32 CompareTo(ReferenceType)">
9646         <size>2</size>
9647       </method>
9648     </type>
9649     <type name="Test">
9650       <method name="Void .ctor()">
9651         <size>7</size>
9652       </method>
9653       <method name="Void Main()">
9654         <size>13</size>
9655       </method>
9656     </type>
9657     <type name="MyValueType">
9658       <method name="Int32 CompareTo(MyValueType)">
9659         <size>2</size>
9660       </method>
9661     </type>
9662   </test>
9663   <test name="gtest-243.cs">
9664     <type name="Foo`1[T]">
9665       <method name="Void .ctor()">
9666         <size>7</size>
9667       </method>
9668       <method name="Void Test(T)">
9669         <size>1</size>
9670       </method>
9671     </type>
9672     <type name="Tests">
9673       <method name="Void .ctor()">
9674         <size>7</size>
9675       </method>
9676       <method name="Void foo[T]()">
9677         <size>1</size>
9678       </method>
9679       <method name="Int32 Test()">
9680         <size>148</size>
9681       </method>
9682       <method name="Int32 Main()">
9683         <size>8</size>
9684       </method>
9685     </type>
9686   </test>
9687   <test name="gtest-244.cs">
9688     <type name="B">
9689       <method name="Void .ctor()">
9690         <size>7</size>
9691       </method>
9692       <method name="T Get[T]()">
9693         <size>10</size>
9694       </method>
9695     </type>
9696     <type name="A">
9697       <method name="Void .ctor()">
9698         <size>7</size>
9699       </method>
9700       <method name="T Get[T]()">
9701         <size>30</size>
9702       </method>
9703       <method name="Void Main()">
9704         <size>12</size>
9705       </method>
9706     </type>
9707   </test>
9708   <test name="gtest-245.cs">
9709     <type name="DerivedGenericClass`1[T]">
9710       <method name="Void .ctor()">
9711         <size>7</size>
9712       </method>
9713       <method name="Void Foo()">
9714         <size>1</size>
9715       </method>
9716       <method name="Void Baz()">
9717         <size>7</size>
9718       </method>
9719     </type>
9720     <type name="BaseClass">
9721       <method name="Void .ctor()">
9722         <size>7</size>
9723       </method>
9724       <method name="Void Foo()">
9725         <size>0</size>
9726       </method>
9727     </type>
9728     <type name="X">
9729       <method name="Void .ctor()">
9730         <size>7</size>
9731       </method>
9732       <method name="Void Main()">
9733         <size>1</size>
9734       </method>
9735     </type>
9736   </test>
9737   <test name="gtest-246.cs">
9738     <type name="TestCase.CTest">
9739       <method name="Void .ctor()">
9740         <size>7</size>
9741       </method>
9742       <method name="Void Main()">
9743         <size>1</size>
9744       </method>
9745       <method name="Void Bar()">
9746         <size>1</size>
9747       </method>
9748     </type>
9749     <type name="TestCase.CGenericTest`2[T,V]">
9750       <method name="Void .ctor()">
9751         <size>7</size>
9752       </method>
9753       <method name="V Foo()">
9754         <size>21</size>
9755       </method>
9756     </type>
9757   </test>
9758   <test name="gtest-247.cs">
9759     <type name="EnumerableBase`1[T]">
9760       <method name="Void .ctor()">
9761         <size>7</size>
9762       </method>
9763       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
9764         <size>7</size>
9765       </method>
9766       <method name="IEnumerator`1 GetEnumerator()">
9767         <size>0</size>
9768       </method>
9769     </type>
9770     <type name="CollectionValueBase`1[T]">
9771       <method name="Void .ctor()">
9772         <size>7</size>
9773       </method>
9774       <method name="Void raiseItemsAdded(T, Int32)">
9775         <size>1</size>
9776       </method>
9777       <method name="IEnumerator`1 GetEnumerator()">
9778         <size>0</size>
9779       </method>
9780     </type>
9781     <type name="CollectionValueBase`1+RaiseForRemoveAllHandler[T]">
9782       <method name="Void .ctor()">
9783         <size>7</size>
9784       </method>
9785     </type>
9786     <type name="CircularQueue`1[T]">
9787       <method name="Void .ctor()">
9788         <size>7</size>
9789       </method>
9790       <method name="IEnumerator`1 GetEnumerator()">
9791         <size>8</size>
9792       </method>
9793       <method name="Void Enqueue(T)">
9794         <size>1</size>
9795       </method>
9796     </type>
9797     <type name="HashSet`1[T]">
9798       <method name="Void .ctor()">
9799         <size>7</size>
9800       </method>
9801       <method name="Void RemoveAll[U](IEnumerable`1)">
9802         <size>7</size>
9803       </method>
9804       <method name="Void AddAll[U](IEnumerable`1)">
9805         <size>63</size>
9806       </method>
9807       <method name="Boolean searchoradd(T ByRef, Boolean, Boolean, Boolean)">
9808         <size>2</size>
9809       </method>
9810       <method name="IEnumerator`1 GetEnumerator()">
9811         <size>8</size>
9812       </method>
9813     </type>
9814     <type name="X">
9815       <method name="Void .ctor()">
9816         <size>7</size>
9817       </method>
9818       <method name="Void Main()">
9819         <size>1</size>
9820       </method>
9821     </type>
9822     <type name="CircularQueue`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
9823       <method name="Void .ctor()">
9824         <size>7</size>
9825       </method>
9826       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9827         <size>12</size>
9828       </method>
9829       <method name="Boolean MoveNext()">
9830         <size>25</size>
9831       </method>
9832       <method name="Void Dispose()">
9833         <size>8</size>
9834       </method>
9835       <method name="Void Reset()">
9836         <size>6</size>
9837       </method>
9838     </type>
9839     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator1[T]">
9840       <method name="Void .ctor()">
9841         <size>7</size>
9842       </method>
9843       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9844         <size>12</size>
9845       </method>
9846       <method name="Boolean MoveNext()">
9847         <size>25</size>
9848       </method>
9849       <method name="Void Dispose()">
9850         <size>8</size>
9851       </method>
9852       <method name="Void Reset()">
9853         <size>6</size>
9854       </method>
9855     </type>
9856     <type name="CircularQueue`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
9857       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
9858         <size>7</size>
9859       </method>
9860     </type>
9861     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator1[T]">
9862       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
9863         <size>7</size>
9864       </method>
9865     </type>
9866   </test>
9867   <test name="gtest-248.cs">
9868     <type name="Foo`1[T]">
9869       <method name="Void .ctor()">
9870         <size>7</size>
9871       </method>
9872     </type>
9873     <type name="X">
9874       <method name="Void .ctor()">
9875         <size>7</size>
9876       </method>
9877       <method name="Boolean Test(System.Object)">
9878         <size>19</size>
9879       </method>
9880       <method name="Void Main()">
9881         <size>1</size>
9882       </method>
9883     </type>
9884   </test>
9885   <test name="gtest-249.cs">
9886     <type name="EnumerableBase`1[T]">
9887       <method name="Void .ctor()">
9888         <size>7</size>
9889       </method>
9890       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
9891         <size>7</size>
9892       </method>
9893       <method name="IEnumerator`1 GetEnumerator()">
9894         <size>0</size>
9895       </method>
9896     </type>
9897     <type name="ArrayBase`1[T]">
9898       <method name="Void .ctor()">
9899         <size>7</size>
9900       </method>
9901       <method name="IEnumerator`1 GetEnumerator()">
9902         <size>8</size>
9903       </method>
9904     </type>
9905     <type name="HashedArrayList`1[T]">
9906       <method name="Void .ctor()">
9907         <size>7</size>
9908       </method>
9909       <method name="IEnumerator`1 GetEnumerator()">
9910         <size>7</size>
9911       </method>
9912     </type>
9913     <type name="X">
9914       <method name="Void .ctor()">
9915         <size>7</size>
9916       </method>
9917       <method name="Void Main()">
9918         <size>1</size>
9919       </method>
9920     </type>
9921     <type name="ArrayBase`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
9922       <method name="Void .ctor()">
9923         <size>7</size>
9924       </method>
9925       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9926         <size>12</size>
9927       </method>
9928       <method name="Boolean MoveNext()">
9929         <size>25</size>
9930       </method>
9931       <method name="Void Dispose()">
9932         <size>8</size>
9933       </method>
9934       <method name="Void Reset()">
9935         <size>6</size>
9936       </method>
9937       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
9938         <size>7</size>
9939       </method>
9940     </type>
9941   </test>
9942   <test name="gtest-250.cs">
9943     <type name="GuardedIndexedSorted`1[T]">
9944       <method name="Void .ctor()">
9945         <size>7</size>
9946       </method>
9947       <method name="IIndexedSorted`1 Map[V](Fun`2[T,V])">
9948         <size>13</size>
9949       </method>
9950     </type>
9951     <type name="X">
9952       <method name="Void .ctor()">
9953         <size>7</size>
9954       </method>
9955       <method name="Void Main()">
9956         <size>1</size>
9957       </method>
9958     </type>
9959     <type name="Fun`2[R,S]">
9960       <method name="Void .ctor(Object, IntPtr)">
9961         <size>0</size>
9962       </method>
9963       <method name="S Invoke(R)">
9964         <size>0</size>
9965       </method>
9966       <method name="IAsyncResult BeginInvoke(R, System.AsyncCallback, System.Object)">
9967         <size>0</size>
9968       </method>
9969       <method name="S EndInvoke(IAsyncResult)">
9970         <size>0</size>
9971       </method>
9972     </type>
9973   </test>
9974   <test name="gtest-251.cs">
9975     <type name="SortedIndexedTester`1[T]">
9976       <method name="Void .ctor()">
9977         <size>7</size>
9978       </method>
9979       <method name="Void Test(ISorted`1)">
9980         <size>24</size>
9981       </method>
9982     </type>
9983     <type name="X">
9984       <method name="Void .ctor()">
9985         <size>7</size>
9986       </method>
9987       <method name="Void Main()">
9988         <size>1</size>
9989       </method>
9990     </type>
9991     <type name="&lt;PrivateImplementationDetails&gt;">
9992       <method name="Void .ctor()">
9993         <size>7</size>
9994       </method>
9995     </type>
9996   </test>
9997   <test name="gtest-252.cs">
9998     <type name="EqualityComparer`1[T]">
9999       <method name="Void .cctor()">
10000         <size>16</size>
10001       </method>
10002       <method name="Void Test()">
10003         <size>1</size>
10004       </method>
10005     </type>
10006     <type name="SequencedEqualityComparer`2[T,W]">
10007       <method name="Void .ctor()">
10008         <size>7</size>
10009       </method>
10010     </type>
10011     <type name="X">
10012       <method name="Void .ctor()">
10013         <size>7</size>
10014       </method>
10015       <method name="Void Main()">
10016         <size>6</size>
10017       </method>
10018     </type>
10019   </test>
10020   <test name="gtest-253.cs">
10021     <type name="CollectionValueTester`2[R,S]">
10022       <method name="Void .ctor()">
10023         <size>7</size>
10024       </method>
10025     </type>
10026     <type name="ExtensibleTester`1[U]">
10027       <method name="Void .ctor(U)">
10028         <size>14</size>
10029       </method>
10030       <method name="Void Direct()">
10031         <size>24</size>
10032       </method>
10033     </type>
10034     <type name="Extensible`1[V]">
10035       <method name="Void .ctor()">
10036         <size>7</size>
10037       </method>
10038       <method name="Void AddAll[W](IEnumerable`1)">
10039         <size>1</size>
10040       </method>
10041     </type>
10042     <type name="X">
10043       <method name="Void .ctor()">
10044         <size>7</size>
10045       </method>
10046       <method name="Void Main()">
10047         <size>20</size>
10048       </method>
10049     </type>
10050   </test>
10051   <test name="gtest-254.cs">
10052     <type name="HashedLinkedList`1[T]">
10053       <method name="Void .ctor()">
10054         <size>7</size>
10055       </method>
10056       <method name="HashedLinkedList`1[T] GetList()">
10057         <size>6</size>
10058       </method>
10059       <method name="Void Test(Int32)">
10060         <size>55</size>
10061       </method>
10062       <method name="Void Test(HashedLinkedList`1[T])">
10063         <size>40</size>
10064       </method>
10065     </type>
10066     <type name="X">
10067       <method name="Void .ctor()">
10068         <size>7</size>
10069       </method>
10070       <method name="Void Main()">
10071         <size>20</size>
10072       </method>
10073     </type>
10074   </test>
10075   <test name="gtest-255.cs">
10076     <type name="A">
10077       <method name="Void .ctor()">
10078         <size>7</size>
10079       </method>
10080       <method name="T Foo[T]()">
10081         <size>0</size>
10082       </method>
10083     </type>
10084     <type name="B">
10085       <method name="Void .ctor()">
10086         <size>7</size>
10087       </method>
10088       <method name="T Foo[T]()">
10089         <size>10</size>
10090       </method>
10091     </type>
10092     <type name="C">
10093       <method name="Void .ctor()">
10094         <size>7</size>
10095       </method>
10096       <method name="Void Main()">
10097         <size>1</size>
10098       </method>
10099     </type>
10100   </test>
10101   <test name="gtest-256.cs">
10102     <type name="Test">
10103       <method name="Void .ctor()">
10104         <size>7</size>
10105       </method>
10106       <method name="IEnumerator`1 GetEnumerator()">
10107         <size>15</size>
10108       </method>
10109       <method name="Void Main()">
10110         <size>11</size>
10111       </method>
10112       <method name="Void Run()">
10113         <size>147</size>
10114       </method>
10115     </type>
10116     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
10117       <method name="Void .ctor()">
10118         <size>7</size>
10119       </method>
10120       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10121         <size>7</size>
10122       </method>
10123       <method name="Boolean MoveNext()">
10124         <size>127</size>
10125       </method>
10126       <method name="Void Dispose()">
10127         <size>8</size>
10128       </method>
10129       <method name="Void Reset()">
10130         <size>6</size>
10131       </method>
10132       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
10133         <size>7</size>
10134       </method>
10135     </type>
10136   </test>
10137   <test name="gtest-257.cs">
10138     <type name="Tests">
10139       <method name="Void .ctor()">
10140         <size>7</size>
10141       </method>
10142       <method name="Void Main()">
10143         <size>32</size>
10144       </method>
10145     </type>
10146   </test>
10147   <test name="gtest-258.cs">
10148     <type name="A">
10149       <method name="Void .ctor()">
10150         <size>7</size>
10151       </method>
10152     </type>
10153     <type name="B">
10154       <method name="Void .ctor()">
10155         <size>7</size>
10156       </method>
10157     </type>
10158     <type name="Foo`1[T]">
10159       <method name="Void .ctor()">
10160         <size>7</size>
10161       </method>
10162     </type>
10163     <type name="X">
10164       <method name="Void .ctor()">
10165         <size>7</size>
10166       </method>
10167       <method name="Void Main()">
10168         <size>7</size>
10169       </method>
10170     </type>
10171   </test>
10172   <test name="gtest-259.cs">
10173     <type name="Class1`1[T]">
10174       <method name="Void .ctor()">
10175         <size>7</size>
10176       </method>
10177       <method name="Void MethodOfClass1(T, MyType)">
10178         <size>14</size>
10179       </method>
10180     </type>
10181     <type name="MyType">
10182       <method name="Void .ctor()">
10183         <size>7</size>
10184       </method>
10185       <method name="Void MethodOfMyBaseType()">
10186         <size>1</size>
10187       </method>
10188     </type>
10189     <type name="MyBaseType">
10190       <method name="Void .ctor()">
10191         <size>7</size>
10192       </method>
10193       <method name="Void MethodOfMyBaseType()">
10194         <size>0</size>
10195       </method>
10196     </type>
10197     <type name="X">
10198       <method name="Void .ctor()">
10199         <size>7</size>
10200       </method>
10201       <method name="Void Main()">
10202         <size>1</size>
10203       </method>
10204     </type>
10205   </test>
10206   <test name="gtest-260.cs">
10207     <type name="A`1[T]">
10208       <method name="Void .ctor()">
10209         <size>7</size>
10210       </method>
10211     </type>
10212     <type name="B`1[T]">
10213       <method name="Void .ctor()">
10214         <size>7</size>
10215       </method>
10216     </type>
10217     <type name="Test">
10218       <method name="Void .ctor()">
10219         <size>7</size>
10220       </method>
10221       <method name="Void .cctor()">
10222         <size>11</size>
10223       </method>
10224       <method name="Void Main()">
10225         <size>1</size>
10226       </method>
10227     </type>
10228   </test>
10229   <test name="gtest-261.cs">
10230     <type name="Cons`2[T,U]">
10231       <method name="Void .ctor(T, U)">
10232         <size>21</size>
10233       </method>
10234       <method name="System.String ToString()">
10235         <size>68</size>
10236       </method>
10237     </type>
10238     <type name="List`1[A]">
10239       <method name="Void .ctor(A)">
10240         <size>9</size>
10241       </method>
10242       <method name="Void .ctor(A, List`1)">
10243         <size>9</size>
10244       </method>
10245       <method name="Void zip[B](List`1[B])">
10246         <size>18</size>
10247       </method>
10248     </type>
10249     <type name="Test">
10250       <method name="Void .ctor()">
10251         <size>7</size>
10252       </method>
10253       <method name="Void Main(System.String[])">
10254         <size>14</size>
10255       </method>
10256     </type>
10257   </test>
10258   <test name="gtest-262.cs">
10259     <type name="Test">
10260       <method name="Void .ctor()">
10261         <size>7</size>
10262       </method>
10263       <method name="Void f1(System.Object)">
10264         <size>1</size>
10265       </method>
10266       <method name="Void f2(System.String)">
10267         <size>1</size>
10268       </method>
10269       <method name="Void f3(Test)">
10270         <size>1</size>
10271       </method>
10272       <method name="Void f4(Int32)">
10273         <size>1</size>
10274       </method>
10275       <method name="Void f5(Int16)">
10276         <size>1</size>
10277       </method>
10278       <method name="Void Main()">
10279         <size>162</size>
10280       </method>
10281       <method name="Void f6(ParamEnum)">
10282         <size>1</size>
10283       </method>
10284     </type>
10285   </test>
10286   <test name="gtest-263.cs">
10287     <type name="Foo`1[S]">
10288       <method name="Void .ctor()">
10289         <size>7</size>
10290       </method>
10291       <method name="ICloneable Test(S)">
10292         <size>12</size>
10293       </method>
10294     </type>
10295     <type name="ConvertHelper">
10296       <method name="IEnumerator`1 Test[S,T](S)">
10297         <size>22</size>
10298       </method>
10299       <method name="Void Main()">
10300         <size>1</size>
10301       </method>
10302     </type>
10303     <type name="ConvertHelper+&lt;Test&gt;c__Iterator0`2[S,T]">
10304       <method name="Void .ctor()">
10305         <size>7</size>
10306       </method>
10307       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10308         <size>12</size>
10309       </method>
10310       <method name="Boolean MoveNext()">
10311         <size>78</size>
10312       </method>
10313       <method name="Void Dispose()">
10314         <size>8</size>
10315       </method>
10316       <method name="Void Reset()">
10317         <size>6</size>
10318       </method>
10319       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
10320         <size>7</size>
10321       </method>
10322     </type>
10323   </test>
10324   <test name="gtest-264.cs">
10325     <type name="BaseList`1[SubType]">
10326       <method name="Void .ctor()">
10327         <size>18</size>
10328       </method>
10329     </type>
10330     <type name="XXX">
10331       <method name="Void .ctor()">
10332         <size>7</size>
10333       </method>
10334     </type>
10335     <type name="Crash">
10336       <method name="Void .ctor()">
10337         <size>7</size>
10338       </method>
10339       <method name="Void Main()">
10340         <size>14</size>
10341       </method>
10342     </type>
10343   </test>
10344   <test name="gtest-265.cs">
10345     <type name="Test">
10346       <method name="Void .ctor()">
10347         <size>7</size>
10348       </method>
10349       <method name="Void Main()">
10350         <size>14</size>
10351       </method>
10352     </type>
10353   </test>
10354   <test name="gtest-266.cs">
10355     <type name="Test`1[T]">
10356       <method name="Void .ctor()">
10357         <size>7</size>
10358       </method>
10359     </type>
10360     <type name="Test`1+Inner`1[T,U]">
10361       <method name="Void .ctor()">
10362         <size>7</size>
10363       </method>
10364       <method name="Void Foo()">
10365         <size>13</size>
10366       </method>
10367     </type>
10368     <type name="Test">
10369       <method name="Void .ctor()">
10370         <size>7</size>
10371       </method>
10372       <method name="Void Main()">
10373         <size>1</size>
10374       </method>
10375     </type>
10376   </test>
10377   <test name="gtest-267.cs">
10378     <type name="T">
10379       <method name="Void .ctor()">
10380         <size>7</size>
10381       </method>
10382       <method name="Void Foo[T](Handler`1[T])">
10383         <size>34</size>
10384       </method>
10385       <method name="Void Response[T](Handler`1[T])">
10386         <size>1</size>
10387       </method>
10388       <method name="Void Main()">
10389         <size>1</size>
10390       </method>
10391     </type>
10392     <type name="Handler`1[T]">
10393       <method name="Void .ctor(Object, IntPtr)">
10394         <size>0</size>
10395       </method>
10396       <method name="Void Invoke(T)">
10397         <size>0</size>
10398       </method>
10399       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
10400         <size>0</size>
10401       </method>
10402       <method name="Void EndInvoke(IAsyncResult)">
10403         <size>0</size>
10404       </method>
10405     </type>
10406     <type name="T+&lt;Foo&gt;c__AnonStorey0`1[T]">
10407       <method name="Void .ctor()">
10408         <size>7</size>
10409       </method>
10410       <method name="Void &lt;&gt;m__0(IAsyncResult)">
10411         <size>18</size>
10412       </method>
10413     </type>
10414   </test>
10415   <test name="gtest-268.cs">
10416     <type name="Test">
10417       <method name="Void .ctor()">
10418         <size>7</size>
10419       </method>
10420       <method name="Void Bar()">
10421         <size>7</size>
10422       </method>
10423       <method name="Void Main()">
10424         <size>1</size>
10425       </method>
10426     </type>
10427     <type name="Test+G`1[T]">
10428       <method name="Void .ctor()">
10429         <size>7</size>
10430       </method>
10431     </type>
10432   </test>
10433   <test name="gtest-269.cs">
10434     <type name="X">
10435       <method name="Void .ctor()">
10436         <size>7</size>
10437       </method>
10438       <method name="Int32 Beer(Nullable`1)">
10439         <size>54</size>
10440       </method>
10441       <method name="Int64 PubToLong(IrishPub)">
10442         <size>12</size>
10443       </method>
10444       <method name="Int32 Test(Nullable`1)">
10445         <size>53</size>
10446       </method>
10447       <method name="Int32 TestWithNull(Nullable`1)">
10448         <size>55</size>
10449       </method>
10450       <method name="Nullable`1 Foo(Boolean)">
10451         <size>24</size>
10452       </method>
10453       <method name="Int32 Test(Boolean)">
10454         <size>54</size>
10455       </method>
10456       <method name="Int32 Main()">
10457         <size>194</size>
10458       </method>
10459     </type>
10460     <type name="IrishPub">
10461       <method name="Void .ctor(IrishBeer)">
10462         <size>8</size>
10463       </method>
10464       <method name="Int64 op_Implicit(Nullable`1)">
10465         <size>36</size>
10466       </method>
10467       <method name="Nullable`1 op_Implicit(Int64)">
10468         <size>13</size>
10469       </method>
10470     </type>
10471   </test>
10472   <test name="gtest-270.cs">
10473     <type name="X">
10474       <method name="Void .ctor()">
10475         <size>7</size>
10476       </method>
10477       <method name="Int32 Test(Nullable`1)">
10478         <size>44</size>
10479       </method>
10480       <method name="Int32 Main()">
10481         <size>42</size>
10482       </method>
10483     </type>
10484   </test>
10485   <test name="gtest-271.cs">
10486     <type name="Qux`2[X,V]">
10487       <method name="Void .ctor()">
10488         <size>7</size>
10489       </method>
10490       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
10491         <size>8</size>
10492       </method>
10493       <method name="IEnumerator`1 GetEnumerator()">
10494         <size>8</size>
10495       </method>
10496     </type>
10497     <type name="Foo`2[X,V]">
10498       <method name="Void .ctor()">
10499         <size>7</size>
10500       </method>
10501     </type>
10502     <type name="Test`1[T]">
10503       <method name="Void .ctor()">
10504         <size>7</size>
10505       </method>
10506       <method name="Int32 CompareTo(Test`1[T])">
10507         <size>2</size>
10508       </method>
10509     </type>
10510     <type name="X">
10511       <method name="Void .ctor()">
10512         <size>7</size>
10513       </method>
10514       <method name="Void Main()">
10515         <size>55</size>
10516       </method>
10517     </type>
10518     <type name="Qux`2+GetEnumerator&gt;c__Iterator0[X,V]">
10519       <method name="Void .ctor()">
10520         <size>7</size>
10521       </method>
10522       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10523         <size>7</size>
10524       </method>
10525       <method name="Boolean MoveNext()">
10526         <size>25</size>
10527       </method>
10528       <method name="Void Dispose()">
10529         <size>8</size>
10530       </method>
10531       <method name="Void Reset()">
10532         <size>6</size>
10533       </method>
10534     </type>
10535     <type name="Qux`2+&lt;GetEnumerator&gt;c__Iterator1[X,V]">
10536       <method name="Void .ctor()">
10537         <size>7</size>
10538       </method>
10539       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10540         <size>12</size>
10541       </method>
10542       <method name="Boolean MoveNext()">
10543         <size>25</size>
10544       </method>
10545       <method name="Void Dispose()">
10546         <size>8</size>
10547       </method>
10548       <method name="Void Reset()">
10549         <size>6</size>
10550       </method>
10551     </type>
10552     <type name="Qux`2+GetEnumerator&gt;c__Iterator0[X,V]">
10553       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
10554         <size>7</size>
10555       </method>
10556     </type>
10557     <type name="Qux`2+&lt;GetEnumerator&gt;c__Iterator1[X,V]">
10558       <method name="V System.Collections.Generic.IEnumerator&lt;V&gt;.get_Current()">
10559         <size>7</size>
10560       </method>
10561     </type>
10562   </test>
10563   <test name="gtest-272.cs">
10564     <type name="X">
10565       <method name="Void Foo[T](Handler`1[T])">
10566         <size>27</size>
10567       </method>
10568       <method name="Void Response[T](Handler`1[T])">
10569         <size>1</size>
10570       </method>
10571       <method name="Void Test[T](T)">
10572         <size>1</size>
10573       </method>
10574       <method name="Void Main()">
10575         <size>18</size>
10576       </method>
10577     </type>
10578     <type name="Handler`1[T]">
10579       <method name="Void .ctor(Object, IntPtr)">
10580         <size>0</size>
10581       </method>
10582       <method name="Void Invoke(T)">
10583         <size>0</size>
10584       </method>
10585       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
10586         <size>0</size>
10587       </method>
10588       <method name="Void EndInvoke(IAsyncResult)">
10589         <size>0</size>
10590       </method>
10591     </type>
10592     <type name="X+&lt;Foo&gt;c__AnonStorey0`1[T]">
10593       <method name="Void .ctor()">
10594         <size>7</size>
10595       </method>
10596       <method name="Void &lt;&gt;m__0(IAsyncResult)">
10597         <size>12</size>
10598       </method>
10599     </type>
10600   </test>
10601   <test name="gtest-273.cs">
10602     <type name="ThisBaseClass`3[A,B,C]">
10603       <method name="Void .ctor()">
10604         <size>7</size>
10605       </method>
10606     </type>
10607     <type name="ThatBaseClass`3[B,A,C]">
10608       <method name="Void .ctor()">
10609         <size>7</size>
10610       </method>
10611     </type>
10612     <type name="ThisClass`3[A,B,C]">
10613       <method name="Void .ctor()">
10614         <size>7</size>
10615       </method>
10616     </type>
10617     <type name="ThatClass`3[B,A,C]">
10618       <method name="Void .ctor()">
10619         <size>7</size>
10620       </method>
10621     </type>
10622     <type name="ThisClass">
10623       <method name="Void .ctor()">
10624         <size>7</size>
10625       </method>
10626     </type>
10627     <type name="ThatClass">
10628       <method name="Void .ctor()">
10629         <size>7</size>
10630       </method>
10631     </type>
10632     <type name="Test">
10633       <method name="Void .ctor()">
10634         <size>7</size>
10635       </method>
10636       <method name="Void Main()">
10637         <size>1</size>
10638       </method>
10639     </type>
10640   </test>
10641   <test name="gtest-274.cs">
10642     <type name="X">
10643       <method name="Void .ctor()">
10644         <size>7</size>
10645       </method>
10646       <method name="Void Main()">
10647         <size>447</size>
10648       </method>
10649     </type>
10650     <type name="Foo">
10651       <method name="Void .ctor(Int64)">
10652         <size>8</size>
10653       </method>
10654       <method name="Foo op_Implicit(Int64)">
10655         <size>7</size>
10656       </method>
10657     </type>
10658     <type name="Bar">
10659       <method name="Void .ctor(Foo)">
10660         <size>8</size>
10661       </method>
10662       <method name="Bar op_Implicit(Foo)">
10663         <size>7</size>
10664       </method>
10665     </type>
10666     <type name="Baz">
10667       <method name="Void .ctor(Foo)">
10668         <size>8</size>
10669       </method>
10670       <method name="Baz op_Explicit(Foo)">
10671         <size>7</size>
10672       </method>
10673     </type>
10674   </test>
10675   <test name="gtest-275.cs">
10676     <type name="Test">
10677       <method name="Void .ctor()">
10678         <size>7</size>
10679       </method>
10680       <method name="Void Main()">
10681         <size>19</size>
10682       </method>
10683     </type>
10684     <type name="Test+C">
10685       <method name="Void .ctor()">
10686         <size>18</size>
10687       </method>
10688     </type>
10689     <type name="Test+D`2[T,U]">
10690       <method name="Void .ctor()">
10691         <size>18</size>
10692       </method>
10693     </type>
10694     <type name="Test+E`1[T]">
10695       <method name="Void .ctor()">
10696         <size>18</size>
10697       </method>
10698     </type>
10699   </test>
10700   <test name="gtest-276.cs">
10701     <type name="Tests">
10702       <method name="Void .ctor()">
10703         <size>7</size>
10704       </method>
10705       <method name="Int32 Main()">
10706         <size>30</size>
10707       </method>
10708     </type>
10709     <type name="Tests+GenericClass`1[T]">
10710       <method name="Void .ctor()">
10711         <size>7</size>
10712       </method>
10713       <method name="T Z(IList`1, Int32)">
10714         <size>8</size>
10715       </method>
10716     </type>
10717   </test>
10718   <test name="gtest-277.cs">
10719     <type name="X">
10720       <method name="Void .ctor()">
10721         <size>7</size>
10722       </method>
10723       <method name="Void Main()">
10724         <size>1</size>
10725       </method>
10726     </type>
10727   </test>
10728   <test name="gtest-278.cs">
10729     <type name="Program">
10730       <method name="Void .ctor()">
10731         <size>7</size>
10732       </method>
10733       <method name="Int32 Main()">
10734         <size>6</size>
10735       </method>
10736     </type>
10737   </test>
10738   <test name="gtest-279.cs">
10739     <type name="Foo">
10740       <method name="Void .ctor()">
10741         <size>7</size>
10742       </method>
10743       <method name="IList`1 Bar[T]()">
10744         <size>12</size>
10745       </method>
10746       <method name="Void Bar()">
10747         <size>11</size>
10748       </method>
10749     </type>
10750     <type name="BugReport">
10751       <method name="Void .ctor()">
10752         <size>7</size>
10753       </method>
10754       <method name="Void Main(System.String[])">
10755         <size>20</size>
10756       </method>
10757     </type>
10758   </test>
10759   <test name="gtest-280.cs">
10760     <type name="Test">
10761       <method name="Void .ctor()">
10762         <size>7</size>
10763       </method>
10764       <method name="Void Main(System.String[])">
10765         <size>69</size>
10766       </method>
10767     </type>
10768     <type name="Test+TestDel">
10769       <method name="Void .ctor(Object, IntPtr)">
10770         <size>0</size>
10771       </method>
10772       <method name="Int32 Invoke(Int32)">
10773         <size>0</size>
10774       </method>
10775       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
10776         <size>0</size>
10777       </method>
10778       <method name="Int32 EndInvoke(IAsyncResult)">
10779         <size>0</size>
10780       </method>
10781     </type>
10782     <type name="Test">
10783       <method name="Int32 &lt;Main&gt;m__0(Int32)">
10784         <size>2</size>
10785       </method>
10786     </type>
10787   </test>
10788   <test name="gtest-281.cs">
10789     <type name="List">
10790       <method name="Void .ctor()">
10791         <size>7</size>
10792       </method>
10793       <method name="Void AddRange[T](ICollection`1)">
10794         <size>1</size>
10795       </method>
10796     </type>
10797     <type name="Tests">
10798       <method name="Void .ctor()">
10799         <size>7</size>
10800       </method>
10801       <method name="Void Main()">
10802         <size>21</size>
10803       </method>
10804     </type>
10805   </test>
10806   <test name="gtest-282.cs">
10807     <type name="Foo">
10808       <method name="Void .ctor()">
10809         <size>7</size>
10810       </method>
10811     </type>
10812     <type name="Foo+Bar">
10813       <method name="Void .ctor()">
10814         <size>7</size>
10815       </method>
10816     </type>
10817     <type name="C`1[T]">
10818       <method name="Void .ctor()">
10819         <size>7</size>
10820       </method>
10821     </type>
10822     <type name="Test">
10823       <method name="Void .ctor()">
10824         <size>7</size>
10825       </method>
10826       <method name="Void .cctor()">
10827         <size>11</size>
10828       </method>
10829       <method name="Void Main()">
10830         <size>21</size>
10831       </method>
10832     </type>
10833   </test>
10834   <test name="gtest-283.cs">
10835     <type name="Point">
10836       <method name="Void .ctor(Int32, Int32)">
10837         <size>15</size>
10838       </method>
10839     </type>
10840     <type name="TestPoint">
10841       <method name="Void Serialize(IFoo)">
10842         <size>39</size>
10843       </method>
10844       <method name="Void Main()">
10845         <size>1</size>
10846       </method>
10847     </type>
10848   </test>
10849   <test name="gtest-284.cs">
10850     <type name="X">
10851       <method name="Void .ctor()">
10852         <size>7</size>
10853       </method>
10854     </type>
10855     <type name="CollectionTester">
10856       <method name="Int32 Test[T](IList`1)">
10857         <size>67</size>
10858       </method>
10859       <method name="Int32 Test()">
10860         <size>522</size>
10861       </method>
10862     </type>
10863     <type name="InterfaceTester">
10864       <method name="Void .cctor()">
10865         <size>136</size>
10866       </method>
10867       <method name="Int32 Test(System.Type, System.Type[])">
10868         <size>425</size>
10869       </method>
10870       <method name="Int32 Test()">
10871         <size>532</size>
10872       </method>
10873     </type>
10874     <type name="Z">
10875       <method name="Void .ctor()">
10876         <size>7</size>
10877       </method>
10878       <method name="Int32 Test()">
10879         <size>36</size>
10880       </method>
10881       <method name="Int32 Main()">
10882         <size>45</size>
10883       </method>
10884     </type>
10885   </test>
10886   <test name="gtest-285.cs">
10887     <type name="A">
10888       <method name="Void .ctor()">
10889         <size>7</size>
10890       </method>
10891     </type>
10892     <type name="B">
10893       <method name="Void .ctor()">
10894         <size>7</size>
10895       </method>
10896     </type>
10897     <type name="Tests">
10898       <method name="Void .ctor()">
10899         <size>7</size>
10900       </method>
10901       <method name="Void Main()">
10902         <size>38</size>
10903       </method>
10904     </type>
10905   </test>
10906   <test name="gtest-286.cs">
10907     <type name="TestAttribute">
10908       <method name="Void .ctor(Type)">
10909         <size>14</size>
10910       </method>
10911     </type>
10912     <type name="C`1[T]">
10913       <method name="Void .ctor()">
10914         <size>7</size>
10915       </method>
10916       <method name="Void Foo()">
10917         <size>1</size>
10918       </method>
10919     </type>
10920     <type name="C">
10921       <method name="Void .ctor()">
10922         <size>7</size>
10923       </method>
10924       <method name="Int32 Main()">
10925         <size>76</size>
10926       </method>
10927     </type>
10928   </test>
10929   <test name="gtest-287.cs">
10930     <type name="X">
10931       <method name="Void .ctor()">
10932         <size>7</size>
10933       </method>
10934       <method name="Void Main()">
10935         <size>36</size>
10936       </method>
10937       <method name="Void D()">
10938         <size>1</size>
10939       </method>
10940     </type>
10941   </test>
10942   <test name="gtest-288.cs">
10943     <type name="A">
10944       <method name="Void .ctor()">
10945         <size>7</size>
10946       </method>
10947       <method name="Boolean Test(Int32)">
10948         <size>5</size>
10949       </method>
10950     </type>
10951     <type name="B">
10952       <method name="Void .ctor()">
10953         <size>7</size>
10954       </method>
10955       <method name="Void Test()">
10956         <size>1</size>
10957       </method>
10958     </type>
10959     <type name="B+C">
10960       <method name="Void .ctor()">
10961         <size>7</size>
10962       </method>
10963       <method name="Boolean Foo(Int32)">
10964         <size>13</size>
10965       </method>
10966     </type>
10967     <type name="X">
10968       <method name="Void .ctor()">
10969         <size>7</size>
10970       </method>
10971       <method name="Void Main()">
10972         <size>1</size>
10973       </method>
10974     </type>
10975   </test>
10976   <test name="gtest-289.cs">
10977     <type name="C">
10978       <method name="Void .ctor()">
10979         <size>7</size>
10980       </method>
10981       <method name="Void add_Ev1(D)">
10982         <size>47</size>
10983       </method>
10984       <method name="Void remove_Ev1(D)">
10985         <size>47</size>
10986       </method>
10987     </type>
10988     <type name="Consts">
10989       <method name="Void .ctor()">
10990         <size>7</size>
10991       </method>
10992       <method name="Void .cctor()">
10993         <size>1</size>
10994       </method>
10995     </type>
10996     <type name="Test">
10997       <method name="Void .ctor()">
10998         <size>7</size>
10999       </method>
11000       <method name="Int32 Main()">
11001         <size>74</size>
11002       </method>
11003     </type>
11004     <type name="D">
11005       <method name="Void .ctor(Object, IntPtr)">
11006         <size>0</size>
11007       </method>
11008       <method name="Void Invoke()">
11009         <size>0</size>
11010       </method>
11011       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
11012         <size>0</size>
11013       </method>
11014       <method name="Void EndInvoke(IAsyncResult)">
11015         <size>0</size>
11016       </method>
11017     </type>
11018   </test>
11019   <test name="gtest-290.cs">
11020     <type name="GenericEventNotUsedTest`1[T]">
11021       <method name="Void .ctor()">
11022         <size>7</size>
11023       </method>
11024       <method name="Void add_TestEvent(GenericEventHandler`2[GenericEventNotUsedTest`1[T],T])">
11025         <size>47</size>
11026       </method>
11027       <method name="Void remove_TestEvent(GenericEventHandler`2[GenericEventNotUsedTest`1[T],T])">
11028         <size>47</size>
11029       </method>
11030       <method name="Void RaiseTestEvent(T)">
11031         <size>14</size>
11032       </method>
11033     </type>
11034     <type name="TestEntry">
11035       <method name="Void Main()">
11036         <size>1</size>
11037       </method>
11038     </type>
11039     <type name="GenericEventHandler`2[U,V]">
11040       <method name="Void .ctor(Object, IntPtr)">
11041         <size>0</size>
11042       </method>
11043       <method name="Void Invoke(U, V)">
11044         <size>0</size>
11045       </method>
11046       <method name="IAsyncResult BeginInvoke(U, V, System.AsyncCallback, System.Object)">
11047         <size>0</size>
11048       </method>
11049       <method name="Void EndInvoke(IAsyncResult)">
11050         <size>0</size>
11051       </method>
11052     </type>
11053   </test>
11054   <test name="gtest-291.cs">
11055     <type name="Global">
11056       <method name="Void .ctor()">
11057         <size>7</size>
11058       </method>
11059       <method name="Void Main()">
11060         <size>22</size>
11061       </method>
11062       <method name="System.String Test2(Nullable`1)">
11063         <size>6</size>
11064       </method>
11065     </type>
11066   </test>
11067   <test name="gtest-292.cs">
11068     <type name="Test.A`1[TA]">
11069       <method name="Void .ctor()">
11070         <size>7</size>
11071       </method>
11072     </type>
11073     <type name="X">
11074       <method name="Void .ctor()">
11075         <size>7</size>
11076       </method>
11077       <method name="Void Main()">
11078         <size>1</size>
11079       </method>
11080     </type>
11081     <type name="Test.Handler`1[TA]">
11082       <method name="Void .ctor(Object, IntPtr)">
11083         <size>0</size>
11084       </method>
11085       <method name="Void Invoke(TA)">
11086         <size>0</size>
11087       </method>
11088       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
11089         <size>0</size>
11090       </method>
11091       <method name="Void EndInvoke(IAsyncResult)">
11092         <size>0</size>
11093       </method>
11094     </type>
11095   </test>
11096   <test name="gtest-293.cs">
11097     <type name="Test`1[T]">
11098       <method name="Void .ctor()">
11099         <size>7</size>
11100       </method>
11101       <method name="Void Invalid(T)">
11102         <size>21</size>
11103       </method>
11104       <method name="Void Other(IEnumerable`1)">
11105         <size>1</size>
11106       </method>
11107     </type>
11108     <type name="X">
11109       <method name="Void .ctor()">
11110         <size>7</size>
11111       </method>
11112       <method name="Void Main()">
11113         <size>1</size>
11114       </method>
11115     </type>
11116   </test>
11117   <test name="gtest-294.cs">
11118     <type name="A">
11119       <method name="Void .ctor()">
11120         <size>7</size>
11121       </method>
11122     </type>
11123     <type name="B">
11124       <method name="Void .ctor()">
11125         <size>7</size>
11126       </method>
11127     </type>
11128     <type name="X">
11129       <method name="Void .ctor()">
11130         <size>7</size>
11131       </method>
11132       <method name="A Test(A, B)">
11133         <size>10</size>
11134       </method>
11135       <method name="Int32 Main()">
11136         <size>73</size>
11137       </method>
11138     </type>
11139   </test>
11140   <test name="gtest-295.cs">
11141     <type name="Test.Cache`1[T]">
11142       <method name="Void .ctor()">
11143         <size>7</size>
11144       </method>
11145     </type>
11146     <type name="Test.Base">
11147       <method name="Void .ctor()">
11148         <size>7</size>
11149       </method>
11150     </type>
11151     <type name="Test.MyType`1[T]">
11152       <method name="Void .ctor()">
11153         <size>7</size>
11154       </method>
11155     </type>
11156     <type name="Test.Foo">
11157       <method name="Void .ctor()">
11158         <size>7</size>
11159       </method>
11160       <method name="Void Main()">
11161         <size>7</size>
11162       </method>
11163     </type>
11164   </test>
11165   <test name="gtest-296.cs">
11166     <type name="MyCollection`1[T]">
11167       <method name="Void .ctor()">
11168         <size>7</size>
11169       </method>
11170       <method name="Void Foo()">
11171         <size>14</size>
11172       </method>
11173     </type>
11174     <type name="C">
11175       <method name="Void .ctor()">
11176         <size>7</size>
11177       </method>
11178       <method name="Void Main()">
11179         <size>1</size>
11180       </method>
11181     </type>
11182   </test>
11183   <test name="gtest-297.cs">
11184     <type name="Test">
11185       <method name="Void .ctor()">
11186         <size>7</size>
11187       </method>
11188       <method name="Void Main()">
11189         <size>18</size>
11190       </method>
11191     </type>
11192   </test>
11193   <test name="gtest-298.cs">
11194     <type name="A">
11195       <method name="Void .ctor(TestFunc`1)">
11196         <size>14</size>
11197       </method>
11198     </type>
11199     <type name="TestClass">
11200       <method name="Void .ctor()">
11201         <size>7</size>
11202       </method>
11203       <method name="Void .cctor()">
11204         <size>46</size>
11205       </method>
11206       <method name="Int32 Main()">
11207         <size>6</size>
11208       </method>
11209     </type>
11210     <type name="TestFunc`1[T]">
11211       <method name="Void .ctor(Object, IntPtr)">
11212         <size>0</size>
11213       </method>
11214       <method name="Void Invoke(T)">
11215         <size>0</size>
11216       </method>
11217       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
11218         <size>0</size>
11219       </method>
11220       <method name="Void EndInvoke(IAsyncResult)">
11221         <size>0</size>
11222       </method>
11223     </type>
11224     <type name="TestClass">
11225       <method name="Void &lt;a&gt;m__0(Int32)">
11226         <size>7</size>
11227       </method>
11228     </type>
11229   </test>
11230   <test name="gtest-299.cs">
11231     <type name="N.A">
11232       <method name="Void .ctor()">
11233         <size>7</size>
11234       </method>
11235     </type>
11236     <type name="B`1[T]">
11237       <method name="Void .ctor()">
11238         <size>7</size>
11239       </method>
11240     </type>
11241     <type name="Test">
11242       <method name="Void .ctor()">
11243         <size>7</size>
11244       </method>
11245       <method name="Void Main()">
11246         <size>52</size>
11247       </method>
11248     </type>
11249   </test>
11250   <test name="gtest-300.cs">
11251     <type name="Test">
11252       <method name="Void .ctor()">
11253         <size>7</size>
11254       </method>
11255       <method name="Void Main()">
11256         <size>66</size>
11257       </method>
11258     </type>
11259   </test>
11260   <test name="gtest-301.cs">
11261     <type name="Test">
11262       <method name="Void .ctor()">
11263         <size>7</size>
11264       </method>
11265       <method name="Void Main(System.String[])">
11266         <size>23</size>
11267       </method>
11268     </type>
11269   </test>
11270   <test name="gtest-302.cs">
11271     <type name="Test">
11272       <method name="Void .ctor()">
11273         <size>7</size>
11274       </method>
11275       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
11276         <size>6</size>
11277       </method>
11278     </type>
11279     <type name="M">
11280       <method name="Void .ctor()">
11281         <size>7</size>
11282       </method>
11283       <method name="Void Main()">
11284         <size>61</size>
11285       </method>
11286     </type>
11287     <type name="Test+GetEnumerator&gt;c__Iterator0">
11288       <method name="Void .ctor()">
11289         <size>7</size>
11290       </method>
11291       <method name="System.Object System.Collections.IEnumerator.get_Current()">
11292         <size>12</size>
11293       </method>
11294       <method name="Boolean MoveNext()">
11295         <size>25</size>
11296       </method>
11297       <method name="Void Dispose()">
11298         <size>8</size>
11299       </method>
11300       <method name="Void Reset()">
11301         <size>6</size>
11302       </method>
11303     </type>
11304     <type name="Test">
11305       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
11306         <size>8</size>
11307       </method>
11308     </type>
11309     <type name="Test+GetEnumerator&gt;c__Iterator0">
11310       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
11311         <size>7</size>
11312       </method>
11313     </type>
11314   </test>
11315   <test name="gtest-303.cs">
11316     <type name="test.BaseClass">
11317       <method name="Void .ctor()">
11318         <size>7</size>
11319       </method>
11320       <method name="System.String get_Hello()">
11321         <size>6</size>
11322       </method>
11323     </type>
11324     <type name="test.Printer">
11325       <method name="Void .ctor()">
11326         <size>7</size>
11327       </method>
11328       <method name="Void Print[T](T)">
11329         <size>0</size>
11330       </method>
11331     </type>
11332     <type name="test.PrinterImpl">
11333       <method name="Void .ctor()">
11334         <size>7</size>
11335       </method>
11336       <method name="Void Print[T](T)">
11337         <size>19</size>
11338       </method>
11339     </type>
11340     <type name="test.Starter">
11341       <method name="Void .ctor()">
11342         <size>7</size>
11343       </method>
11344       <method name="Void Main(System.String[])">
11345         <size>20</size>
11346       </method>
11347     </type>
11348   </test>
11349   <test name="gtest-304.cs">
11350     <type name="test.BaseClass">
11351       <method name="Void .ctor()">
11352         <size>7</size>
11353       </method>
11354       <method name="System.String get_Hello()">
11355         <size>6</size>
11356       </method>
11357     </type>
11358     <type name="test.Printer">
11359       <method name="Void .ctor()">
11360         <size>7</size>
11361       </method>
11362       <method name="Void Print[T](System.Object)">
11363         <size>0</size>
11364       </method>
11365     </type>
11366     <type name="test.PrinterImpl">
11367       <method name="Void .ctor()">
11368         <size>7</size>
11369       </method>
11370       <method name="Void Print[T](System.Object)">
11371         <size>31</size>
11372       </method>
11373     </type>
11374     <type name="test.Starter">
11375       <method name="Void .ctor()">
11376         <size>7</size>
11377       </method>
11378       <method name="Void Main(System.String[])">
11379         <size>20</size>
11380       </method>
11381     </type>
11382   </test>
11383   <test name="gtest-305.cs">
11384     <type name="T">
11385       <method name="Void .ctor()">
11386         <size>82</size>
11387       </method>
11388       <method name="Int32 Main()">
11389         <size>54</size>
11390       </method>
11391     </type>
11392   </test>
11393   <test name="gtest-306.cs">
11394     <type name="FuParentClass`1[Trow]">
11395       <method name="Void .ctor()">
11396         <size>7</size>
11397       </method>
11398     </type>
11399     <type name="FuParentClass`1+FuChildClass[Trow]">
11400       <method name="Void .ctor()">
11401         <size>7</size>
11402       </method>
11403     </type>
11404     <type name="C">
11405       <method name="Void .ctor()">
11406         <size>7</size>
11407       </method>
11408       <method name="Void Main()">
11409         <size>1</size>
11410       </method>
11411     </type>
11412   </test>
11413   <test name="gtest-307.cs">
11414     <type name="Foo`1[T]">
11415       <method name="Void .ctor()">
11416         <size>7</size>
11417       </method>
11418     </type>
11419     <type name="Bar">
11420       <method name="Void .ctor()">
11421         <size>7</size>
11422       </method>
11423       <method name="Int32 g()">
11424         <size>2</size>
11425       </method>
11426       <method name="Int32 Main()">
11427         <size>20</size>
11428       </method>
11429     </type>
11430     <type name="Foo`1+F[T]">
11431       <method name="Void .ctor(Object, IntPtr)">
11432         <size>0</size>
11433       </method>
11434       <method name="Int32 Invoke()">
11435         <size>0</size>
11436       </method>
11437       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
11438         <size>0</size>
11439       </method>
11440       <method name="Int32 EndInvoke(IAsyncResult)">
11441         <size>0</size>
11442       </method>
11443     </type>
11444   </test>
11445   <test name="gtest-308.cs">
11446     <type name="Test">
11447       <method name="Void .ctor()">
11448         <size>7</size>
11449       </method>
11450       <method name="System.Comparison`1[U] WrapComparison[U](System.Comparison`1[U])">
11451         <size>26</size>
11452       </method>
11453       <method name="Test+MyComparison`1[W] WrapMyComparison[W](Test+MyComparison`1[W])">
11454         <size>26</size>
11455       </method>
11456     </type>
11457     <type name="Foo">
11458       <method name="Void .ctor()">
11459         <size>7</size>
11460       </method>
11461       <method name="Int32 compare(Int32, Int32)">
11462         <size>4</size>
11463       </method>
11464       <method name="Int32 compare(System.String, System.String)">
11465         <size>8</size>
11466       </method>
11467       <method name="Void test(Int32)">
11468         <size>29</size>
11469       </method>
11470       <method name="Void Main()">
11471         <size>141</size>
11472       </method>
11473     </type>
11474     <type name="Test+MyComparison`1[V]">
11475       <method name="Void .ctor(Object, IntPtr)">
11476         <size>0</size>
11477       </method>
11478       <method name="Int32 Invoke(V, V)">
11479         <size>0</size>
11480       </method>
11481       <method name="IAsyncResult BeginInvoke(V, V, System.AsyncCallback, System.Object)">
11482         <size>0</size>
11483       </method>
11484       <method name="Int32 EndInvoke(IAsyncResult)">
11485         <size>0</size>
11486       </method>
11487     </type>
11488     <type name="Test+&lt;WrapComparison&gt;c__AnonStorey0`1[U]">
11489       <method name="Void .ctor()">
11490         <size>7</size>
11491       </method>
11492       <method name="Int32 &lt;&gt;m__0(U, U)">
11493         <size>14</size>
11494       </method>
11495     </type>
11496     <type name="Test+&lt;WrapMyComparison&gt;c__AnonStorey1`1[W]">
11497       <method name="Void .ctor()">
11498         <size>7</size>
11499       </method>
11500       <method name="Int32 &lt;&gt;m__1(W, W)">
11501         <size>14</size>
11502       </method>
11503     </type>
11504   </test>
11505   <test name="gtest-309.cs">
11506     <type name="Test`2[A,B]">
11507       <method name="Void .ctor()">
11508         <size>7</size>
11509       </method>
11510       <method name="Void Foo[V,W](Test`2[A,W], Test`2[V,B])">
11511         <size>1</size>
11512       </method>
11513     </type>
11514     <type name="X">
11515       <method name="Void .ctor()">
11516         <size>7</size>
11517       </method>
11518       <method name="Void Main()">
11519         <size>15</size>
11520       </method>
11521     </type>
11522   </test>
11523   <test name="gtest-310.cs">
11524     <type name="MonoBugs.IncompleteGenericInference">
11525       <method name="Void DoSomethingGeneric[T1,T2](IEnumerable`1, IDictionary`2)">
11526         <size>1</size>
11527       </method>
11528       <method name="Void Main()">
11529         <size>20</size>
11530       </method>
11531     </type>
11532   </test>
11533   <test name="gtest-312.cs">
11534     <type name="CantCastGenericListToArray">
11535       <method name="Void .ctor()">
11536         <size>7</size>
11537       </method>
11538       <method name="Void Main(System.String[])">
11539         <size>51</size>
11540       </method>
11541     </type>
11542   </test>
11543   <test name="gtest-313.cs">
11544     <type name="Foo`1[T]">
11545       <method name="Void .ctor(TestEnum)">
11546         <size>14</size>
11547       </method>
11548     </type>
11549     <type name="X">
11550       <method name="Void .ctor()">
11551         <size>7</size>
11552       </method>
11553       <method name="Void Main()">
11554         <size>28</size>
11555       </method>
11556     </type>
11557   </test>
11558   <test name="gtest-314.cs">
11559     <type name="test.App">
11560       <method name="Void .ctor()">
11561         <size>7</size>
11562       </method>
11563       <method name="Void Main()">
11564         <size>1</size>
11565       </method>
11566     </type>
11567     <type name="test.ThisClass`2[T,O]">
11568       <method name="Void .ctor()">
11569         <size>7</size>
11570       </method>
11571     </type>
11572     <type name="test.OtherClass`2[O,T]">
11573       <method name="Void .ctor()">
11574         <size>7</size>
11575       </method>
11576       <method name="Void Test(T)">
11577         <size>13</size>
11578       </method>
11579     </type>
11580   </test>
11581   <test name="gtest-315.cs">
11582     <type name="A`1[T]">
11583       <method name="Void .ctor()">
11584         <size>7</size>
11585       </method>
11586     </type>
11587     <type name="A`1+B[T]">
11588       <method name="Void .ctor()">
11589         <size>7</size>
11590       </method>
11591     </type>
11592     <type name="X">
11593       <method name="Void .ctor()">
11594         <size>7</size>
11595       </method>
11596       <method name="Void Main()">
11597         <size>18</size>
11598       </method>
11599     </type>
11600   </test>
11601   <test name="gtest-316.cs">
11602     <type name="X">
11603       <method name="Int32 Main()">
11604         <size>12</size>
11605       </method>
11606       <method name="Void .ctor()">
11607         <size>7</size>
11608       </method>
11609     </type>
11610     <type name="Foo">
11611       <method name="Void .ctor()">
11612         <size>7</size>
11613       </method>
11614     </type>
11615     <type name="Base">
11616       <method name="Void Method[R]()">
11617         <size>0</size>
11618       </method>
11619       <method name="Void .ctor()">
11620         <size>7</size>
11621       </method>
11622     </type>
11623     <type name="Derived">
11624       <method name="Void Method[S]()">
11625         <size>7</size>
11626       </method>
11627       <method name="Void Method2[T]()">
11628         <size>23</size>
11629       </method>
11630       <method name="Void .ctor()">
11631         <size>7</size>
11632       </method>
11633     </type>
11634   </test>
11635   <test name="gtest-317.cs">
11636     <type name="Foo`1[K]">
11637       <method name="Void .ctor()">
11638         <size>7</size>
11639       </method>
11640     </type>
11641     <type name="Bar`1[Q]">
11642       <method name="Void .ctor()">
11643         <size>7</size>
11644       </method>
11645     </type>
11646     <type name="Bar`1+Baz[Q]">
11647       <method name="Void .ctor()">
11648         <size>7</size>
11649       </method>
11650     </type>
11651     <type name="X">
11652       <method name="Void .ctor()">
11653         <size>7</size>
11654       </method>
11655       <method name="Void Main()">
11656         <size>13</size>
11657       </method>
11658     </type>
11659   </test>
11660   <test name="gtest-318.cs">
11661     <type name="Foo`1[K]">
11662       <method name="Void .ctor()">
11663         <size>7</size>
11664       </method>
11665     </type>
11666     <type name="Bar`1[Q]">
11667       <method name="Void .ctor()">
11668         <size>7</size>
11669       </method>
11670     </type>
11671     <type name="Bar`1+Baz[Q]">
11672       <method name="Void .ctor()">
11673         <size>7</size>
11674       </method>
11675     </type>
11676     <type name="Goo`1[Q]">
11677       <method name="Void .ctor()">
11678         <size>7</size>
11679       </method>
11680     </type>
11681     <type name="X">
11682       <method name="Void .ctor()">
11683         <size>7</size>
11684       </method>
11685       <method name="Void Main()">
11686         <size>13</size>
11687       </method>
11688     </type>
11689   </test>
11690   <test name="gtest-319.cs">
11691     <type name="Temp`1[T]">
11692       <method name="Void .ctor()">
11693         <size>7</size>
11694       </method>
11695       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
11696         <size>7</size>
11697       </method>
11698       <method name="IEnumerator`1 GetEnumerator()">
11699         <size>8</size>
11700       </method>
11701     </type>
11702     <type name="Temp`1+Foo[T]">
11703       <method name="Void .ctor()">
11704         <size>7</size>
11705       </method>
11706     </type>
11707     <type name="X">
11708       <method name="Void .ctor()">
11709         <size>7</size>
11710       </method>
11711       <method name="Void Main()">
11712         <size>1</size>
11713       </method>
11714     </type>
11715     <type name="Temp`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
11716       <method name="Void .ctor()">
11717         <size>7</size>
11718       </method>
11719       <method name="System.Object System.Collections.IEnumerator.get_Current()">
11720         <size>7</size>
11721       </method>
11722       <method name="Boolean MoveNext()">
11723         <size>67</size>
11724       </method>
11725       <method name="Void Dispose()">
11726         <size>8</size>
11727       </method>
11728       <method name="Void Reset()">
11729         <size>6</size>
11730       </method>
11731       <method name="Temp`1+Foo[T] System.Collections.Generic.IEnumerator&lt;Temp&lt;T&gt;.Foo&gt;.get_Current()">
11732         <size>7</size>
11733       </method>
11734     </type>
11735   </test>
11736   <test name="gtest-320.cs">
11737     <type name="Foo`1[K]">
11738       <method name="Void .ctor()">
11739         <size>7</size>
11740       </method>
11741     </type>
11742     <type name="B">
11743       <method name="Void .ctor()">
11744         <size>7</size>
11745       </method>
11746     </type>
11747     <type name="B+C">
11748       <method name="Void .ctor()">
11749         <size>7</size>
11750       </method>
11751     </type>
11752     <type name="X">
11753       <method name="Void .ctor()">
11754         <size>7</size>
11755       </method>
11756       <method name="Void Main()">
11757         <size>1</size>
11758       </method>
11759     </type>
11760   </test>
11761   <test name="gtest-321.cs">
11762     <type name="App">
11763       <method name="Void .ctor()">
11764         <size>7</size>
11765       </method>
11766       <method name="Void TestMethod[T](System.String, App+TGenericDelegate`1[T])">
11767         <size>25</size>
11768       </method>
11769       <method name="Void ADelegate[T](System.String)">
11770         <size>12</size>
11771       </method>
11772       <method name="Void Main(System.String[])">
11773         <size>13</size>
11774       </method>
11775       <method name="Void Run()">
11776         <size>49</size>
11777       </method>
11778     </type>
11779     <type name="App+TGenericDelegate`1[T]">
11780       <method name="Void .ctor(Object, IntPtr)">
11781         <size>0</size>
11782       </method>
11783       <method name="Void Invoke(System.String)">
11784         <size>0</size>
11785       </method>
11786       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
11787         <size>0</size>
11788       </method>
11789       <method name="Void EndInvoke(IAsyncResult)">
11790         <size>0</size>
11791       </method>
11792     </type>
11793   </test>
11794   <test name="gtest-322.cs">
11795     <type name="MyBase`2[K,V]">
11796       <method name="Void .ctor(Callback)">
11797         <size>7</size>
11798       </method>
11799     </type>
11800     <type name="X">
11801       <method name="Void .ctor(Callback)">
11802         <size>8</size>
11803       </method>
11804       <method name="Void Main()">
11805         <size>1</size>
11806       </method>
11807     </type>
11808     <type name="MyBase`2+Callback[K,V]">
11809       <method name="Void .ctor(Object, IntPtr)">
11810         <size>0</size>
11811       </method>
11812       <method name="Void Invoke(K, V)">
11813         <size>0</size>
11814       </method>
11815       <method name="IAsyncResult BeginInvoke(K, V, System.AsyncCallback, System.Object)">
11816         <size>0</size>
11817       </method>
11818       <method name="Void EndInvoke(IAsyncResult)">
11819         <size>0</size>
11820       </method>
11821     </type>
11822   </test>
11823   <test name="gtest-323.cs">
11824     <type name="MyBase`2[K,V]">
11825       <method name="Void .ctor()">
11826         <size>7</size>
11827       </method>
11828       <method name="Void Hello(MyBase`2+Callback[K,V])">
11829         <size>1</size>
11830       </method>
11831     </type>
11832     <type name="MyBase`2+Callback[K,V]">
11833       <method name="Void .ctor()">
11834         <size>7</size>
11835       </method>
11836     </type>
11837     <type name="X">
11838       <method name="Void .ctor(Callback)">
11839         <size>7</size>
11840       </method>
11841       <method name="Void Test(MyBase`2+Callback[System.String,System.Int32])">
11842         <size>8</size>
11843       </method>
11844       <method name="Void Main()">
11845         <size>1</size>
11846       </method>
11847     </type>
11848   </test>
11849   <test name="gtest-324.cs">
11850     <type name="B">
11851       <method name="Void .ctor()">
11852         <size>19</size>
11853       </method>
11854       <method name="Void add_D(A)">
11855         <size>45</size>
11856       </method>
11857       <method name="Void remove_D(A)">
11858         <size>45</size>
11859       </method>
11860       <method name="Void C()">
11861         <size>36</size>
11862       </method>
11863       <method name="Void F(Int64)">
11864         <size>1</size>
11865       </method>
11866       <method name="Void Main()">
11867         <size>1</size>
11868       </method>
11869     </type>
11870     <type name="A">
11871       <method name="Void .ctor(Object, IntPtr)">
11872         <size>0</size>
11873       </method>
11874       <method name="Void Invoke()">
11875         <size>0</size>
11876       </method>
11877       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
11878         <size>0</size>
11879       </method>
11880       <method name="Void EndInvoke(IAsyncResult)">
11881         <size>0</size>
11882       </method>
11883     </type>
11884     <type name="B+&lt;C&gt;c__AnonStorey1">
11885       <method name="Void .ctor()">
11886         <size>7</size>
11887       </method>
11888       <method name="Void &lt;&gt;m__0()">
11889         <size>39</size>
11890       </method>
11891     </type>
11892     <type name="B+&lt;C&gt;c__AnonStorey1+&lt;C&gt;c__AnonStorey0">
11893       <method name="Void .ctor()">
11894         <size>7</size>
11895       </method>
11896       <method name="Void &lt;&gt;m__1()">
11897         <size>57</size>
11898       </method>
11899     </type>
11900   </test>
11901   <test name="gtest-325.cs">
11902     <type name="SomeClass`1[T]">
11903       <method name="Void .ctor()">
11904         <size>7</size>
11905       </method>
11906       <method name="Void Foo()">
11907         <size>37</size>
11908       </method>
11909     </type>
11910     <type name="Foo">
11911       <method name="Void .ctor()">
11912         <size>7</size>
11913       </method>
11914       <method name="Void Main()">
11915         <size>13</size>
11916       </method>
11917     </type>
11918   </test>
11919   <test name="gtest-326.cs">
11920     <type name="A">
11921       <method name="Void .ctor()">
11922         <size>7</size>
11923       </method>
11924     </type>
11925     <type name="X">
11926       <method name="Void .ctor()">
11927         <size>7</size>
11928       </method>
11929       <method name="Void Main()">
11930         <size>55</size>
11931       </method>
11932     </type>
11933   </test>
11934   <test name="gtest-327.cs">
11935     <type name="Tester`1[T]">
11936       <method name="Void .ctor()">
11937         <size>7</size>
11938       </method>
11939       <method name="Void Do()">
11940         <size>50</size>
11941       </method>
11942     </type>
11943     <type name="Reference">
11944       <method name="Void .ctor()">
11945         <size>7</size>
11946       </method>
11947       <method name="Void Test()">
11948         <size>1</size>
11949       </method>
11950     </type>
11951     <type name="C">
11952       <method name="Void .ctor()">
11953         <size>7</size>
11954       </method>
11955       <method name="Void Main()">
11956         <size>21</size>
11957       </method>
11958     </type>
11959     <type name="Value">
11960       <method name="Void Test()">
11961         <size>1</size>
11962       </method>
11963     </type>
11964   </test>
11965   <test name="gtest-328.cs">
11966     <type name="App">
11967       <method name="Void .ctor()">
11968         <size>7</size>
11969       </method>
11970       <method name="Void Main()">
11971         <size>34</size>
11972       </method>
11973       <method name="Void TestMethod(System.String, System.Collections.Generic.List`1[System.String], App+MyClass[])">
11974         <size>13</size>
11975       </method>
11976     </type>
11977     <type name="App+MyClass">
11978       <method name="Void .ctor()">
11979         <size>7</size>
11980       </method>
11981     </type>
11982   </test>
11983   <test name="gtest-329.cs">
11984     <type name="NullableInt">
11985       <method name="Void .ctor()">
11986         <size>7</size>
11987       </method>
11988       <method name="Void Main()">
11989         <size>53</size>
11990       </method>
11991     </type>
11992   </test>
11993   <test name="gtest-330.cs">
11994     <type name="BaseCollection`1[T]">
11995       <method name="Void .ctor()">
11996         <size>18</size>
11997       </method>
11998       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
11999         <size>17</size>
12000       </method>
12001     </type>
12002     <type name="BaseIntList`1[T]">
12003       <method name="Void .ctor()">
12004         <size>7</size>
12005       </method>
12006     </type>
12007     <type name="IntList">
12008       <method name="Void .ctor()">
12009         <size>7</size>
12010       </method>
12011     </type>
12012     <type name="X">
12013       <method name="Void .ctor()">
12014         <size>7</size>
12015       </method>
12016       <method name="Void Main()">
12017         <size>61</size>
12018       </method>
12019     </type>
12020     <type name="BaseCollection`1[T]">
12021       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
12022         <size>17</size>
12023       </method>
12024     </type>
12025   </test>
12026   <test name="gtest-331.cs">
12027     <type name="Foo`1[T]">
12028       <method name="Void .ctor()">
12029         <size>7</size>
12030       </method>
12031       <method name="Void Map[S](S)">
12032         <size>14</size>
12033       </method>
12034       <method name="Void Test(T)">
12035         <size>12</size>
12036       </method>
12037     </type>
12038     <type name="X">
12039       <method name="Void .ctor()">
12040         <size>7</size>
12041       </method>
12042       <method name="Void Main()">
12043         <size>18</size>
12044       </method>
12045     </type>
12046   </test>
12047   <test name="gtest-332.cs">
12048     <type name="C`1[T]">
12049       <method name="Void .ctor()">
12050         <size>7</size>
12051       </method>
12052       <method name="System.Type Test()">
12053         <size>15</size>
12054       </method>
12055     </type>
12056     <type name="M">
12057       <method name="Void .ctor()">
12058         <size>7</size>
12059       </method>
12060       <method name="Void Main()">
12061         <size>77</size>
12062       </method>
12063     </type>
12064   </test>
12065   <test name="gtest-334.cs">
12066     <type name="Test">
12067       <method name="Void .ctor()">
12068         <size>7</size>
12069       </method>
12070       <method name="Int32 Main()">
12071         <size>105</size>
12072       </method>
12073       <method name="Void DelegateMethod(Boolean)">
12074         <size>1</size>
12075       </method>
12076       <method name="Int32 DelegateMethod(Int32)">
12077         <size>2</size>
12078       </method>
12079     </type>
12080     <type name="Test+DelegateA">
12081       <method name="Void .ctor(Object, IntPtr)">
12082         <size>0</size>
12083       </method>
12084       <method name="Void Invoke(Boolean)">
12085         <size>0</size>
12086       </method>
12087       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
12088         <size>0</size>
12089       </method>
12090       <method name="Void EndInvoke(IAsyncResult)">
12091         <size>0</size>
12092       </method>
12093     </type>
12094     <type name="Test+DelegateB">
12095       <method name="Void .ctor(Object, IntPtr)">
12096         <size>0</size>
12097       </method>
12098       <method name="Int32 Invoke(Int32)">
12099         <size>0</size>
12100       </method>
12101       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
12102         <size>0</size>
12103       </method>
12104       <method name="Int32 EndInvoke(IAsyncResult)">
12105         <size>0</size>
12106       </method>
12107     </type>
12108   </test>
12109   <test name="gtest-335.cs">
12110     <type name="TestClass">
12111       <method name="Boolean Test_1()">
12112         <size>43</size>
12113       </method>
12114       <method name="Boolean Test_2()">
12115         <size>48</size>
12116       </method>
12117       <method name="Boolean Test_3()">
12118         <size>46</size>
12119       </method>
12120       <method name="Boolean Test_4()">
12121         <size>29</size>
12122       </method>
12123       <method name="Int32 Main()">
12124         <size>60</size>
12125       </method>
12126       <method name="Void .ctor()">
12127         <size>7</size>
12128       </method>
12129     </type>
12130   </test>
12131   <test name="gtest-336.cs">
12132     <type name="TestAttribute">
12133       <method name="Void .ctor()">
12134         <size>7</size>
12135       </method>
12136       <method name="Void .ctor(Type)">
12137         <size>14</size>
12138       </method>
12139       <method name="System.Object get_Type()">
12140         <size>7</size>
12141       </method>
12142       <method name="Void set_Type(System.Object)">
12143         <size>8</size>
12144       </method>
12145     </type>
12146     <type name="N.C`1[T]">
12147       <method name="Void .ctor()">
12148         <size>7</size>
12149       </method>
12150       <method name="Void Bar()">
12151         <size>1</size>
12152       </method>
12153       <method name="Void Bar2()">
12154         <size>1</size>
12155       </method>
12156       <method name="Void Bar3()">
12157         <size>1</size>
12158       </method>
12159       <method name="Void Bar4()">
12160         <size>1</size>
12161       </method>
12162     </type>
12163     <type name="N.CC">
12164       <method name="Void .ctor()">
12165         <size>7</size>
12166       </method>
12167       <method name="Void Main()">
12168         <size>1</size>
12169       </method>
12170     </type>
12171   </test>
12172   <test name="gtest-337.cs">
12173     <type name="X">
12174       <method name="Void .ctor()">
12175         <size>7</size>
12176       </method>
12177       <method name="Void SetValue[T](System.Object, T)">
12178         <size>1</size>
12179       </method>
12180       <method name="Void Main()">
12181         <size>12</size>
12182       </method>
12183     </type>
12184   </test>
12185   <test name="gtest-338.cs">
12186     <type name="Test">
12187       <method name="Void .ctor()">
12188         <size>7</size>
12189       </method>
12190       <method name="Void Foo[T](IList`1)">
12191         <size>25</size>
12192       </method>
12193       <method name="Void Main()">
12194         <size>13</size>
12195       </method>
12196     </type>
12197     <type name="FooList`1[T]">
12198       <method name="Void .ctor()">
12199         <size>7</size>
12200       </method>
12201       <method name="Int32 IndexOf(T)">
12202         <size>6</size>
12203       </method>
12204       <method name="Void Insert(Int32, T)">
12205         <size>6</size>
12206       </method>
12207       <method name="Void RemoveAt(Int32)">
12208         <size>6</size>
12209       </method>
12210       <method name="T get_Item(Int32)">
12211         <size>6</size>
12212       </method>
12213       <method name="Void set_Item(Int32, T)">
12214         <size>6</size>
12215       </method>
12216       <method name="Void Add(T)">
12217         <size>6</size>
12218       </method>
12219       <method name="Void Clear()">
12220         <size>6</size>
12221       </method>
12222       <method name="Boolean Contains(T)">
12223         <size>6</size>
12224       </method>
12225       <method name="Void CopyTo(T[], Int32)">
12226         <size>6</size>
12227       </method>
12228       <method name="Boolean Remove(T)">
12229         <size>6</size>
12230       </method>
12231       <method name="Int32 get_Count()">
12232         <size>6</size>
12233       </method>
12234       <method name="Boolean get_IsReadOnly()">
12235         <size>6</size>
12236       </method>
12237       <method name="IEnumerator GetEnumerator()">
12238         <size>6</size>
12239       </method>
12240       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
12241         <size>6</size>
12242       </method>
12243     </type>
12244   </test>
12245   <test name="gtest-339.cs">
12246     <type name="Program">
12247       <method name="Void .ctor()">
12248         <size>7</size>
12249       </method>
12250       <method name="Void Main()">
12251         <size>11</size>
12252       </method>
12253       <method name="Void SerializeDictionary(IDictionary)">
12254         <size>1</size>
12255       </method>
12256       <method name="Void SerializeDictionary(IDictionary`2)">
12257         <size>1</size>
12258       </method>
12259     </type>
12260     <type name="SerializerLazyDictionary">
12261       <method name="Void .ctor()">
12262         <size>7</size>
12263       </method>
12264       <method name="IEnumerator`1 GetEnumerator()">
12265         <size>2</size>
12266       </method>
12267     </type>
12268     <type name="LazyDictionary">
12269       <method name="Void .ctor()">
12270         <size>7</size>
12271       </method>
12272       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
12273         <size>7</size>
12274       </method>
12275       <method name="IEnumerator`1 GetEnumerator()">
12276         <size>0</size>
12277       </method>
12278       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.Add(System.String, System.Object)">
12279         <size>6</size>
12280       </method>
12281       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.ContainsKey(System.String)">
12282         <size>6</size>
12283       </method>
12284       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Keys()">
12285         <size>6</size>
12286       </method>
12287       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.Remove(System.String)">
12288         <size>6</size>
12289       </method>
12290       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.TryGetValue(System.String, System.Object ByRef)">
12291         <size>6</size>
12292       </method>
12293       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Values()">
12294         <size>6</size>
12295       </method>
12296       <method name="System.Object System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Item(System.String)">
12297         <size>6</size>
12298       </method>
12299       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.set_Item(System.String, System.Object)">
12300         <size>6</size>
12301       </method>
12302       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Add(KeyValuePair`2)">
12303         <size>6</size>
12304       </method>
12305       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Clear()">
12306         <size>6</size>
12307       </method>
12308       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Contains(KeyValuePair`2)">
12309         <size>6</size>
12310       </method>
12311       <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)">
12312         <size>6</size>
12313       </method>
12314       <method name="Int32 System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Count()">
12315         <size>6</size>
12316       </method>
12317       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_IsReadOnly()">
12318         <size>6</size>
12319       </method>
12320       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Remove(KeyValuePair`2)">
12321         <size>6</size>
12322       </method>
12323       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.GetEnumerator()">
12324         <size>7</size>
12325       </method>
12326     </type>
12327   </test>
12328   <test name="gtest-340.cs">
12329     <type name="Tests">
12330       <method name="Void .ctor()">
12331         <size>7</size>
12332       </method>
12333       <method name="T[] FindAll[T](T[], System.Predicate`1[T])">
12334         <size>7</size>
12335       </method>
12336       <method name="Boolean ProtectedOnly(System.Reflection.MemberInfo)">
12337         <size>2</size>
12338       </method>
12339       <method name="System.Reflection.MemberInfo[] foo()">
12340         <size>44</size>
12341       </method>
12342       <method name="Void Main(System.String[])">
12343         <size>12</size>
12344       </method>
12345     </type>
12346   </test>
12347   <test name="gtest-341.cs">
12348     <type name="C">
12349       <method name="Void .ctor()">
12350         <size>7</size>
12351       </method>
12352       <method name="Int32 GetLength()">
12353         <size>2</size>
12354       </method>
12355     </type>
12356     <type name="Tests">
12357       <method name="Void .ctor()">
12358         <size>7</size>
12359       </method>
12360       <method name="Void Main()">
12361         <size>1</size>
12362       </method>
12363     </type>
12364   </test>
12365   <test name="gtest-342.cs">
12366     <type name="Base`1[T]">
12367       <method name="Void .ctor()">
12368         <size>7</size>
12369       </method>
12370       <method name="T op_Implicit(Base`1[T])">
12371         <size>7</size>
12372       </method>
12373     </type>
12374     <type name="TestMain">
12375       <method name="Void .ctor()">
12376         <size>7</size>
12377       </method>
12378       <method name="Void Main(System.String[])">
12379         <size>1</size>
12380       </method>
12381     </type>
12382   </test>
12383   <test name="gtest-343.cs">
12384     <type name="Implementer">
12385       <method name="Void .ctor()">
12386         <size>7</size>
12387       </method>
12388       <method name="Void Combine[TOImplementer]()">
12389         <size>1</size>
12390       </method>
12391     </type>
12392     <type name="MainClass">
12393       <method name="Void .ctor()">
12394         <size>7</size>
12395       </method>
12396       <method name="Int32 Main()">
12397         <size>8</size>
12398       </method>
12399     </type>
12400   </test>
12401   <test name="gtest-344.cs">
12402     <type name="ConfigurationElement">
12403       <method name="Void .ctor()">
12404         <size>7</size>
12405       </method>
12406       <method name="Void Main()">
12407         <size>1</size>
12408       </method>
12409     </type>
12410     <type name="CustomConfigurationElement">
12411       <method name="Void .ctor()">
12412         <size>7</size>
12413       </method>
12414     </type>
12415     <type name="CustomConfigurationElementCollection">
12416       <method name="Void .ctor()">
12417         <size>7</size>
12418       </method>
12419     </type>
12420     <type name="BaseCollection`1[T]">
12421       <method name="Void .ctor()">
12422         <size>7</size>
12423       </method>
12424     </type>
12425   </test>
12426   <test name="gtest-345.cs">
12427     <type name="ShiftReduceParser`2[TokenValueType,TokenLocationType]">
12428       <method name="Void .ctor()">
12429         <size>7</size>
12430       </method>
12431       <method name="Void Dump(System.String)">
12432         <size>6</size>
12433       </method>
12434     </type>
12435     <type name="Parser">
12436       <method name="Void .ctor()">
12437         <size>7</size>
12438       </method>
12439       <method name="Void NoCall[T](T)">
12440         <size>1</size>
12441       </method>
12442       <method name="Int32 Main()">
12443         <size>2</size>
12444       </method>
12445     </type>
12446   </test>
12447   <test name="gtest-346.cs">
12448     <type name="test">
12449       <method name="Void .ctor()">
12450         <size>7</size>
12451       </method>
12452       <method name="Void CreateSimpleCallSite[A]()">
12453         <size>1</size>
12454       </method>
12455       <method name="Void CreateSimpleCallSite[A](Int32)">
12456         <size>1</size>
12457       </method>
12458       <method name="Void CreateSimpleCallSite(Int32)">
12459         <size>1</size>
12460       </method>
12461       <method name="Void Main()">
12462         <size>1</size>
12463       </method>
12464     </type>
12465   </test>
12466   <test name="gtest-347.cs">
12467     <type name="X">
12468       <method name="Void .ctor()">
12469         <size>7</size>
12470       </method>
12471       <method name="IEnumerable`1 Enumerable[T](System.String)">
12472         <size>6</size>
12473       </method>
12474       <method name="IEnumerable Enumerable(Int32)">
12475         <size>6</size>
12476       </method>
12477       <method name="IEnumerable Enumerable(System.String)">
12478         <size>6</size>
12479       </method>
12480       <method name="Void Main()">
12481         <size>1</size>
12482       </method>
12483     </type>
12484   </test>
12485   <test name="gtest-348.cs">
12486     <type name="Bar`1[U]">
12487       <method name="Void .ctor()">
12488         <size>7</size>
12489       </method>
12490       <method name="Void OnWorldDestroyed()">
12491         <size>1</size>
12492       </method>
12493     </type>
12494     <type name="Baz`1[U]">
12495       <method name="Void .ctor()">
12496         <size>7</size>
12497       </method>
12498       <method name="Void DestroyWorld(U)">
12499         <size>14</size>
12500       </method>
12501     </type>
12502     <type name="Bling">
12503       <method name="Void .ctor()">
12504         <size>7</size>
12505       </method>
12506       <method name="Void Main()">
12507         <size>1</size>
12508       </method>
12509     </type>
12510   </test>
12511   <test name="gtest-349.cs">
12512     <type name="X">
12513       <method name="Void .ctor()">
12514         <size>7</size>
12515       </method>
12516       <method name="Int32 Main()">
12517         <size>103</size>
12518       </method>
12519       <method name="Int32 f2(IList, IList)">
12520         <size>2</size>
12521       </method>
12522       <method name="Int32 f2(IList, System.Object)">
12523         <size>2</size>
12524       </method>
12525     </type>
12526     <type name="X+Function`3[T1,T2,R]">
12527       <method name="Void .ctor(Object, IntPtr)">
12528         <size>0</size>
12529       </method>
12530       <method name="R Invoke(T1, T2)">
12531         <size>0</size>
12532       </method>
12533       <method name="IAsyncResult BeginInvoke(T1, T2, System.AsyncCallback, System.Object)">
12534         <size>0</size>
12535       </method>
12536       <method name="R EndInvoke(IAsyncResult)">
12537         <size>0</size>
12538       </method>
12539     </type>
12540   </test>
12541   <test name="gtest-350.cs">
12542     <type name="Foo`1[T]">
12543       <method name="Void .ctor()">
12544         <size>7</size>
12545       </method>
12546       <method name="Boolean Equals(T)">
12547         <size>0</size>
12548       </method>
12549     </type>
12550     <type name="C">
12551       <method name="Void .ctor()">
12552         <size>7</size>
12553       </method>
12554       <method name="Void Main()">
12555         <size>1</size>
12556       </method>
12557     </type>
12558   </test>
12559   <test name="gtest-351.cs">
12560     <type name="TestThing">
12561       <method name="Void .ctor()">
12562         <size>7</size>
12563       </method>
12564     </type>
12565     <type name="Test">
12566       <method name="Void .ctor()">
12567         <size>7</size>
12568       </method>
12569       <method name="Int32 Main(System.String[])">
12570         <size>36</size>
12571       </method>
12572     </type>
12573     <type name="TestThing">
12574       <method name="Int32 SetEnum(System.String, System.Enum)">
12575         <size>2</size>
12576       </method>
12577       <method name="Int32 SetEnum(Int32, System.Enum)">
12578         <size>2</size>
12579       </method>
12580     </type>
12581   </test>
12582   <test name="gtest-352.cs">
12583     <type name="T">
12584       <method name="Void .ctor()">
12585         <size>7</size>
12586       </method>
12587       <method name="Int32 Main()">
12588         <size>125</size>
12589       </method>
12590     </type>
12591     <type name="D">
12592       <method name="Void .ctor(Int32)">
12593         <size>8</size>
12594       </method>
12595       <method name="Void .cctor()">
12596         <size>12</size>
12597       </method>
12598     </type>
12599   </test>
12600   <test name="gtest-353.cs">
12601     <type name="Bug.RedSkyTimeCode">
12602       <method name="Void .ctor()">
12603         <size>7</size>
12604       </method>
12605       <method name="Void CopyTo(Bug.xxx*)">
12606         <size>99</size>
12607       </method>
12608       <method name="Void Main()">
12609         <size>1</size>
12610       </method>
12611       <method name="Void Convert(Bug.xxx*, UInt64*)">
12612         <size>93</size>
12613       </method>
12614     </type>
12615   </test>
12616   <test name="gtest-354.cs">
12617     <type name="M">
12618       <method name="Void .ctor()">
12619         <size>7</size>
12620       </method>
12621       <method name="Void Main()">
12622         <size>1</size>
12623       </method>
12624     </type>
12625   </test>
12626   <test name="gtest-355.cs">
12627     <type name="A">
12628       <method name="Void .ctor()">
12629         <size>7</size>
12630       </method>
12631       <method name="System.String Foo[T](System.String)">
12632         <size>6</size>
12633       </method>
12634       <method name="Boolean Foo(System.String)">
12635         <size>2</size>
12636       </method>
12637     </type>
12638     <type name="B">
12639       <method name="Void .ctor()">
12640         <size>7</size>
12641       </method>
12642       <method name="System.String Foo[T](System.String)">
12643         <size>6</size>
12644       </method>
12645       <method name="Boolean Goo(System.String)">
12646         <size>8</size>
12647       </method>
12648       <method name="Boolean Foo(System.String)">
12649         <size>2</size>
12650       </method>
12651     </type>
12652     <type name="C">
12653       <method name="Void .ctor()">
12654         <size>7</size>
12655       </method>
12656       <method name="Void Main()">
12657         <size>1</size>
12658       </method>
12659     </type>
12660   </test>
12661   <test name="gtest-356.cs">
12662     <type name="A`1[T]">
12663       <method name="Void .ctor()">
12664         <size>7</size>
12665       </method>
12666       <method name="Void Foo(B+E)">
12667         <size>1</size>
12668       </method>
12669     </type>
12670     <type name="B`1[U]">
12671       <method name="Void .ctor()">
12672         <size>7</size>
12673       </method>
12674     </type>
12675     <type name="B">
12676       <method name="Void .ctor()">
12677         <size>7</size>
12678       </method>
12679     </type>
12680     <type name="B+E">
12681       <method name="Void .ctor()">
12682         <size>7</size>
12683       </method>
12684     </type>
12685     <type name="C">
12686       <method name="Void .ctor()">
12687         <size>7</size>
12688       </method>
12689       <method name="Void Main()">
12690         <size>1</size>
12691       </method>
12692     </type>
12693   </test>
12694   <test name="gtest-357.cs">
12695     <type name="C`1[T]">
12696       <method name="Void .ctor()">
12697         <size>7</size>
12698       </method>
12699     </type>
12700     <type name="D`1[U]">
12701       <method name="Void .ctor()">
12702         <size>7</size>
12703       </method>
12704     </type>
12705     <type name="X">
12706       <method name="Void .ctor()">
12707         <size>7</size>
12708       </method>
12709       <method name="Void Main()">
12710         <size>1</size>
12711       </method>
12712     </type>
12713   </test>
12714   <test name="gtest-358.cs">
12715     <type name="Test">
12716       <method name="Void .ctor()">
12717         <size>7</size>
12718       </method>
12719     </type>
12720     <type name="Foo">
12721       <method name="Boolean op_Equality(Foo, Foo)">
12722         <size>6</size>
12723       </method>
12724       <method name="Boolean op_Inequality(Foo, Foo)">
12725         <size>6</size>
12726       </method>
12727     </type>
12728     <type name="S2">
12729       <method name="Boolean op_Equality(S2, Nullable`1)">
12730         <size>6</size>
12731       </method>
12732       <method name="Boolean op_Inequality(S2, Nullable`1)">
12733         <size>6</size>
12734       </method>
12735     </type>
12736     <type name="S3">
12737       <method name="Decimal op_Inequality(S3, System.Object)">
12738         <size>7</size>
12739       </method>
12740       <method name="Decimal op_Equality(S3, System.Object)">
12741         <size>7</size>
12742       </method>
12743     </type>
12744     <type name="Test">
12745       <method name="Int32 Main()">
12746         <size>97</size>
12747       </method>
12748     </type>
12749   </test>
12750   <test name="gtest-359.cs">
12751     <type name="BaseGeneric`1[T]">
12752       <method name="Void .ctor()">
12753         <size>7</size>
12754       </method>
12755     </type>
12756     <type name="BaseGeneric`1+InnerDerived[T]">
12757       <method name="Void .ctor(T)">
12758         <size>7</size>
12759       </method>
12760     </type>
12761     <type name="BaseGeneric`1+GenericInnerDerived`1[T,U]">
12762       <method name="Void .ctor(T, U)">
12763         <size>7</size>
12764       </method>
12765     </type>
12766     <type name="BaseConcrete">
12767       <method name="Void .ctor()">
12768         <size>7</size>
12769       </method>
12770     </type>
12771     <type name="Concrete_A">
12772       <method name="Void .ctor()">
12773         <size>7</size>
12774       </method>
12775     </type>
12776     <type name="Concrete_B">
12777       <method name="Void .ctor()">
12778         <size>7</size>
12779       </method>
12780     </type>
12781     <type name="BaseGeneric_2`2[T,U]">
12782       <method name="Void .ctor()">
12783         <size>7</size>
12784       </method>
12785     </type>
12786     <type name="BaseGeneric_2`2+InnerDerived[T,U]">
12787       <method name="Void .ctor(T, U)">
12788         <size>7</size>
12789       </method>
12790     </type>
12791     <type name="BaseGeneric_1`1[T]">
12792       <method name="Void .ctor()">
12793         <size>7</size>
12794       </method>
12795     </type>
12796     <type name="Concrete_2">
12797       <method name="Void .ctor()">
12798         <size>7</size>
12799       </method>
12800     </type>
12801     <type name="Program">
12802       <method name="Void .ctor()">
12803         <size>7</size>
12804       </method>
12805       <method name="Void Main()">
12806         <size>40</size>
12807       </method>
12808     </type>
12809   </test>
12810   <test name="gtest-360.cs">
12811     <type name="C">
12812       <method name="Void .ctor()">
12813         <size>7</size>
12814       </method>
12815       <method name="Int32 Foo[T](T, System.Object[])">
12816         <size>2</size>
12817       </method>
12818       <method name="Int32 Foo(System.String, System.Object[])">
12819         <size>2</size>
12820       </method>
12821       <method name="Int32 InvokeMethod(System.String, System.Object[])">
12822         <size>8</size>
12823       </method>
12824       <method name="Int32 Main()">
12825         <size>17</size>
12826       </method>
12827     </type>
12828   </test>
12829   <test name="gtest-361.cs">
12830     <type name="Thing">
12831       <method name="Void .ctor()">
12832         <size>7</size>
12833       </method>
12834       <method name="Void Foo()">
12835         <size>1</size>
12836       </method>
12837       <method name="Int32 Main()">
12838         <size>164</size>
12839       </method>
12840       <method name="Void Method(Thing+Handler, System.String[])">
12841         <size>1</size>
12842       </method>
12843     </type>
12844     <type name="Thing+Handler">
12845       <method name="Void .ctor(Object, IntPtr)">
12846         <size>0</size>
12847       </method>
12848       <method name="Void Invoke()">
12849         <size>0</size>
12850       </method>
12851       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12852         <size>0</size>
12853       </method>
12854       <method name="Void EndInvoke(IAsyncResult)">
12855         <size>0</size>
12856       </method>
12857     </type>
12858     <type name="Thing">
12859       <method name="Void &lt;Main&gt;m__0()">
12860         <size>1</size>
12861       </method>
12862       <method name="Void &lt;Main&gt;m__1()">
12863         <size>1</size>
12864       </method>
12865     </type>
12866   </test>
12867   <test name="gtest-362.cs">
12868     <type name="C">
12869       <method name="Void .ctor()">
12870         <size>7</size>
12871       </method>
12872       <method name="Void Assert[T](T)">
12873         <size>1</size>
12874       </method>
12875       <method name="Void Assert[T](T, T)">
12876         <size>1</size>
12877       </method>
12878       <method name="Int32 Main()">
12879         <size>83</size>
12880       </method>
12881     </type>
12882   </test>
12883   <test name="gtest-363.cs">
12884     <type name="Test">
12885       <method name="Void .ctor()">
12886         <size>7</size>
12887       </method>
12888       <method name="Void InsertAt[T](T[], Int32, T[])">
12889         <size>1</size>
12890       </method>
12891       <method name="Void Main()">
12892         <size>39</size>
12893       </method>
12894     </type>
12895   </test>
12896   <test name="gtest-364.cs">
12897     <type name="BugReport.Program">
12898       <method name="Void .ctor()">
12899         <size>7</size>
12900       </method>
12901       <method name="Int32 Main()">
12902         <size>307</size>
12903       </method>
12904     </type>
12905     <type name="BugReport.A">
12906       <method name="Void .ctor()">
12907         <size>7</size>
12908       </method>
12909       <method name="Nullable`1 get_Counter()">
12910         <size>7</size>
12911       </method>
12912       <method name="Void set_Counter(Nullable`1)">
12913         <size>8</size>
12914       </method>
12915     </type>
12916   </test>
12917   <test name="gtest-365.cs">
12918     <type name="B.Program">
12919       <method name="Void .ctor()">
12920         <size>7</size>
12921       </method>
12922       <method name="Int32 Main()">
12923         <size>51</size>
12924       </method>
12925     </type>
12926   </test>
12927   <test name="gtest-366.cs">
12928     <type name="Tester">
12929       <method name="Void .ctor()">
12930         <size>7</size>
12931       </method>
12932       <method name="Void Assert[T](T, T)">
12933         <size>1</size>
12934       </method>
12935       <method name="Void Main()">
12936         <size>20</size>
12937       </method>
12938     </type>
12939     <type name="MyType">
12940       <method name="Void .ctor(Int32)">
12941         <size>8</size>
12942       </method>
12943       <method name="Int32 op_Implicit(MyType)">
12944         <size>8</size>
12945       </method>
12946     </type>
12947   </test>
12948   <test name="gtest-367.cs">
12949     <type name="Foo">
12950       <method name="Void .ctor()">
12951         <size>7</size>
12952       </method>
12953     </type>
12954     <type name="Repro">
12955       <method name="Void .ctor()">
12956         <size>7</size>
12957       </method>
12958       <method name="Void Bar[TFoo](TFoo)">
12959         <size>19</size>
12960       </method>
12961       <method name="Void Baz[T](T, System.Action`1[T])">
12962         <size>8</size>
12963       </method>
12964       <method name="Void Main()">
12965         <size>1</size>
12966       </method>
12967       <method name="Void Gazonk(Repro)">
12968         <size>1</size>
12969       </method>
12970     </type>
12971   </test>
12972   <test name="gtest-368.cs">
12973     <type name="C`1[T]">
12974       <method name="Void .ctor(D)">
12975         <size>7</size>
12976       </method>
12977       <method name="Void .ctor()">
12978         <size>7</size>
12979       </method>
12980     </type>
12981     <type name="C`1+D[T]">
12982       <method name="Void .ctor()">
12983         <size>7</size>
12984       </method>
12985     </type>
12986     <type name="M">
12987       <method name="Void .ctor()">
12988         <size>7</size>
12989       </method>
12990       <method name="Void Main()">
12991         <size>1</size>
12992       </method>
12993     </type>
12994   </test>
12995   <test name="gtest-369.cs">
12996     <type name="Db4objects.Db4o.Internal.ObjectContainerBase">
12997       <method name="Void .ctor()">
12998         <size>7</size>
12999       </method>
13000       <method name="IList`1 Query[Extent](IList`1, IList`1)">
13001         <size>2</size>
13002       </method>
13003       <method name="IList Query()">
13004         <size>2</size>
13005       </method>
13006     </type>
13007     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
13008       <method name="Void .ctor()">
13009         <size>7</size>
13010       </method>
13011     </type>
13012     <type name="Db4objects.Db4o.Internal.M">
13013       <method name="Void .ctor()">
13014         <size>7</size>
13015       </method>
13016       <method name="Void Main()">
13017         <size>1</size>
13018       </method>
13019     </type>
13020     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
13021       <method name="IList Db4objects.Db4o.IObjectContainer.Query()">
13022         <size>7</size>
13023       </method>
13024       <method name="IList`1 Db4objects.Db4o.IObjectContainer.Query[Extent](IList`1, IList`1)">
13025         <size>9</size>
13026       </method>
13027     </type>
13028   </test>
13029   <test name="gtest-370.cs">
13030     <type name="N2.X`1[T]">
13031       <method name="Void .ctor()">
13032         <size>7</size>
13033       </method>
13034     </type>
13035     <type name="N2.X`1+A`1[T,T]">
13036       <method name="Void .ctor()">
13037         <size>7</size>
13038       </method>
13039     </type>
13040     <type name="N2.X`1+A`1+B`1[T,T,T]">
13041       <method name="Void .ctor()">
13042         <size>7</size>
13043       </method>
13044     </type>
13045     <type name="N2.X`1+A`1+B`1+C`1[T,T,T,T]">
13046       <method name="Void .ctor()">
13047         <size>7</size>
13048       </method>
13049     </type>
13050     <type name="N2.C">
13051       <method name="Void .ctor()">
13052         <size>7</size>
13053       </method>
13054       <method name="Void Main()">
13055         <size>1</size>
13056       </method>
13057     </type>
13058   </test>
13059   <test name="gtest-371.cs">
13060     <type name="X">
13061       <method name="Void .ctor()">
13062         <size>7</size>
13063       </method>
13064       <method name="Void Main()">
13065         <size>86</size>
13066       </method>
13067     </type>
13068     <type name="&lt;PrivateImplementationDetails&gt;">
13069       <method name="Void .ctor()">
13070         <size>7</size>
13071       </method>
13072     </type>
13073   </test>
13074   <test name="gtest-372.cs">
13075     <type name="TestClass`1[T]">
13076       <method name="Void .ctor()">
13077         <size>7</size>
13078       </method>
13079       <method name="Boolean Check(T, T)">
13080         <size>15</size>
13081       </method>
13082     </type>
13083     <type name="C">
13084       <method name="Void .ctor()">
13085         <size>7</size>
13086       </method>
13087     </type>
13088     <type name="TestClass2`1[T]">
13089       <method name="Void .ctor()">
13090         <size>7</size>
13091       </method>
13092       <method name="Boolean Check(T, T)">
13093         <size>15</size>
13094       </method>
13095     </type>
13096     <type name="X">
13097       <method name="Void .ctor()">
13098         <size>7</size>
13099       </method>
13100       <method name="Int32 Main()">
13101         <size>28</size>
13102       </method>
13103     </type>
13104   </test>
13105   <test name="gtest-373.cs">
13106     <type name="MonoBug.MainClass">
13107       <method name="Void .ctor()">
13108         <size>7</size>
13109       </method>
13110       <method name="Void Main()">
13111         <size>29</size>
13112       </method>
13113     </type>
13114     <type name="MonoBug.GenericType`1[T]">
13115       <method name="Void .ctor(T)">
13116         <size>14</size>
13117       </method>
13118       <method name="T op_Implicit(MonoBug.GenericType`1[T])">
13119         <size>7</size>
13120       </method>
13121     </type>
13122   </test>
13123   <test name="gtest-374.cs">
13124     <type name="aClass">
13125       <method name="Void .ctor()">
13126         <size>7</size>
13127       </method>
13128       <method name="Void Main(System.String[])">
13129         <size>14</size>
13130       </method>
13131     </type>
13132   </test>
13133   <test name="gtest-375.cs">
13134     <type name="X">
13135       <method name="Void .ctor()">
13136         <size>7</size>
13137       </method>
13138       <method name="Boolean Compute(Int32)">
13139         <size>2</size>
13140       </method>
13141       <method name="Boolean Compute2(Int32)">
13142         <size>2</size>
13143       </method>
13144       <method name="Int32 Main()">
13145         <size>28</size>
13146       </method>
13147     </type>
13148   </test>
13149   <test name="gtest-376.cs">
13150     <type name="C">
13151       <method name="Void .ctor()">
13152         <size>7</size>
13153       </method>
13154       <method name="Void Main()">
13155         <size>1</size>
13156       </method>
13157     </type>
13158     <type name="S`1[T]">
13159       <method name="System.Object Box(Nullable`1)">
13160         <size>30</size>
13161       </method>
13162     </type>
13163   </test>
13164   <test name="gtest-377.cs">
13165     <type name="D">
13166       <method name="Void .cctor()">
13167         <size>26</size>
13168       </method>
13169       <method name="Void Main()">
13170         <size>88</size>
13171       </method>
13172     </type>
13173   </test>
13174   <test name="gtest-378.cs">
13175     <type name="Test">
13176       <method name="Void .ctor()">
13177         <size>7</size>
13178       </method>
13179       <method name="System.Object FooG[T](Nullable`1)">
13180         <size>7</size>
13181       </method>
13182       <method name="System.Object Foo(Nullable`1)">
13183         <size>7</size>
13184       </method>
13185       <method name="Int32 Main()">
13186         <size>58</size>
13187       </method>
13188     </type>
13189   </test>
13190   <test name="gtest-379.cs">
13191     <type name="C">
13192       <method name="Void .ctor()">
13193         <size>7</size>
13194       </method>
13195       <method name="Int32 Print(Nullable`1)">
13196         <size>16</size>
13197       </method>
13198       <method name="Int32 Main()">
13199         <size>15</size>
13200       </method>
13201     </type>
13202     <type name="S">
13203       <method name="Boolean op_Equality(S, S)">
13204         <size>2</size>
13205       </method>
13206       <method name="Boolean op_Inequality(S, S)">
13207         <size>2</size>
13208       </method>
13209     </type>
13210   </test>
13211   <test name="gtest-380.cs">
13212     <type name="Test">
13213       <method name="Void .ctor()">
13214         <size>7</size>
13215       </method>
13216       <method name="Int32 Main()">
13217         <size>175</size>
13218       </method>
13219     </type>
13220     <type name="GTest`1[T]">
13221       <method name="Void .ctor()">
13222         <size>7</size>
13223       </method>
13224       <method name="Void .cctor()">
13225         <size>13</size>
13226       </method>
13227     </type>
13228   </test>
13229   <test name="gtest-381.cs">
13230     <type name="TestGoto">
13231       <method name="Void .ctor()">
13232         <size>7</size>
13233       </method>
13234       <method name="Void .cctor()">
13235         <size>7</size>
13236       </method>
13237       <method name="Void Main(System.String[])">
13238         <size>69</size>
13239       </method>
13240       <method name="IEnumerable`1 setX()">
13241         <size>16</size>
13242       </method>
13243       <method name="IEnumerable`1 test()">
13244         <size>16</size>
13245       </method>
13246     </type>
13247     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
13248       <method name="Void .ctor()">
13249         <size>7</size>
13250       </method>
13251       <method name="System.Object System.Collections.IEnumerator.get_Current()">
13252         <size>12</size>
13253       </method>
13254       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13255         <size>7</size>
13256       </method>
13257       <method name="Boolean MoveNext()">
13258         <size>104</size>
13259       </method>
13260       <method name="Void Dispose()">
13261         <size>46</size>
13262       </method>
13263       <method name="Void Reset()">
13264         <size>6</size>
13265       </method>
13266     </type>
13267     <type name="TestGoto+&lt;test&gt;c__Iterator1">
13268       <method name="Void .ctor()">
13269         <size>7</size>
13270       </method>
13271       <method name="System.Object System.Collections.IEnumerator.get_Current()">
13272         <size>12</size>
13273       </method>
13274       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
13275         <size>7</size>
13276       </method>
13277       <method name="Boolean MoveNext()">
13278         <size>178</size>
13279       </method>
13280       <method name="Void Dispose()">
13281         <size>62</size>
13282       </method>
13283       <method name="Void Reset()">
13284         <size>6</size>
13285       </method>
13286     </type>
13287     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
13288       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
13289         <size>7</size>
13290       </method>
13291       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
13292         <size>26</size>
13293       </method>
13294     </type>
13295     <type name="TestGoto+&lt;test&gt;c__Iterator1">
13296       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
13297         <size>7</size>
13298       </method>
13299       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
13300         <size>26</size>
13301       </method>
13302     </type>
13303   </test>
13304   <test name="gtest-382.cs">
13305     <type name="C">
13306       <method name="Void .ctor()">
13307         <size>7</size>
13308       </method>
13309       <method name="Int32 Main()">
13310         <size>76</size>
13311       </method>
13312     </type>
13313   </test>
13314   <test name="gtest-383.cs">
13315     <type name="C">
13316       <method name="Void .ctor()">
13317         <size>7</size>
13318       </method>
13319       <method name="Int32 Main()">
13320         <size>260</size>
13321       </method>
13322     </type>
13323     <type name="MyTypeA">
13324       <method name="Void .ctor(Int16)">
13325         <size>8</size>
13326       </method>
13327       <method name="MyTypeA op_Addition(MyTypeA, MyTypeA)">
13328         <size>6</size>
13329       </method>
13330       <method name="Boolean op_Equality(MyTypeA, MyTypeA)">
13331         <size>2</size>
13332       </method>
13333       <method name="Boolean op_Inequality(MyTypeA, MyTypeA)">
13334         <size>6</size>
13335       </method>
13336       <method name="Boolean op_GreaterThan(MyTypeA, MyTypeA)">
13337         <size>6</size>
13338       </method>
13339       <method name="Boolean op_LessThan(MyTypeA, MyTypeA)">
13340         <size>6</size>
13341       </method>
13342     </type>
13343     <type name="MyTypeB">
13344       <method name="Void .ctor(Int16)">
13345         <size>8</size>
13346       </method>
13347       <method name="MyTypeB op_Addition(MyTypeB, MyTypeB)">
13348         <size>2</size>
13349       </method>
13350       <method name="Boolean op_Equality(MyTypeB, MyTypeB)">
13351         <size>2</size>
13352       </method>
13353       <method name="Boolean op_Inequality(MyTypeB, MyTypeB)">
13354         <size>2</size>
13355       </method>
13356       <method name="Boolean op_GreaterThan(MyTypeB, MyTypeB)">
13357         <size>2</size>
13358       </method>
13359       <method name="Boolean op_LessThan(MyTypeB, MyTypeB)">
13360         <size>2</size>
13361       </method>
13362       <method name="MyTypeB op_BitwiseAnd(MyTypeB, MyTypeB)">
13363         <size>2</size>
13364       </method>
13365     </type>
13366   </test>
13367   <test name="gtest-384.cs">
13368     <type name="N.TestG">
13369       <method name="Void .ctor()">
13370         <size>7</size>
13371       </method>
13372       <method name="Void Foo[T]()">
13373         <size>1</size>
13374       </method>
13375     </type>
13376     <type name="NonGeneric">
13377       <method name="Void .ctor()">
13378         <size>7</size>
13379       </method>
13380     </type>
13381     <type name="Generic`1[T]">
13382       <method name="Void .ctor()">
13383         <size>7</size>
13384       </method>
13385     </type>
13386     <type name="m">
13387       <method name="Void .ctor()">
13388         <size>7</size>
13389       </method>
13390       <method name="NonGeneric compiles_fine(NonGeneric, NonGeneric ByRef)">
13391         <size>13</size>
13392       </method>
13393       <method name="Generic`1[System.Int32] does_not_compile(Generic`1[System.Int32], Generic`1[System.Int32] ByRef)">
13394         <size>13</size>
13395       </method>
13396       <method name="Void Main()">
13397         <size>6</size>
13398       </method>
13399     </type>
13400   </test>
13401   <test name="gtest-385.cs">
13402     <type name="DocAttribute">
13403       <method name="Void .ctor()">
13404         <size>7</size>
13405       </method>
13406       <method name="Void .ctor(String)">
13407         <size>7</size>
13408       </method>
13409     </type>
13410     <type name="Test">
13411       <method name="Void .ctor()">
13412         <size>7</size>
13413       </method>
13414       <method name="Int32 Main()">
13415         <size>66</size>
13416       </method>
13417     </type>
13418     <type name="Func`2[TArg,TRet]">
13419       <method name="Void .ctor(Object, IntPtr)">
13420         <size>0</size>
13421       </method>
13422       <method name="Void Invoke()">
13423         <size>0</size>
13424       </method>
13425       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13426         <size>0</size>
13427       </method>
13428       <method name="Void EndInvoke(IAsyncResult)">
13429         <size>0</size>
13430       </method>
13431     </type>
13432   </test>
13433   <test name="gtest-386.cs">
13434     <type name="C">
13435       <method name="Void .ctor()">
13436         <size>7</size>
13437       </method>
13438       <method name="Int32 Main()">
13439         <size>222</size>
13440       </method>
13441     </type>
13442     <type name="MyType">
13443       <method name="Void .ctor(Int32)">
13444         <size>8</size>
13445       </method>
13446       <method name="MyType op_UnaryNegation(MyType)">
13447         <size>14</size>
13448       </method>
13449     </type>
13450   </test>
13451   <test name="gtest-387.cs">
13452     <type name="C">
13453       <method name="Void .ctor()">
13454         <size>7</size>
13455       </method>
13456       <method name="Int32 Main()">
13457         <size>169</size>
13458       </method>
13459     </type>
13460   </test>
13461   <test name="gtest-388.cs">
13462     <type name="Data">
13463       <method name="Void .ctor()">
13464         <size>7</size>
13465       </method>
13466     </type>
13467     <type name="Foo">
13468       <method name="Void .ctor()">
13469         <size>7</size>
13470       </method>
13471       <method name="Void f(Data)">
13472         <size>19</size>
13473       </method>
13474       <method name="Void Main()">
13475         <size>22</size>
13476       </method>
13477     </type>
13478   </test>
13479   <test name="gtest-389.cs">
13480     <type name="C">
13481       <method name="Void .ctor()">
13482         <size>7</size>
13483       </method>
13484       <method name="Int32 Main()">
13485         <size>235</size>
13486       </method>
13487     </type>
13488   </test>
13489   <test name="gtest-390.cs">
13490     <type name="Program">
13491       <method name="Void .ctor()">
13492         <size>7</size>
13493       </method>
13494       <method name="Int32 Main()">
13495         <size>4</size>
13496       </method>
13497     </type>
13498   </test>
13499   <test name="gtest-391.cs">
13500     <type name="C">
13501       <method name="Void .ctor()">
13502         <size>7</size>
13503       </method>
13504       <method name="Int32 Main()">
13505         <size>194</size>
13506       </method>
13507       <method name="Boolean Test_1()">
13508         <size>36</size>
13509       </method>
13510       <method name="Void Test(System.Object, System.EventArgs)">
13511         <size>1</size>
13512       </method>
13513     </type>
13514   </test>
13515   <test name="gtest-392.cs">
13516     <type name="DieSubrangeType">
13517       <method name="Void .ctor()">
13518         <size>19</size>
13519       </method>
13520       <method name="Nullable`1 get_UpperBound()">
13521         <size>7</size>
13522       </method>
13523       <method name="Void set_UpperBound(Nullable`1)">
13524         <size>8</size>
13525       </method>
13526     </type>
13527     <type name="X">
13528       <method name="Void .ctor()">
13529         <size>7</size>
13530       </method>
13531       <method name="Int32 Main()">
13532         <size>61</size>
13533       </method>
13534     </type>
13535   </test>
13536   <test name="gtest-393.cs">
13537     <type name="B`1[T]">
13538       <method name="Void .ctor()">
13539         <size>7</size>
13540       </method>
13541     </type>
13542     <type name="A">
13543       <method name="Void .ctor(Type)">
13544         <size>34</size>
13545       </method>
13546       <method name="Void .cctor()">
13547         <size>7</size>
13548       </method>
13549       <method name="Int32 Main()">
13550         <size>23</size>
13551       </method>
13552     </type>
13553   </test>
13554   <test name="gtest-394.cs">
13555     <type name="Test">
13556       <method name="Void .ctor()">
13557         <size>7</size>
13558       </method>
13559       <method name="Void FindMembers(Test+MemberFilter)">
13560         <size>1</size>
13561       </method>
13562       <method name="Void GetMethodGroup(Test+MemberFilter)">
13563         <size>43</size>
13564       </method>
13565       <method name="Void Main()">
13566         <size>1</size>
13567       </method>
13568     </type>
13569     <type name="Test+MemberFilter">
13570       <method name="Void .ctor(Object, IntPtr)">
13571         <size>0</size>
13572       </method>
13573       <method name="Boolean Invoke()">
13574         <size>0</size>
13575       </method>
13576       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
13577         <size>0</size>
13578       </method>
13579       <method name="Boolean EndInvoke(IAsyncResult)">
13580         <size>0</size>
13581       </method>
13582     </type>
13583     <type name="Test">
13584       <method name="Boolean &lt;GetMethodGroup&gt;m__0()">
13585         <size>2</size>
13586       </method>
13587     </type>
13588   </test>
13589   <test name="gtest-395.cs">
13590     <type name="RuleBuilder`1[T]">
13591       <method name="Void .ctor()">
13592         <size>7</size>
13593       </method>
13594     </type>
13595     <type name="RubyMethod">
13596       <method name="Void .ctor()">
13597         <size>7</size>
13598       </method>
13599       <method name="RuleBuilder`1[T] IDynamicObject.GetRule[T]()">
13600         <size>6</size>
13601       </method>
13602     </type>
13603     <type name="T">
13604       <method name="Void .ctor()">
13605         <size>7</size>
13606       </method>
13607       <method name="Void Main()">
13608         <size>1</size>
13609       </method>
13610     </type>
13611   </test>
13612   <test name="gtest-396.cs">
13613     <type name="Test">
13614       <method name="Void .ctor()">
13615         <size>7</size>
13616       </method>
13617       <method name="Void Invoke[A,TR](System.Func`2[A,System.Func`1[TR]], A, TR)">
13618         <size>1</size>
13619       </method>
13620       <method name="System.Func`1[System.Int32] Method(System.String)">
13621         <size>2</size>
13622       </method>
13623       <method name="Void Main()">
13624         <size>24</size>
13625       </method>
13626     </type>
13627   </test>
13628   <test name="gtest-397.cs">
13629     <type name="Test">
13630       <method name="Void .ctor()">
13631         <size>7</size>
13632       </method>
13633       <method name="Foo NegateFoo(Foo)">
13634         <size>12</size>
13635       </method>
13636       <method name="Foo NegateFooNullable(Nullable`1)">
13637         <size>7</size>
13638       </method>
13639       <method name="Nullable`1 NegateBarNullable(Nullable`1)">
13640         <size>7</size>
13641       </method>
13642       <method name="Nullable`1 NegateBar(Bar)">
13643         <size>12</size>
13644       </method>
13645       <method name="Int32 Main()">
13646         <size>139</size>
13647       </method>
13648     </type>
13649     <type name="Foo">
13650       <method name="Void .ctor(Int32)">
13651         <size>8</size>
13652       </method>
13653       <method name="Foo op_UnaryNegation(Nullable`1)">
13654         <size>42</size>
13655       </method>
13656     </type>
13657     <type name="Bar">
13658       <method name="Void .ctor(Int32)">
13659         <size>8</size>
13660       </method>
13661       <method name="Nullable`1 op_UnaryNegation(Nullable`1)">
13662         <size>41</size>
13663       </method>
13664     </type>
13665   </test>
13666   <test name="gtest-398.cs">
13667     <type name="GenericClass`1[T]">
13668       <method name="Void .ctor(T)">
13669         <size>14</size>
13670       </method>
13671       <method name="Void Method()">
13672         <size>42</size>
13673       </method>
13674       <method name="Void Test(T)">
13675         <size>1</size>
13676       </method>
13677     </type>
13678     <type name="Foo">
13679       <method name="Void .ctor()">
13680         <size>7</size>
13681       </method>
13682       <method name="Void Main(System.String[])">
13683         <size>15</size>
13684       </method>
13685     </type>
13686     <type name="ToStr">
13687       <method name="Void .ctor(Object, IntPtr)">
13688         <size>0</size>
13689       </method>
13690       <method name="System.String Invoke(System.String, IFormatProvider)">
13691         <size>0</size>
13692       </method>
13693       <method name="IAsyncResult BeginInvoke(System.String, IFormatProvider, System.AsyncCallback, System.Object)">
13694         <size>0</size>
13695       </method>
13696       <method name="System.String EndInvoke(IAsyncResult)">
13697         <size>0</size>
13698       </method>
13699     </type>
13700   </test>
13701   <test name="gtest-399.cs">
13702     <type name="TestIssue.Base">
13703       <method name="Void .ctor()">
13704         <size>7</size>
13705       </method>
13706     </type>
13707     <type name="TestIssue.Derived">
13708       <method name="Void .ctor()">
13709         <size>7</size>
13710       </method>
13711     </type>
13712     <type name="TestIssue.Program">
13713       <method name="Void .ctor()">
13714         <size>7</size>
13715       </method>
13716       <method name="Int32 Main()">
13717         <size>39</size>
13718       </method>
13719     </type>
13720   </test>
13721   <test name="gtest-400.cs">
13722     <type name="Gen`1[T]">
13723       <method name="Void .ctor()">
13724         <size>7</size>
13725       </method>
13726       <method name="Boolean Foo(T)">
13727         <size>15</size>
13728       </method>
13729     </type>
13730     <type name="Program">
13731       <method name="Void .ctor()">
13732         <size>7</size>
13733       </method>
13734       <method name="Boolean Foo[T]()">
13735         <size>17</size>
13736       </method>
13737       <method name="Int32 Main()">
13738         <size>66</size>
13739       </method>
13740     </type>
13741   </test>
13742   <test name="gtest-401.cs">
13743     <type name="ParserTest">
13744       <method name="Void .ctor()">
13745         <size>7</size>
13746       </method>
13747       <method name="Void Main()">
13748         <size>165</size>
13749       </method>
13750     </type>
13751   </test>
13752   <test name="gtest-402.cs">
13753     <type name="X">
13754       <method name="Void .ctor()">
13755         <size>7</size>
13756       </method>
13757       <method name="Void Main()">
13758         <size>16</size>
13759       </method>
13760     </type>
13761   </test>
13762   <test name="gtest-403.cs">
13763     <type name="T">
13764       <method name="Void .ctor()">
13765         <size>7</size>
13766       </method>
13767       <method name="Void Main()">
13768         <size>15</size>
13769       </method>
13770     </type>
13771     <type name="S`1[T]">
13772       <method name="Void Foo()">
13773         <size>1</size>
13774       </method>
13775     </type>
13776   </test>
13777   <test name="gtest-404.cs">
13778     <type name="Test.Program">
13779       <method name="Void Main()">
13780         <size>1</size>
13781       </method>
13782     </type>
13783     <type name="Test.Class1`1[T1]">
13784       <method name="Void .ctor()">
13785         <size>7</size>
13786       </method>
13787       <method name="Void add_doSomething(System.EventHandler)">
13788         <size>47</size>
13789       </method>
13790       <method name="Void remove_doSomething(System.EventHandler)">
13791         <size>47</size>
13792       </method>
13793     </type>
13794     <type name="Test.Class2`1[T]">
13795       <method name="Void .ctor()">
13796         <size>7</size>
13797       </method>
13798       <method name="Void add_DoSomething(System.EventHandler)">
13799         <size>8</size>
13800       </method>
13801       <method name="Void remove_DoSomething(System.EventHandler)">
13802         <size>8</size>
13803       </method>
13804     </type>
13805   </test>
13806   <test name="gtest-405.cs">
13807     <type name="C">
13808       <method name="Void .ctor()">
13809         <size>7</size>
13810       </method>
13811       <method name="Void Main()">
13812         <size>1</size>
13813       </method>
13814     </type>
13815   </test>
13816   <test name="gtest-406.cs">
13817     <type name="Test`1[T]">
13818       <method name="Void .ctor()">
13819         <size>7</size>
13820       </method>
13821       <method name="Void Foo[TOutput](System.Func`2[T,TOutput])">
13822         <size>1</size>
13823       </method>
13824     </type>
13825     <type name="C`2[A,B]">
13826       <method name="Void .ctor(IEnumerable`1)">
13827         <size>46</size>
13828       </method>
13829       <method name="B &lt;C&gt;m__0(B)">
13830         <size>2</size>
13831       </method>
13832     </type>
13833     <type name="M">
13834       <method name="Void .ctor()">
13835         <size>7</size>
13836       </method>
13837       <method name="Void Main()">
13838         <size>1</size>
13839       </method>
13840     </type>
13841   </test>
13842   <test name="gtest-407.cs">
13843     <type name="NullableColorTests">
13844       <method name="Void .ctor()">
13845         <size>7</size>
13846       </method>
13847       <method name="Int32 Main()">
13848         <size>99</size>
13849       </method>
13850     </type>
13851     <type name="MyColor">
13852       <method name="Void .ctor(Int32)">
13853         <size>8</size>
13854       </method>
13855       <method name="Boolean op_Equality(MyColor, MyColor)">
13856         <size>17</size>
13857       </method>
13858       <method name="Boolean op_Inequality(MyColor, MyColor)">
13859         <size>20</size>
13860       </method>
13861     </type>
13862   </test>
13863   <test name="gtest-408.cs">
13864     <type name="Test">
13865       <method name="Void .ctor()">
13866         <size>7</size>
13867       </method>
13868       <method name="Int32 Main()">
13869         <size>92</size>
13870       </method>
13871     </type>
13872   </test>
13873   <test name="gtest-409.cs">
13874     <type name="ConditionalParsing">
13875       <method name="Void .ctor()">
13876         <size>7</size>
13877       </method>
13878       <method name="Nullable`1 Test_3[T](System.Func`3[T,T,T], T)">
13879         <size>14</size>
13880       </method>
13881       <method name="Void Test_1(Boolean)">
13882         <size>20</size>
13883       </method>
13884       <method name="Void Test_2()">
13885         <size>31</size>
13886       </method>
13887       <method name="Void Test_4(Boolean, Boolean)">
13888         <size>39</size>
13889       </method>
13890       <method name="Void Test_5(Boolean, IDisposable)">
13891         <size>45</size>
13892       </method>
13893       <method name="Void Test_6(Boolean)">
13894         <size>47</size>
13895       </method>
13896       <method name="Void Test_7(System.Object)">
13897         <size>8</size>
13898       </method>
13899       <method name="Void Main()">
13900         <size>1</size>
13901       </method>
13902     </type>
13903     <type name="ConditionalParsing+T">
13904       <method name="Void .ctor(String, Boolean)">
13905         <size>28</size>
13906       </method>
13907       <method name="Void .ctor(String, Boolean, Int32, Int32, Int32)">
13908         <size>7</size>
13909       </method>
13910     </type>
13911     <type name="&lt;PrivateImplementationDetails&gt;">
13912       <method name="Void .ctor()">
13913         <size>7</size>
13914       </method>
13915     </type>
13916     <type name="ConditionalParsing+Const">
13917       <method name="Void .ctor()">
13918         <size>7</size>
13919       </method>
13920     </type>
13921     <type name="ConditionalParsing">
13922       <method name="Void Test_8(DateTime)">
13923         <size>38</size>
13924       </method>
13925       <method name="Void Test_9()">
13926         <size>43</size>
13927       </method>
13928       <method name="Void Test_10()">
13929         <size>21</size>
13930       </method>
13931     </type>
13932     <type name="A`1[T]">
13933       <method name="Void .ctor()">
13934         <size>7</size>
13935       </method>
13936     </type>
13937     <type name="ConditionalParsing">
13938       <method name="Void Test_11()">
13939         <size>7</size>
13940       </method>
13941     </type>
13942   </test>
13943   <test name="gtest-410.cs">
13944     <type name="Program">
13945       <method name="Void .ctor()">
13946         <size>7</size>
13947       </method>
13948       <method name="Void Main()">
13949         <size>7</size>
13950       </method>
13951     </type>
13952   </test>
13953   <test name="gtest-411.cs">
13954     <type name="Maybe">
13955       <method name="Maybe`1[T] C[T](T)">
13956         <size>2</size>
13957       </method>
13958     </type>
13959     <type name="Maybe`1[T]">
13960       <method name="Void .ctor(T)">
13961         <size>7</size>
13962       </method>
13963     </type>
13964     <type name="Extensions">
13965       <method name="R Match[T,R](T, System.Func`2[T,Maybe`1[R]][])">
13966         <size>10</size>
13967       </method>
13968     </type>
13969     <type name="Test">
13970       <method name="Void .ctor()">
13971         <size>7</size>
13972       </method>
13973       <method name="Void Main()">
13974         <size>131</size>
13975       </method>
13976       <method name="Maybe`1[System.String] &lt;Main&gt;m__0(System.String)">
13977         <size>7</size>
13978       </method>
13979       <method name="Maybe`1[System.String] &lt;Main&gt;m__1(System.String)">
13980         <size>7</size>
13981       </method>
13982       <method name="Maybe`1[System.String] &lt;Main&gt;m__2(System.String)">
13983         <size>11</size>
13984       </method>
13985     </type>
13986   </test>
13987   <test name="gtest-412.cs">
13988     <type name="Program">
13989       <method name="Void .ctor()">
13990         <size>7</size>
13991       </method>
13992       <method name="Int32 Main()">
13993         <size>218</size>
13994       </method>
13995     </type>
13996   </test>
13997   <test name="gtest-413.cs">
13998     <type name="Test">
13999       <method name="Void .ctor()">
14000         <size>7</size>
14001       </method>
14002       <method name="Int32 Main()">
14003         <size>95</size>
14004       </method>
14005     </type>
14006     <type name="S">
14007       <method name="Int64 op_Addition(S, Int64)">
14008         <size>2</size>
14009       </method>
14010     </type>
14011   </test>
14012   <test name="gtest-414.cs">
14013     <type name="MonoTest.MainClass">
14014       <method name="Void .ctor()">
14015         <size>7</size>
14016       </method>
14017       <method name="Void Main()">
14018         <size>1</size>
14019       </method>
14020     </type>
14021     <type name="MonoTest.TestImpl">
14022       <method name="Void .ctor()">
14023         <size>7</size>
14024       </method>
14025       <method name="Void MonoTest.ITest.Get[T](System.Object)">
14026         <size>1</size>
14027       </method>
14028       <method name="Void Get[T]()">
14029         <size>1</size>
14030       </method>
14031       <method name="Void Get[T](System.Object)">
14032         <size>1</size>
14033       </method>
14034     </type>
14035     <type name="MonoTest.C">
14036       <method name="Void .ctor()">
14037         <size>7</size>
14038       </method>
14039       <method name="Void MonoTest.IG&lt;int&gt;.M()">
14040         <size>1</size>
14041       </method>
14042       <method name="Void MonoTest.IG&lt;string&gt;.M()">
14043         <size>1</size>
14044       </method>
14045     </type>
14046   </test>
14047   <test name="gtest-415.cs">
14048     <type name="S2">
14049       <method name="Void Test()">
14050         <size>39</size>
14051       </method>
14052       <method name="Void Main()">
14053         <size>16</size>
14054       </method>
14055     </type>
14056   </test>
14057   <test name="gtest-416.cs">
14058     <type name="Bug.Demo">
14059       <method name="Boolean Fixed()">
14060         <size>14</size>
14061       </method>
14062       <method name="Boolean Foo(System.Int32[])">
14063         <size>43</size>
14064       </method>
14065       <method name="Int32 Main()">
14066         <size>65</size>
14067       </method>
14068     </type>
14069   </test>
14070   <test name="gtest-417.cs">
14071     <type name="C">
14072       <method name="Void .ctor()">
14073         <size>7</size>
14074       </method>
14075       <method name="Void Goo()">
14076         <size>11</size>
14077       </method>
14078       <method name="Void Main()">
14079         <size>1</size>
14080       </method>
14081     </type>
14082   </test>
14083   <test name="gtest-418.cs">
14084     <type name="N.Nested">
14085       <method name="Void .ctor()">
14086         <size>7</size>
14087       </method>
14088     </type>
14089     <type name="N.Nested+C">
14090       <method name="Void .ctor()">
14091         <size>7</size>
14092       </method>
14093       <method name="Int32 N.Nested.I&lt;int&gt;.get_P()">
14094         <size>2</size>
14095       </method>
14096     </type>
14097     <type name="N.M">
14098       <method name="Void .ctor()">
14099         <size>7</size>
14100       </method>
14101       <method name="Int32 Main()">
14102         <size>173</size>
14103       </method>
14104     </type>
14105   </test>
14106   <test name="gtest-419.cs">
14107     <type name="Program">
14108       <method name="Void .ctor()">
14109         <size>7</size>
14110       </method>
14111       <method name="Int32 Main()">
14112         <size>56</size>
14113       </method>
14114       <method name="System.Object Test(System.String)">
14115         <size>42</size>
14116       </method>
14117     </type>
14118   </test>
14119   <test name="gtest-420.cs">
14120     <type name="C">
14121       <method name="Void .ctor()">
14122         <size>7</size>
14123       </method>
14124     </type>
14125     <type name="TestClass">
14126       <method name="Void .ctor()">
14127         <size>7</size>
14128       </method>
14129       <method name="Int32 Test(System.Object, System.Object, System.Object[])">
14130         <size>2</size>
14131       </method>
14132       <method name="Int32 Test(System.Object, System.Object[])">
14133         <size>2</size>
14134       </method>
14135       <method name="Int32 Main()">
14136         <size>43</size>
14137       </method>
14138     </type>
14139   </test>
14140   <test name="gtest-421.cs">
14141     <type name="OneOff">
14142       <method name="Void .ctor()">
14143         <size>7</size>
14144       </method>
14145       <method name="Int32 Main()">
14146         <size>50</size>
14147       </method>
14148       <method name="T[] Clone[T](T[])">
14149         <size>171</size>
14150       </method>
14151     </type>
14152     <type name="&lt;PrivateImplementationDetails&gt;">
14153       <method name="Void .ctor()">
14154         <size>7</size>
14155       </method>
14156     </type>
14157   </test>
14158   <test name="gtest-422.cs">
14159     <type name="A">
14160       <method name="Void .ctor()">
14161         <size>7</size>
14162       </method>
14163       <method name="Boolean op_GreaterThan(A, System.Object)">
14164         <size>2</size>
14165       </method>
14166       <method name="Boolean op_LessThan(A, System.Object)">
14167         <size>2</size>
14168       </method>
14169     </type>
14170     <type name="C">
14171       <method name="Void .ctor()">
14172         <size>7</size>
14173       </method>
14174       <method name="Int32 Main()">
14175         <size>23</size>
14176       </method>
14177       <method name="Nullable`1 get_Id()">
14178         <size>7</size>
14179       </method>
14180       <method name="Boolean Test()">
14181         <size>51</size>
14182       </method>
14183     </type>
14184   </test>
14185   <test name="gtest-424.cs">
14186     <type name="A">
14187       <method name="Void .ctor()">
14188         <size>7</size>
14189       </method>
14190     </type>
14191     <type name="B">
14192       <method name="Void .ctor()">
14193         <size>7</size>
14194       </method>
14195     </type>
14196     <type name="Test">
14197       <method name="Void .ctor()">
14198         <size>7</size>
14199       </method>
14200       <method name="Void Block(A[])">
14201         <size>6</size>
14202       </method>
14203       <method name="Void Block(IEnumerable`1, A[])">
14204         <size>1</size>
14205       </method>
14206       <method name="Int32 Main()">
14207         <size>29</size>
14208       </method>
14209     </type>
14210   </test>
14211   <test name="gtest-425.cs">
14212     <type name="EventClass`1[T]">
14213       <method name="Void .ctor()">
14214         <size>7</size>
14215       </method>
14216     </type>
14217     <type name="Test">
14218       <method name="Void .ctor()">
14219         <size>7</size>
14220       </method>
14221       <method name="Void Main()">
14222         <size>16</size>
14223       </method>
14224     </type>
14225     <type name="EventClass`1+HookDelegate[T]">
14226       <method name="Void .ctor(Object, IntPtr)">
14227         <size>0</size>
14228       </method>
14229       <method name="Void Invoke(T)">
14230         <size>0</size>
14231       </method>
14232       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
14233         <size>0</size>
14234       </method>
14235       <method name="Void EndInvoke(IAsyncResult)">
14236         <size>0</size>
14237       </method>
14238     </type>
14239   </test>
14240   <test name="gtest-426.cs">
14241     <type name="OverloadTest.MyClass`1[T]">
14242       <method name="Void .ctor()">
14243         <size>7</size>
14244       </method>
14245       <method name="Boolean Method(MyInterface`1)">
14246         <size>20</size>
14247       </method>
14248       <method name="Boolean Method(System.Action`1[T])">
14249         <size>2</size>
14250       </method>
14251     </type>
14252     <type name="OverloadTest.C">
14253       <method name="Void .ctor()">
14254         <size>7</size>
14255       </method>
14256       <method name="Void Main()">
14257         <size>1</size>
14258       </method>
14259     </type>
14260   </test>
14261   <test name="gtest-427.cs">
14262     <type name="T">
14263       <method name="Void .ctor()">
14264         <size>7</size>
14265       </method>
14266       <method name="Void Test()">
14267         <size>19</size>
14268       </method>
14269       <method name="Void Attach(EventHandler)">
14270         <size>2</size>
14271       </method>
14272       <method name="Void Attach(EventHandler`1[System.String])">
14273         <size>1</size>
14274       </method>
14275       <method name="Void OnClick(System.String)">
14276         <size>1</size>
14277       </method>
14278       <method name="Void Main()">
14279         <size>11</size>
14280       </method>
14281     </type>
14282     <type name="EventHandler">
14283       <method name="Void .ctor(Object, IntPtr)">
14284         <size>0</size>
14285       </method>
14286       <method name="Void Invoke(System.Object)">
14287         <size>0</size>
14288       </method>
14289       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
14290         <size>0</size>
14291       </method>
14292       <method name="Void EndInvoke(IAsyncResult)">
14293         <size>0</size>
14294       </method>
14295     </type>
14296     <type name="EventHandler`1[T]">
14297       <method name="Void .ctor(Object, IntPtr)">
14298         <size>0</size>
14299       </method>
14300       <method name="Void Invoke(T)">
14301         <size>0</size>
14302       </method>
14303       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
14304         <size>0</size>
14305       </method>
14306       <method name="Void EndInvoke(IAsyncResult)">
14307         <size>0</size>
14308       </method>
14309     </type>
14310   </test>
14311   <test name="gtest-428.cs">
14312     <type name="CInt">
14313       <method name="Void .ctor(Int32)">
14314         <size>8</size>
14315       </method>
14316       <method name="CInt op_Implicit(Int32)">
14317         <size>7</size>
14318       </method>
14319       <method name="Int32 op_Implicit(CInt)">
14320         <size>8</size>
14321       </method>
14322     </type>
14323     <type name="Klass">
14324       <method name="Void .ctor(Nullable`1)">
14325         <size>14</size>
14326       </method>
14327       <method name="Nullable`1 get_Value()">
14328         <size>7</size>
14329       </method>
14330     </type>
14331     <type name="MainClass">
14332       <method name="Void .ctor()">
14333         <size>7</size>
14334       </method>
14335       <method name="Int32 Main()">
14336         <size>174</size>
14337       </method>
14338     </type>
14339   </test>
14340   <test name="gtest-429.cs">
14341     <type name="CInt">
14342       <method name="Void .ctor(Int32)">
14343         <size>8</size>
14344       </method>
14345       <method name="CInt op_Implicit(Int32)">
14346         <size>7</size>
14347       </method>
14348       <method name="Int32 op_Implicit(CInt)">
14349         <size>8</size>
14350       </method>
14351     </type>
14352     <type name="Klass">
14353       <method name="Void .ctor(Nullable`1)">
14354         <size>14</size>
14355       </method>
14356     </type>
14357     <type name="MainClass">
14358       <method name="Void .ctor()">
14359         <size>7</size>
14360       </method>
14361       <method name="Int32 Main()">
14362         <size>36</size>
14363       </method>
14364     </type>
14365   </test>
14366   <test name="gtest-430.cs">
14367     <type name="Tmp">
14368       <method name="Void .ctor()">
14369         <size>7</size>
14370       </method>
14371     </type>
14372     <type name="Driver">
14373       <method name="Void .ctor()">
14374         <size>7</size>
14375       </method>
14376       <method name="Nullable`1 get_Prop()">
14377         <size>42</size>
14378       </method>
14379       <method name="Int32 Main()">
14380         <size>42</size>
14381       </method>
14382     </type>
14383   </test>
14384   <test name="gtest-431.cs">
14385     <type name="Program">
14386       <method name="Void .ctor()">
14387         <size>7</size>
14388       </method>
14389       <method name="Void Main()">
14390         <size>13</size>
14391       </method>
14392     </type>
14393   </test>
14394   <test name="gtest-432.cs">
14395     <type name="Test.Bar`2[T,U]">
14396       <method name="Void .ctor()">
14397         <size>7</size>
14398       </method>
14399       <method name="Void DoSomething[V]()">
14400         <size>1</size>
14401       </method>
14402     </type>
14403     <type name="Test.Baz">
14404       <method name="Void .ctor()">
14405         <size>7</size>
14406       </method>
14407       <method name="Void GetInTroubleHere()">
14408         <size>13</size>
14409       </method>
14410       <method name="Void Main()">
14411         <size>1</size>
14412       </method>
14413     </type>
14414   </test>
14415   <test name="gtest-433.cs">
14416     <type name="M">
14417       <method name="Void .ctor()">
14418         <size>7</size>
14419       </method>
14420       <method name="Void Main()">
14421         <size>37</size>
14422       </method>
14423     </type>
14424   </test>
14425   <test name="gtest-434.cs">
14426     <type name="testcase.Init">
14427       <method name="Void .ctor()">
14428         <size>7</size>
14429       </method>
14430       <method name="Void testcase.IInitializationExpression.AddRegistry[T](Int32)">
14431         <size>8</size>
14432       </method>
14433     </type>
14434     <type name="testcase.Program">
14435       <method name="Void .ctor()">
14436         <size>7</size>
14437       </method>
14438       <method name="Int32 Main()">
14439         <size>75</size>
14440       </method>
14441     </type>
14442   </test>
14443   <test name="gtest-435.cs">
14444     <type name="testcase.Program">
14445       <method name="Void .ctor()">
14446         <size>7</size>
14447       </method>
14448       <method name="Int32 Main()">
14449         <size>261</size>
14450       </method>
14451     </type>
14452   </test>
14453   <test name="gtest-436.cs">
14454     <type name="SomeClass">
14455       <method name="Void .ctor()">
14456         <size>7</size>
14457       </method>
14458       <method name="Int32 Main()">
14459         <size>2</size>
14460       </method>
14461     </type>
14462   </test>
14463   <test name="gtest-438.cs">
14464     <type name="Tests">
14465       <method name="Void .ctor()">
14466         <size>7</size>
14467       </method>
14468       <method name="ServiceType GetService[ServiceType](System.Object[])">
14469         <size>17</size>
14470       </method>
14471       <method name="Int32 Main()">
14472         <size>19</size>
14473       </method>
14474     </type>
14475   </test>
14476   <test name="gtest-439.cs">
14477     <type name="MonoBug.Stuff">
14478       <method name="MonoBug.GenericStuff`2[T1,T2] CreateThing[T1,T2](T1, T2)">
14479         <size>8</size>
14480       </method>
14481     </type>
14482     <type name="MonoBug.GenericStuff`2[T1,T2]">
14483       <method name="Void .ctor(T1, T2)">
14484         <size>21</size>
14485       </method>
14486     </type>
14487     <type name="MonoBug.Program">
14488       <method name="Void Main()">
14489         <size>35</size>
14490       </method>
14491     </type>
14492   </test>
14493   <test name="gtest-440.cs">
14494     <type name="AnyObjectId">
14495       <method name="Void .ctor()">
14496         <size>7</size>
14497       </method>
14498       <method name="Int32 get_W1()">
14499         <size>7</size>
14500       </method>
14501       <method name="Void set_W1(Int32)">
14502         <size>8</size>
14503       </method>
14504     </type>
14505     <type name="ObjectId">
14506       <method name="Void .ctor()">
14507         <size>14</size>
14508       </method>
14509       <method name="Void Main()">
14510         <size>1</size>
14511       </method>
14512     </type>
14513   </test>
14514   <test name="gtest-441.cs">
14515     <type name="Name.Test">
14516       <method name="Void .ctor()">
14517         <size>7</size>
14518       </method>
14519     </type>
14520     <type name="Name.Subclass">
14521       <method name="Void .ctor()">
14522         <size>7</size>
14523       </method>
14524       <method name="System.Collections.Generic.List`1[System.Int32] get_List()">
14525         <size>7</size>
14526       </method>
14527       <method name="Void Main(System.String[])">
14528         <size>7</size>
14529       </method>
14530     </type>
14531   </test>
14532   <test name="gtest-442.cs">
14533     <type name="NonGenericBase">
14534       <method name="Void .ctor()">
14535         <size>7</size>
14536       </method>
14537       <method name="Int32 get_Item(Int32)">
14538         <size>0</size>
14539       </method>
14540     </type>
14541     <type name="GenericBase`1[T]">
14542       <method name="Void .ctor()">
14543         <size>7</size>
14544       </method>
14545       <method name="T get_Instance()">
14546         <size>7</size>
14547       </method>
14548       <method name="Void Foo()">
14549         <size>24</size>
14550       </method>
14551     </type>
14552     <type name="EntryPoint">
14553       <method name="Void .ctor()">
14554         <size>7</size>
14555       </method>
14556       <method name="Void Main()">
14557         <size>1</size>
14558       </method>
14559     </type>
14560   </test>
14561   <test name="gtest-443.cs">
14562     <type name="C">
14563       <method name="Void .ctor()">
14564         <size>7</size>
14565       </method>
14566       <method name="Void M[T]()">
14567         <size>28</size>
14568       </method>
14569       <method name="Int32 Main()">
14570         <size>7</size>
14571       </method>
14572     </type>
14573   </test>
14574   <test name="gtest-444.cs">
14575     <type name="MyClass">
14576       <method name="Void .ctor()">
14577         <size>7</size>
14578       </method>
14579       <method name="Int32 Main()">
14580         <size>114</size>
14581       </method>
14582     </type>
14583   </test>
14584   <test name="gtest-445.cs">
14585     <type name="Test">
14586       <method name="Void .ctor()">
14587         <size>7</size>
14588       </method>
14589       <method name="Void Main()">
14590         <size>1</size>
14591       </method>
14592       <method name="Void Foo[T](T ByRef)">
14593         <size>1</size>
14594       </method>
14595       <method name="Void Foo[T](T[])">
14596         <size>1</size>
14597       </method>
14598       <method name="Void Foo[T](T[,])">
14599         <size>1</size>
14600       </method>
14601       <method name="Void Foo[T](T[,,])">
14602         <size>1</size>
14603       </method>
14604       <method name="Void Bar(Int32 ByRef)">
14605         <size>1</size>
14606       </method>
14607       <method name="Void Bar(System.Int32[])">
14608         <size>1</size>
14609       </method>
14610       <method name="Void Bar(System.Int32[,])">
14611         <size>1</size>
14612       </method>
14613       <method name="Void Bar(System.Int32[,,])">
14614         <size>1</size>
14615       </method>
14616     </type>
14617   </test>
14618   <test name="gtest-446.cs">
14619     <type name="BugTest.Bug`1[T]">
14620       <method name="Void .ctor()">
14621         <size>7</size>
14622       </method>
14623       <method name="Void CreateObject(T ByRef)">
14624         <size>42</size>
14625       </method>
14626     </type>
14627     <type name="BugTest.Program">
14628       <method name="Int32 Main()">
14629         <size>16</size>
14630       </method>
14631     </type>
14632   </test>
14633   <test name="gtest-447.cs">
14634     <type name="B">
14635       <method name="Void .ctor()">
14636         <size>7</size>
14637       </method>
14638       <method name="Int32 Main()">
14639         <size>29</size>
14640       </method>
14641     </type>
14642   </test>
14643   <test name="gtest-448.cs">
14644     <type name="Impl`1[T]">
14645       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14646         <size>2</size>
14647       </method>
14648       <method name="Void Foo[U](IEnumerable`1)">
14649         <size>1</size>
14650       </method>
14651       <method name="IEnumerator`1 GetEnumerator()">
14652         <size>2</size>
14653       </method>
14654       <method name="Void .ctor()">
14655         <size>7</size>
14656       </method>
14657     </type>
14658     <type name="A`1[K]">
14659       <method name="Void .ctor()">
14660         <size>18</size>
14661       </method>
14662     </type>
14663     <type name="Test`1[TT]">
14664       <method name="Void Foo()">
14665         <size>24</size>
14666       </method>
14667       <method name="Void .ctor()">
14668         <size>7</size>
14669       </method>
14670     </type>
14671     <type name="M">
14672       <method name="Void Main()">
14673         <size>11</size>
14674       </method>
14675       <method name="Void .ctor()">
14676         <size>7</size>
14677       </method>
14678     </type>
14679   </test>
14680   <test name="gtest-449.cs">
14681     <type name="Program">
14682       <method name="Void .ctor()">
14683         <size>7</size>
14684       </method>
14685       <method name="Int32 Main()">
14686         <size>59</size>
14687       </method>
14688     </type>
14689   </test>
14690   <test name="gtest-450.cs">
14691     <type name="Program">
14692       <method name="Void .ctor()">
14693         <size>7</size>
14694       </method>
14695       <method name="Int32 Main()">
14696         <size>59</size>
14697       </method>
14698     </type>
14699   </test>
14700   <test name="gtest-451.cs">
14701     <type name="Test">
14702       <method name="Int32 Main()">
14703         <size>18</size>
14704       </method>
14705       <method name="Void .ctor()">
14706         <size>7</size>
14707       </method>
14708     </type>
14709   </test>
14710   <test name="gtest-452.cs">
14711     <type name="Test">
14712       <method name="Int32 Main()">
14713         <size>51</size>
14714       </method>
14715       <method name="Void .ctor()">
14716         <size>7</size>
14717       </method>
14718     </type>
14719     <type name="S">
14720       <method name="Single op_Implicit(S)">
14721         <size>11</size>
14722       </method>
14723       <method name="Nullable`1 op_Implicit(S)">
14724         <size>11</size>
14725       </method>
14726     </type>
14727   </test>
14728   <test name="gtest-453.cs">
14729     <type name="Test.CompilerTest">
14730       <method name="Void .ctor()">
14731         <size>7</size>
14732       </method>
14733       <method name="Int32 Main()">
14734         <size>12</size>
14735       </method>
14736       <method name="Int32 DoSomething[T](System.String, T, T ByRef)">
14737         <size>73</size>
14738       </method>
14739       <method name="Void ThisDoesNotWork()">
14740         <size>27</size>
14741       </method>
14742       <method name="Void ThisWorksFine()">
14743         <size>38</size>
14744       </method>
14745     </type>
14746   </test>
14747   <test name="gtest-454.cs">
14748     <type name="TestNS.TestCase">
14749       <method name="Void .ctor()">
14750         <size>7</size>
14751       </method>
14752       <method name="Int32 Compare[T](T[], T[])">
14753         <size>2</size>
14754       </method>
14755       <method name="Void DoSomething[T](System.Func`3[T,T,System.Int32])">
14756         <size>30</size>
14757       </method>
14758       <method name="Int32 Main()">
14759         <size>19</size>
14760       </method>
14761     </type>
14762   </test>
14763   <test name="gtest-455.cs">
14764     <type name="ConsoleApplication1.Program">
14765       <method name="Void .ctor()">
14766         <size>7</size>
14767       </method>
14768       <method name="Void Main()">
14769         <size>14</size>
14770       </method>
14771     </type>
14772     <type name="ConsoleApplication1.Inner`1[T]">
14773       <method name="Void .ctor()">
14774         <size>7</size>
14775       </method>
14776       <method name="Void Compare(System.Object, T)">
14777         <size>13</size>
14778       </method>
14779     </type>
14780   </test>
14781   <test name="gtest-456.cs">
14782     <type name="G`1[T]">
14783       <method name="Void .ctor()">
14784         <size>7</size>
14785       </method>
14786     </type>
14787     <type name="G`1+S[T]">
14788       <method name="System.String Test()">
14789         <size>22</size>
14790       </method>
14791     </type>
14792     <type name="C">
14793       <method name="Int32 Main()">
14794         <size>36</size>
14795       </method>
14796       <method name="Void .ctor()">
14797         <size>7</size>
14798       </method>
14799     </type>
14800   </test>
14801   <test name="gtest-457.cs">
14802     <type name="Program">
14803       <method name="Void Foo[T]()">
14804         <size>1</size>
14805       </method>
14806       <method name="Int32 Main()">
14807         <size>2</size>
14808       </method>
14809       <method name="Void .ctor()">
14810         <size>7</size>
14811       </method>
14812     </type>
14813     <type name="Program+C">
14814       <method name="Void .ctor()">
14815         <size>7</size>
14816       </method>
14817     </type>
14818   </test>
14819   <test name="gtest-458.cs">
14820     <type name="MyList`1[T]">
14821       <method name="MyList`1+Helper`2[T,U,V] GetHelper[U,V]()">
14822         <size>2</size>
14823       </method>
14824       <method name="Void .ctor()">
14825         <size>7</size>
14826       </method>
14827     </type>
14828     <type name="MyList`1+Helper`2[T,U,V]">
14829       <method name="Void .ctor()">
14830         <size>7</size>
14831       </method>
14832     </type>
14833     <type name="C">
14834       <method name="Int32 Main()">
14835         <size>13</size>
14836       </method>
14837       <method name="Void .ctor()">
14838         <size>7</size>
14839       </method>
14840     </type>
14841   </test>
14842   <test name="gtest-459.cs">
14843     <type name="GenericTest.OuterGeneric`1[T]">
14844       <method name="Void .ctor()">
14845         <size>7</size>
14846       </method>
14847     </type>
14848     <type name="GenericTest.OuterGeneric`1+InnerGeneric`1[T,U]">
14849       <method name="System.String GetTypeNames()">
14850         <size>41</size>
14851       </method>
14852       <method name="Void .ctor()">
14853         <size>7</size>
14854       </method>
14855     </type>
14856     <type name="GenericTest.Program">
14857       <method name="Int32 Main()">
14858         <size>14</size>
14859       </method>
14860       <method name="Void .ctor()">
14861         <size>7</size>
14862       </method>
14863     </type>
14864   </test>
14865   <test name="gtest-460.cs">
14866     <type name="Foo`1[T]">
14867       <method name="Void .ctor()">
14868         <size>7</size>
14869       </method>
14870     </type>
14871     <type name="Foo`1+Bar`1[T,V]">
14872       <method name="Void .ctor()">
14873         <size>7</size>
14874       </method>
14875     </type>
14876     <type name="FooImpl">
14877       <method name="Int32 Main()">
14878         <size>8</size>
14879       </method>
14880       <method name="Void .ctor()">
14881         <size>7</size>
14882       </method>
14883     </type>
14884     <type name="FooImpl+BarImpl">
14885       <method name="Void .ctor()">
14886         <size>7</size>
14887       </method>
14888     </type>
14889   </test>
14890   <test name="gtest-461.cs">
14891     <type name="Test.BaseContext">
14892       <method name="Void .ctor()">
14893         <size>7</size>
14894       </method>
14895     </type>
14896     <type name="Test.MyDataContext">
14897       <method name="Void .ctor()">
14898         <size>7</size>
14899       </method>
14900     </type>
14901     <type name="Test.Entity`1[T]">
14902       <method name="Void .ctor()">
14903         <size>7</size>
14904       </method>
14905     </type>
14906     <type name="Test.Person">
14907       <method name="Void .ctor()">
14908         <size>7</size>
14909       </method>
14910     </type>
14911     <type name="Test.TheBox`1[T]">
14912       <method name="U GetById[U](Guid)">
14913         <size>7</size>
14914       </method>
14915       <method name="Void .ctor()">
14916         <size>7</size>
14917       </method>
14918     </type>
14919     <type name="Test.Program">
14920       <method name="Void Main()">
14921         <size>19</size>
14922       </method>
14923       <method name="Void .ctor()">
14924         <size>7</size>
14925       </method>
14926     </type>
14927   </test>
14928   <test name="gtest-462.cs">
14929     <type name="Program">
14930       <method name="Int32 Main()">
14931         <size>79</size>
14932       </method>
14933       <method name="Void .ctor()">
14934         <size>7</size>
14935       </method>
14936     </type>
14937     <type name="Program+Tester`1[T]">
14938       <method name="T Get(System.Object)">
14939         <size>30</size>
14940       </method>
14941       <method name="Void .ctor()">
14942         <size>7</size>
14943       </method>
14944     </type>
14945   </test>
14946   <test name="gtest-463.cs">
14947     <type name="STuple`1[Ta]">
14948       <method name="Void .ctor(Ta)">
14949         <size>8</size>
14950       </method>
14951     </type>
14952     <type name="C">
14953       <method name="Int32 Main()">
14954         <size>10</size>
14955       </method>
14956       <method name="Void .ctor()">
14957         <size>7</size>
14958       </method>
14959     </type>
14960   </test>
14961   <test name="gtest-464.cs">
14962     <type name="Test">
14963       <method name="Int32 Main()">
14964         <size>28</size>
14965       </method>
14966       <method name="Void .ctor()">
14967         <size>7</size>
14968       </method>
14969     </type>
14970   </test>
14971   <test name="gtest-465.cs">
14972     <type name="DerivedClass">
14973       <method name="Void GenericMethod_1[T]()">
14974         <size>1</size>
14975       </method>
14976       <method name="Void GenericMethod_2[T]()">
14977         <size>1</size>
14978       </method>
14979       <method name="Void GenericMethod_3[T]()">
14980         <size>1</size>
14981       </method>
14982       <method name="Void .ctor()">
14983         <size>7</size>
14984       </method>
14985     </type>
14986     <type name="Program">
14987       <method name="Int32 Main()">
14988         <size>8</size>
14989       </method>
14990       <method name="Void .ctor()">
14991         <size>7</size>
14992       </method>
14993     </type>
14994   </test>
14995   <test name="gtest-466.cs">
14996     <type name="Program">
14997       <method name="Boolean Test[T](T)">
14998         <size>10</size>
14999       </method>
15000       <method name="Int32 Main()">
15001         <size>40</size>
15002       </method>
15003       <method name="Void .ctor()">
15004         <size>7</size>
15005       </method>
15006     </type>
15007   </test>
15008   <test name="gtest-467.cs">
15009     <type name="S">
15010       <method name="Int32 Main()">
15011         <size>79</size>
15012       </method>
15013     </type>
15014     <type name="A">
15015       <method name="A op_Implicit(S)">
15016         <size>6</size>
15017       </method>
15018       <method name="Void .ctor()">
15019         <size>7</size>
15020       </method>
15021     </type>
15022     <type name="B">
15023       <method name="Void .ctor()">
15024         <size>7</size>
15025       </method>
15026     </type>
15027   </test>
15028   <test name="gtest-468.cs">
15029     <type name="TS">
15030       <method name="Nullable`1 get_v()">
15031         <size>7</size>
15032       </method>
15033       <method name="Int32 Main()">
15034         <size>43</size>
15035       </method>
15036       <method name="Nullable`1 op_Implicit(TS)">
15037         <size>7</size>
15038       </method>
15039       <method name="TS op_Implicit(Nullable`1)">
15040         <size>2</size>
15041       </method>
15042       <method name="Void .ctor()">
15043         <size>7</size>
15044       </method>
15045     </type>
15046   </test>
15047   <test name="gtest-469.cs">
15048     <type name="Foo`2[T1,T2]">
15049       <method name="Void .ctor(T2)">
15050         <size>7</size>
15051       </method>
15052     </type>
15053     <type name="Bar">
15054       <method name="Int32 Main()">
15055         <size>13</size>
15056       </method>
15057       <method name="Void .ctor()">
15058         <size>7</size>
15059       </method>
15060     </type>
15061   </test>
15062   <test name="gtest-470.cs">
15063     <type name="C">
15064       <method name="Void Main()">
15065         <size>13</size>
15066       </method>
15067       <method name="Void .ctor()">
15068         <size>7</size>
15069       </method>
15070     </type>
15071   </test>
15072   <test name="gtest-471.cs">
15073     <type name="Q">
15074       <method name="Void bar[T](T ByRef)">
15075         <size>16</size>
15076       </method>
15077       <method name="Int32 Main()">
15078         <size>11</size>
15079       </method>
15080       <method name="Void .ctor()">
15081         <size>7</size>
15082       </method>
15083     </type>
15084   </test>
15085   <test name="gtest-472.cs">
15086     <type name="C`1[T]">
15087       <method name="Void CopyUnsafe(T[], System.Int64[])">
15088         <size>1</size>
15089       </method>
15090       <method name="Boolean CopyUnsafe(T[], Int64)">
15091         <size>2</size>
15092       </method>
15093       <method name="Void CopyUnsafe(T[])">
15094         <size>11</size>
15095       </method>
15096       <method name="Void .ctor()">
15097         <size>7</size>
15098       </method>
15099     </type>
15100     <type name="A">
15101       <method name="Void Main()">
15102         <size>1</size>
15103       </method>
15104       <method name="Void .ctor()">
15105         <size>7</size>
15106       </method>
15107     </type>
15108   </test>
15109   <test name="gtest-473.cs">
15110     <type name="A`1[X]">
15111       <method name="Void Foo[T]()">
15112         <size>1</size>
15113       </method>
15114       <method name="Void .ctor()">
15115         <size>7</size>
15116       </method>
15117     </type>
15118     <type name="B">
15119       <method name="Void Foo[T]()">
15120         <size>1</size>
15121       </method>
15122       <method name="Void .ctor()">
15123         <size>7</size>
15124       </method>
15125     </type>
15126     <type name="C">
15127       <method name="Int32 Main()">
15128         <size>8</size>
15129       </method>
15130       <method name="Void .ctor()">
15131         <size>7</size>
15132       </method>
15133     </type>
15134   </test>
15135   <test name="gtest-474.cs">
15136     <type name="A`1[X]">
15137       <method name="Void .ctor()">
15138         <size>7</size>
15139       </method>
15140     </type>
15141     <type name="B`1[T]">
15142       <method name="Void .ctor()">
15143         <size>7</size>
15144       </method>
15145     </type>
15146     <type name="C">
15147       <method name="Void Main()">
15148         <size>7</size>
15149       </method>
15150       <method name="Void .ctor()">
15151         <size>7</size>
15152       </method>
15153     </type>
15154   </test>
15155   <test name="gtest-475.cs">
15156     <type name="Value`1[T]">
15157       <method name="Void .ctor()">
15158         <size>7</size>
15159       </method>
15160       <method name="Void .cctor()">
15161         <size>1</size>
15162       </method>
15163     </type>
15164     <type name="Test`2[T,U]">
15165       <method name="Value`1[T] get_Value()">
15166         <size>2</size>
15167       </method>
15168       <method name="Void .ctor()">
15169         <size>7</size>
15170       </method>
15171     </type>
15172     <type name="Test`2+B[T,U]">
15173       <method name="Void .ctor(Value`1)">
15174         <size>7</size>
15175       </method>
15176       <method name="Void .cctor()">
15177         <size>16</size>
15178       </method>
15179     </type>
15180     <type name="C">
15181       <method name="Void Main()">
15182         <size>7</size>
15183       </method>
15184       <method name="Void .ctor()">
15185         <size>7</size>
15186       </method>
15187     </type>
15188   </test>
15189   <test name="gtest-476.cs">
15190     <type name="Test`1[T]">
15191       <method name="B First()">
15192         <size>10</size>
15193       </method>
15194       <method name="IFoo Second()">
15195         <size>15</size>
15196       </method>
15197       <method name="Void .ctor()">
15198         <size>7</size>
15199       </method>
15200     </type>
15201     <type name="C">
15202       <method name="Void Main()">
15203         <size>1</size>
15204       </method>
15205       <method name="Void .ctor()">
15206         <size>7</size>
15207       </method>
15208     </type>
15209   </test>
15210   <test name="gtest-477.cs">
15211     <type name="B`1[T]">
15212       <method name="Void .ctor()">
15213         <size>7</size>
15214       </method>
15215     </type>
15216     <type name="B`1+BNested[T]">
15217       <method name="Void .ctor()">
15218         <size>7</size>
15219       </method>
15220     </type>
15221     <type name="A`1[T]">
15222       <method name="Void .ctor()">
15223         <size>7</size>
15224       </method>
15225     </type>
15226     <type name="AA`1[T]">
15227       <method name="Void .ctor()">
15228         <size>7</size>
15229       </method>
15230     </type>
15231     <type name="AA`1+ANested[T]">
15232       <method name="Void .ctor()">
15233         <size>7</size>
15234       </method>
15235     </type>
15236     <type name="M">
15237       <method name="Void Main()">
15238         <size>1</size>
15239       </method>
15240       <method name="Void .ctor()">
15241         <size>7</size>
15242       </method>
15243     </type>
15244   </test>
15245   <test name="gtest-478.cs">
15246     <type name="M">
15247       <method name="Void Foo()">
15248         <size>1</size>
15249       </method>
15250       <method name="Void GenFoo()">
15251         <size>1</size>
15252       </method>
15253       <method name="Void Main()">
15254         <size>13</size>
15255       </method>
15256       <method name="Void .ctor()">
15257         <size>7</size>
15258       </method>
15259     </type>
15260   </test>
15261   <test name="gtest-479.cs">
15262     <type name="A">
15263       <method name="Void .ctor()">
15264         <size>7</size>
15265       </method>
15266     </type>
15267     <type name="B">
15268       <method name="Void .ctor()">
15269         <size>7</size>
15270       </method>
15271     </type>
15272     <type name="M">
15273       <method name="Void Test[T](I`1)">
15274         <size>1</size>
15275       </method>
15276       <method name="Void Main()">
15277         <size>21</size>
15278       </method>
15279       <method name="Void .ctor()">
15280         <size>7</size>
15281       </method>
15282     </type>
15283   </test>
15284   <test name="gtest-480.cs">
15285     <type name="C">
15286       <method name="Void Foo()">
15287         <size>57</size>
15288       </method>
15289       <method name="Void Main()">
15290         <size>30</size>
15291       </method>
15292       <method name="Void .ctor()">
15293         <size>7</size>
15294       </method>
15295     </type>
15296   </test>
15297   <test name="gtest-481.cs">
15298     <type name="TestClass`1[T]">
15299       <method name="Void Add(T[][] ByRef)">
15300         <size>1</size>
15301       </method>
15302       <method name="Void .ctor(Int32)">
15303         <size>18</size>
15304       </method>
15305     </type>
15306     <type name="C">
15307       <method name="Void Main()">
15308         <size>8</size>
15309       </method>
15310       <method name="Void .ctor()">
15311         <size>7</size>
15312       </method>
15313     </type>
15314   </test>
15315   <test name="gtest-482.cs">
15316     <type name="TestBug.BugClass`1[T]">
15317       <method name="Void add_Evt(System.EventHandler)">
15318         <size>1</size>
15319       </method>
15320       <method name="Void remove_Evt(System.EventHandler)">
15321         <size>1</size>
15322       </method>
15323       <method name="Void Bug()">
15324         <size>19</size>
15325       </method>
15326       <method name="Void Handler(System.Object, System.EventArgs)">
15327         <size>1</size>
15328       </method>
15329       <method name="Void .ctor()">
15330         <size>7</size>
15331       </method>
15332     </type>
15333     <type name="TestBug.MainClass">
15334       <method name="Void Main()">
15335         <size>25</size>
15336       </method>
15337       <method name="Void .ctor()">
15338         <size>7</size>
15339       </method>
15340     </type>
15341   </test>
15342   <test name="gtest-483.cs">
15343     <type name="Program">
15344       <method name="Int32 Main()">
15345         <size>86</size>
15346       </method>
15347       <method name="Void ReplaceContentsWith[T](T, T)">
15348         <size>95</size>
15349       </method>
15350       <method name="Void .ctor()">
15351         <size>7</size>
15352       </method>
15353     </type>
15354     <type name="Int32Collection">
15355       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
15356         <size>17</size>
15357       </method>
15358       <method name="Int32 get_Count()">
15359         <size>12</size>
15360       </method>
15361       <method name="Int32 get_Item(Int32)">
15362         <size>13</size>
15363       </method>
15364       <method name="Void set_Item(Int32, Int32)">
15365         <size>14</size>
15366       </method>
15367       <method name="Void Add(Int32)">
15368         <size>13</size>
15369       </method>
15370       <method name="Void Clear()">
15371         <size>12</size>
15372       </method>
15373       <method name="Void .ctor()">
15374         <size>18</size>
15375       </method>
15376     </type>
15377   </test>
15378   <test name="gtest-484.cs">
15379     <type name="MainClass">
15380       <method name="Void Foo(System.Action`1[MainClass][][])">
15381         <size>1</size>
15382       </method>
15383       <method name="System.Action`1[MainClass][] Set(System.Action`1[MainClass][])">
15384         <size>2</size>
15385       </method>
15386       <method name="Void Bar(MainClass)">
15387         <size>1</size>
15388       </method>
15389       <method name="Void Main(System.String[])">
15390         <size>100</size>
15391       </method>
15392       <method name="Void .ctor()">
15393         <size>7</size>
15394       </method>
15395     </type>
15396   </test>
15397   <test name="gtest-485.cs">
15398     <type name="C">
15399       <method name="Void Main()">
15400         <size>1</size>
15401       </method>
15402       <method name="Void .ctor()">
15403         <size>7</size>
15404       </method>
15405     </type>
15406   </test>
15407   <test name="gtest-486.cs">
15408     <type name="MyCollection`1[T]">
15409       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
15410         <size>2</size>
15411       </method>
15412       <method name="Void AddRange(IMyCollection`1)">
15413         <size>1</size>
15414       </method>
15415       <method name="Void AddRange(IEnumerable`1)">
15416         <size>1</size>
15417       </method>
15418       <method name="Int32 get_Count()">
15419         <size>2</size>
15420       </method>
15421       <method name="Boolean get_IsReadOnly()">
15422         <size>2</size>
15423       </method>
15424       <method name="Void Add(T)">
15425         <size>1</size>
15426       </method>
15427       <method name="Void Clear()">
15428         <size>1</size>
15429       </method>
15430       <method name="Boolean Contains(T)">
15431         <size>2</size>
15432       </method>
15433       <method name="Void CopyTo(T[], Int32)">
15434         <size>1</size>
15435       </method>
15436       <method name="Boolean Remove(T)">
15437         <size>2</size>
15438       </method>
15439       <method name="IEnumerator`1 GetEnumerator()">
15440         <size>2</size>
15441       </method>
15442       <method name="Void .ctor()">
15443         <size>7</size>
15444       </method>
15445     </type>
15446     <type name="P">
15447       <method name="MyCollection`1[System.String] get_IgnoreTokens()">
15448         <size>36</size>
15449       </method>
15450       <method name="Void Main()">
15451         <size>1</size>
15452       </method>
15453       <method name="Void .ctor()">
15454         <size>7</size>
15455       </method>
15456       <method name="Void .cctor()">
15457         <size>21</size>
15458       </method>
15459     </type>
15460   </test>
15461   <test name="gtest-487.cs">
15462     <type name="Limada.MonoTests.Generics.MultiDictionary`3[K,V,TDictionary]">
15463       <method name="Void .ctor()">
15464         <size>7</size>
15465       </method>
15466     </type>
15467     <type name="Limada.MonoTests.Generics.Test">
15468       <method name="Void Main()">
15469         <size>7</size>
15470       </method>
15471       <method name="Void .ctor()">
15472         <size>7</size>
15473       </method>
15474     </type>
15475   </test>
15476   <test name="gtest-488.cs">
15477     <type name="Ref">
15478       <method name="Void .ctor()">
15479         <size>7</size>
15480       </method>
15481     </type>
15482     <type name="Def">
15483       <method name="Void .ctor()">
15484         <size>7</size>
15485       </method>
15486     </type>
15487     <type name="FooProcessor`1[T]">
15488       <method name="Void Attach(T, Def)">
15489         <size>15</size>
15490       </method>
15491       <method name="Void .ctor()">
15492         <size>7</size>
15493       </method>
15494     </type>
15495     <type name="Program">
15496       <method name="Void Main()">
15497         <size>1</size>
15498       </method>
15499       <method name="Void .ctor()">
15500         <size>7</size>
15501       </method>
15502     </type>
15503   </test>
15504   <test name="gtest-489.cs">
15505     <type name="sample">
15506       <method name="TValue Value[TKey,TValue]()">
15507         <size>0</size>
15508       </method>
15509       <method name="Void Main()">
15510         <size>1</size>
15511       </method>
15512       <method name="Void .ctor()">
15513         <size>7</size>
15514       </method>
15515     </type>
15516     <type name="sample+nested`1[T]">
15517       <method name="TValue Value[TKey,TValue]()">
15518         <size>6</size>
15519       </method>
15520       <method name="Void .ctor()">
15521         <size>7</size>
15522       </method>
15523     </type>
15524   </test>
15525   <test name="gtest-490.cs">
15526     <type name="Foo">
15527       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
15528         <size>17</size>
15529       </method>
15530       <method name="IEnumerator GetEnumerator()">
15531         <size>17</size>
15532       </method>
15533       <method name="Void Main()">
15534         <size>1</size>
15535       </method>
15536       <method name="Void .ctor()">
15537         <size>18</size>
15538       </method>
15539     </type>
15540   </test>
15541   <test name="gtest-491.cs">
15542     <type name="ArrayEqualityComparer`1[T]">
15543       <method name="Boolean Equals(T[], T[])">
15544         <size>2</size>
15545       </method>
15546       <method name="Int32 GetHashCode(T[])">
15547         <size>2</size>
15548       </method>
15549       <method name="Void .ctor()">
15550         <size>7</size>
15551       </method>
15552     </type>
15553     <type name="Program">
15554       <method name="Int32 Main()">
15555         <size>13</size>
15556       </method>
15557       <method name="Void .ctor()">
15558         <size>7</size>
15559       </method>
15560     </type>
15561   </test>
15562   <test name="gtest-492.cs">
15563     <type name="B`1[T]">
15564       <method name="Void .ctor()">
15565         <size>7</size>
15566       </method>
15567     </type>
15568     <type name="A`1[T]">
15569       <method name="Void .ctor()">
15570         <size>7</size>
15571       </method>
15572     </type>
15573     <type name="A`1+C[T]">
15574       <method name="Void .ctor()">
15575         <size>7</size>
15576       </method>
15577     </type>
15578     <type name="M">
15579       <method name="Void Main()">
15580         <size>1</size>
15581       </method>
15582       <method name="Void .ctor()">
15583         <size>7</size>
15584       </method>
15585     </type>
15586   </test>
15587   <test name="gtest-493.cs">
15588     <type name="MonoGenericIteratorTest.MyType">
15589       <method name="Void .ctor()">
15590         <size>7</size>
15591       </method>
15592     </type>
15593     <type name="MonoGenericIteratorTest.MyCollectionBase`1[T]">
15594       <method name="IEnumerator GetEnumerator()">
15595         <size>17</size>
15596       </method>
15597       <method name="Void .ctor()">
15598         <size>7</size>
15599       </method>
15600     </type>
15601     <type name="MonoGenericIteratorTest.MyCollection">
15602       <method name="Void .ctor()">
15603         <size>7</size>
15604       </method>
15605     </type>
15606     <type name="MonoGenericIteratorTest.MainClass">
15607       <method name="Void Main(System.String[])">
15608         <size>77</size>
15609       </method>
15610       <method name="Void .ctor()">
15611         <size>7</size>
15612       </method>
15613     </type>
15614   </test>
15615   <test name="gtest-494.cs">
15616     <type name="Grid`1[CT]">
15617       <method name="Void .ctor()">
15618         <size>7</size>
15619       </method>
15620     </type>
15621     <type name="Grid`1+GPD[CT]">
15622       <method name="Void .ctor()">
15623         <size>18</size>
15624       </method>
15625     </type>
15626     <type name="Grid`1+GPD+GC[CT]">
15627       <method name="Void .ctor()">
15628         <size>7</size>
15629       </method>
15630     </type>
15631     <type name="H">
15632       <method name="Void .ctor()">
15633         <size>7</size>
15634       </method>
15635     </type>
15636     <type name="H+MyCT">
15637       <method name="Void .ctor()">
15638         <size>7</size>
15639       </method>
15640     </type>
15641     <type name="TheTest">
15642       <method name="Void Main(System.String[])">
15643         <size>7</size>
15644       </method>
15645       <method name="Void .ctor()">
15646         <size>7</size>
15647       </method>
15648     </type>
15649   </test>
15650   <test name="gtest-495.cs">
15651     <type name="Repro">
15652       <method name="Void Main()">
15653         <size>12</size>
15654       </method>
15655       <method name="Void .ctor()">
15656         <size>7</size>
15657       </method>
15658     </type>
15659     <type name="Repro+Outer">
15660       <method name="Void .ctor()">
15661         <size>7</size>
15662       </method>
15663     </type>
15664     <type name="Repro+Outer+Inner`1[T]">
15665       <method name="Void .ctor()">
15666         <size>7</size>
15667       </method>
15668     </type>
15669   </test>
15670   <test name="gtest-496.cs">
15671     <type name="Base">
15672       <method name="T EndExecute[T](System.Object, System.String)">
15673         <size>7</size>
15674       </method>
15675       <method name="Void .ctor()">
15676         <size>7</size>
15677       </method>
15678     </type>
15679     <type name="Derived">
15680       <method name="Derived EndExecute[TElement](System.Object)">
15681         <size>2</size>
15682       </method>
15683       <method name="Void .ctor()">
15684         <size>7</size>
15685       </method>
15686     </type>
15687     <type name="a">
15688       <method name="Int32 Main()">
15689         <size>14</size>
15690       </method>
15691       <method name="Void .ctor()">
15692         <size>7</size>
15693       </method>
15694     </type>
15695   </test>
15696   <test name="gtest-497.cs">
15697     <type name="Item">
15698       <method name="Void .ctor()">
15699         <size>7</size>
15700       </method>
15701     </type>
15702     <type name="ItemCollection`1[T]">
15703       <method name="Void Bind[U](ItemCollection`1[U])">
15704         <size>1</size>
15705       </method>
15706       <method name="Void .ctor()">
15707         <size>7</size>
15708       </method>
15709     </type>
15710     <type name="a">
15711       <method name="Void Main()">
15712         <size>14</size>
15713       </method>
15714       <method name="Void .ctor()">
15715         <size>7</size>
15716       </method>
15717     </type>
15718   </test>
15719   <test name="gtest-498.cs">
15720     <type name="A">
15721       <method name="Int32 Main()">
15722         <size>16</size>
15723       </method>
15724       <method name="Void .ctor()">
15725         <size>15</size>
15726       </method>
15727     </type>
15728   </test>
15729   <test name="gtest-499.cs">
15730     <type name="C">
15731       <method name="Int32 Test[T](T[])">
15732         <size>21</size>
15733       </method>
15734       <method name="Int32 TestExtra[T](T[,])">
15735         <size>22</size>
15736       </method>
15737       <method name="Int32 Main()">
15738         <size>118</size>
15739       </method>
15740       <method name="Void .ctor()">
15741         <size>7</size>
15742       </method>
15743     </type>
15744   </test>
15745   <test name="gtest-500.cs">
15746     <type name="Program">
15747       <method name="Int32 Main()">
15748         <size>85</size>
15749       </method>
15750       <method name="Void .ctor()">
15751         <size>7</size>
15752       </method>
15753     </type>
15754   </test>
15755   <test name="gtest-501.cs">
15756     <type name="UndoableDictionary`2[TKey,TValue]">
15757       <method name="Void TestFunc()">
15758         <size>1</size>
15759       </method>
15760       <method name="Void .ctor()">
15761         <size>7</size>
15762       </method>
15763     </type>
15764     <type name="UpdateableCollection`1[T]">
15765       <method name="Void AddReferences()">
15766         <size>1</size>
15767       </method>
15768       <method name="Void TestFunc()">
15769         <size>1</size>
15770       </method>
15771       <method name="Void .ctor()">
15772         <size>7</size>
15773       </method>
15774     </type>
15775     <type name="UpdateableCollection`1+X[T]">
15776       <method name="Void .ctor()">
15777         <size>7</size>
15778       </method>
15779     </type>
15780     <type name="C">
15781       <method name="Int32 Main()">
15782         <size>8</size>
15783       </method>
15784       <method name="Void .ctor()">
15785         <size>7</size>
15786       </method>
15787     </type>
15788   </test>
15789   <test name="gtest-502.cs">
15790     <type name="C`1[T]">
15791       <method name="Void .ctor()">
15792         <size>7</size>
15793       </method>
15794       <method name="Void .cctor()">
15795         <size>31</size>
15796       </method>
15797     </type>
15798     <type name="C`1+Foo`1[T,U]">
15799       <method name="Void .ctor()">
15800         <size>7</size>
15801       </method>
15802     </type>
15803     <type name="C`1+Simple[T]">
15804       <method name="Void .ctor()">
15805         <size>7</size>
15806       </method>
15807     </type>
15808     <type name="M">
15809       <method name="Void .ctor()">
15810         <size>7</size>
15811       </method>
15812     </type>
15813     <type name="A">
15814       <method name="Void .ctor()">
15815         <size>7</size>
15816       </method>
15817     </type>
15818     <type name="A+N`1[T]">
15819       <method name="Void .ctor()">
15820         <size>7</size>
15821       </method>
15822     </type>
15823     <type name="M">
15824       <method name="Int32 Main()">
15825         <size>40</size>
15826       </method>
15827     </type>
15828   </test>
15829   <test name="gtest-503.cs">
15830     <type name="TestAttribute">
15831       <method name="Void .ctor(Type)">
15832         <size>7</size>
15833       </method>
15834     </type>
15835     <type name="C`1[T]">
15836       <method name="Void .ctor()">
15837         <size>7</size>
15838       </method>
15839     </type>
15840     <type name="C`1+N`1[T,U]">
15841       <method name="Void .ctor()">
15842         <size>7</size>
15843       </method>
15844     </type>
15845     <type name="A">
15846       <method name="Int32 Main()">
15847         <size>28</size>
15848       </method>
15849       <method name="Void .ctor()">
15850         <size>7</size>
15851       </method>
15852     </type>
15853   </test>
15854   <test name="gtest-504.cs">
15855     <type name="C">
15856       <method name="Void Main()">
15857         <size>1</size>
15858       </method>
15859       <method name="Void .ctor()">
15860         <size>7</size>
15861       </method>
15862     </type>
15863   </test>
15864   <test name="gtest-505.cs">
15865     <type name="C">
15866       <method name="Int32 Test(System.Collections.Generic.List`1[System.Int32])">
15867         <size>3</size>
15868       </method>
15869       <method name="Int32 Test(System.String)">
15870         <size>3</size>
15871       </method>
15872       <method name="Int32 Test(Int32)">
15873         <size>2</size>
15874       </method>
15875       <method name="R Method[T,R](IEnumerable`1, System.Func`2[T,R])">
15876         <size>16</size>
15877       </method>
15878       <method name="R Method2[T,R](IEnumerable`1, System.Func`2[System.Collections.Generic.List`1[T],R])">
15879         <size>8</size>
15880       </method>
15881       <method name="Int32 Main()">
15882         <size>73</size>
15883       </method>
15884       <method name="Void .ctor()">
15885         <size>7</size>
15886       </method>
15887     </type>
15888   </test>
15889   <test name="gtest-506.cs">
15890     <type name="C">
15891       <method name="Void Main()">
15892         <size>9</size>
15893       </method>
15894       <method name="Void .ctor()">
15895         <size>7</size>
15896       </method>
15897     </type>
15898   </test>
15899   <test name="gtest-507.cs">
15900     <type name="A">
15901       <method name="Int32 Main()">
15902         <size>26</size>
15903       </method>
15904       <method name="Void .ctor()">
15905         <size>7</size>
15906       </method>
15907     </type>
15908     <type name="B`1[T]">
15909       <method name="Int32 get_Item(T)">
15910         <size>2</size>
15911       </method>
15912       <method name="Int32 get_Item(System.Object)">
15913         <size>2</size>
15914       </method>
15915       <method name="Void .ctor()">
15916         <size>7</size>
15917       </method>
15918     </type>
15919   </test>
15920   <test name="gtest-508.cs">
15921     <type name="B">
15922       <method name="Void Main()">
15923         <size>8</size>
15924       </method>
15925       <method name="Void .ctor(Int32)">
15926         <size>8</size>
15927       </method>
15928     </type>
15929     <type name="A`1[T]">
15930       <method name="Void .ctor(T)">
15931         <size>7</size>
15932       </method>
15933     </type>
15934   </test>
15935   <test name="gtest-509.cs">
15936     <type name="Test.Foo">
15937       <method name="Void .ctor()">
15938         <size>7</size>
15939       </method>
15940     </type>
15941     <type name="Test.TestClass">
15942       <method name="T Test.IBase.Get[T](System.Object)">
15943         <size>10</size>
15944       </method>
15945       <method name="T Get[T](System.Object)">
15946         <size>10</size>
15947       </method>
15948       <method name="Void Main(System.String[])">
15949         <size>17</size>
15950       </method>
15951       <method name="Void .ctor()">
15952         <size>7</size>
15953       </method>
15954     </type>
15955   </test>
15956   <test name="gtest-510.cs">
15957     <type name="CA`2[U,V]">
15958       <method name="Void .ctor()">
15959         <size>7</size>
15960       </method>
15961     </type>
15962     <type name="Map`2[K,T]">
15963       <method name="Void .ctor()">
15964         <size>7</size>
15965       </method>
15966     </type>
15967     <type name="S">
15968       <method name="Void Main()">
15969         <size>7</size>
15970       </method>
15971       <method name="Void .ctor()">
15972         <size>7</size>
15973       </method>
15974     </type>
15975   </test>
15976   <test name="gtest-511.cs">
15977     <type name="A`1[T]">
15978       <method name="Void .ctor()">
15979         <size>7</size>
15980       </method>
15981     </type>
15982     <type name="C">
15983       <method name="Void Foo[T](A`1[T])">
15984         <size>1</size>
15985       </method>
15986       <method name="Void .ctor()">
15987         <size>7</size>
15988       </method>
15989     </type>
15990     <type name="D">
15991       <method name="Void Foo[T](A`1[T])">
15992         <size>1</size>
15993       </method>
15994       <method name="Int32 Main()">
15995         <size>81</size>
15996       </method>
15997       <method name="Void .ctor()">
15998         <size>7</size>
15999       </method>
16000     </type>
16001   </test>
16002   <test name="gtest-512.cs">
16003     <type name="C">
16004       <method name="Void Main()">
16005         <size>5</size>
16006       </method>
16007       <method name="Void .ctor()">
16008         <size>7</size>
16009       </method>
16010     </type>
16011   </test>
16012   <test name="gtest-513.cs">
16013     <type name="S">
16014       <method name="Void System.IDisposable.Dispose()">
16015         <size>13</size>
16016       </method>
16017       <method name="Void Dispose()">
16018         <size>6</size>
16019       </method>
16020     </type>
16021     <type name="C">
16022       <method name="Void System.IDisposable.Dispose()">
16023         <size>1</size>
16024       </method>
16025       <method name="Void Dispose()">
16026         <size>6</size>
16027       </method>
16028       <method name="Void .ctor()">
16029         <size>7</size>
16030       </method>
16031     </type>
16032     <type name="Test">
16033       <method name="Int32 Main()">
16034         <size>154</size>
16035       </method>
16036       <method name="Void GenMethod[T](T)">
16037         <size>33</size>
16038       </method>
16039       <method name="Void .ctor()">
16040         <size>7</size>
16041       </method>
16042     </type>
16043   </test>
16044   <test name="gtest-514.cs">
16045     <type name="test2.Test`3[T,U,V]">
16046       <method name="Void Method()">
16047         <size>127</size>
16048       </method>
16049       <method name="Void .ctor()">
16050         <size>7</size>
16051       </method>
16052     </type>
16053     <type name="test2.MainClass">
16054       <method name="Void Dispose()">
16055         <size>1</size>
16056       </method>
16057       <method name="Void Main()">
16058         <size>11</size>
16059       </method>
16060       <method name="Void .ctor()">
16061         <size>7</size>
16062       </method>
16063     </type>
16064   </test>
16065   <test name="gtest-515.cs">
16066     <type name="A">
16067       <method name="I`1 Foo[T]()">
16068         <size>2</size>
16069       </method>
16070       <method name="Void .ctor()">
16071         <size>7</size>
16072       </method>
16073     </type>
16074     <type name="AA">
16075       <method name="I`1 Foo[V]()">
16076         <size>7</size>
16077       </method>
16078       <method name="Void .ctor()">
16079         <size>7</size>
16080       </method>
16081     </type>
16082     <type name="B">
16083       <method name="Void Dispose()">
16084         <size>1</size>
16085       </method>
16086       <method name="I`1 Foo[R]()">
16087         <size>7</size>
16088       </method>
16089       <method name="Void Main()">
16090         <size>12</size>
16091       </method>
16092       <method name="Void .ctor()">
16093         <size>7</size>
16094       </method>
16095     </type>
16096   </test>
16097   <test name="gtest-516.cs">
16098     <type name="B">
16099       <method name="Void Foo()">
16100         <size>15</size>
16101       </method>
16102       <method name="Void Main()">
16103         <size>1</size>
16104       </method>
16105       <method name="Void .ctor()">
16106         <size>7</size>
16107       </method>
16108     </type>
16109   </test>
16110   <test name="gtest-517.cs">
16111     <type name="C">
16112       <method name="Void .ctor()">
16113         <size>7</size>
16114       </method>
16115     </type>
16116     <type name="G`1[T]">
16117       <method name="Void .ctor()">
16118         <size>7</size>
16119       </method>
16120     </type>
16121     <type name="Test`1[U]">
16122       <method name="Void .ctor()">
16123         <size>7</size>
16124       </method>
16125     </type>
16126     <type name="M">
16127       <method name="Void Main()">
16128         <size>1</size>
16129       </method>
16130       <method name="Void .ctor()">
16131         <size>7</size>
16132       </method>
16133     </type>
16134   </test>
16135   <test name="gtest-518.cs">
16136     <type name="Top`1[X]">
16137       <method name="Void .ctor()">
16138         <size>7</size>
16139       </method>
16140     </type>
16141     <type name="Top`1+C[X]">
16142       <method name="Void .ctor()">
16143         <size>7</size>
16144       </method>
16145     </type>
16146     <type name="M">
16147       <method name="Int32 Main()">
16148         <size>2</size>
16149       </method>
16150       <method name="Void .ctor()">
16151         <size>7</size>
16152       </method>
16153     </type>
16154   </test>
16155   <test name="gtest-519.cs">
16156     <type name="G`1[T]">
16157       <method name="Void .ctor()">
16158         <size>7</size>
16159       </method>
16160     </type>
16161     <type name="A">
16162       <method name="Void Foo[U]()">
16163         <size>1</size>
16164       </method>
16165       <method name="Void Main()">
16166         <size>1</size>
16167       </method>
16168       <method name="Void .ctor()">
16169         <size>7</size>
16170       </method>
16171     </type>
16172   </test>
16173   <test name="gtest-520.cs">
16174     <type name="A">
16175       <method name="Void Method()">
16176         <size>1</size>
16177       </method>
16178       <method name="Void .ctor()">
16179         <size>7</size>
16180       </method>
16181     </type>
16182     <type name="C">
16183       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16184         <size>6</size>
16185       </method>
16186       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;A&gt;.GetEnumerator()">
16187         <size>16</size>
16188       </method>
16189       <method name="Void .ctor()">
16190         <size>7</size>
16191       </method>
16192     </type>
16193     <type name="C+GetEnumerator">
16194       <method name="Void .ctor()">
16195         <size>7</size>
16196       </method>
16197     </type>
16198     <type name="D">
16199       <method name="Void .ctor()">
16200         <size>7</size>
16201       </method>
16202     </type>
16203     <type name="Test">
16204       <method name="Int32 Main()">
16205         <size>118</size>
16206       </method>
16207       <method name="Void .ctor()">
16208         <size>7</size>
16209       </method>
16210     </type>
16211   </test>
16212   <test name="gtest-521.cs">
16213     <type name="D">
16214       <method name="Void Invoke(System.Object)">
16215         <size>0</size>
16216       </method>
16217       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
16218         <size>0</size>
16219       </method>
16220       <method name="Void EndInvoke(IAsyncResult)">
16221         <size>0</size>
16222       </method>
16223       <method name="Void .ctor(Object, IntPtr)">
16224         <size>0</size>
16225       </method>
16226     </type>
16227     <type name="E`1[T]">
16228       <method name="Void Test()">
16229         <size>25</size>
16230       </method>
16231       <method name="Void EH(System.Object)">
16232         <size>1</size>
16233       </method>
16234       <method name="Void .ctor()">
16235         <size>7</size>
16236       </method>
16237     </type>
16238     <type name="E`1+I[T]">
16239       <method name="Void add_E(D)">
16240         <size>47</size>
16241       </method>
16242       <method name="Void remove_E(D)">
16243         <size>47</size>
16244       </method>
16245       <method name="Void .ctor()">
16246         <size>7</size>
16247       </method>
16248     </type>
16249     <type name="M">
16250       <method name="Void Main()">
16251         <size>6</size>
16252       </method>
16253       <method name="Void .ctor()">
16254         <size>7</size>
16255       </method>
16256     </type>
16257   </test>
16258   <test name="gtest-522.cs">
16259     <type name="C`1[T]">
16260       <method name="Void .ctor()">
16261         <size>7</size>
16262       </method>
16263     </type>
16264     <type name="X">
16265       <method name="Void Main()">
16266         <size>1</size>
16267       </method>
16268       <method name="Void Test[T](T)">
16269         <size>12</size>
16270       </method>
16271       <method name="Void A[U]()">
16272         <size>1</size>
16273       </method>
16274       <method name="Void .ctor()">
16275         <size>7</size>
16276       </method>
16277     </type>
16278   </test>
16279   <test name="gtest-523.cs">
16280     <type name="Test.TestClass4`1[T]">
16281       <method name="Boolean Equals(T)">
16282         <size>2</size>
16283       </method>
16284       <method name="Boolean Equals(TestClass4`1)">
16285         <size>2</size>
16286       </method>
16287       <method name="Boolean Equals(TestClass4`1, TestClass4`1)">
16288         <size>9</size>
16289       </method>
16290       <method name="Int32 GetHashCode(TestClass4`1)">
16291         <size>14</size>
16292       </method>
16293       <method name="Int32 GetHashCode()">
16294         <size>2</size>
16295       </method>
16296       <method name="Boolean Equals(System.Object)">
16297         <size>2</size>
16298       </method>
16299       <method name="Boolean op_Equality(TestClass4`1, TestClass4`1)">
16300         <size>9</size>
16301       </method>
16302       <method name="Boolean op_Equality(T, TestClass4`1)">
16303         <size>9</size>
16304       </method>
16305       <method name="Boolean op_Equality(TestClass4`1, T)">
16306         <size>9</size>
16307       </method>
16308       <method name="Boolean op_Equality(System.Object, TestClass4`1)">
16309         <size>15</size>
16310       </method>
16311       <method name="Boolean op_Equality(TestClass4`1, System.Object)">
16312         <size>15</size>
16313       </method>
16314       <method name="Boolean op_Inequality(TestClass4`1, TestClass4`1)">
16315         <size>11</size>
16316       </method>
16317       <method name="Boolean op_Inequality(T, TestClass4`1)">
16318         <size>11</size>
16319       </method>
16320       <method name="Boolean op_Inequality(TestClass4`1, T)">
16321         <size>11</size>
16322       </method>
16323       <method name="Boolean op_Inequality(System.Object, TestClass4`1)">
16324         <size>11</size>
16325       </method>
16326       <method name="Boolean op_Inequality(TestClass4`1, System.Object)">
16327         <size>11</size>
16328       </method>
16329     </type>
16330     <type name="Test.C">
16331       <method name="Void Main()">
16332         <size>9</size>
16333       </method>
16334       <method name="Void .ctor()">
16335         <size>7</size>
16336       </method>
16337     </type>
16338   </test>
16339   <test name="gtest-524.cs">
16340     <type name="C">
16341       <method name="T M[T]()">
16342         <size>16</size>
16343       </method>
16344       <method name="Int32 Main()">
16345         <size>14</size>
16346       </method>
16347       <method name="Void .ctor()">
16348         <size>7</size>
16349       </method>
16350     </type>
16351   </test>
16352   <test name="gtest-525.cs">
16353     <type name="A">
16354       <method name="Void MA[T](System.String)">
16355         <size>1</size>
16356       </method>
16357       <method name="Void F()">
16358         <size>1</size>
16359       </method>
16360       <method name="Void .ctor()">
16361         <size>7</size>
16362       </method>
16363     </type>
16364     <type name="A+C">
16365       <method name="Void Foo()">
16366         <size>16</size>
16367       </method>
16368       <method name="Void Main()">
16369         <size>11</size>
16370       </method>
16371       <method name="Void .ctor()">
16372         <size>7</size>
16373       </method>
16374     </type>
16375   </test>
16376   <test name="gtest-526.cs">
16377     <type name="A`1[U]">
16378       <method name="Void .ctor()">
16379         <size>7</size>
16380       </method>
16381     </type>
16382     <type name="B`1[T]">
16383       <method name="Void .ctor()">
16384         <size>7</size>
16385       </method>
16386     </type>
16387     <type name="B`1+N[T]">
16388       <method name="Void Test(C)">
16389         <size>8</size>
16390       </method>
16391       <method name="Void .ctor()">
16392         <size>7</size>
16393       </method>
16394     </type>
16395     <type name="C">
16396       <method name="Void Main()">
16397         <size>16</size>
16398       </method>
16399       <method name="Void .ctor()">
16400         <size>7</size>
16401       </method>
16402     </type>
16403   </test>
16404   <test name="gtest-527.cs">
16405     <type name="CoalescingWithGenericsBug">
16406       <method name="T Provide[T]()">
16407         <size>23</size>
16408       </method>
16409       <method name="T FindExisting[T]()">
16410         <size>7</size>
16411       </method>
16412       <method name="Int32 Main()">
16413         <size>12</size>
16414       </method>
16415     </type>
16416     <type name="CoalescingWithGenericsBug+Service">
16417       <method name="Void Foo()">
16418         <size>1</size>
16419       </method>
16420       <method name="Void .ctor()">
16421         <size>7</size>
16422       </method>
16423     </type>
16424   </test>
16425   <test name="gtest-528.cs">
16426     <type name="GenericType`1[U]">
16427       <method name="Void .ctor()">
16428         <size>7</size>
16429       </method>
16430     </type>
16431     <type name="Base">
16432       <method name="T Test[T](GenericType`1[T])">
16433         <size>7</size>
16434       </method>
16435       <method name="Void .ctor()">
16436         <size>7</size>
16437       </method>
16438     </type>
16439     <type name="Override">
16440       <method name="T Test[T](GenericType`1[T])">
16441         <size>8</size>
16442       </method>
16443       <method name="Int32 Main()">
16444         <size>20</size>
16445       </method>
16446       <method name="Void .ctor()">
16447         <size>7</size>
16448       </method>
16449     </type>
16450   </test>
16451   <test name="gtest-529.cs">
16452     <type name="GenericType`2[U,V]">
16453       <method name="Void .ctor()">
16454         <size>7</size>
16455       </method>
16456     </type>
16457     <type name="Base`1[V]">
16458       <method name="T Test[T](GenericType`2[T,V])">
16459         <size>7</size>
16460       </method>
16461       <method name="Void .ctor()">
16462         <size>7</size>
16463       </method>
16464     </type>
16465     <type name="Override`1[W]">
16466       <method name="T Test[T](GenericType`2[T,W])">
16467         <size>8</size>
16468       </method>
16469       <method name="Void .ctor()">
16470         <size>7</size>
16471       </method>
16472     </type>
16473     <type name="M">
16474       <method name="Int32 Main()">
16475         <size>20</size>
16476       </method>
16477       <method name="Void .ctor()">
16478         <size>7</size>
16479       </method>
16480     </type>
16481   </test>
16482   <test name="gtest-530.cs">
16483     <type name="B">
16484       <method name="Void Main()">
16485         <size>1</size>
16486       </method>
16487       <method name="Void .ctor()">
16488         <size>7</size>
16489       </method>
16490     </type>
16491     <type name="B2">
16492       <method name="Void .ctor()">
16493         <size>7</size>
16494       </method>
16495     </type>
16496     <type name="A">
16497       <method name="Void .ctor()">
16498         <size>7</size>
16499       </method>
16500     </type>
16501     <type name="G`1[T]">
16502       <method name="Void .ctor()">
16503         <size>7</size>
16504       </method>
16505     </type>
16506   </test>
16507   <test name="gtest-531.cs">
16508     <type name="ATop`1[T]">
16509       <method name="T[] IB&lt;T&gt;.ToArray(T[])">
16510         <size>2</size>
16511       </method>
16512       <method name="Void IC.ToArray()">
16513         <size>1</size>
16514       </method>
16515       <method name="Void Test()">
16516         <size>37</size>
16517       </method>
16518       <method name="Void .ctor()">
16519         <size>7</size>
16520       </method>
16521     </type>
16522     <type name="M">
16523       <method name="Int32 Main()">
16524         <size>12</size>
16525       </method>
16526       <method name="Void .ctor()">
16527         <size>7</size>
16528       </method>
16529     </type>
16530   </test>
16531   <test name="gtest-532.cs">
16532     <type name="DictionaryServicesContainer">
16533       <method name="Void Register[I,T]()">
16534         <size>6</size>
16535       </method>
16536       <method name="Void Register[I](System.Object)">
16537         <size>6</size>
16538       </method>
16539       <method name="I Resolve[I]()">
16540         <size>6</size>
16541       </method>
16542       <method name="Void Main()">
16543         <size>7</size>
16544       </method>
16545       <method name="Void .ctor()">
16546         <size>7</size>
16547       </method>
16548     </type>
16549   </test>
16550   <test name="gtest-533.cs">
16551     <type name="List`1[X]">
16552       <method name="Void .ctor()">
16553         <size>7</size>
16554       </method>
16555     </type>
16556     <type name="List`1+Comp`1[X,Y]">
16557       <method name="List`1+Comp`1[Y,X] flip(Y, X)">
16558         <size>7</size>
16559       </method>
16560       <method name="Void .ctor()">
16561         <size>7</size>
16562       </method>
16563     </type>
16564     <type name="List`1+Flip`1[X,Z]">
16565       <method name="Void .ctor(Comp`1)">
16566         <size>14</size>
16567       </method>
16568     </type>
16569     <type name="C">
16570       <method name="Int32 Main()">
16571         <size>15</size>
16572       </method>
16573       <method name="Void .ctor()">
16574         <size>7</size>
16575       </method>
16576     </type>
16577   </test>
16578   <test name="gtest-534.cs">
16579     <type name="A">
16580       <method name="Void Method(IG`1)">
16581         <size>1</size>
16582       </method>
16583       <method name="Int32 Main()">
16584         <size>13</size>
16585       </method>
16586       <method name="Void .ctor()">
16587         <size>7</size>
16588       </method>
16589     </type>
16590   </test>
16591   <test name="gtest-535.cs">
16592     <type name="G`1[T]">
16593       <method name="Void .ctor()">
16594         <size>7</size>
16595       </method>
16596     </type>
16597     <type name="A">
16598       <method name="Int32 Foo[T](T, G`1[T])">
16599         <size>2</size>
16600       </method>
16601       <method name="Int32 Foo[T](T, System.Object)">
16602         <size>2</size>
16603       </method>
16604       <method name="Int32 Main()">
16605         <size>34</size>
16606       </method>
16607       <method name="Void .ctor()">
16608         <size>7</size>
16609       </method>
16610     </type>
16611   </test>
16612   <test name="gtest-536.cs">
16613     <type name="Test">
16614       <method name="Void Main()">
16615         <size>6</size>
16616       </method>
16617       <method name="Void .ctor()">
16618         <size>7</size>
16619       </method>
16620     </type>
16621     <type name="Test+Expression`1[TDelegate]">
16622       <method name="Void .ctor()">
16623         <size>7</size>
16624       </method>
16625     </type>
16626     <type name="Test+Expression">
16627       <method name="Void Test()">
16628         <size>1</size>
16629       </method>
16630       <method name="Void .ctor()">
16631         <size>7</size>
16632       </method>
16633     </type>
16634   </test>
16635   <test name="gtest-537.cs">
16636     <type name="Test">
16637       <method name="Int32 Main()">
16638         <size>86</size>
16639       </method>
16640       <method name="Void .ctor()">
16641         <size>7</size>
16642       </method>
16643     </type>
16644     <type name="S">
16645       <method name="System.String op_BitwiseOr(S, Nullable`1)">
16646         <size>6</size>
16647       </method>
16648       <method name="Nullable`1 op_Addition(S, Nullable`1)">
16649         <size>8</size>
16650       </method>
16651     </type>
16652   </test>
16653   <test name="gtest-538.cs">
16654     <type name="S">
16655       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16656         <size>6</size>
16657       </method>
16658       <method name="IEnumerator`1 GetEnumerator()">
16659         <size>15</size>
16660       </method>
16661       <method name="Void .ctor(Int32)">
16662         <size>1</size>
16663       </method>
16664     </type>
16665     <type name="S2">
16666       <method name="IEnumerator`1 GetEnumerator()">
16667         <size>15</size>
16668       </method>
16669     </type>
16670     <type name="Enumerator`1[T]">
16671       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16672         <size>6</size>
16673       </method>
16674       <method name="T get_Current()">
16675         <size>6</size>
16676       </method>
16677       <method name="Boolean MoveNext()">
16678         <size>2</size>
16679       </method>
16680       <method name="Void Reset()">
16681         <size>6</size>
16682       </method>
16683       <method name="Void Dispose()">
16684         <size>13</size>
16685       </method>
16686     </type>
16687     <type name="MySystem">
16688       <method name="Int32 Main()">
16689         <size>182</size>
16690       </method>
16691       <method name="Void .ctor()">
16692         <size>7</size>
16693       </method>
16694     </type>
16695   </test>
16696   <test name="gtest-539.cs">
16697     <type name="S">
16698       <method name="Int32 get_ID()">
16699         <size>7</size>
16700       </method>
16701       <method name="Void set_ID(Int32)">
16702         <size>8</size>
16703       </method>
16704     </type>
16705     <type name="C">
16706       <method name="C op_Explicit(S)">
16707         <size>11</size>
16708       </method>
16709       <method name="C op_Explicit(Nullable`1)">
16710         <size>39</size>
16711       </method>
16712       <method name="Void .ctor(Int32)">
16713         <size>14</size>
16714       </method>
16715     </type>
16716     <type name="Test">
16717       <method name="Int32 Main()">
16718         <size>79</size>
16719       </method>
16720       <method name="Void .ctor()">
16721         <size>7</size>
16722       </method>
16723     </type>
16724   </test>
16725   <test name="gtest-540.cs">
16726     <type name="C">
16727       <method name="Int32 Main()">
16728         <size>809</size>
16729       </method>
16730       <method name="Void .ctor()">
16731         <size>7</size>
16732       </method>
16733     </type>
16734   </test>
16735   <test name="gtest-541.cs">
16736     <type name="Foo">
16737       <method name="Void .ctor()">
16738         <size>7</size>
16739       </method>
16740     </type>
16741     <type name="Top`1[S]">
16742       <method name="Void .ctor()">
16743         <size>7</size>
16744       </method>
16745     </type>
16746     <type name="Top`1+Base`1[S,T]">
16747       <method name="Void .ctor()">
16748         <size>7</size>
16749       </method>
16750     </type>
16751     <type name="Top`1+Base`1+Derived`1[S,T,U]">
16752       <method name="Void Test()">
16753         <size>1</size>
16754       </method>
16755       <method name="Void .ctor()">
16756         <size>7</size>
16757       </method>
16758     </type>
16759     <type name="Test">
16760       <method name="Int32 Main()">
16761         <size>14</size>
16762       </method>
16763       <method name="Void .ctor()">
16764         <size>7</size>
16765       </method>
16766     </type>
16767   </test>
16768   <test name="gtest-542.cs">
16769     <type name="A`1[T]">
16770       <method name="T getT()">
16771         <size>0</size>
16772       </method>
16773       <method name="Void .ctor()">
16774         <size>7</size>
16775       </method>
16776     </type>
16777     <type name="A`1+B[T]">
16778       <method name="A`1+B[T] getT()">
16779         <size>2</size>
16780       </method>
16781       <method name="Void .ctor()">
16782         <size>7</size>
16783       </method>
16784     </type>
16785     <type name="C">
16786       <method name="Int32 Main()">
16787         <size>22</size>
16788       </method>
16789       <method name="Void .ctor()">
16790         <size>7</size>
16791       </method>
16792     </type>
16793   </test>
16794   <test name="gtest-543.cs">
16795     <type name="Blah`1[T]">
16796       <method name="Void .ctor()">
16797         <size>7</size>
16798       </method>
16799     </type>
16800     <type name="Blah`1+WrapperWrapper`1[T,N]">
16801       <method name="Blah`1+WrapperWrapper`1[T,N] NewWrapperWrapper(Wrapper`1[N])">
16802         <size>7</size>
16803       </method>
16804       <method name="Void .ctor()">
16805         <size>12</size>
16806       </method>
16807       <method name="Void .ctor(Wrapper`1)">
16808         <size>14</size>
16809       </method>
16810     </type>
16811     <type name="Wrapper`1[U]">
16812       <method name="Void .ctor(U)">
16813         <size>7</size>
16814       </method>
16815       <method name="Void .cctor()">
16816         <size>20</size>
16817       </method>
16818     </type>
16819     <type name="C">
16820       <method name="Int32 Main()">
16821         <size>26</size>
16822       </method>
16823       <method name="Void .ctor()">
16824         <size>7</size>
16825       </method>
16826     </type>
16827   </test>
16828   <test name="gtest-544.cs">
16829     <type name="A`1[T]">
16830       <method name="G Foo[G]()">
16831         <size>0</size>
16832       </method>
16833       <method name="G Foo2[G]()">
16834         <size>10</size>
16835       </method>
16836       <method name="Void .ctor()">
16837         <size>7</size>
16838       </method>
16839     </type>
16840     <type name="B">
16841       <method name="G Foo[G]()">
16842         <size>6</size>
16843       </method>
16844       <method name="G Foo2[G]()">
16845         <size>7</size>
16846       </method>
16847       <method name="Void .ctor()">
16848         <size>7</size>
16849       </method>
16850     </type>
16851     <type name="A2`1[T]">
16852       <method name="Void Foo[U]()">
16853         <size>0</size>
16854       </method>
16855       <method name="Void .ctor()">
16856         <size>7</size>
16857       </method>
16858     </type>
16859     <type name="B2">
16860       <method name="Void Foo[Y]()">
16861         <size>1</size>
16862       </method>
16863       <method name="Void .ctor()">
16864         <size>7</size>
16865       </method>
16866     </type>
16867     <type name="Program">
16868       <method name="Int32 Main()">
16869         <size>51</size>
16870       </method>
16871       <method name="Void .ctor()">
16872         <size>7</size>
16873       </method>
16874     </type>
16875   </test>
16876   <test name="gtest-545.cs">
16877     <type name="ApplicationContext">
16878       <method name="Boolean Foo()">
16879         <size>2</size>
16880       </method>
16881       <method name="Int32 Main()">
16882         <size>104</size>
16883       </method>
16884     </type>
16885   </test>
16886   <test name="gtest-546.cs">
16887     <type name="Factory">
16888       <method name="Factory+S`2[F1,F2] Create[F1,F2](F1, F2)">
16889         <size>2</size>
16890       </method>
16891       <method name="Void .ctor()">
16892         <size>7</size>
16893       </method>
16894     </type>
16895     <type name="Factory+S`2[G1,G2]">
16896       <method name="Void .ctor()">
16897         <size>7</size>
16898       </method>
16899     </type>
16900     <type name="A">
16901       <method name="TR Test[T1,T2,TR](T1, T2, System.Func`3[T1,T2,TR])">
16902         <size>9</size>
16903       </method>
16904       <method name="Void Main()">
16905         <size>29</size>
16906       </method>
16907       <method name="Void .ctor()">
16908         <size>7</size>
16909       </method>
16910     </type>
16911   </test>
16912   <test name="gtest-547.cs">
16913     <type name="Foo">
16914       <method name="Void GenericLock[T](T)">
16915         <size>33</size>
16916       </method>
16917       <method name="Void Main()">
16918         <size>11</size>
16919       </method>
16920       <method name="Void .ctor()">
16921         <size>7</size>
16922       </method>
16923     </type>
16924   </test>
16925   <test name="gtest-548.cs">
16926     <type name="C">
16927       <method name="Int32 Main()">
16928         <size>12</size>
16929       </method>
16930       <method name="Void .ctor()">
16931         <size>7</size>
16932       </method>
16933     </type>
16934   </test>
16935   <test name="gtest-549.cs">
16936     <type name="C`1[T]">
16937       <method name="Void .ctor()">
16938         <size>7</size>
16939       </method>
16940     </type>
16941     <type name="D">
16942       <method name="Void .ctor()">
16943         <size>7</size>
16944       </method>
16945     </type>
16946     <type name="D+Impl">
16947       <method name="Void MA(Int32)">
16948         <size>1</size>
16949       </method>
16950       <method name="Void MB(Int32)">
16951         <size>1</size>
16952       </method>
16953       <method name="Void .ctor()">
16954         <size>7</size>
16955       </method>
16956     </type>
16957     <type name="Test">
16958       <method name="Void Main()">
16959         <size>21</size>
16960       </method>
16961       <method name="Void .ctor()">
16962         <size>7</size>
16963       </method>
16964     </type>
16965   </test>
16966   <test name="gtest-anon-1.cs">
16967     <type name="X">
16968       <method name="Void .ctor()">
16969         <size>7</size>
16970       </method>
16971       <method name="Void Hello[U](U)">
16972         <size>1</size>
16973       </method>
16974       <method name="Void Test[T](T)">
16975         <size>64</size>
16976       </method>
16977       <method name="Void Main()">
16978         <size>14</size>
16979       </method>
16980     </type>
16981     <type name="Foo">
16982       <method name="Void .ctor(Object, IntPtr)">
16983         <size>0</size>
16984       </method>
16985       <method name="Void Invoke()">
16986         <size>0</size>
16987       </method>
16988       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16989         <size>0</size>
16990       </method>
16991       <method name="Void EndInvoke(IAsyncResult)">
16992         <size>0</size>
16993       </method>
16994     </type>
16995     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
16996       <method name="Void .ctor()">
16997         <size>7</size>
16998       </method>
16999       <method name="Void &lt;&gt;m__0()">
17000         <size>18</size>
17001       </method>
17002     </type>
17003   </test>
17004   <test name="gtest-anon-10.cs">
17005     <type name="X">
17006       <method name="Void .ctor()">
17007         <size>7</size>
17008       </method>
17009       <method name="IEnumerable`1 Test[T](T, T)">
17010         <size>44</size>
17011       </method>
17012       <method name="Int32 Main()">
17013         <size>97</size>
17014       </method>
17015     </type>
17016     <type name="X+&lt;Test&gt;c__Iterator0`1[T]">
17017       <method name="Void .ctor()">
17018         <size>7</size>
17019       </method>
17020       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17021         <size>12</size>
17022       </method>
17023       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17024         <size>7</size>
17025       </method>
17026       <method name="Boolean MoveNext()">
17027         <size>108</size>
17028       </method>
17029       <method name="Void Dispose()">
17030         <size>8</size>
17031       </method>
17032       <method name="Void Reset()">
17033         <size>6</size>
17034       </method>
17035       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
17036         <size>7</size>
17037       </method>
17038       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
17039         <size>52</size>
17040       </method>
17041     </type>
17042   </test>
17043   <test name="gtest-anon-11.cs">
17044     <type name="Test`1[R]">
17045       <method name="Void .ctor()">
17046         <size>7</size>
17047       </method>
17048       <method name="Void World[S,T](S, T)">
17049         <size>1</size>
17050       </method>
17051       <method name="Void Hello[U,V](U, V)">
17052         <size>47</size>
17053       </method>
17054     </type>
17055     <type name="X">
17056       <method name="Void .ctor()">
17057         <size>7</size>
17058       </method>
17059       <method name="Void Main()">
17060         <size>21</size>
17061       </method>
17062     </type>
17063     <type name="Foo">
17064       <method name="Void .ctor(Object, IntPtr)">
17065         <size>0</size>
17066       </method>
17067       <method name="Void Invoke()">
17068         <size>0</size>
17069       </method>
17070       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17071         <size>0</size>
17072       </method>
17073       <method name="Void EndInvoke(IAsyncResult)">
17074         <size>0</size>
17075       </method>
17076     </type>
17077     <type name="Test`1+&lt;Hello&gt;c__AnonStorey0`2[R,U,V]">
17078       <method name="Void .ctor()">
17079         <size>7</size>
17080       </method>
17081       <method name="Void &lt;&gt;m__0()">
17082         <size>24</size>
17083       </method>
17084     </type>
17085   </test>
17086   <test name="gtest-anon-12.cs">
17087     <type name="World`1[T]">
17088       <method name="Void .ctor()">
17089         <size>7</size>
17090       </method>
17091       <method name="Void Hello[U](U)">
17092         <size>1</size>
17093       </method>
17094       <method name="Void Test(T)">
17095         <size>46</size>
17096       </method>
17097     </type>
17098     <type name="X">
17099       <method name="Void .ctor()">
17100         <size>7</size>
17101       </method>
17102       <method name="Void Main()">
17103         <size>18</size>
17104       </method>
17105     </type>
17106     <type name="Foo">
17107       <method name="Void .ctor(Object, IntPtr)">
17108         <size>0</size>
17109       </method>
17110       <method name="Void Invoke()">
17111         <size>0</size>
17112       </method>
17113       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17114         <size>0</size>
17115       </method>
17116       <method name="Void EndInvoke(IAsyncResult)">
17117         <size>0</size>
17118       </method>
17119     </type>
17120     <type name="World`1+&lt;Test&gt;c__AnonStorey0[T]">
17121       <method name="Void .ctor()">
17122         <size>7</size>
17123       </method>
17124       <method name="Void &lt;&gt;m__0()">
17125         <size>18</size>
17126       </method>
17127     </type>
17128   </test>
17129   <test name="gtest-anon-13.cs">
17130     <type name="X">
17131       <method name="Void .ctor()">
17132         <size>7</size>
17133       </method>
17134       <method name="X+ModuleBinder`1[TDelegate] CreateMethodUnscoped[TDelegate]()">
17135         <size>13</size>
17136       </method>
17137       <method name="Void Main()">
17138         <size>1</size>
17139       </method>
17140     </type>
17141     <type name="X+ModuleBinder`1[T]">
17142       <method name="Void .ctor(Object, IntPtr)">
17143         <size>0</size>
17144       </method>
17145       <method name="T Invoke(System.Object)">
17146         <size>0</size>
17147       </method>
17148       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
17149         <size>0</size>
17150       </method>
17151       <method name="T EndInvoke(IAsyncResult)">
17152         <size>0</size>
17153       </method>
17154     </type>
17155     <type name="X">
17156       <method name="TDelegate &lt;CreateMethodUnscoped`1&gt;m__0[TDelegate](System.Object)">
17157         <size>7</size>
17158       </method>
17159     </type>
17160   </test>
17161   <test name="gtest-anon-14.cs">
17162     <type name="T">
17163       <method name="Void .ctor()">
17164         <size>7</size>
17165       </method>
17166       <method name="Void SomeMethod(System.Converter`2[System.Int32,System.Int32])">
17167         <size>1</size>
17168       </method>
17169       <method name="Void SomeCaller()">
17170         <size>36</size>
17171       </method>
17172       <method name="Void Main()">
17173         <size>1</size>
17174       </method>
17175       <method name="Int32 &lt;SomeCaller&gt;m__0(Int32)">
17176         <size>2</size>
17177       </method>
17178     </type>
17179   </test>
17180   <test name="gtest-anon-15.cs">
17181     <type name="Test`1[T]">
17182       <method name="Void .ctor()">
17183         <size>7</size>
17184       </method>
17185       <method name="Void Hello[S](T, S)">
17186         <size>42</size>
17187       </method>
17188     </type>
17189     <type name="X">
17190       <method name="Void .ctor()">
17191         <size>7</size>
17192       </method>
17193       <method name="Void Main()">
17194         <size>16</size>
17195       </method>
17196     </type>
17197     <type name="Foo`1[V]">
17198       <method name="Void .ctor(Object, IntPtr)">
17199         <size>0</size>
17200       </method>
17201       <method name="Void Invoke(V)">
17202         <size>0</size>
17203       </method>
17204       <method name="IAsyncResult BeginInvoke(V, System.AsyncCallback, System.Object)">
17205         <size>0</size>
17206       </method>
17207       <method name="Void EndInvoke(IAsyncResult)">
17208         <size>0</size>
17209       </method>
17210     </type>
17211     <type name="Bar`1[W]">
17212       <method name="Void .ctor(Object, IntPtr)">
17213         <size>0</size>
17214       </method>
17215       <method name="Void Invoke(W)">
17216         <size>0</size>
17217       </method>
17218       <method name="IAsyncResult BeginInvoke(W, System.AsyncCallback, System.Object)">
17219         <size>0</size>
17220       </method>
17221       <method name="Void EndInvoke(IAsyncResult)">
17222         <size>0</size>
17223       </method>
17224     </type>
17225     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1[T,S]">
17226       <method name="Void .ctor()">
17227         <size>7</size>
17228       </method>
17229       <method name="Void &lt;&gt;m__0(Int64)">
17230         <size>57</size>
17231       </method>
17232     </type>
17233     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1+&lt;Hello&gt;c__AnonStorey0`1[T,S]">
17234       <method name="Void .ctor()">
17235         <size>7</size>
17236       </method>
17237       <method name="Void &lt;&gt;m__1(T)">
17238         <size>65</size>
17239       </method>
17240     </type>
17241   </test>
17242   <test name="gtest-anon-16.cs">
17243     <type name="A">
17244       <method name="Void .ctor(TestFunc`1)">
17245         <size>7</size>
17246       </method>
17247       <method name="Void Main()">
17248         <size>1</size>
17249       </method>
17250     </type>
17251     <type name="TestClass">
17252       <method name="Void .ctor()">
17253         <size>47</size>
17254       </method>
17255       <method name="Void Func[T](TestFunc`1[T])">
17256         <size>1</size>
17257       </method>
17258     </type>
17259     <type name="TestFunc`1[T]">
17260       <method name="Void .ctor(Object, IntPtr)">
17261         <size>0</size>
17262       </method>
17263       <method name="Void Invoke(T)">
17264         <size>0</size>
17265       </method>
17266       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
17267         <size>0</size>
17268       </method>
17269       <method name="Void EndInvoke(IAsyncResult)">
17270         <size>0</size>
17271       </method>
17272     </type>
17273     <type name="TestClass">
17274       <method name="Void &lt;a&gt;m__0(Int32)">
17275         <size>1</size>
17276       </method>
17277     </type>
17278   </test>
17279   <test name="gtest-anon-17.cs">
17280     <type name="C">
17281       <method name="Void .ctor()">
17282         <size>7</size>
17283       </method>
17284       <method name="Void Test[T,U](C+Func`1[T], U)">
17285         <size>1</size>
17286       </method>
17287       <method name="Void Main()">
17288         <size>75</size>
17289       </method>
17290     </type>
17291     <type name="C+Func`1[T]">
17292       <method name="Void .ctor(Object, IntPtr)">
17293         <size>0</size>
17294       </method>
17295       <method name="T Invoke(T)">
17296         <size>0</size>
17297       </method>
17298       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
17299         <size>0</size>
17300       </method>
17301       <method name="T EndInvoke(IAsyncResult)">
17302         <size>0</size>
17303       </method>
17304     </type>
17305     <type name="C">
17306       <method name="Int32 &lt;Main&gt;m__0(Int32)">
17307         <size>2</size>
17308       </method>
17309       <method name="Int32 &lt;Main&gt;m__1(Int32)">
17310         <size>2</size>
17311       </method>
17312     </type>
17313   </test>
17314   <test name="gtest-anon-18.cs">
17315     <type name="C">
17316       <method name="Void .ctor()">
17317         <size>7</size>
17318       </method>
17319       <method name="TR Test[TR,TA](C+Func`2[TR,TA])">
17320         <size>10</size>
17321       </method>
17322       <method name="TR Test[TR,TA,TB](C+Func`2[TR,TA], C+Func`2[TR,TB])">
17323         <size>10</size>
17324       </method>
17325       <method name="Void Test2[T]()">
17326         <size>19</size>
17327       </method>
17328       <method name="Void Main()">
17329         <size>100</size>
17330       </method>
17331     </type>
17332     <type name="C+Func`2[TR,TA]">
17333       <method name="Void .ctor(Object, IntPtr)">
17334         <size>0</size>
17335       </method>
17336       <method name="TR Invoke(TA)">
17337         <size>0</size>
17338       </method>
17339       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
17340         <size>0</size>
17341       </method>
17342       <method name="TR EndInvoke(IAsyncResult)">
17343         <size>0</size>
17344       </method>
17345     </type>
17346     <type name="C">
17347       <method name="Int32 &lt;Main&gt;m__1(Int32)">
17348         <size>16</size>
17349       </method>
17350       <method name="System.String &lt;Main&gt;m__2(Int32)">
17351         <size>6</size>
17352       </method>
17353       <method name="System.String &lt;Main&gt;m__3(Int32)">
17354         <size>6</size>
17355       </method>
17356       <method name="T &lt;Test2`1&gt;m__0[T](T)">
17357         <size>2</size>
17358       </method>
17359     </type>
17360   </test>
17361   <test name="gtest-anon-19.cs">
17362     <type name="Test">
17363       <method name="Void .ctor()">
17364         <size>7</size>
17365       </method>
17366       <method name="Void TestNaturalSort()">
17367         <size>31</size>
17368       </method>
17369       <method name="Void Main()">
17370         <size>6</size>
17371       </method>
17372     </type>
17373     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
17374       <method name="Void .ctor()">
17375         <size>7</size>
17376       </method>
17377       <method name="System.String &lt;&gt;m__1(System.Text.RegularExpressions.Match)">
17378         <size>113</size>
17379       </method>
17380     </type>
17381     <type name="Test">
17382       <method name="Int32 &lt;TestNaturalSort&gt;m__0(System.String, System.String)">
17383         <size>106</size>
17384       </method>
17385     </type>
17386     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
17387       <method name="System.String &lt;&gt;m__2(System.Text.RegularExpressions.Match)">
17388         <size>113</size>
17389       </method>
17390     </type>
17391   </test>
17392   <test name="gtest-anon-2.cs">
17393     <type name="X">
17394       <method name="Void .ctor()">
17395         <size>7</size>
17396       </method>
17397       <method name="Void Hello[U](U)">
17398         <size>1</size>
17399       </method>
17400       <method name="Void Test[T](T)">
17401         <size>71</size>
17402       </method>
17403       <method name="Void Main()">
17404         <size>14</size>
17405       </method>
17406     </type>
17407     <type name="Simple">
17408       <method name="Void .ctor(Object, IntPtr)">
17409         <size>0</size>
17410       </method>
17411       <method name="Void Invoke()">
17412         <size>0</size>
17413       </method>
17414       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17415         <size>0</size>
17416       </method>
17417       <method name="Void EndInvoke(IAsyncResult)">
17418         <size>0</size>
17419       </method>
17420     </type>
17421     <type name="Foo">
17422       <method name="Void .ctor(Object, IntPtr)">
17423         <size>0</size>
17424       </method>
17425       <method name="Simple Invoke()">
17426         <size>0</size>
17427       </method>
17428       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17429         <size>0</size>
17430       </method>
17431       <method name="Simple EndInvoke(IAsyncResult)">
17432         <size>0</size>
17433       </method>
17434     </type>
17435     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
17436       <method name="Void .ctor()">
17437         <size>7</size>
17438       </method>
17439       <method name="Simple &lt;&gt;m__0()">
17440         <size>55</size>
17441       </method>
17442     </type>
17443     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
17444       <method name="Void .ctor()">
17445         <size>7</size>
17446       </method>
17447       <method name="Void &lt;&gt;m__1()">
17448         <size>50</size>
17449       </method>
17450     </type>
17451   </test>
17452   <test name="gtest-anon-20.cs">
17453     <type name="C`1[T]">
17454       <method name="Void Foo[U](U)">
17455         <size>20</size>
17456       </method>
17457       <method name="Void Run()">
17458         <size>1</size>
17459       </method>
17460       <method name="Void &lt;Foo`1&gt;m__0[U]()">
17461         <size>6</size>
17462       </method>
17463       <method name="Void .ctor()">
17464         <size>7</size>
17465       </method>
17466     </type>
17467     <type name="A">
17468       <method name="Void Main()">
17469         <size>8</size>
17470       </method>
17471       <method name="Void .ctor()">
17472         <size>7</size>
17473       </method>
17474     </type>
17475   </test>
17476   <test name="gtest-anon-21.cs">
17477     <type name="BaseObject">
17478       <method name="Void .ctor()">
17479         <size>7</size>
17480       </method>
17481       <method name="System.Collections.Generic.List`1[T] Query[T](Nullable`1 ByRef)">
17482         <size>53</size>
17483       </method>
17484       <method name="T MakeSomething[T]()">
17485         <size>7</size>
17486       </method>
17487       <method name="Int32 Main()">
17488         <size>10</size>
17489       </method>
17490       <method name="Void Closure(EmptyDelegate)">
17491         <size>1</size>
17492       </method>
17493     </type>
17494     <type name="EmptyDelegate">
17495       <method name="Void .ctor(Object, IntPtr)">
17496         <size>0</size>
17497       </method>
17498       <method name="Void Invoke()">
17499         <size>0</size>
17500       </method>
17501       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17502         <size>0</size>
17503       </method>
17504       <method name="Void EndInvoke(IAsyncResult)">
17505         <size>0</size>
17506       </method>
17507     </type>
17508     <type name="BaseObject+&lt;Query&gt;c__AnonStorey0`1[T]">
17509       <method name="Void .ctor()">
17510         <size>7</size>
17511       </method>
17512       <method name="Void &lt;&gt;m__0()">
17513         <size>17</size>
17514       </method>
17515     </type>
17516   </test>
17517   <test name="gtest-anon-22.cs">
17518     <type name="C">
17519       <method name="Void .ctor()">
17520         <size>7</size>
17521       </method>
17522       <method name="Int32 Foo(D1)">
17523         <size>2</size>
17524       </method>
17525       <method name="Int32 Foo(D2)">
17526         <size>2</size>
17527       </method>
17528       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D1])">
17529         <size>2</size>
17530       </method>
17531       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D2])">
17532         <size>2</size>
17533       </method>
17534       <method name="Int32 Main()">
17535         <size>82</size>
17536       </method>
17537     </type>
17538     <type name="D1">
17539       <method name="Void .ctor(Object, IntPtr)">
17540         <size>0</size>
17541       </method>
17542       <method name="Int32 Invoke()">
17543         <size>0</size>
17544       </method>
17545       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17546         <size>0</size>
17547       </method>
17548       <method name="Int32 EndInvoke(IAsyncResult)">
17549         <size>0</size>
17550       </method>
17551     </type>
17552     <type name="D2">
17553       <method name="Void .ctor(Object, IntPtr)">
17554         <size>0</size>
17555       </method>
17556       <method name="Int64 Invoke()">
17557         <size>0</size>
17558       </method>
17559       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17560         <size>0</size>
17561       </method>
17562       <method name="Int64 EndInvoke(IAsyncResult)">
17563         <size>0</size>
17564       </method>
17565     </type>
17566     <type name="C">
17567       <method name="Int32 &lt;Main&gt;m__0()">
17568         <size>2</size>
17569       </method>
17570     </type>
17571   </test>
17572   <test name="gtest-anon-23.cs">
17573     <type name="MemberAccessData">
17574       <method name="Void .ctor()">
17575         <size>7</size>
17576       </method>
17577       <method name="Void set_MyTypeProperty(Nullable`1)">
17578         <size>8</size>
17579       </method>
17580       <method name="Nullable`1 get_MyTypeProperty()">
17581         <size>7</size>
17582       </method>
17583     </type>
17584     <type name="C">
17585       <method name="Void .ctor()">
17586         <size>7</size>
17587       </method>
17588       <method name="Void Test(C+D)">
17589         <size>1</size>
17590       </method>
17591       <method name="Void Main()">
17592         <size>212</size>
17593       </method>
17594     </type>
17595     <type name="C+D">
17596       <method name="Void .ctor(Object, IntPtr)">
17597         <size>0</size>
17598       </method>
17599       <method name="Void Invoke()">
17600         <size>0</size>
17601       </method>
17602       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17603         <size>0</size>
17604       </method>
17605       <method name="Void EndInvoke(IAsyncResult)">
17606         <size>0</size>
17607       </method>
17608     </type>
17609     <type name="C+&lt;Main&gt;c__AnonStorey0">
17610       <method name="Void .ctor()">
17611         <size>7</size>
17612       </method>
17613       <method name="Void &lt;&gt;m__1()">
17614         <size>38</size>
17615       </method>
17616     </type>
17617     <type name="C">
17618       <method name="Void &lt;Main&gt;m__3()">
17619         <size>16</size>
17620       </method>
17621       <method name="Void &lt;Main&gt;m__4()">
17622         <size>16</size>
17623       </method>
17624       <method name="Void &lt;Main&gt;m__5()">
17625         <size>61</size>
17626       </method>
17627     </type>
17628     <type name="&lt;PrivateImplementationDetails&gt;">
17629       <method name="Void .ctor()">
17630         <size>7</size>
17631       </method>
17632     </type>
17633     <type name="B">
17634       <method name="Void BaseM()">
17635         <size>1</size>
17636       </method>
17637       <method name="Void .ctor()">
17638         <size>7</size>
17639       </method>
17640     </type>
17641     <type name="C">
17642       <method name="Void InstanceTests()">
17643         <size>18</size>
17644       </method>
17645       <method name="Void &lt;InstanceTests&gt;m__0()">
17646         <size>7</size>
17647       </method>
17648       <method name="Void &lt;Main&gt;m__6()">
17649         <size>53</size>
17650       </method>
17651     </type>
17652     <type name="C+&lt;Main&gt;c__AnonStorey0">
17653       <method name="Void &lt;&gt;m__2()">
17654         <size>32</size>
17655       </method>
17656     </type>
17657     <type name="C">
17658       <method name="Void &lt;BaseM&gt;__BaseCallProxy0()">
17659         <size>7</size>
17660       </method>
17661     </type>
17662   </test>
17663   <test name="gtest-anon-24.cs">
17664     <type name="Disposable`1[T]">
17665       <method name="Void .ctor()">
17666         <size>7</size>
17667       </method>
17668       <method name="Void Dispose()">
17669         <size>1</size>
17670       </method>
17671     </type>
17672     <type name="Test">
17673       <method name="Void .ctor()">
17674         <size>7</size>
17675       </method>
17676       <method name="System.Func`1[T[]] For[T](System.Collections.Generic.List`1[T])">
17677         <size>38</size>
17678       </method>
17679       <method name="System.Func`1[T] Throw[T](T)">
17680         <size>26</size>
17681       </method>
17682       <method name="System.Func`1[T] Do[T](T)">
17683         <size>26</size>
17684       </method>
17685       <method name="System.Func`1[T] Lock[T](T)">
17686         <size>26</size>
17687       </method>
17688       <method name="System.Func`1[T] Catch[T](T)">
17689         <size>26</size>
17690       </method>
17691       <method name="System.Func`1[T] Finally[T](T)">
17692         <size>26</size>
17693       </method>
17694       <method name="System.Func`1[T] Using[T](T)">
17695         <size>57</size>
17696       </method>
17697       <method name="System.Func`1[T] Switch[T](T)">
17698         <size>38</size>
17699       </method>
17700       <method name="System.Func`1[System.Collections.Generic.List`1[T]] ForForeach[T](T[])">
17701         <size>26</size>
17702       </method>
17703       <method name="Int32 Main()">
17704         <size>575</size>
17705       </method>
17706     </type>
17707     <type name="Test+&lt;For&gt;c__AnonStorey0`1[T]">
17708       <method name="Void .ctor()">
17709         <size>7</size>
17710       </method>
17711       <method name="T[] &lt;&gt;m__0()">
17712         <size>56</size>
17713       </method>
17714     </type>
17715     <type name="Test+&lt;Throw&gt;c__AnonStorey1`1[T]">
17716       <method name="Void .ctor()">
17717         <size>7</size>
17718       </method>
17719       <method name="T &lt;&gt;m__1()">
17720         <size>23</size>
17721       </method>
17722     </type>
17723     <type name="Test">
17724       <method name="Void ArrayMutate[T](T[])">
17725         <size>27</size>
17726       </method>
17727       <method name="System.Func`1[T[][]] ArrayMultiMutate[T](T[][])">
17728         <size>26</size>
17729       </method>
17730       <method name="System.Func`1[System.Type] TypeOf[T](T)">
17731         <size>38</size>
17732       </method>
17733     </type>
17734     <type name="Test+&lt;TypeOf&gt;c__AnonStorey2`1[T]">
17735       <method name="System.Type &lt;&gt;m__2()">
17736         <size>56</size>
17737       </method>
17738       <method name="Void .ctor()">
17739         <size>7</size>
17740       </method>
17741     </type>
17742     <type name="Test+&lt;Do&gt;c__AnonStorey3`1[T]">
17743       <method name="T &lt;&gt;m__3()">
17744         <size>28</size>
17745       </method>
17746       <method name="Void .ctor()">
17747         <size>7</size>
17748       </method>
17749     </type>
17750     <type name="Test+&lt;Lock&gt;c__AnonStorey4`1[T]">
17751       <method name="T &lt;&gt;m__4()">
17752         <size>72</size>
17753       </method>
17754       <method name="Void .ctor()">
17755         <size>7</size>
17756       </method>
17757     </type>
17758     <type name="Test+&lt;Catch&gt;c__AnonStorey5`1[T]">
17759       <method name="T &lt;&gt;m__5()">
17760         <size>48</size>
17761       </method>
17762       <method name="Void .ctor()">
17763         <size>7</size>
17764       </method>
17765     </type>
17766     <type name="Test+&lt;Finally&gt;c__AnonStorey6`1[T]">
17767       <method name="T &lt;&gt;m__6()">
17768         <size>50</size>
17769       </method>
17770       <method name="Void .ctor()">
17771         <size>7</size>
17772       </method>
17773     </type>
17774     <type name="Test+&lt;Using&gt;c__AnonStorey7`1[T]">
17775       <method name="T &lt;&gt;m__7()">
17776         <size>7</size>
17777       </method>
17778       <method name="Void .ctor()">
17779         <size>7</size>
17780       </method>
17781     </type>
17782     <type name="Test+&lt;Switch&gt;c__AnonStorey8`1[T]">
17783       <method name="T &lt;&gt;m__8()">
17784         <size>35</size>
17785       </method>
17786       <method name="Void .ctor()">
17787         <size>7</size>
17788       </method>
17789     </type>
17790     <type name="Test+&lt;ForForeach&gt;c__AnonStorey9`1[T]">
17791       <method name="System.Collections.Generic.List`1[T] &lt;&gt;m__9()">
17792         <size>56</size>
17793       </method>
17794       <method name="Void .ctor()">
17795         <size>7</size>
17796       </method>
17797     </type>
17798     <type name="Test+&lt;ArrayMutate&gt;c__AnonStoreyA`1[T]">
17799       <method name="Void &lt;&gt;m__A(Int32)">
17800         <size>36</size>
17801       </method>
17802       <method name="Void .ctor()">
17803         <size>7</size>
17804       </method>
17805     </type>
17806     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyB`1[T]">
17807       <method name="T[][] &lt;&gt;m__B()">
17808         <size>48</size>
17809       </method>
17810       <method name="Void .ctor()">
17811         <size>7</size>
17812       </method>
17813     </type>
17814     <type name="CA`1[T]">
17815       <method name="Void .ctor()">
17816         <size>7</size>
17817       </method>
17818     </type>
17819     <type name="Test">
17820       <method name="System.Func`1[T[]] NestedTypeMutate[T]()">
17821         <size>34</size>
17822       </method>
17823       <method name="System.Func`1[System.Int32] ArrayMultiMutate[T](T[,])">
17824         <size>26</size>
17825       </method>
17826     </type>
17827     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyC`1[T]">
17828       <method name="Int32 &lt;&gt;m__C()">
17829         <size>27</size>
17830       </method>
17831       <method name="Void .ctor()">
17832         <size>7</size>
17833       </method>
17834     </type>
17835     <type name="Test+&lt;NestedTypeMutate&gt;c__AnonStoreyD`1[T]">
17836       <method name="T[] &lt;&gt;m__D()">
17837         <size>37</size>
17838       </method>
17839       <method name="Void .ctor()">
17840         <size>7</size>
17841       </method>
17842     </type>
17843   </test>
17844   <test name="gtest-anon-25.cs">
17845     <type name="HS`1[T]">
17846       <method name="Void .ctor(IEqualityComparer`1)">
17847         <size>7</size>
17848       </method>
17849     </type>
17850     <type name="Test">
17851       <method name="Void .ctor()">
17852         <size>7</size>
17853       </method>
17854       <method name="Void Foo[T](IEqualityComparer`1)">
17855         <size>27</size>
17856       </method>
17857       <method name="Int32 Main()">
17858         <size>8</size>
17859       </method>
17860     </type>
17861     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[T]">
17862       <method name="Void .ctor()">
17863         <size>7</size>
17864       </method>
17865       <method name="HS`1[T] &lt;&gt;m__0()">
17866         <size>12</size>
17867       </method>
17868     </type>
17869   </test>
17870   <test name="gtest-anon-26.cs">
17871     <type name="MonoBugs.BrokenGenericCast">
17872       <method name="Void .ctor()">
17873         <size>7</size>
17874       </method>
17875       <method name="System.Converter`2[TSource,TDest] GetUpcaster[TSource,TDest]()">
17876         <size>13</size>
17877       </method>
17878       <method name="System.Converter`2[TSource,TDest] GetDowncaster[TSource,TDest]()">
17879         <size>13</size>
17880       </method>
17881       <method name="Void Main()">
17882         <size>1</size>
17883       </method>
17884       <method name="TDest &lt;GetUpcaster`2&gt;m__0[TSource,TDest](TSource)">
17885         <size>12</size>
17886       </method>
17887       <method name="TDest &lt;GetDowncaster`2&gt;m__1[TSource,TDest](TSource)">
17888         <size>12</size>
17889       </method>
17890     </type>
17891   </test>
17892   <test name="gtest-anon-27.cs">
17893     <type name="BaseDataObjectFactory">
17894       <method name="Void .ctor()">
17895         <size>7</size>
17896       </method>
17897       <method name="T GetBusinessQueryObjectFromReader[T]()">
17898         <size>8</size>
17899       </method>
17900       <method name="T[] GetQueryObjects[T](System.String)">
17901         <size>0</size>
17902       </method>
17903     </type>
17904     <type name="BusinessQueryObject">
17905       <method name="Void .ctor()">
17906         <size>7</size>
17907       </method>
17908     </type>
17909     <type name="MySqlDataObjectFactory">
17910       <method name="Void .ctor()">
17911         <size>7</size>
17912       </method>
17913       <method name="T[] GetQueryObjects[T](System.String)">
17914         <size>63</size>
17915       </method>
17916       <method name="Void ExecuteReader(Int32, MySqlDataObjectFactory+PerformActionWithReader)">
17917         <size>1</size>
17918       </method>
17919     </type>
17920     <type name="C">
17921       <method name="Void .ctor()">
17922         <size>7</size>
17923       </method>
17924       <method name="Void Main()">
17925         <size>1</size>
17926       </method>
17927     </type>
17928     <type name="MySqlDataObjectFactory+PerformActionWithReader">
17929       <method name="Void .ctor(Object, IntPtr)">
17930         <size>0</size>
17931       </method>
17932       <method name="Void Invoke()">
17933         <size>0</size>
17934       </method>
17935       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17936         <size>0</size>
17937       </method>
17938       <method name="Void EndInvoke(IAsyncResult)">
17939         <size>0</size>
17940       </method>
17941     </type>
17942     <type name="MySqlDataObjectFactory+&lt;GetQueryObjects&gt;c__AnonStorey0`1[T]">
17943       <method name="Void .ctor()">
17944         <size>7</size>
17945       </method>
17946       <method name="Void &lt;&gt;m__0()">
17947         <size>17</size>
17948       </method>
17949     </type>
17950   </test>
17951   <test name="gtest-anon-28.cs">
17952     <type name="A">
17953       <method name="Void .ctor()">
17954         <size>7</size>
17955       </method>
17956       <method name="Void Foo[T]()">
17957         <size>0</size>
17958       </method>
17959     </type>
17960     <type name="B">
17961       <method name="Void .ctor()">
17962         <size>7</size>
17963       </method>
17964       <method name="Void Foo[T]()">
17965         <size>14</size>
17966       </method>
17967       <method name="Void Main()">
17968         <size>1</size>
17969       </method>
17970     </type>
17971     <type name="B+Del">
17972       <method name="Void .ctor(Object, IntPtr)">
17973         <size>0</size>
17974       </method>
17975       <method name="Void Invoke()">
17976         <size>0</size>
17977       </method>
17978       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17979         <size>0</size>
17980       </method>
17981       <method name="Void EndInvoke(IAsyncResult)">
17982         <size>0</size>
17983       </method>
17984     </type>
17985     <type name="B">
17986       <method name="Void &lt;Foo`1&gt;m__0[T]()">
17987         <size>7</size>
17988       </method>
17989     </type>
17990   </test>
17991   <test name="gtest-anon-29.cs">
17992     <type name="Test">
17993       <method name="Void .ctor()">
17994         <size>7</size>
17995       </method>
17996       <method name="Boolean TryAction[T](Test+Creator`1[T], T ByRef)">
17997         <size>17</size>
17998       </method>
17999       <method name="Boolean Func1[T](IList`1, Boolean, T ByRef)">
18000         <size>32</size>
18001       </method>
18002       <method name="T Item[T](IList`1)">
18003         <size>7</size>
18004       </method>
18005       <method name="T GetSingleItem[T](IList`1)">
18006         <size>10</size>
18007       </method>
18008       <method name="Void Main()">
18009         <size>15</size>
18010       </method>
18011     </type>
18012     <type name="Test+Creator`1[T]">
18013       <method name="Void .ctor(Object, IntPtr)">
18014         <size>0</size>
18015       </method>
18016       <method name="T Invoke()">
18017         <size>0</size>
18018       </method>
18019       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18020         <size>0</size>
18021       </method>
18022       <method name="T EndInvoke(IAsyncResult)">
18023         <size>0</size>
18024       </method>
18025     </type>
18026     <type name="Test+&lt;Func1&gt;c__AnonStorey0`1[T]">
18027       <method name="Void .ctor()">
18028         <size>7</size>
18029       </method>
18030       <method name="T &lt;&gt;m__0()">
18031         <size>12</size>
18032       </method>
18033     </type>
18034   </test>
18035   <test name="gtest-anon-3.cs">
18036     <type name="X">
18037       <method name="Void .ctor()">
18038         <size>7</size>
18039       </method>
18040       <method name="Void Hello[U](U)">
18041         <size>1</size>
18042       </method>
18043       <method name="Void Test[T](T)">
18044         <size>28</size>
18045       </method>
18046       <method name="Void Main()">
18047         <size>14</size>
18048       </method>
18049     </type>
18050     <type name="Foo`1[S]">
18051       <method name="Void .ctor(Object, IntPtr)">
18052         <size>0</size>
18053       </method>
18054       <method name="Void Invoke(S)">
18055         <size>0</size>
18056       </method>
18057       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
18058         <size>0</size>
18059       </method>
18060       <method name="Void EndInvoke(IAsyncResult)">
18061         <size>0</size>
18062       </method>
18063     </type>
18064     <type name="X">
18065       <method name="Void &lt;Test`1&gt;m__0[T](T)">
18066         <size>8</size>
18067       </method>
18068     </type>
18069   </test>
18070   <test name="gtest-anon-30.cs">
18071     <type name="X">
18072       <method name="Void .ctor()">
18073         <size>7</size>
18074       </method>
18075       <method name="Void Hello[U](U)">
18076         <size>1</size>
18077       </method>
18078       <method name="Void Test[T](T)">
18079         <size>46</size>
18080       </method>
18081       <method name="Void Main()">
18082         <size>1</size>
18083       </method>
18084     </type>
18085     <type name="Simple">
18086       <method name="Void .ctor(Object, IntPtr)">
18087         <size>0</size>
18088       </method>
18089       <method name="Void Invoke()">
18090         <size>0</size>
18091       </method>
18092       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18093         <size>0</size>
18094       </method>
18095       <method name="Void EndInvoke(IAsyncResult)">
18096         <size>0</size>
18097       </method>
18098     </type>
18099     <type name="Foo">
18100       <method name="Void .ctor(Object, IntPtr)">
18101         <size>0</size>
18102       </method>
18103       <method name="Simple Invoke()">
18104         <size>0</size>
18105       </method>
18106       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18107         <size>0</size>
18108       </method>
18109       <method name="Simple EndInvoke(IAsyncResult)">
18110         <size>0</size>
18111       </method>
18112     </type>
18113     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
18114       <method name="Void .ctor()">
18115         <size>7</size>
18116       </method>
18117       <method name="Simple &lt;&gt;m__0()">
18118         <size>55</size>
18119       </method>
18120     </type>
18121     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
18122       <method name="Void .ctor()">
18123         <size>7</size>
18124       </method>
18125       <method name="Void &lt;&gt;m__1()">
18126         <size>50</size>
18127       </method>
18128     </type>
18129   </test>
18130   <test name="gtest-anon-31.cs">
18131     <type name="A">
18132       <method name="Void Fail[X]()">
18133         <size>25</size>
18134       </method>
18135       <method name="Void Main()">
18136         <size>1</size>
18137       </method>
18138     </type>
18139     <type name="A+&lt;Fail&gt;c__AnonStorey0`1[X]">
18140       <method name="Void .ctor()">
18141         <size>7</size>
18142       </method>
18143       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
18144         <size>36</size>
18145       </method>
18146       <method name="Void &lt;&gt;m__1(System.Object, System.EventArgs)">
18147         <size>1</size>
18148       </method>
18149     </type>
18150   </test>
18151   <test name="gtest-anon-32.cs">
18152     <type name="Program">
18153       <method name="Void .ctor()">
18154         <size>7</size>
18155       </method>
18156       <method name="Void Foo[T](IList`1)">
18157         <size>31</size>
18158       </method>
18159       <method name="Void Assert(System.Action`1[System.Int32])">
18160         <size>9</size>
18161       </method>
18162       <method name="Void Main(System.String[])">
18163         <size>7</size>
18164       </method>
18165     </type>
18166     <type name="Program+&lt;Foo&gt;c__AnonStorey0`1[T]">
18167       <method name="Void .ctor()">
18168         <size>7</size>
18169       </method>
18170       <method name="Void &lt;&gt;m__0(Int32)">
18171         <size>18</size>
18172       </method>
18173     </type>
18174   </test>
18175   <test name="gtest-anon-33.cs">
18176     <type name="IEnumerableRocks">
18177       <method name="System.String Implode[TSource,TResult](IEnumerable`1, System.String, System.Func`2[TSource,TResult])">
18178         <size>33</size>
18179       </method>
18180       <method name="System.String Implode[TSource](IEnumerable`1, System.String, System.Action`2[System.Text.StringBuilder,TSource])">
18181         <size>125</size>
18182       </method>
18183     </type>
18184     <type name="Test">
18185       <method name="Void .ctor()">
18186         <size>7</size>
18187       </method>
18188       <method name="Void Main()">
18189         <size>67</size>
18190       </method>
18191       <method name="System.String &lt;Main&gt;m__1(System.String)">
18192         <size>17</size>
18193       </method>
18194     </type>
18195     <type name="IEnumerableRocks+&lt;Implode&gt;c__AnonStorey0`2[TSource,TResult]">
18196       <method name="Void .ctor()">
18197         <size>7</size>
18198       </method>
18199       <method name="Void &lt;&gt;m__0(System.Text.StringBuilder, TSource)">
18200         <size>34</size>
18201       </method>
18202     </type>
18203   </test>
18204   <test name="gtest-anon-34.cs">
18205     <type name="MyClass">
18206       <method name="Void .ctor()">
18207         <size>18</size>
18208       </method>
18209       <method name="Int32 get_Answer()">
18210         <size>7</size>
18211       </method>
18212       <method name="Void set_Answer(Int32)">
18213         <size>8</size>
18214       </method>
18215     </type>
18216     <type name="Test">
18217       <method name="Void .ctor()">
18218         <size>7</size>
18219       </method>
18220       <method name="Int32 Main()">
18221         <size>82</size>
18222       </method>
18223     </type>
18224     <type name="Test+D">
18225       <method name="Void .ctor(Object, IntPtr)">
18226         <size>0</size>
18227       </method>
18228       <method name="Void Invoke()">
18229         <size>0</size>
18230       </method>
18231       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18232         <size>0</size>
18233       </method>
18234       <method name="Void EndInvoke(IAsyncResult)">
18235         <size>0</size>
18236       </method>
18237     </type>
18238     <type name="Test+&lt;Main&gt;c__AnonStorey0">
18239       <method name="Void .ctor()">
18240         <size>7</size>
18241       </method>
18242       <method name="Void &lt;&gt;m__0()">
18243         <size>33</size>
18244       </method>
18245     </type>
18246   </test>
18247   <test name="gtest-anon-35.cs">
18248     <type name="C`1[T]">
18249       <method name="Void .ctor()">
18250         <size>7</size>
18251       </method>
18252       <method name="System.Func`1[T] XX()">
18253         <size>32</size>
18254       </method>
18255       <method name="T &lt;XX&gt;m__0()">
18256         <size>10</size>
18257       </method>
18258     </type>
18259     <type name="C2`1[T]">
18260       <method name="Void .ctor()">
18261         <size>7</size>
18262       </method>
18263       <method name="System.Func`1[C`1[T]] XX()">
18264         <size>32</size>
18265       </method>
18266       <method name="C`1[T] &lt;XX&gt;m__1()">
18267         <size>2</size>
18268       </method>
18269     </type>
18270     <type name="N1">
18271       <method name="Void .ctor()">
18272         <size>7</size>
18273       </method>
18274       <method name="System.Func`1[T] XX[T]()">
18275         <size>15</size>
18276       </method>
18277     </type>
18278     <type name="Test">
18279       <method name="Void .ctor()">
18280         <size>7</size>
18281       </method>
18282       <method name="Int32 Main()">
18283         <size>98</size>
18284       </method>
18285     </type>
18286     <type name="N1">
18287       <method name="T &lt;XX`1&gt;m__2[T]()">
18288         <size>10</size>
18289       </method>
18290     </type>
18291   </test>
18292   <test name="gtest-anon-36.cs">
18293     <type name="Foo`1[T]">
18294       <method name="Void .ctor()">
18295         <size>7</size>
18296       </method>
18297       <method name="Void add_handler(Handler`1[T])">
18298         <size>47</size>
18299       </method>
18300       <method name="Void remove_handler(Handler`1[T])">
18301         <size>47</size>
18302       </method>
18303       <method name="Void add_Handler(Handler`1[T])">
18304         <size>48</size>
18305       </method>
18306       <method name="Void remove_Handler(Handler`1[T])">
18307         <size>8</size>
18308       </method>
18309       <method name="Void &lt;add_Handler&gt;m__0(System.Object)">
18310         <size>18</size>
18311       </method>
18312     </type>
18313     <type name="Program">
18314       <method name="Void .ctor()">
18315         <size>7</size>
18316       </method>
18317       <method name="Int32 Main()">
18318         <size>15</size>
18319       </method>
18320     </type>
18321     <type name="Handler`1[T]">
18322       <method name="Void .ctor(Object, IntPtr)">
18323         <size>0</size>
18324       </method>
18325       <method name="Void Invoke(System.Object)">
18326         <size>0</size>
18327       </method>
18328       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
18329         <size>0</size>
18330       </method>
18331       <method name="Void EndInvoke(IAsyncResult)">
18332         <size>0</size>
18333       </method>
18334     </type>
18335   </test>
18336   <test name="gtest-anon-37.cs">
18337     <type name="Wrap`1[U]">
18338       <method name="Void .ctor()">
18339         <size>7</size>
18340       </method>
18341     </type>
18342     <type name="Test">
18343       <method name="Void .ctor()">
18344         <size>7</size>
18345       </method>
18346       <method name="Int32 Run[T](Wrap`1[T])">
18347         <size>56</size>
18348       </method>
18349       <method name="Int32 Main()">
18350         <size>16</size>
18351       </method>
18352     </type>
18353     <type name="Test+&lt;Run&gt;c__AnonStorey0`1[T]">
18354       <method name="Void .ctor()">
18355         <size>7</size>
18356       </method>
18357       <method name="Void &lt;&gt;m__0()">
18358         <size>17</size>
18359       </method>
18360     </type>
18361   </test>
18362   <test name="gtest-anon-38.cs">
18363     <type name="Foo`1[T]">
18364       <method name="Void .ctor()">
18365         <size>7</size>
18366       </method>
18367       <method name="Boolean ContainsAll[U](IEnumerable`1)">
18368         <size>40</size>
18369       </method>
18370       <method name="Boolean Contains(T)">
18371         <size>2</size>
18372       </method>
18373     </type>
18374     <type name="Program">
18375       <method name="Void .ctor()">
18376         <size>7</size>
18377       </method>
18378       <method name="Int32 Main()">
18379         <size>42</size>
18380       </method>
18381     </type>
18382     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
18383       <method name="Void .ctor()">
18384         <size>7</size>
18385       </method>
18386       <method name="Boolean &lt;&gt;m__0()">
18387         <size>201</size>
18388       </method>
18389     </type>
18390     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1+&lt;ContainsAll&gt;c__AnonStorey1`1[T,U]">
18391       <method name="Void .ctor()">
18392         <size>7</size>
18393       </method>
18394     </type>
18395     <type name="&lt;PrivateImplementationDetails&gt;">
18396       <method name="Void .ctor()">
18397         <size>7</size>
18398       </method>
18399     </type>
18400   </test>
18401   <test name="gtest-anon-39.cs">
18402     <type name="Test">
18403       <method name="Void .ctor()">
18404         <size>7</size>
18405       </method>
18406       <method name="Void Test_1[T](T)">
18407         <size>33</size>
18408       </method>
18409       <method name="Void Test_2[T](Nullable`1)">
18410         <size>33</size>
18411       </method>
18412       <method name="Void Main()">
18413         <size>39</size>
18414       </method>
18415     </type>
18416     <type name="Test+D">
18417       <method name="Void .ctor(Object, IntPtr)">
18418         <size>0</size>
18419       </method>
18420       <method name="Void Invoke()">
18421         <size>0</size>
18422       </method>
18423       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18424         <size>0</size>
18425       </method>
18426       <method name="Void EndInvoke(IAsyncResult)">
18427         <size>0</size>
18428       </method>
18429     </type>
18430     <type name="Test+&lt;Test_1&gt;c__AnonStorey0`1[T]">
18431       <method name="Void .ctor()">
18432         <size>7</size>
18433       </method>
18434       <method name="Void &lt;&gt;m__0()">
18435         <size>24</size>
18436       </method>
18437     </type>
18438     <type name="Test+&lt;Test_2&gt;c__AnonStorey1`1[T]">
18439       <method name="Void .ctor()">
18440         <size>7</size>
18441       </method>
18442       <method name="Void &lt;&gt;m__1()">
18443         <size>85</size>
18444       </method>
18445     </type>
18446     <type name="Test">
18447       <method name="T Test_3[T](System.Object)">
18448         <size>51</size>
18449       </method>
18450     </type>
18451     <type name="Test+&lt;Test_3&gt;c__AnonStorey2`1[T]">
18452       <method name="Void .ctor()">
18453         <size>7</size>
18454       </method>
18455       <method name="Void &lt;&gt;m__2()">
18456         <size>23</size>
18457       </method>
18458     </type>
18459   </test>
18460   <test name="gtest-anon-4.cs">
18461     <type name="Test">
18462       <method name="Void .ctor()">
18463         <size>7</size>
18464       </method>
18465       <method name="Void Main()">
18466         <size>59</size>
18467       </method>
18468       <method name="Int32 GetItem()">
18469         <size>50</size>
18470       </method>
18471       <method name="IEnumerable`1 GetItems()">
18472         <size>16</size>
18473       </method>
18474     </type>
18475     <type name="&lt;PrivateImplementationDetails&gt;">
18476       <method name="Void .ctor()">
18477         <size>7</size>
18478       </method>
18479     </type>
18480     <type name="Test+&lt;GetItems&gt;c__Iterator0">
18481       <method name="Void .ctor()">
18482         <size>7</size>
18483       </method>
18484       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18485         <size>12</size>
18486       </method>
18487       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18488         <size>7</size>
18489       </method>
18490       <method name="Boolean MoveNext()">
18491         <size>67</size>
18492       </method>
18493       <method name="Void Dispose()">
18494         <size>8</size>
18495       </method>
18496       <method name="Void Reset()">
18497         <size>6</size>
18498       </method>
18499       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
18500         <size>7</size>
18501       </method>
18502       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
18503         <size>26</size>
18504       </method>
18505     </type>
18506   </test>
18507   <test name="gtest-anon-40.cs">
18508     <type name="RunTests">
18509       <method name="Int32 Main()">
18510         <size>7</size>
18511       </method>
18512     </type>
18513     <type name="Test1.X">
18514       <method name="Void .ctor()">
18515         <size>7</size>
18516       </method>
18517       <method name="Void Test1[R](R, Int32)">
18518         <size>150</size>
18519       </method>
18520       <method name="Void Run()">
18521         <size>13</size>
18522       </method>
18523     </type>
18524     <type name="Test1.Foo">
18525       <method name="Void .ctor(Object, IntPtr)">
18526         <size>0</size>
18527       </method>
18528       <method name="Int32 Invoke()">
18529         <size>0</size>
18530       </method>
18531       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18532         <size>0</size>
18533       </method>
18534       <method name="Int32 EndInvoke(IAsyncResult)">
18535         <size>0</size>
18536       </method>
18537     </type>
18538     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey1`1[R]">
18539       <method name="Void .ctor()">
18540         <size>7</size>
18541       </method>
18542       <method name="Int32 &lt;&gt;m__0()">
18543         <size>71</size>
18544       </method>
18545     </type>
18546     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey0`1[R]">
18547       <method name="Void .ctor()">
18548         <size>7</size>
18549       </method>
18550     </type>
18551     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey2`1[R]">
18552       <method name="Void .ctor()">
18553         <size>7</size>
18554       </method>
18555     </type>
18556   </test>
18557   <test name="gtest-anon-41.cs">
18558     <type name="C">
18559       <method name="Decimal Average[TSource](IEnumerable`1, System.Func`2[TSource,System.Decimal])">
18560         <size>37</size>
18561       </method>
18562       <method name="TResult Average[TElement,TAggregate,TResult](IEnumerable`1, System.Func`3[TAggregate,TElement,TAggregate], System.Func`3[TAggregate,TElement,TResult])">
18563         <size>6</size>
18564       </method>
18565       <method name="Void Main()">
18566         <size>1</size>
18567       </method>
18568       <method name="Decimal &lt;Average`1&gt;m__0[TSource](Decimal, Decimal)">
18569         <size>8</size>
18570       </method>
18571       <method name="Decimal &lt;Average`1&gt;m__1[TSource](Decimal, Decimal)">
18572         <size>8</size>
18573       </method>
18574     </type>
18575   </test>
18576   <test name="gtest-anon-42.cs">
18577     <type name="Test">
18578       <method name="Void .ctor()">
18579         <size>7</size>
18580       </method>
18581       <method name="Void Test_3[T]()">
18582         <size>20</size>
18583       </method>
18584       <method name="Int32 Main()">
18585         <size>12</size>
18586       </method>
18587     </type>
18588     <type name="Test+D">
18589       <method name="Void .ctor(Object, IntPtr)">
18590         <size>0</size>
18591       </method>
18592       <method name="Void Invoke()">
18593         <size>0</size>
18594       </method>
18595       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18596         <size>0</size>
18597       </method>
18598       <method name="Void EndInvoke(IAsyncResult)">
18599         <size>0</size>
18600       </method>
18601     </type>
18602     <type name="Test">
18603       <method name="Void &lt;Test_3`1&gt;m__0[T]()">
18604         <size>11</size>
18605       </method>
18606     </type>
18607   </test>
18608   <test name="gtest-anon-43.cs">
18609     <type name="TestC">
18610       <method name="Void .ctor()">
18611         <size>7</size>
18612       </method>
18613       <method name="System.Func`1[System.Type] Test[T]()">
18614         <size>13</size>
18615       </method>
18616       <method name="Int32 Main()">
18617         <size>76</size>
18618       </method>
18619       <method name="System.Type &lt;Test`1&gt;m__0[T]()">
18620         <size>11</size>
18621       </method>
18622     </type>
18623   </test>
18624   <test name="gtest-anon-44.cs">
18625     <type name="UiaAtkBridgeTest.Test">
18626       <method name="Void .ctor()">
18627         <size>7</size>
18628       </method>
18629       <method name="Void Invoke(System.EventHandler)">
18630         <size>1</size>
18631       </method>
18632     </type>
18633     <type name="UiaAtkBridgeTest.GailTester">
18634       <method name="Void .ctor()">
18635         <size>7</size>
18636       </method>
18637       <method name="Void ThisCausesACrash[I]()">
18638         <size>18</size>
18639       </method>
18640       <method name="Void Main()">
18641         <size>1</size>
18642       </method>
18643       <method name="Void &lt;ThisCausesACrash`1&gt;m__0[I](System.Object, System.EventArgs)">
18644         <size>1</size>
18645       </method>
18646     </type>
18647   </test>
18648   <test name="gtest-anon-45.cs">
18649     <type name="C">
18650       <method name="Void .ctor()">
18651         <size>7</size>
18652       </method>
18653       <method name="Void AnyMethod[T]()">
18654         <size>20</size>
18655       </method>
18656       <method name="Int32 Main()">
18657         <size>12</size>
18658       </method>
18659     </type>
18660     <type name="C+&lt;AnyMethod&gt;c__AnonStorey0`1[T]">
18661       <method name="Void .ctor()">
18662         <size>7</size>
18663       </method>
18664       <method name="Void &lt;&gt;m__1(System.String)">
18665         <size>14</size>
18666       </method>
18667     </type>
18668     <type name="C">
18669       <method name="Void &lt;AnyMethod`1&gt;m__0[T]()">
18670         <size>31</size>
18671       </method>
18672     </type>
18673   </test>
18674   <test name="gtest-anon-46.cs">
18675     <type name="TheClass">
18676       <method name="Void .ctor()">
18677         <size>7</size>
18678       </method>
18679       <method name="Void Foo[T](T, System.Func`2[T,T])">
18680         <size>41</size>
18681       </method>
18682       <method name="Void Main()">
18683         <size>8</size>
18684       </method>
18685     </type>
18686     <type name="TheClass+&lt;Foo&gt;c__AnonStorey0`1[T]">
18687       <method name="Void .ctor()">
18688         <size>7</size>
18689       </method>
18690       <method name="System.Func`1[T] &lt;&gt;m__0()">
18691         <size>31</size>
18692       </method>
18693       <method name="T &lt;&gt;m__1()">
18694         <size>18</size>
18695       </method>
18696     </type>
18697   </test>
18698   <test name="gtest-anon-47.cs">
18699     <type name="C">
18700       <method name="System.Func`2[T1,System.Func`2[T2,System.Action`1[T3]]] Curry[T1,T2,T3](System.Action`3[T1,T2,T3])">
18701         <size>26</size>
18702       </method>
18703     </type>
18704     <type name="Test">
18705       <method name="Int32 Main()">
18706         <size>59</size>
18707       </method>
18708       <method name="Void &lt;Main&gt;m__3(Int32, Int32, Int32)">
18709         <size>23</size>
18710       </method>
18711       <method name="Void .ctor()">
18712         <size>7</size>
18713       </method>
18714     </type>
18715     <type name="C+&lt;Curry&gt;c__AnonStorey0`3[T1,T2,T3]">
18716       <method name="System.Func`2[T2,System.Action`1[T3]] &lt;&gt;m__0(T1)">
18717         <size>33</size>
18718       </method>
18719       <method name="Void .ctor()">
18720         <size>7</size>
18721       </method>
18722     </type>
18723     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3[T1,T2,T3]">
18724       <method name="System.Action`1[T3] &lt;&gt;m__1(T2)">
18725         <size>45</size>
18726       </method>
18727       <method name="Void .ctor()">
18728         <size>7</size>
18729       </method>
18730     </type>
18731     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3+&lt;Curry&gt;c__AnonStorey2`3[T1,T2,T3]">
18732       <method name="Void &lt;&gt;m__2(T3)">
18733         <size>35</size>
18734       </method>
18735       <method name="Void .ctor()">
18736         <size>7</size>
18737       </method>
18738     </type>
18739   </test>
18740   <test name="gtest-anon-48.cs">
18741     <type name="GeneratorEnumerable`1[T]">
18742       <method name="Void .ctor(Func`1)">
18743         <size>7</size>
18744       </method>
18745     </type>
18746     <type name="GeneratorExpression">
18747       <method name="Void .ctor()">
18748         <size>7</size>
18749       </method>
18750     </type>
18751     <type name="GeneratorInvoker">
18752       <method name="Void .ctor(GeneratorExpression)">
18753         <size>7</size>
18754       </method>
18755       <method name="Void Invoke[T](T ByRef)">
18756         <size>1</size>
18757       </method>
18758     </type>
18759     <type name="Interpreter">
18760       <method name="System.Object InterpretGenerator[T](GeneratorExpression)">
18761         <size>31</size>
18762       </method>
18763       <method name="Int32 Main()">
18764         <size>13</size>
18765       </method>
18766     </type>
18767     <type name="Func`1[TResult]">
18768       <method name="Void .ctor(Object, IntPtr)">
18769         <size>0</size>
18770       </method>
18771       <method name="TResult Invoke()">
18772         <size>0</size>
18773       </method>
18774       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18775         <size>0</size>
18776       </method>
18777       <method name="TResult EndInvoke(IAsyncResult)">
18778         <size>0</size>
18779       </method>
18780     </type>
18781     <type name="GeneratorNext`1[T]">
18782       <method name="Void .ctor(Object, IntPtr)">
18783         <size>0</size>
18784       </method>
18785       <method name="Void Invoke(T ByRef)">
18786         <size>0</size>
18787       </method>
18788       <method name="IAsyncResult BeginInvoke(T ByRef, System.AsyncCallback, System.Object)">
18789         <size>0</size>
18790       </method>
18791       <method name="Void EndInvoke(T ByRef, IAsyncResult)">
18792         <size>0</size>
18793       </method>
18794     </type>
18795     <type name="Interpreter+&lt;InterpretGenerator&gt;c__AnonStorey0`1[T]">
18796       <method name="Void .ctor()">
18797         <size>7</size>
18798       </method>
18799       <method name="GeneratorNext`1[T] &lt;&gt;m__0()">
18800         <size>23</size>
18801       </method>
18802     </type>
18803   </test>
18804   <test name="gtest-anon-49.cs">
18805     <type name="Test">
18806       <method name="Void .ctor()">
18807         <size>7</size>
18808       </method>
18809       <method name="Void Main()">
18810         <size>1</size>
18811       </method>
18812       <method name="Void DetermineLinkedCells()">
18813         <size>74</size>
18814       </method>
18815     </type>
18816     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey0">
18817       <method name="Void .ctor()">
18818         <size>7</size>
18819       </method>
18820     </type>
18821     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey1">
18822       <method name="Void .ctor()">
18823         <size>7</size>
18824       </method>
18825       <method name="Boolean &lt;&gt;m__1(System.Object)">
18826         <size>13</size>
18827       </method>
18828       <method name="Boolean &lt;&gt;m__0(System.Object)">
18829         <size>18</size>
18830       </method>
18831     </type>
18832   </test>
18833   <test name="gtest-anon-5.cs">
18834     <type name="X">
18835       <method name="Void .ctor()">
18836         <size>7</size>
18837       </method>
18838       <method name="Void Main()">
18839         <size>80</size>
18840       </method>
18841     </type>
18842     <type name="Hello">
18843       <method name="Void .ctor(Object, IntPtr)">
18844         <size>0</size>
18845       </method>
18846       <method name="Void Invoke()">
18847         <size>0</size>
18848       </method>
18849       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18850         <size>0</size>
18851       </method>
18852       <method name="Void EndInvoke(IAsyncResult)">
18853         <size>0</size>
18854       </method>
18855     </type>
18856     <type name="Foo+&lt;Test&gt;c__Iterator0">
18857       <method name="Void .ctor()">
18858         <size>7</size>
18859       </method>
18860       <method name="System.Object System.Collections.IEnumerator.get_Current()">
18861         <size>12</size>
18862       </method>
18863       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
18864         <size>7</size>
18865       </method>
18866       <method name="Boolean MoveNext()">
18867         <size>96</size>
18868       </method>
18869       <method name="Void Dispose()">
18870         <size>8</size>
18871       </method>
18872       <method name="Void Reset()">
18873         <size>6</size>
18874       </method>
18875     </type>
18876     <type name="Foo">
18877       <method name="Void .ctor(Int32)">
18878         <size>8</size>
18879       </method>
18880       <method name="IEnumerable`1 Test(Foo)">
18881         <size>42</size>
18882       </method>
18883       <method name="Void Hello(Int32)">
18884         <size>19</size>
18885       </method>
18886       <method name="System.String ToString()">
18887         <size>22</size>
18888       </method>
18889     </type>
18890     <type name="Foo+&lt;Test&gt;c__Iterator0">
18891       <method name="Foo System.Collections.Generic.IEnumerator&lt;Foo&gt;.get_Current()">
18892         <size>7</size>
18893       </method>
18894       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
18895         <size>52</size>
18896       </method>
18897     </type>
18898   </test>
18899   <test name="gtest-anon-50.cs">
18900     <type name="M">
18901       <method name="Void .ctor()">
18902         <size>7</size>
18903       </method>
18904       <method name="Int32 Main()">
18905         <size>12</size>
18906       </method>
18907     </type>
18908     <type name="SomeGenericClass`1[SomeType]">
18909       <method name="Void .ctor()">
18910         <size>7</size>
18911       </method>
18912       <method name="Void Invoke(SomeGenericClass`1+SomeHandlerType[SomeType])">
18913         <size>7</size>
18914       </method>
18915       <method name="Void FailsToCompile()">
18916         <size>19</size>
18917       </method>
18918     </type>
18919     <type name="SomeGenericClass`1+SomeHandlerType[SomeType]">
18920       <method name="Void .ctor(Object, IntPtr)">
18921         <size>0</size>
18922       </method>
18923       <method name="Void Invoke()">
18924         <size>0</size>
18925       </method>
18926       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18927         <size>0</size>
18928       </method>
18929       <method name="Void EndInvoke(IAsyncResult)">
18930         <size>0</size>
18931       </method>
18932     </type>
18933     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
18934       <method name="Void .ctor()">
18935         <size>7</size>
18936       </method>
18937     </type>
18938     <type name="SomeGenericClass`1[SomeType]">
18939       <method name="Void &lt;FailsToCompile&gt;m__0()">
18940         <size>44</size>
18941       </method>
18942     </type>
18943     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
18944       <method name="Void &lt;&gt;m__1()">
18945         <size>18</size>
18946       </method>
18947     </type>
18948   </test>
18949   <test name="gtest-anon-51.cs">
18950     <type name="Driver">
18951       <method name="Void .ctor()">
18952         <size>7</size>
18953       </method>
18954       <method name="Int32 Main()">
18955         <size>12</size>
18956       </method>
18957       <method name="Void P(Int32, Int32)">
18958         <size>1</size>
18959       </method>
18960       <method name="Void Repro()">
18961         <size>100</size>
18962       </method>
18963     </type>
18964     <type name="Bla">
18965       <method name="Void .ctor(Object, IntPtr)">
18966         <size>0</size>
18967       </method>
18968       <method name="Void Invoke()">
18969         <size>0</size>
18970       </method>
18971       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
18972         <size>0</size>
18973       </method>
18974       <method name="Void EndInvoke(IAsyncResult)">
18975         <size>0</size>
18976       </method>
18977     </type>
18978     <type name="Driver+&lt;Repro&gt;c__AnonStorey0">
18979       <method name="Void .ctor()">
18980         <size>7</size>
18981       </method>
18982       <method name="Void &lt;&gt;m__0()">
18983         <size>35</size>
18984       </method>
18985     </type>
18986   </test>
18987   <test name="gtest-anon-52.cs">
18988     <type name="A`1[T]">
18989       <method name="Void .ctor()">
18990         <size>7</size>
18991       </method>
18992     </type>
18993     <type name="A`1+B[T]">
18994       <method name="Void .ctor()">
18995         <size>18</size>
18996       </method>
18997       <method name="Void W[R](System.String, System.Func`2[T,R])">
18998         <size>39</size>
18999       </method>
19000     </type>
19001     <type name="B">
19002       <method name="Void .ctor()">
19003         <size>7</size>
19004       </method>
19005       <method name="Void Main()">
19006         <size>1</size>
19007       </method>
19008     </type>
19009     <type name="A`1+B+&lt;W&gt;c__AnonStorey0`1[T,R]">
19010       <method name="Void .ctor()">
19011         <size>7</size>
19012       </method>
19013       <method name="Void &lt;&gt;m__0(T[])">
19014         <size>55</size>
19015       </method>
19016     </type>
19017   </test>
19018   <test name="gtest-anon-53.cs">
19019     <type name="TestComp.Program">
19020       <method name="Void .ctor()">
19021         <size>7</size>
19022       </method>
19023       <method name="Void Main(System.String[])">
19024         <size>1</size>
19025       </method>
19026     </type>
19027     <type name="TestComp.Program+MyClass">
19028       <method name="Void .ctor()">
19029         <size>7</size>
19030       </method>
19031       <method name="Void MyTemplate(TestComp.Program+MyClass+MyDelegate)">
19032         <size>1</size>
19033       </method>
19034       <method name="Void UseATemplate()">
19035         <size>36</size>
19036       </method>
19037       <method name="Void &lt;UseATemplate&gt;m__0(System.Collections.Generic.List`1[System.Int32] ByRef)">
19038         <size>16</size>
19039       </method>
19040     </type>
19041     <type name="TestComp.Program+MyClass+MyDelegate">
19042       <method name="Void .ctor(Object, IntPtr)">
19043         <size>0</size>
19044       </method>
19045       <method name="Void Invoke(System.Collections.Generic.List`1[System.Int32] ByRef)">
19046         <size>0</size>
19047       </method>
19048       <method name="IAsyncResult BeginInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, System.AsyncCallback, System.Object)">
19049         <size>0</size>
19050       </method>
19051       <method name="Void EndInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, IAsyncResult)">
19052         <size>0</size>
19053       </method>
19054     </type>
19055   </test>
19056   <test name="gtest-anon-54.cs">
19057     <type name="Class">
19058       <method name="Void .ctor()">
19059         <size>7</size>
19060       </method>
19061       <method name="System.String get_Property()">
19062         <size>6</size>
19063       </method>
19064       <method name="System.String Method()">
19065         <size>44</size>
19066       </method>
19067       <method name="Int32 Main()">
19068         <size>39</size>
19069       </method>
19070     </type>
19071     <type name="Class+&lt;Method&gt;c__AnonStorey0">
19072       <method name="Void .ctor()">
19073         <size>7</size>
19074       </method>
19075       <method name="System.String &lt;&gt;m__0()">
19076         <size>56</size>
19077       </method>
19078     </type>
19079     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2">
19080       <method name="Void .ctor()">
19081         <size>7</size>
19082       </method>
19083       <method name="System.String &lt;&gt;m__1(System.String)">
19084         <size>52</size>
19085       </method>
19086     </type>
19087     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2+&lt;Method&gt;c__AnonStorey1">
19088       <method name="Void .ctor()">
19089         <size>7</size>
19090       </method>
19091       <method name="System.String &lt;&gt;m__2()">
19092         <size>39</size>
19093       </method>
19094     </type>
19095   </test>
19096   <test name="gtest-anon-55.cs">
19097     <type name="Thing`1[TFirst]">
19098       <method name="Void .ctor(Action`1)">
19099         <size>14</size>
19100       </method>
19101       <method name="Thing`1[TFirst] Create[TSecond](System.Func`2[TFirst,TSecond])">
19102         <size>31</size>
19103       </method>
19104       <method name="Void SomeAction()">
19105         <size>18</size>
19106       </method>
19107     </type>
19108     <type name="Program">
19109       <method name="Void Main()">
19110         <size>42</size>
19111       </method>
19112       <method name="System.Object &lt;Main&gt;m__1(System.Object)">
19113         <size>2</size>
19114       </method>
19115     </type>
19116     <type name="Thing`1+&lt;Create&gt;c__AnonStorey0`1[TFirst,TSecond]">
19117       <method name="Void .ctor()">
19118         <size>7</size>
19119       </method>
19120       <method name="Void &lt;&gt;m__0(TFirst)">
19121         <size>47</size>
19122       </method>
19123     </type>
19124   </test>
19125   <test name="gtest-anon-56.cs">
19126     <type name="G`1[T]">
19127       <method name="Void .ctor()">
19128         <size>7</size>
19129       </method>
19130       <method name="T def()">
19131         <size>10</size>
19132       </method>
19133     </type>
19134     <type name="C">
19135       <method name="Void .ctor()">
19136         <size>7</size>
19137       </method>
19138       <method name="Void foo(System.Object)">
19139         <size>1</size>
19140       </method>
19141       <method name="Void cf[T]()">
19142         <size>35</size>
19143       </method>
19144       <method name="Int32 Main()">
19145         <size>17</size>
19146       </method>
19147     </type>
19148     <type name="C+DF">
19149       <method name="Void .ctor(Object, IntPtr)">
19150         <size>0</size>
19151       </method>
19152       <method name="Void Invoke()">
19153         <size>0</size>
19154       </method>
19155       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19156         <size>0</size>
19157       </method>
19158       <method name="Void EndInvoke(IAsyncResult)">
19159         <size>0</size>
19160       </method>
19161     </type>
19162     <type name="C+&lt;cf&gt;c__AnonStorey0`1[T]">
19163       <method name="Void .ctor()">
19164         <size>7</size>
19165       </method>
19166       <method name="Void &lt;&gt;m__0()">
19167         <size>22</size>
19168       </method>
19169     </type>
19170   </test>
19171   <test name="gtest-anon-57.cs">
19172     <type name="X`1[T]">
19173       <method name="Void IFoo&lt;T&gt;.Test()">
19174         <size>37</size>
19175       </method>
19176       <method name="Void &lt;Test&gt;m__0()">
19177         <size>7</size>
19178       </method>
19179       <method name="Void .ctor()">
19180         <size>7</size>
19181       </method>
19182     </type>
19183     <type name="M">
19184       <method name="Void Main()">
19185         <size>13</size>
19186       </method>
19187       <method name="Void .ctor()">
19188         <size>7</size>
19189       </method>
19190     </type>
19191     <type name="Foo">
19192       <method name="Void Invoke()">
19193         <size>0</size>
19194       </method>
19195       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19196         <size>0</size>
19197       </method>
19198       <method name="Void EndInvoke(IAsyncResult)">
19199         <size>0</size>
19200       </method>
19201       <method name="Void .ctor(Object, IntPtr)">
19202         <size>0</size>
19203       </method>
19204     </type>
19205   </test>
19206   <test name="gtest-anon-58.cs">
19207     <type name="Test">
19208       <method name="X Foo[X](Boolean)">
19209         <size>45</size>
19210       </method>
19211       <method name="X FooNested[X](Boolean)">
19212         <size>66</size>
19213       </method>
19214       <method name="Int32 Main()">
19215         <size>36</size>
19216       </method>
19217       <method name="Void .ctor()">
19218         <size>7</size>
19219       </method>
19220     </type>
19221     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[X]">
19222       <method name="X &lt;&gt;m__0()">
19223         <size>12</size>
19224       </method>
19225       <method name="Void .ctor()">
19226         <size>7</size>
19227       </method>
19228     </type>
19229     <type name="Test+&lt;FooNested&gt;c__AnonStorey1`1[X]">
19230       <method name="Call`1[X] &lt;&gt;m__1()">
19231         <size>12</size>
19232       </method>
19233       <method name="Void .ctor()">
19234         <size>7</size>
19235       </method>
19236     </type>
19237   </test>
19238   <test name="gtest-anon-59.cs">
19239     <type name="TestGenericsSubtypeMatching.Sender`1[T]">
19240       <method name="Void DoSend[TMessage](System.Action`1[T])">
19241         <size>83</size>
19242       </method>
19243       <method name="Void Send(System.Action`1[T])">
19244         <size>1</size>
19245       </method>
19246       <method name="Void ActionOnObject(System.Object)">
19247         <size>8</size>
19248       </method>
19249       <method name="Void Dispose()">
19250         <size>11</size>
19251       </method>
19252       <method name="Void .ctor()">
19253         <size>7</size>
19254       </method>
19255     </type>
19256     <type name="TestGenericsSubtypeMatching.C">
19257       <method name="Void Main()">
19258         <size>40</size>
19259       </method>
19260       <method name="Void &lt;Main&gt;m__1(System.String)">
19261         <size>7</size>
19262       </method>
19263       <method name="Void .ctor()">
19264         <size>7</size>
19265       </method>
19266     </type>
19267     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey0`1[T,TMessage]">
19268       <method name="Void .ctor()">
19269         <size>7</size>
19270       </method>
19271     </type>
19272     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey1`1[T,TMessage]">
19273       <method name="Void &lt;&gt;m__0(T)">
19274         <size>35</size>
19275       </method>
19276       <method name="Void .ctor()">
19277         <size>7</size>
19278       </method>
19279     </type>
19280   </test>
19281   <test name="gtest-anon-6.cs">
19282     <type name="X">
19283       <method name="Void .ctor()">
19284         <size>7</size>
19285       </method>
19286       <method name="Void Hello[U,V](U, V)">
19287         <size>1</size>
19288       </method>
19289       <method name="Void Test[A,B,C](A, B, C)">
19290         <size>49</size>
19291       </method>
19292       <method name="Void Main()">
19293         <size>28</size>
19294       </method>
19295     </type>
19296     <type name="Foo`2[R,S]">
19297       <method name="Void .ctor(Object, IntPtr)">
19298         <size>0</size>
19299       </method>
19300       <method name="Void Invoke(R, S)">
19301         <size>0</size>
19302       </method>
19303       <method name="IAsyncResult BeginInvoke(R, S, System.AsyncCallback, System.Object)">
19304         <size>0</size>
19305       </method>
19306       <method name="Void EndInvoke(IAsyncResult)">
19307         <size>0</size>
19308       </method>
19309     </type>
19310     <type name="X+&lt;Test&gt;c__AnonStorey0`3[A,B,C]">
19311       <method name="Void .ctor()">
19312         <size>7</size>
19313       </method>
19314       <method name="Void &lt;&gt;m__0(A, Int32)">
19315         <size>32</size>
19316       </method>
19317     </type>
19318   </test>
19319   <test name="gtest-anon-60.cs">
19320     <type name="TestGenericsSubtypeMatching.Sender`1[T]">
19321       <method name="Void DoSend[TMessage](System.Action`1[T])">
19322         <size>83</size>
19323       </method>
19324       <method name="Void Send(System.Action`1[T])">
19325         <size>1</size>
19326       </method>
19327       <method name="Void ActionOnObject(System.Object)">
19328         <size>8</size>
19329       </method>
19330       <method name="Void Dispose()">
19331         <size>11</size>
19332       </method>
19333       <method name="Void .ctor()">
19334         <size>7</size>
19335       </method>
19336     </type>
19337     <type name="TestGenericsSubtypeMatching.C">
19338       <method name="Int32 Main()">
19339         <size>41</size>
19340       </method>
19341       <method name="Void &lt;Main&gt;m__1(Int32)">
19342         <size>7</size>
19343       </method>
19344       <method name="Void .ctor()">
19345         <size>7</size>
19346       </method>
19347     </type>
19348     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey0`1[T,TMessage]">
19349       <method name="Void .ctor()">
19350         <size>7</size>
19351       </method>
19352     </type>
19353     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey1`1[T,TMessage]">
19354       <method name="Void &lt;&gt;m__0(T)">
19355         <size>35</size>
19356       </method>
19357       <method name="Void .ctor()">
19358         <size>7</size>
19359       </method>
19360     </type>
19361   </test>
19362   <test name="gtest-anon-61.cs">
19363     <type name="TestCase">
19364       <method name="Void Main()">
19365         <size>32</size>
19366       </method>
19367       <method name="Void Test[T](IList`1)">
19368         <size>33</size>
19369       </method>
19370       <method name="Void .ctor()">
19371         <size>7</size>
19372       </method>
19373     </type>
19374     <type name="&lt;PrivateImplementationDetails&gt;">
19375       <method name="Void .ctor()">
19376         <size>7</size>
19377       </method>
19378     </type>
19379     <type name="TestCase+&lt;Test&gt;c__AnonStorey0`1[T]">
19380       <method name="Void &lt;&gt;m__0()">
19381         <size>46</size>
19382       </method>
19383       <method name="Int32 &lt;&gt;m__1(IList`1)">
19384         <size>2</size>
19385       </method>
19386       <method name="Void .ctor()">
19387         <size>7</size>
19388       </method>
19389     </type>
19390   </test>
19391   <test name="gtest-anon-62.cs">
19392     <type name="D">
19393       <method name="Void Invoke(System.Object)">
19394         <size>0</size>
19395       </method>
19396       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
19397         <size>0</size>
19398       </method>
19399       <method name="Void EndInvoke(IAsyncResult)">
19400         <size>0</size>
19401       </method>
19402       <method name="Void .ctor(Object, IntPtr)">
19403         <size>0</size>
19404       </method>
19405     </type>
19406     <type name="T">
19407       <method name="Void Assert(System.Object)">
19408         <size>1</size>
19409       </method>
19410       <method name="Void Execute(System.Action)">
19411         <size>1</size>
19412       </method>
19413       <method name="D GetD[T](System.Object)">
19414         <size>33</size>
19415       </method>
19416       <method name="Void Main()">
19417         <size>24</size>
19418       </method>
19419       <method name="Void .ctor()">
19420         <size>7</size>
19421       </method>
19422     </type>
19423     <type name="T+&lt;GetD&gt;c__AnonStorey2`1[T]">
19424       <method name="Void &lt;&gt;m__0(System.Object)">
19425         <size>77</size>
19426       </method>
19427       <method name="Void .ctor()">
19428         <size>7</size>
19429       </method>
19430     </type>
19431     <type name="T+&lt;GetD&gt;c__AnonStorey2`1+&lt;GetD&gt;c__AnonStorey0`1[T]">
19432       <method name="Void .ctor()">
19433         <size>7</size>
19434       </method>
19435     </type>
19436     <type name="T+&lt;GetD&gt;c__AnonStorey2`1+&lt;GetD&gt;c__AnonStorey1`1[T]">
19437       <method name="Void &lt;&gt;m__1()">
19438         <size>51</size>
19439       </method>
19440       <method name="Void .ctor()">
19441         <size>7</size>
19442       </method>
19443     </type>
19444   </test>
19445   <test name="gtest-anon-63.cs">
19446     <type name="A">
19447       <method name="Void Foo[T](T, System.String[])">
19448         <size>1</size>
19449       </method>
19450       <method name="Void .ctor()">
19451         <size>7</size>
19452       </method>
19453     </type>
19454     <type name="B">
19455       <method name="Void Test(Int32)">
19456         <size>40</size>
19457       </method>
19458       <method name="Void Test2[T](T)">
19459         <size>34</size>
19460       </method>
19461       <method name="Void &lt;Foo&gt;__BaseCallProxy0[T](T, System.String[])">
19462         <size>9</size>
19463       </method>
19464       <method name="Void .ctor()">
19465         <size>7</size>
19466       </method>
19467     </type>
19468     <type name="Test">
19469       <method name="Void Main()">
19470         <size>12</size>
19471       </method>
19472       <method name="Void .ctor()">
19473         <size>7</size>
19474       </method>
19475     </type>
19476     <type name="B+&lt;Test&gt;c__AnonStorey0">
19477       <method name="Void &lt;&gt;m__0()">
19478         <size>32</size>
19479       </method>
19480       <method name="Void .ctor()">
19481         <size>7</size>
19482       </method>
19483     </type>
19484     <type name="B+&lt;Test2&gt;c__AnonStorey1`1[T]">
19485       <method name="Void &lt;&gt;m__1()">
19486         <size>40</size>
19487       </method>
19488       <method name="Void .ctor()">
19489         <size>7</size>
19490       </method>
19491     </type>
19492   </test>
19493   <test name="gtest-anon-64.cs">
19494     <type name="C`1[T]">
19495       <method name="Void Foo[U](U)">
19496         <size>81</size>
19497       </method>
19498       <method name="Void Run(T)">
19499         <size>1</size>
19500       </method>
19501       <method name="Void .ctor()">
19502         <size>7</size>
19503       </method>
19504     </type>
19505     <type name="D">
19506       <method name="Void .ctor()">
19507         <size>7</size>
19508       </method>
19509     </type>
19510     <type name="E">
19511       <method name="Void .ctor()">
19512         <size>7</size>
19513       </method>
19514     </type>
19515     <type name="A">
19516       <method name="Int32 Main()">
19517         <size>12</size>
19518       </method>
19519       <method name="Void .ctor()">
19520         <size>7</size>
19521       </method>
19522     </type>
19523     <type name="C`1+&lt;Foo&gt;c__AnonStorey0`1[T,U]">
19524       <method name="Void .ctor()">
19525         <size>7</size>
19526       </method>
19527     </type>
19528     <type name="C`1+&lt;Foo&gt;c__AnonStorey1`1[T,U]">
19529       <method name="U &lt;&gt;m__0()">
19530         <size>12</size>
19531       </method>
19532       <method name="Void &lt;&gt;m__1()">
19533         <size>12</size>
19534       </method>
19535       <method name="Void .ctor()">
19536         <size>7</size>
19537       </method>
19538     </type>
19539   </test>
19540   <test name="gtest-anon-7.cs">
19541     <type name="MyDisposable">
19542       <method name="Void .ctor()">
19543         <size>26</size>
19544       </method>
19545       <method name="Void Dispose()">
19546         <size>1</size>
19547       </method>
19548       <method name="Int32 get_ID()">
19549         <size>7</size>
19550       </method>
19551       <method name="System.String ToString()">
19552         <size>28</size>
19553       </method>
19554     </type>
19555     <type name="X">
19556       <method name="Void .ctor()">
19557         <size>7</size>
19558       </method>
19559       <method name="IEnumerable`1 Test(Int32)">
19560         <size>30</size>
19561       </method>
19562       <method name="Void Main()">
19563         <size>60</size>
19564       </method>
19565     </type>
19566     <type name="X+&lt;Test&gt;c__Iterator0">
19567       <method name="Void .ctor()">
19568         <size>7</size>
19569       </method>
19570       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19571         <size>12</size>
19572       </method>
19573       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19574         <size>7</size>
19575       </method>
19576       <method name="Boolean MoveNext()">
19577         <size>178</size>
19578       </method>
19579       <method name="Void Dispose()">
19580         <size>66</size>
19581       </method>
19582       <method name="Void Reset()">
19583         <size>6</size>
19584       </method>
19585       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
19586         <size>7</size>
19587       </method>
19588       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
19589         <size>40</size>
19590       </method>
19591     </type>
19592   </test>
19593   <test name="gtest-anon-8.cs">
19594     <type name="X">
19595       <method name="Void .ctor()">
19596         <size>7</size>
19597       </method>
19598       <method name="Void Test[R](R, Int32)">
19599         <size>88</size>
19600       </method>
19601       <method name="Void Main()">
19602         <size>12</size>
19603       </method>
19604     </type>
19605     <type name="Foo">
19606       <method name="Void .ctor(Object, IntPtr)">
19607         <size>0</size>
19608       </method>
19609       <method name="Int32 Invoke()">
19610         <size>0</size>
19611       </method>
19612       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19613         <size>0</size>
19614       </method>
19615       <method name="Int32 EndInvoke(IAsyncResult)">
19616         <size>0</size>
19617       </method>
19618     </type>
19619     <type name="X+&lt;Test&gt;c__AnonStorey1`1[R]">
19620       <method name="Void .ctor()">
19621         <size>7</size>
19622       </method>
19623       <method name="Int32 &lt;&gt;m__0()">
19624         <size>34</size>
19625       </method>
19626     </type>
19627     <type name="X+&lt;Test&gt;c__AnonStorey0`1[R]">
19628       <method name="Void .ctor()">
19629         <size>7</size>
19630       </method>
19631     </type>
19632   </test>
19633   <test name="gtest-anon-9.cs">
19634     <type name="Test">
19635       <method name="Void .ctor()">
19636         <size>7</size>
19637       </method>
19638       <method name="IEnumerable`1 get_Foo()">
19639         <size>16</size>
19640       </method>
19641       <method name="Void set_Foo(IEnumerable`1)">
19642         <size>11</size>
19643       </method>
19644       <method name="Void Main()">
19645         <size>80</size>
19646       </method>
19647       <method name="Foo op_Implicit(Test)">
19648         <size>30</size>
19649       </method>
19650       <method name="IEnumerable`1 op_Addition(Test, Test)">
19651         <size>44</size>
19652       </method>
19653     </type>
19654     <type name="Foo">
19655       <method name="Void .ctor(Object, IntPtr)">
19656         <size>0</size>
19657       </method>
19658       <method name="Void Invoke()">
19659         <size>0</size>
19660       </method>
19661       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19662         <size>0</size>
19663       </method>
19664       <method name="Void EndInvoke(IAsyncResult)">
19665         <size>0</size>
19666       </method>
19667     </type>
19668     <type name="Test">
19669       <method name="Void &lt;op_Implicit&gt;m__0()">
19670         <size>11</size>
19671       </method>
19672     </type>
19673     <type name="Test+&lt;&gt;c__Iterator0">
19674       <method name="Void .ctor()">
19675         <size>7</size>
19676       </method>
19677       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19678         <size>12</size>
19679       </method>
19680       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19681         <size>7</size>
19682       </method>
19683       <method name="Boolean MoveNext()">
19684         <size>63</size>
19685       </method>
19686       <method name="Void Dispose()">
19687         <size>8</size>
19688       </method>
19689       <method name="Void Reset()">
19690         <size>6</size>
19691       </method>
19692     </type>
19693     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
19694       <method name="Void .ctor()">
19695         <size>7</size>
19696       </method>
19697       <method name="System.Object System.Collections.IEnumerator.get_Current()">
19698         <size>7</size>
19699       </method>
19700       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
19701         <size>7</size>
19702       </method>
19703       <method name="Boolean MoveNext()">
19704         <size>96</size>
19705       </method>
19706       <method name="Void Dispose()">
19707         <size>8</size>
19708       </method>
19709       <method name="Void Reset()">
19710         <size>6</size>
19711       </method>
19712     </type>
19713     <type name="Test+&lt;&gt;c__Iterator0">
19714       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
19715         <size>7</size>
19716       </method>
19717       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
19718         <size>26</size>
19719       </method>
19720     </type>
19721     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
19722       <method name="Test System.Collections.Generic.IEnumerator&lt;Test&gt;.get_Current()">
19723         <size>7</size>
19724       </method>
19725       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test&gt;.GetEnumerator()">
19726         <size>52</size>
19727       </method>
19728     </type>
19729   </test>
19730   <test name="gtest-anon-type-12.cs">
19731     <type name="C">
19732       <method name="Int32 Main()">
19733         <size>23</size>
19734       </method>
19735       <method name="Void .ctor()">
19736         <size>7</size>
19737       </method>
19738     </type>
19739     <type name="&lt;&gt;__AnonType0`1[&lt;ToString&gt;__T]">
19740       <method name="&lt;ToString&gt;__T get_ToString()">
19741         <size>7</size>
19742       </method>
19743       <method name="Boolean Equals(System.Object)">
19744         <size>39</size>
19745       </method>
19746       <method name="Int32 GetHashCode()">
19747         <size>63</size>
19748       </method>
19749       <method name="System.String ToString()">
19750         <size>67</size>
19751       </method>
19752       <method name="Void .ctor(&lt;ToString&gt;__T)">
19753         <size>14</size>
19754       </method>
19755     </type>
19756   </test>
19757   <test name="gtest-anontype-01.cs">
19758     <type name="Test">
19759       <method name="Void .ctor()">
19760         <size>7</size>
19761       </method>
19762       <method name="Int32 Main()">
19763         <size>53</size>
19764       </method>
19765     </type>
19766     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
19767       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
19768         <size>21</size>
19769       </method>
19770       <method name="&lt;Foo&gt;__T get_Foo()">
19771         <size>7</size>
19772       </method>
19773       <method name="&lt;Baz&gt;__T get_Baz()">
19774         <size>7</size>
19775       </method>
19776       <method name="Boolean Equals(System.Object)">
19777         <size>69</size>
19778       </method>
19779       <method name="Int32 GetHashCode()">
19780         <size>86</size>
19781       </method>
19782       <method name="System.String ToString()">
19783         <size>142</size>
19784       </method>
19785     </type>
19786   </test>
19787   <test name="gtest-anontype-02.cs">
19788     <type name="Test">
19789       <method name="Void .ctor()">
19790         <size>7</size>
19791       </method>
19792       <method name="System.Object TestA(System.String)">
19793         <size>7</size>
19794       </method>
19795       <method name="Int32 Main()">
19796         <size>99</size>
19797       </method>
19798     </type>
19799     <type name="&lt;&gt;__AnonType0`1[&lt;s&gt;__T]">
19800       <method name="Void .ctor(&lt;s&gt;__T)">
19801         <size>14</size>
19802       </method>
19803       <method name="&lt;s&gt;__T get_s()">
19804         <size>7</size>
19805       </method>
19806       <method name="Boolean Equals(System.Object)">
19807         <size>39</size>
19808       </method>
19809       <method name="Int32 GetHashCode()">
19810         <size>63</size>
19811       </method>
19812       <method name="System.String ToString()">
19813         <size>67</size>
19814       </method>
19815     </type>
19816     <type name="&lt;&gt;__AnonType1`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
19817       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
19818         <size>21</size>
19819       </method>
19820       <method name="&lt;Foo&gt;__T get_Foo()">
19821         <size>7</size>
19822       </method>
19823       <method name="&lt;Baz&gt;__T get_Baz()">
19824         <size>7</size>
19825       </method>
19826       <method name="Boolean Equals(System.Object)">
19827         <size>69</size>
19828       </method>
19829       <method name="Int32 GetHashCode()">
19830         <size>86</size>
19831       </method>
19832       <method name="System.String ToString()">
19833         <size>142</size>
19834       </method>
19835     </type>
19836   </test>
19837   <test name="gtest-anontype-03.cs">
19838     <type name="MyClass">
19839       <method name="Void .ctor()">
19840         <size>18</size>
19841       </method>
19842       <method name="Int32 get_Baz()">
19843         <size>3</size>
19844       </method>
19845     </type>
19846     <type name="Test">
19847       <method name="Void .ctor()">
19848         <size>7</size>
19849       </method>
19850       <method name="Int32 Main()">
19851         <size>64</size>
19852       </method>
19853     </type>
19854     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
19855       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
19856         <size>21</size>
19857       </method>
19858       <method name="&lt;Foo&gt;__T get_Foo()">
19859         <size>7</size>
19860       </method>
19861       <method name="&lt;Baz&gt;__T get_Baz()">
19862         <size>7</size>
19863       </method>
19864       <method name="Boolean Equals(System.Object)">
19865         <size>69</size>
19866       </method>
19867       <method name="Int32 GetHashCode()">
19868         <size>86</size>
19869       </method>
19870       <method name="System.String ToString()">
19871         <size>142</size>
19872       </method>
19873     </type>
19874   </test>
19875   <test name="gtest-anontype-04.cs">
19876     <type name="MyClass">
19877       <method name="Void .ctor()">
19878         <size>18</size>
19879       </method>
19880       <method name="Int32 get_Baz()">
19881         <size>3</size>
19882       </method>
19883     </type>
19884     <type name="Test">
19885       <method name="Void .ctor()">
19886         <size>7</size>
19887       </method>
19888       <method name="Int32 Main()">
19889         <size>111</size>
19890       </method>
19891     </type>
19892     <type name="&lt;&gt;__AnonType0`4[&lt;Foo&gt;__T,&lt;Baz&gt;__T,&lt;Hello&gt;__T,&lt;Answer&gt;__T]">
19893       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T, &lt;Hello&gt;__T, &lt;Answer&gt;__T)">
19894         <size>36</size>
19895       </method>
19896       <method name="&lt;Foo&gt;__T get_Foo()">
19897         <size>7</size>
19898       </method>
19899       <method name="&lt;Baz&gt;__T get_Baz()">
19900         <size>7</size>
19901       </method>
19902       <method name="&lt;Hello&gt;__T get_Hello()">
19903         <size>7</size>
19904       </method>
19905       <method name="&lt;Answer&gt;__T get_Answer()">
19906         <size>7</size>
19907       </method>
19908       <method name="Boolean Equals(System.Object)">
19909         <size>123</size>
19910       </method>
19911       <method name="Int32 GetHashCode()">
19912         <size>132</size>
19913       </method>
19914       <method name="System.String ToString()">
19915         <size>258</size>
19916       </method>
19917     </type>
19918   </test>
19919   <test name="gtest-anontype-05.cs">
19920     <type name="Test">
19921       <method name="Void .ctor()">
19922         <size>7</size>
19923       </method>
19924       <method name="System.String Null()">
19925         <size>2</size>
19926       </method>
19927       <method name="Int32 Main()">
19928         <size>297</size>
19929       </method>
19930     </type>
19931     <type name="&lt;&gt;__AnonType0`2[&lt;Name&gt;__T,&lt;Age&gt;__T]">
19932       <method name="Void .ctor(&lt;Name&gt;__T, &lt;Age&gt;__T)">
19933         <size>21</size>
19934       </method>
19935       <method name="&lt;Name&gt;__T get_Name()">
19936         <size>7</size>
19937       </method>
19938       <method name="&lt;Age&gt;__T get_Age()">
19939         <size>7</size>
19940       </method>
19941       <method name="Boolean Equals(System.Object)">
19942         <size>69</size>
19943       </method>
19944       <method name="Int32 GetHashCode()">
19945         <size>86</size>
19946       </method>
19947       <method name="System.String ToString()">
19948         <size>142</size>
19949       </method>
19950     </type>
19951     <type name="&lt;&gt;__AnonType1`2[&lt;Age&gt;__T,&lt;Name&gt;__T]">
19952       <method name="Void .ctor(&lt;Age&gt;__T, &lt;Name&gt;__T)">
19953         <size>21</size>
19954       </method>
19955       <method name="&lt;Age&gt;__T get_Age()">
19956         <size>7</size>
19957       </method>
19958       <method name="&lt;Name&gt;__T get_Name()">
19959         <size>7</size>
19960       </method>
19961       <method name="Boolean Equals(System.Object)">
19962         <size>69</size>
19963       </method>
19964       <method name="Int32 GetHashCode()">
19965         <size>86</size>
19966       </method>
19967       <method name="System.String ToString()">
19968         <size>142</size>
19969       </method>
19970     </type>
19971     <type name="&lt;&gt;__AnonType2">
19972       <method name="Void .ctor()">
19973         <size>7</size>
19974       </method>
19975       <method name="Boolean Equals(System.Object)">
19976         <size>15</size>
19977       </method>
19978       <method name="Int32 GetHashCode()">
19979         <size>40</size>
19980       </method>
19981       <method name="System.String ToString()">
19982         <size>6</size>
19983       </method>
19984     </type>
19985     <type name="&lt;&gt;__AnonType3`1[&lt;Foo&gt;__T]">
19986       <method name="Void .ctor(&lt;Foo&gt;__T)">
19987         <size>14</size>
19988       </method>
19989       <method name="&lt;Foo&gt;__T get_Foo()">
19990         <size>7</size>
19991       </method>
19992       <method name="Boolean Equals(System.Object)">
19993         <size>39</size>
19994       </method>
19995       <method name="Int32 GetHashCode()">
19996         <size>63</size>
19997       </method>
19998       <method name="System.String ToString()">
19999         <size>67</size>
20000       </method>
20001     </type>
20002   </test>
20003   <test name="gtest-anontype-06.cs">
20004     <type name="CastByExample">
20005       <method name="Void .ctor()">
20006         <size>7</size>
20007       </method>
20008       <method name="T Cast[T](System.Object, T)">
20009         <size>7</size>
20010       </method>
20011       <method name="Void Main()">
20012         <size>29</size>
20013       </method>
20014     </type>
20015     <type name="&lt;&gt;__AnonType0`1[&lt;Foo&gt;__T]">
20016       <method name="Void .ctor(&lt;Foo&gt;__T)">
20017         <size>14</size>
20018       </method>
20019       <method name="&lt;Foo&gt;__T get_Foo()">
20020         <size>7</size>
20021       </method>
20022       <method name="Boolean Equals(System.Object)">
20023         <size>39</size>
20024       </method>
20025       <method name="Int32 GetHashCode()">
20026         <size>63</size>
20027       </method>
20028       <method name="System.String ToString()">
20029         <size>67</size>
20030       </method>
20031     </type>
20032   </test>
20033   <test name="gtest-anontype-07.cs">
20034     <type name="Test">
20035       <method name="Void .ctor()">
20036         <size>7</size>
20037       </method>
20038       <method name="Int32 Main()">
20039         <size>64</size>
20040       </method>
20041     </type>
20042     <type name="&lt;&gt;__AnonType0">
20043       <method name="Void .ctor()">
20044         <size>7</size>
20045       </method>
20046       <method name="Boolean Equals(System.Object)">
20047         <size>15</size>
20048       </method>
20049       <method name="Int32 GetHashCode()">
20050         <size>40</size>
20051       </method>
20052       <method name="System.String ToString()">
20053         <size>6</size>
20054       </method>
20055     </type>
20056   </test>
20057   <test name="gtest-anontype-08.cs">
20058     <type name="Test">
20059       <method name="Void Main()">
20060         <size>15</size>
20061       </method>
20062     </type>
20063     <type name="&lt;&gt;__AnonType0`2[&lt;X&gt;__T,&lt;Y&gt;__T]">
20064       <method name="Void .ctor(&lt;X&gt;__T, &lt;Y&gt;__T)">
20065         <size>21</size>
20066       </method>
20067       <method name="&lt;X&gt;__T get_X()">
20068         <size>7</size>
20069       </method>
20070       <method name="&lt;Y&gt;__T get_Y()">
20071         <size>7</size>
20072       </method>
20073       <method name="Boolean Equals(System.Object)">
20074         <size>69</size>
20075       </method>
20076       <method name="Int32 GetHashCode()">
20077         <size>86</size>
20078       </method>
20079       <method name="System.String ToString()">
20080         <size>142</size>
20081       </method>
20082     </type>
20083   </test>
20084   <test name="gtest-anontype-09.cs">
20085     <type name="My.System.Test">
20086       <method name="Int32 Main()">
20087         <size>35</size>
20088       </method>
20089     </type>
20090     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
20091       <method name="Void .ctor(&lt;X&gt;__T)">
20092         <size>14</size>
20093       </method>
20094       <method name="&lt;X&gt;__T get_X()">
20095         <size>7</size>
20096       </method>
20097       <method name="Boolean Equals(System.Object)">
20098         <size>39</size>
20099       </method>
20100       <method name="Int32 GetHashCode()">
20101         <size>63</size>
20102       </method>
20103       <method name="System.String ToString()">
20104         <size>67</size>
20105       </method>
20106     </type>
20107     <type name="&lt;&gt;__AnonType1`1[&lt;Value&gt;__T]">
20108       <method name="Void .ctor(&lt;Value&gt;__T)">
20109         <size>14</size>
20110       </method>
20111       <method name="&lt;Value&gt;__T get_Value()">
20112         <size>7</size>
20113       </method>
20114       <method name="Boolean Equals(System.Object)">
20115         <size>39</size>
20116       </method>
20117       <method name="Int32 GetHashCode()">
20118         <size>63</size>
20119       </method>
20120       <method name="System.String ToString()">
20121         <size>67</size>
20122       </method>
20123     </type>
20124   </test>
20125   <test name="gtest-anontype-10.cs">
20126     <type name="A">
20127       <method name="Void .ctor()">
20128         <size>7</size>
20129       </method>
20130       <method name="Int32 get_X()">
20131         <size>3</size>
20132       </method>
20133     </type>
20134     <type name="B">
20135       <method name="Void .ctor()">
20136         <size>7</size>
20137       </method>
20138       <method name="Int32 Main()">
20139         <size>11</size>
20140       </method>
20141       <method name="Int32 Test()">
20142         <size>33</size>
20143       </method>
20144     </type>
20145     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
20146       <method name="Void .ctor(&lt;X&gt;__T)">
20147         <size>14</size>
20148       </method>
20149       <method name="&lt;X&gt;__T get_X()">
20150         <size>7</size>
20151       </method>
20152       <method name="Boolean Equals(System.Object)">
20153         <size>39</size>
20154       </method>
20155       <method name="Int32 GetHashCode()">
20156         <size>63</size>
20157       </method>
20158       <method name="System.String ToString()">
20159         <size>67</size>
20160       </method>
20161     </type>
20162   </test>
20163   <test name="gtest-anontype-11.cs">
20164     <type name="Alpha">
20165       <method name="Void .ctor(String)">
20166         <size>14</size>
20167       </method>
20168       <method name="Int32 GetHashCode()">
20169         <size>18</size>
20170       </method>
20171     </type>
20172     <type name="Beta">
20173       <method name="Void .ctor(String)">
20174         <size>14</size>
20175       </method>
20176       <method name="Int32 GetHashCode()">
20177         <size>18</size>
20178       </method>
20179     </type>
20180     <type name="Program">
20181       <method name="Int32 Main()">
20182         <size>49</size>
20183       </method>
20184     </type>
20185     <type name="&lt;&gt;__AnonType0`2[&lt;First&gt;__T,&lt;Second&gt;__T]">
20186       <method name="Void .ctor(&lt;First&gt;__T, &lt;Second&gt;__T)">
20187         <size>21</size>
20188       </method>
20189       <method name="&lt;First&gt;__T get_First()">
20190         <size>7</size>
20191       </method>
20192       <method name="&lt;Second&gt;__T get_Second()">
20193         <size>7</size>
20194       </method>
20195       <method name="Boolean Equals(System.Object)">
20196         <size>69</size>
20197       </method>
20198       <method name="Int32 GetHashCode()">
20199         <size>86</size>
20200       </method>
20201       <method name="System.String ToString()">
20202         <size>142</size>
20203       </method>
20204     </type>
20205   </test>
20206   <test name="gtest-autoproperty-01.cs">
20207     <type name="Test">
20208       <method name="Void .ctor()">
20209         <size>15</size>
20210       </method>
20211       <method name="System.String get_Foo()">
20212         <size>7</size>
20213       </method>
20214       <method name="Void set_Foo(System.String)">
20215         <size>8</size>
20216       </method>
20217       <method name="Int32 get_Answer()">
20218         <size>7</size>
20219       </method>
20220       <method name="Void set_Answer(Int32)">
20221         <size>8</size>
20222       </method>
20223       <method name="Int32 Main()">
20224         <size>97</size>
20225       </method>
20226     </type>
20227     <type name="Test+A">
20228       <method name="Void .ctor()">
20229         <size>7</size>
20230       </method>
20231       <method name="System.String get_B()">
20232         <size>7</size>
20233       </method>
20234       <method name="Void set_B(System.String)">
20235         <size>8</size>
20236       </method>
20237     </type>
20238   </test>
20239   <test name="gtest-autoproperty-02.cs">
20240     <type name="Test">
20241       <method name="Void .ctor()">
20242         <size>7</size>
20243       </method>
20244       <method name="System.String get_Foo()">
20245         <size>6</size>
20246       </method>
20247       <method name="Void set_Foo(System.String)">
20248         <size>7</size>
20249       </method>
20250       <method name="Int32 get_Answer()">
20251         <size>6</size>
20252       </method>
20253       <method name="Void set_Answer(Int32)">
20254         <size>7</size>
20255       </method>
20256       <method name="Int32 Main()">
20257         <size>114</size>
20258       </method>
20259     </type>
20260     <type name="Test+A">
20261       <method name="Void .ctor()">
20262         <size>7</size>
20263       </method>
20264       <method name="System.String get_B()">
20265         <size>6</size>
20266       </method>
20267       <method name="Void set_B(System.String)">
20268         <size>7</size>
20269       </method>
20270       <method name="System.String get_C()">
20271         <size>6</size>
20272       </method>
20273       <method name="Void set_C(System.String)">
20274         <size>7</size>
20275       </method>
20276       <method name="Void DoThings()">
20277         <size>11</size>
20278       </method>
20279     </type>
20280   </test>
20281   <test name="gtest-autoproperty-03.cs">
20282     <type name="Test">
20283       <method name="Void .ctor()">
20284         <size>7</size>
20285       </method>
20286       <method name="System.String get_Foo()">
20287         <size>7</size>
20288       </method>
20289       <method name="Void set_Foo(System.String)">
20290         <size>8</size>
20291       </method>
20292       <method name="Int32 Main()">
20293         <size>251</size>
20294       </method>
20295     </type>
20296   </test>
20297   <test name="gtest-autoproperty-04.cs">
20298     <type name="MonoTests.MainClass">
20299       <method name="Void .ctor()">
20300         <size>7</size>
20301       </method>
20302       <method name="System.String[] get_foo()">
20303         <size>7</size>
20304       </method>
20305       <method name="Void set_foo(System.String[])">
20306         <size>8</size>
20307       </method>
20308       <method name="System.String[] get_bar()">
20309         <size>0</size>
20310       </method>
20311       <method name="Void set_bar(System.String[])">
20312         <size>0</size>
20313       </method>
20314       <method name="Void Main(System.String[])">
20315         <size>11</size>
20316       </method>
20317     </type>
20318     <type name="MonoTests.ChildClass">
20319       <method name="Void .ctor()">
20320         <size>7</size>
20321       </method>
20322       <method name="System.String[] get_foo()">
20323         <size>7</size>
20324       </method>
20325       <method name="Void set_foo(System.String[])">
20326         <size>8</size>
20327       </method>
20328       <method name="System.String[] get_bar()">
20329         <size>7</size>
20330       </method>
20331       <method name="Void set_bar(System.String[])">
20332         <size>8</size>
20333       </method>
20334     </type>
20335   </test>
20336   <test name="gtest-autoproperty-05.cs">
20337     <type name="Test">
20338       <method name="Void .ctor()">
20339         <size>7</size>
20340       </method>
20341       <method name="System.String get_X()">
20342         <size>7</size>
20343       </method>
20344       <method name="Void set_X(System.String)">
20345         <size>8</size>
20346       </method>
20347     </type>
20348     <type name="M">
20349       <method name="Void .ctor()">
20350         <size>7</size>
20351       </method>
20352       <method name="Void Main()">
20353         <size>1</size>
20354       </method>
20355     </type>
20356   </test>
20357   <test name="gtest-autoproperty-06.cs">
20358     <type name="A">
20359       <method name="Void .ctor()">
20360         <size>7</size>
20361       </method>
20362     </type>
20363     <type name="B">
20364       <method name="Void .ctor()">
20365         <size>7</size>
20366       </method>
20367     </type>
20368     <type name="C">
20369       <method name="Void .ctor()">
20370         <size>7</size>
20371       </method>
20372       <method name="B I&lt;B&gt;.get_Prop()">
20373         <size>7</size>
20374       </method>
20375       <method name="Void I&lt;B&gt;.set_Prop(B)">
20376         <size>8</size>
20377       </method>
20378       <method name="A I&lt;A&gt;.get_Prop()">
20379         <size>7</size>
20380       </method>
20381       <method name="Void I&lt;A&gt;.set_Prop(A)">
20382         <size>8</size>
20383       </method>
20384     </type>
20385     <type name="Program">
20386       <method name="Void .ctor()">
20387         <size>7</size>
20388       </method>
20389       <method name="Void Main(System.String[])">
20390         <size>7</size>
20391       </method>
20392     </type>
20393   </test>
20394   <test name="gtest-collectioninit-01.cs">
20395     <type name="Test">
20396       <method name="Void .ctor()">
20397         <size>7</size>
20398       </method>
20399       <method name="Void TestList(System.Collections.Generic.List`1[System.Int32], Int32)">
20400         <size>83</size>
20401       </method>
20402       <method name="Int32 Main()">
20403         <size>528</size>
20404       </method>
20405     </type>
20406     <type name="Test+Wrap">
20407       <method name="Void .ctor()">
20408         <size>31</size>
20409       </method>
20410       <method name="Void .ctor(Int32)">
20411         <size>25</size>
20412       </method>
20413       <method name="System.Collections.ArrayList get_Numbers()">
20414         <size>7</size>
20415       </method>
20416     </type>
20417   </test>
20418   <test name="gtest-collectioninit-02.cs">
20419     <type name="C">
20420       <method name="Void .ctor()">
20421         <size>7</size>
20422       </method>
20423       <method name="Int32 Main()">
20424         <size>73</size>
20425       </method>
20426     </type>
20427   </test>
20428   <test name="gtest-collectioninit-03.cs">
20429     <type name="X">
20430       <method name="Void .ctor()">
20431         <size>7</size>
20432       </method>
20433       <method name="Int32 Main()">
20434         <size>34</size>
20435       </method>
20436       <method name="Void R(System.Object ByRef)">
20437         <size>28</size>
20438       </method>
20439     </type>
20440   </test>
20441   <test name="gtest-etree-01.cs">
20442     <type name="MyTypeExplicit">
20443       <method name="Void .ctor(Int32)">
20444         <size>14</size>
20445       </method>
20446       <method name="Int32 op_Explicit(MyTypeExplicit)">
20447         <size>7</size>
20448       </method>
20449     </type>
20450     <type name="MemberAccessData">
20451       <method name="Void .ctor()">
20452         <size>7</size>
20453       </method>
20454       <method name="Void .cctor()">
20455         <size>16</size>
20456       </method>
20457       <method name="Void add_EventField(System.Func`1[System.Boolean])">
20458         <size>47</size>
20459       </method>
20460       <method name="Void remove_EventField(System.Func`1[System.Boolean])">
20461         <size>47</size>
20462       </method>
20463       <method name="System.Linq.Expressions.Expression`1[System.Func`1[System.Func`1[System.Boolean]]] GetEvent()">
20464         <size>33</size>
20465       </method>
20466       <method name="Void set_MyTypeProperty(MyType)">
20467         <size>8</size>
20468       </method>
20469       <method name="MyType get_MyTypeProperty()">
20470         <size>7</size>
20471       </method>
20472       <method name="System.String get_StaticProperty()">
20473         <size>6</size>
20474       </method>
20475     </type>
20476     <type name="NewTest`1[T]">
20477       <method name="Void .ctor(T)">
20478         <size>27</size>
20479       </method>
20480       <method name="Void .ctor(T[])">
20481         <size>14</size>
20482       </method>
20483       <method name="Int32 GetHashCode()">
20484         <size>7</size>
20485       </method>
20486       <method name="Boolean Equals(System.Object)">
20487         <size>91</size>
20488       </method>
20489     </type>
20490     <type name="Indexer">
20491       <method name="Void .ctor()">
20492         <size>7</size>
20493       </method>
20494       <method name="Int32 get_Item(Int32)">
20495         <size>2</size>
20496       </method>
20497       <method name="Void set_Item(Int32, Int32)">
20498         <size>1</size>
20499       </method>
20500       <method name="System.String get_Item(System.String[])">
20501         <size>7</size>
20502       </method>
20503     </type>
20504     <type name="Tester">
20505       <method name="Void .ctor()">
20506         <size>7</size>
20507       </method>
20508       <method name="Void Assert[T](T, T)">
20509         <size>9</size>
20510       </method>
20511       <method name="Void Assert[T](T, T, System.String)">
20512         <size>89</size>
20513       </method>
20514       <method name="Void Assert[T](T[], T[])">
20515         <size>220</size>
20516       </method>
20517       <method name="T GenericMethod[T](T)">
20518         <size>2</size>
20519       </method>
20520       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
20521         <size>56</size>
20522       </method>
20523       <method name="Void AddTest()">
20524         <size>99</size>
20525       </method>
20526       <method name="Void AddTest_2()">
20527         <size>118</size>
20528       </method>
20529       <method name="Void AddTest_3()">
20530         <size>129</size>
20531       </method>
20532       <method name="Void AddTest_4()">
20533         <size>191</size>
20534       </method>
20535       <method name="Void AddTest_5()">
20536         <size>133</size>
20537       </method>
20538       <method name="Void AddTest_6()">
20539         <size>158</size>
20540       </method>
20541       <method name="Void AddTest_7()">
20542         <size>142</size>
20543       </method>
20544       <method name="Void AddTest_8()">
20545         <size>248</size>
20546       </method>
20547       <method name="Void AddTest_9()">
20548         <size>142</size>
20549       </method>
20550       <method name="Void AddCheckedTest()">
20551         <size>99</size>
20552       </method>
20553       <method name="Void AddCheckedTest_2()">
20554         <size>118</size>
20555       </method>
20556       <method name="Void AddCheckedTest_3()">
20557         <size>129</size>
20558       </method>
20559       <method name="Void AddStringTest()">
20560         <size>128</size>
20561       </method>
20562       <method name="Void AddStringTest_2()">
20563         <size>173</size>
20564       </method>
20565       <method name="Void AddStringTest_3()">
20566         <size>174</size>
20567       </method>
20568       <method name="Void AddStringTest_4()">
20569         <size>174</size>
20570       </method>
20571       <method name="Void AndTest()">
20572         <size>140</size>
20573       </method>
20574       <method name="Void AndTest_2()">
20575         <size>161</size>
20576       </method>
20577       <method name="Void AndTest_3()">
20578         <size>161</size>
20579       </method>
20580       <method name="Void AndNullableTest()">
20581         <size>381</size>
20582       </method>
20583       <method name="Void AndNullableTest_2()">
20584         <size>237</size>
20585       </method>
20586       <method name="Void AndNullableTest_3()">
20587         <size>198</size>
20588       </method>
20589       <method name="Void AndAlsoTest()">
20590         <size>96</size>
20591       </method>
20592       <method name="Void AndAlsoTest_2()">
20593         <size>165</size>
20594       </method>
20595       <method name="Void AndAlsoTest_3()">
20596         <size>108</size>
20597       </method>
20598       <method name="Void ArrayIndexTest()">
20599         <size>145</size>
20600       </method>
20601       <method name="Void ArrayIndexTest_2()">
20602         <size>115</size>
20603       </method>
20604       <method name="Void ArrayIndexTest_3()">
20605         <size>199</size>
20606       </method>
20607       <method name="Void ArrayIndexTest_4()">
20608         <size>243</size>
20609       </method>
20610       <method name="Void ArrayIndexTest_5()">
20611         <size>108</size>
20612       </method>
20613       <method name="Void ArrayLengthTest()">
20614         <size>99</size>
20615       </method>
20616       <method name="Void ArrayLengthTest_2()">
20617         <size>91</size>
20618       </method>
20619       <method name="Void CallTest()">
20620         <size>126</size>
20621       </method>
20622       <method name="Void CallTest_2()">
20623         <size>107</size>
20624       </method>
20625       <method name="Void CallTest_3()">
20626         <size>195</size>
20627       </method>
20628       <method name="Void CallTest_4()">
20629         <size>109</size>
20630       </method>
20631       <method name="Void CallTest_5()">
20632         <size>99</size>
20633       </method>
20634       <method name="Void CallTest_6()">
20635         <size>70</size>
20636       </method>
20637       <method name="Void CallTest_7()">
20638         <size>124</size>
20639       </method>
20640       <method name="Void CallTest_8()">
20641         <size>227</size>
20642       </method>
20643       <method name="Void CallTest_9()">
20644         <size>88</size>
20645       </method>
20646       <method name="Void CoalesceTest()">
20647         <size>120</size>
20648       </method>
20649       <method name="Void CoalesceTest_2()">
20650         <size>171</size>
20651       </method>
20652       <method name="Void ConditionTest()">
20653         <size>170</size>
20654       </method>
20655       <method name="Void ConditionTest_2()">
20656         <size>301</size>
20657       </method>
20658       <method name="Void ConditionTest_3()">
20659         <size>179</size>
20660       </method>
20661       <method name="Void ConditionTest_4()">
20662         <size>183</size>
20663       </method>
20664       <method name="Void ConstantTest()">
20665         <size>59</size>
20666       </method>
20667       <method name="Void ConstantTest_2()">
20668         <size>62</size>
20669       </method>
20670       <method name="Void ConstantTest_3()">
20671         <size>54</size>
20672       </method>
20673       <method name="Void ConstantTest_4()">
20674         <size>44</size>
20675       </method>
20676       <method name="Void ConstantTest_5()">
20677         <size>59</size>
20678       </method>
20679       <method name="Void ConstantTest_6()">
20680         <size>67</size>
20681       </method>
20682       <method name="Void ConstantTest_7()">
20683         <size>62</size>
20684       </method>
20685       <method name="Void ConstantTest_8()">
20686         <size>72</size>
20687       </method>
20688       <method name="Void ConstantTest_9()">
20689         <size>72</size>
20690       </method>
20691       <method name="Void ConstantTest_10()">
20692         <size>72</size>
20693       </method>
20694       <method name="Void ConstantTest_11()">
20695         <size>59</size>
20696       </method>
20697       <method name="Void ConstantTest_13()">
20698         <size>59</size>
20699       </method>
20700       <method name="Void ConstantTest_14()">
20701         <size>72</size>
20702       </method>
20703       <method name="Void ConstantTest_15()">
20704         <size>62</size>
20705       </method>
20706       <method name="Void ConvertTest()">
20707         <size>82</size>
20708       </method>
20709       <method name="Void ConvertTest_2()">
20710         <size>83</size>
20711       </method>
20712       <method name="Void ConvertTest_3()">
20713         <size>93</size>
20714       </method>
20715       <method name="Void ConvertTest_4()">
20716         <size>102</size>
20717       </method>
20718       <method name="Void ConvertTest_5()">
20719         <size>109</size>
20720       </method>
20721       <method name="Void ConvertTest_6()">
20722         <size>240</size>
20723       </method>
20724       <method name="Void ConvertTest_7()">
20725         <size>122</size>
20726       </method>
20727       <method name="Void ConvertTest_8()">
20728         <size>118</size>
20729       </method>
20730       <method name="Void ConvertTest_9()">
20731         <size>97</size>
20732       </method>
20733       <method name="Void ConvertTest_10()">
20734         <size>163</size>
20735       </method>
20736       <method name="Void ConvertTest_11()">
20737         <size>101</size>
20738       </method>
20739       <method name="Void ConvertTest_12()">
20740         <size>141</size>
20741       </method>
20742       <method name="Void ConvertTest_13()">
20743         <size>86</size>
20744       </method>
20745       <method name="Void ConvertTest_14()">
20746         <size>88</size>
20747       </method>
20748       <method name="Void ConvertTest_15()">
20749         <size>132</size>
20750       </method>
20751       <method name="Void ConvertCheckedTest()">
20752         <size>82</size>
20753       </method>
20754       <method name="Void ConvertCheckedTest_2()">
20755         <size>83</size>
20756       </method>
20757       <method name="Void ConvertCheckedTest_3()">
20758         <size>93</size>
20759       </method>
20760       <method name="Void ConvertCheckedTest_4()">
20761         <size>102</size>
20762       </method>
20763       <method name="Void DivideTest()">
20764         <size>99</size>
20765       </method>
20766       <method name="Void DivideTest_2()">
20767         <size>185</size>
20768       </method>
20769       <method name="Void DivideTest_3()">
20770         <size>129</size>
20771       </method>
20772       <method name="Void DivideTest_4()">
20773         <size>192</size>
20774       </method>
20775       <method name="Void DivideTest_5()">
20776         <size>134</size>
20777       </method>
20778       <method name="Void DivideTest_6()">
20779         <size>196</size>
20780       </method>
20781       <method name="Void EqualTest()">
20782         <size>118</size>
20783       </method>
20784       <method name="Void EqualTest_2()">
20785         <size>168</size>
20786       </method>
20787       <method name="Void EqualTest_3()">
20788         <size>125</size>
20789       </method>
20790       <method name="Void EqualTest_4()">
20791         <size>210</size>
20792       </method>
20793       <method name="Void EqualTest_5()">
20794         <size>176</size>
20795       </method>
20796       <method name="Void EqualTest_6()">
20797         <size>119</size>
20798       </method>
20799       <method name="Void EqualTest_7()">
20800         <size>167</size>
20801       </method>
20802       <method name="Void EqualTest_8()">
20803         <size>116</size>
20804       </method>
20805       <method name="Void EqualTest_9()">
20806         <size>146</size>
20807       </method>
20808       <method name="Void EqualTest_10()">
20809         <size>169</size>
20810       </method>
20811       <method name="Void EqualTest_11()">
20812         <size>132</size>
20813       </method>
20814       <method name="Void EqualTest_12()">
20815         <size>127</size>
20816       </method>
20817       <method name="Void EqualTest_13()">
20818         <size>124</size>
20819       </method>
20820       <method name="Void EqualTestDelegate()">
20821         <size>113</size>
20822       </method>
20823       <method name="Void EqualTestDelegate_2()">
20824         <size>312</size>
20825       </method>
20826       <method name="Void ExclusiveOrTest()">
20827         <size>115</size>
20828       </method>
20829       <method name="Void ExclusiveOrTest_2()">
20830         <size>183</size>
20831       </method>
20832       <method name="Void ExclusiveOrTest_3()">
20833         <size>129</size>
20834       </method>
20835       <method name="Void ExclusiveOrTest_4()">
20836         <size>192</size>
20837       </method>
20838       <method name="Void ExclusiveOrTest_5()">
20839         <size>197</size>
20840       </method>
20841       <method name="Void ExclusiveOrTest_6()">
20842         <size>161</size>
20843       </method>
20844       <method name="Void ExclusiveOrTest_7()">
20845         <size>198</size>
20846       </method>
20847       <method name="Void ExclusiveOrTest_8()">
20848         <size>164</size>
20849       </method>
20850       <method name="Void GreaterThanTest()">
20851         <size>99</size>
20852       </method>
20853       <method name="Void GreaterThanTest_2()">
20854         <size>154</size>
20855       </method>
20856       <method name="Void GreaterThanTest_3()">
20857         <size>125</size>
20858       </method>
20859       <method name="Void GreaterThanTest_4()">
20860         <size>210</size>
20861       </method>
20862       <method name="Void GreaterThanTest_5()">
20863         <size>209</size>
20864       </method>
20865       <method name="Void GreaterThanTest_6()">
20866         <size>102</size>
20867       </method>
20868       <method name="Void GreaterThanTest_7()">
20869         <size>146</size>
20870       </method>
20871       <method name="Void GreaterThanTest_8()">
20872         <size>169</size>
20873       </method>
20874       <method name="Void GreaterThanOrEqualTest()">
20875         <size>99</size>
20876       </method>
20877       <method name="Void GreaterThanOrEqualTest_2()">
20878         <size>169</size>
20879       </method>
20880       <method name="Void GreaterThanOrEqualTest_3()">
20881         <size>130</size>
20882       </method>
20883       <method name="Void GreaterThanOrEqualTest_4()">
20884         <size>210</size>
20885       </method>
20886       <method name="Void GreaterThanOrEqualTest_5()">
20887         <size>209</size>
20888       </method>
20889       <method name="Void GreaterThanOrEqualTest_6()">
20890         <size>102</size>
20891       </method>
20892       <method name="Void GreaterThanOrEqualTest_7()">
20893         <size>146</size>
20894       </method>
20895       <method name="Void GreaterThanOrEqualTest_8()">
20896         <size>169</size>
20897       </method>
20898       <method name="Void InvokeTest()">
20899         <size>90</size>
20900       </method>
20901       <method name="Void InvokeTest_2()">
20902         <size>138</size>
20903       </method>
20904       <method name="Void LeftShiftTest()">
20905         <size>155</size>
20906       </method>
20907       <method name="Void LeftShiftTest_2()">
20908         <size>162</size>
20909       </method>
20910       <method name="Void LeftShiftTest_3()">
20911         <size>169</size>
20912       </method>
20913       <method name="Void LeftShiftTest_4()">
20914         <size>261</size>
20915       </method>
20916       <method name="Void LeftShiftTest_5()">
20917         <size>110</size>
20918       </method>
20919       <method name="Void LessThanTest()">
20920         <size>99</size>
20921       </method>
20922       <method name="Void LessThanTest_2()">
20923         <size>154</size>
20924       </method>
20925       <method name="Void LessThanTest_3()">
20926         <size>125</size>
20927       </method>
20928       <method name="Void LessThanTest_4()">
20929         <size>210</size>
20930       </method>
20931       <method name="Void LessThanTest_5()">
20932         <size>209</size>
20933       </method>
20934       <method name="Void LessThanTest_6()">
20935         <size>102</size>
20936       </method>
20937       <method name="Void LessThanTest_7()">
20938         <size>146</size>
20939       </method>
20940       <method name="Void LessThanTest_8()">
20941         <size>169</size>
20942       </method>
20943       <method name="Void LessThanOrEqualTest()">
20944         <size>99</size>
20945       </method>
20946       <method name="Void LessThanOrEqualTest_2()">
20947         <size>169</size>
20948       </method>
20949       <method name="Void LessThanOrEqualTest_3()">
20950         <size>125</size>
20951       </method>
20952       <method name="Void LessThanOrEqualTest_4()">
20953         <size>210</size>
20954       </method>
20955       <method name="Void LessThanOrEqualTest_5()">
20956         <size>209</size>
20957       </method>
20958       <method name="Void LessThanOrEqualTest_6()">
20959         <size>102</size>
20960       </method>
20961       <method name="Void LessThanOrEqualTest_7()">
20962         <size>146</size>
20963       </method>
20964       <method name="Void LessThanOrEqualTest_8()">
20965         <size>169</size>
20966       </method>
20967       <method name="Void ListInitTest()">
20968         <size>404</size>
20969       </method>
20970       <method name="Void ListInitTest_2()">
20971         <size>292</size>
20972       </method>
20973       <method name="Void MemberAccessTest()">
20974         <size>132</size>
20975       </method>
20976       <method name="Void MemberAccessTest_2()">
20977         <size>63</size>
20978       </method>
20979       <method name="Void MemberAccessTest_3()">
20980         <size>113</size>
20981       </method>
20982       <method name="Void MemberAccessTest_4()">
20983         <size>91</size>
20984       </method>
20985       <method name="Void MemberAccessTest_5()">
20986         <size>39</size>
20987       </method>
20988       <method name="Void MemberAccessTest_6()">
20989         <size>104</size>
20990       </method>
20991       <method name="Void MemberAccessTest_7()">
20992         <size>109</size>
20993       </method>
20994       <method name="Void MemberAccessTest_8()">
20995         <size>63</size>
20996       </method>
20997       <method name="Void MemberAccessTest_9()">
20998         <size>91</size>
20999       </method>
21000       <method name="Void MemberInitTest()">
21001         <size>302</size>
21002       </method>
21003       <method name="Void MemberInitTest_2()">
21004         <size>250</size>
21005       </method>
21006       <method name="Void MemberInitTest_3()">
21007         <size>124</size>
21008       </method>
21009       <method name="Void ModuloTest()">
21010         <size>100</size>
21011       </method>
21012       <method name="Void ModuloTest_2()">
21013         <size>185</size>
21014       </method>
21015       <method name="Void ModuloTest_3()">
21016         <size>129</size>
21017       </method>
21018       <method name="Void ModuloTest_4()">
21019         <size>192</size>
21020       </method>
21021       <method name="Void ModuloTest_5()">
21022         <size>133</size>
21023       </method>
21024       <method name="Void ModuloTest_6()">
21025         <size>200</size>
21026       </method>
21027       <method name="Void ModuloTest_7()">
21028         <size>110</size>
21029       </method>
21030       <method name="Void MultiplyTest()">
21031         <size>131</size>
21032       </method>
21033       <method name="Void MultiplyTest_2()">
21034         <size>185</size>
21035       </method>
21036       <method name="Void MultiplyTest_3()">
21037         <size>133</size>
21038       </method>
21039       <method name="Void MultiplyTest_4()">
21040         <size>195</size>
21041       </method>
21042       <method name="Void MultiplyTest_5()">
21043         <size>137</size>
21044       </method>
21045       <method name="Void MultiplyTest_6()">
21046         <size>202</size>
21047       </method>
21048       <method name="Void MultiplyTest_7()">
21049         <size>110</size>
21050       </method>
21051       <method name="Void MultiplyCheckedTest()">
21052         <size>122</size>
21053       </method>
21054       <method name="Void MultiplyCheckedTest_2()">
21055         <size>192</size>
21056       </method>
21057       <method name="Void MultiplyCheckedTest_3()">
21058         <size>133</size>
21059       </method>
21060       <method name="Void MultiplyCheckedTest_4()">
21061         <size>121</size>
21062       </method>
21063       <method name="Void MultiplyCheckedTest_5()">
21064         <size>124</size>
21065       </method>
21066       <method name="Void NegateTest()">
21067         <size>72</size>
21068       </method>
21069       <method name="Void NegateTest_2()">
21070         <size>92</size>
21071       </method>
21072       <method name="Void NegateTest_3()">
21073         <size>130</size>
21074       </method>
21075       <method name="Void NegateTest_4()">
21076         <size>97</size>
21077       </method>
21078       <method name="Void NegateTest_5()">
21079         <size>141</size>
21080       </method>
21081       <method name="Void NegateTest_6()">
21082         <size>121</size>
21083       </method>
21084       <method name="Void NegateTest_7()">
21085         <size>132</size>
21086       </method>
21087       <method name="Void NegateTest_8()">
21088         <size>97</size>
21089       </method>
21090       <method name="Void NegateTest_9()">
21091         <size>87</size>
21092       </method>
21093       <method name="Void NegateTestChecked()">
21094         <size>91</size>
21095       </method>
21096       <method name="Void NegateTestChecked_2()">
21097         <size>137</size>
21098       </method>
21099       <method name="Void NegateTestChecked_3()">
21100         <size>97</size>
21101       </method>
21102       <method name="Void NegateTestChecked_4()">
21103         <size>86</size>
21104       </method>
21105       <method name="Void NewArrayInitTest()">
21106         <size>92</size>
21107       </method>
21108       <method name="Void NewArrayInitTest_2()">
21109         <size>64</size>
21110       </method>
21111       <method name="Void NewArrayInitTest_3()">
21112         <size>136</size>
21113       </method>
21114       <method name="Void NewArrayInitTest_4()">
21115         <size>120</size>
21116       </method>
21117       <method name="Void NewArrayBoundsTest()">
21118         <size>123</size>
21119       </method>
21120       <method name="Void NewArrayBoundsTest_2()">
21121         <size>123</size>
21122       </method>
21123       <method name="Void NewTest()">
21124         <size>93</size>
21125       </method>
21126       <method name="Void NewTest_2()">
21127         <size>61</size>
21128       </method>
21129       <method name="Void NewTest_3()">
21130         <size>98</size>
21131       </method>
21132       <method name="Void NewTest_4()">
21133         <size>252</size>
21134       </method>
21135       <method name="Void NewTest_5()">
21136         <size>371</size>
21137       </method>
21138       <method name="Void NotTest()">
21139         <size>70</size>
21140       </method>
21141       <method name="Void NotTest_2()">
21142         <size>113</size>
21143       </method>
21144       <method name="Void NotTest_3()">
21145         <size>71</size>
21146       </method>
21147       <method name="Void NotTest_4()">
21148         <size>105</size>
21149       </method>
21150       <method name="Void NotTest_5()">
21151         <size>73</size>
21152       </method>
21153       <method name="Void NotTest_6()">
21154         <size>104</size>
21155       </method>
21156       <method name="Void NotNullableTest()">
21157         <size>114</size>
21158       </method>
21159       <method name="Void NotNullableTest_2()">
21160         <size>134</size>
21161       </method>
21162       <method name="Void NotNullableTest_3()">
21163         <size>130</size>
21164       </method>
21165       <method name="Void NotNullableTest_4()">
21166         <size>149</size>
21167       </method>
21168       <method name="Void NotNullableTest_5()">
21169         <size>148</size>
21170       </method>
21171       <method name="Void NotEqualTest()">
21172         <size>118</size>
21173       </method>
21174       <method name="Void NotEqualTest_2()">
21175         <size>166</size>
21176       </method>
21177       <method name="Void NotEqualTest_3()">
21178         <size>125</size>
21179       </method>
21180       <method name="Void NotEqualTest_4()">
21181         <size>210</size>
21182       </method>
21183       <method name="Void NotEqualTest_5()">
21184         <size>176</size>
21185       </method>
21186       <method name="Void NotEqualTest_6()">
21187         <size>119</size>
21188       </method>
21189       <method name="Void NotEqualTest_7()">
21190         <size>167</size>
21191       </method>
21192       <method name="Void NotEqualTest_8()">
21193         <size>116</size>
21194       </method>
21195       <method name="Void NotEqualTest_9()">
21196         <size>146</size>
21197       </method>
21198       <method name="Void NotEqualTest_10()">
21199         <size>169</size>
21200       </method>
21201       <method name="Void NotEqualTest_11()">
21202         <size>132</size>
21203       </method>
21204       <method name="Void OrTest()">
21205         <size>141</size>
21206       </method>
21207       <method name="Void OrTest_2()">
21208         <size>129</size>
21209       </method>
21210       <method name="Void OrTest_3()">
21211         <size>161</size>
21212       </method>
21213       <method name="Void OrNullableTest()">
21214         <size>382</size>
21215       </method>
21216       <method name="Void OrNullableTest_2()">
21217         <size>186</size>
21218       </method>
21219       <method name="Void OrNullableTest_3()">
21220         <size>176</size>
21221       </method>
21222       <method name="Void OrNullableTest_4()">
21223         <size>198</size>
21224       </method>
21225       <method name="Void OrElseTest()">
21226         <size>97</size>
21227       </method>
21228       <method name="Void OrElseTest_2()">
21229         <size>167</size>
21230       </method>
21231       <method name="Void ParameterTest()">
21232         <size>73</size>
21233       </method>
21234       <method name="Void ParameterTest_2()">
21235         <size>75</size>
21236       </method>
21237       <method name="Void ParameterTest_3()">
21238         <size>73</size>
21239       </method>
21240       <method name="Void ParameterTest_4()">
21241         <size>100</size>
21242       </method>
21243       <method name="Void QuoteTest()">
21244         <size>85</size>
21245       </method>
21246       <method name="Void RightShiftTest()">
21247         <size>152</size>
21248       </method>
21249       <method name="Void RightShiftTest_2()">
21250         <size>159</size>
21251       </method>
21252       <method name="Void RightShiftTest_3()">
21253         <size>169</size>
21254       </method>
21255       <method name="Void RightShiftTest_4()">
21256         <size>258</size>
21257       </method>
21258       <method name="Void SubtractTest()">
21259         <size>100</size>
21260       </method>
21261       <method name="Void SubtractTest_2()">
21262         <size>119</size>
21263       </method>
21264       <method name="Void SubtractTest_3()">
21265         <size>130</size>
21266       </method>
21267       <method name="Void SubtractTest_4()">
21268         <size>192</size>
21269       </method>
21270       <method name="Void SubtractTest_5()">
21271         <size>134</size>
21272       </method>
21273       <method name="Void SubtractTest_6()">
21274         <size>160</size>
21275       </method>
21276       <method name="Void SubtractTest_7()">
21277         <size>113</size>
21278       </method>
21279       <method name="Void SubtractTest_8()">
21280         <size>146</size>
21281       </method>
21282       <method name="Void SubtractTest_9()">
21283         <size>142</size>
21284       </method>
21285       <method name="Void SubtractTest_10()">
21286         <size>161</size>
21287       </method>
21288       <method name="Void SubtractTest_11()">
21289         <size>157</size>
21290       </method>
21291       <method name="Void SubtractCheckedTest()">
21292         <size>127</size>
21293       </method>
21294       <method name="Void SubtractCheckedTest_2()">
21295         <size>185</size>
21296       </method>
21297       <method name="Void SubtractCheckedTest_3()">
21298         <size>130</size>
21299       </method>
21300       <method name="Void SubtractCheckedTest_4()">
21301         <size>121</size>
21302       </method>
21303       <method name="Void TypeAsTest()">
21304         <size>80</size>
21305       </method>
21306       <method name="Void TypeAsTest_2()">
21307         <size>144</size>
21308       </method>
21309       <method name="Void TypeAsTest_3()">
21310         <size>85</size>
21311       </method>
21312       <method name="Void TypeIsTest()">
21313         <size>103</size>
21314       </method>
21315       <method name="Void TypeIsTest_2()">
21316         <size>103</size>
21317       </method>
21318       <method name="Void TypeIsTest_3()">
21319         <size>85</size>
21320       </method>
21321       <method name="Void TypeIsTest_5()">
21322         <size>74</size>
21323       </method>
21324       <method name="Void TypeIsTest_6()">
21325         <size>111</size>
21326       </method>
21327       <method name="Void UnaryPlusTest()">
21328         <size>67</size>
21329       </method>
21330       <method name="Void UnaryPlusTest_2()">
21331         <size>47</size>
21332       </method>
21333       <method name="Void UnaryPlusTest_3()">
21334         <size>97</size>
21335       </method>
21336       <method name="Void UnaryPlusTest_4()">
21337         <size>141</size>
21338       </method>
21339       <method name="Void UnaryPlusTest_5()">
21340         <size>140</size>
21341       </method>
21342       <method name="System.String InstanceMethod(System.String)">
21343         <size>2</size>
21344       </method>
21345       <method name="System.Object InstanceParamsMethod(Int32, System.Object[])">
21346         <size>30</size>
21347       </method>
21348       <method name="Int32 TestInt()">
21349         <size>3</size>
21350       </method>
21351       <method name="Void RefMethod(Int32 ByRef)">
21352         <size>8</size>
21353       </method>
21354       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
21355         <size>87</size>
21356       </method>
21357       <method name="Int32 Main()">
21358         <size>179</size>
21359       </method>
21360     </type>
21361     <type name="Tester+EmptyDelegate">
21362       <method name="Void .ctor(Object, IntPtr)">
21363         <size>0</size>
21364       </method>
21365       <method name="Void Invoke()">
21366         <size>0</size>
21367       </method>
21368       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21369         <size>0</size>
21370       </method>
21371       <method name="Void EndInvoke(IAsyncResult)">
21372         <size>0</size>
21373       </method>
21374     </type>
21375     <type name="Tester+IntDelegate">
21376       <method name="Void .ctor(Object, IntPtr)">
21377         <size>0</size>
21378       </method>
21379       <method name="Int32 Invoke()">
21380         <size>0</size>
21381       </method>
21382       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21383         <size>0</size>
21384       </method>
21385       <method name="Int32 EndInvoke(IAsyncResult)">
21386         <size>0</size>
21387       </method>
21388     </type>
21389     <type name="&lt;&gt;__AnonType0`2[&lt;A&gt;__T,&lt;Value&gt;__T]">
21390       <method name="Void .ctor(&lt;A&gt;__T, &lt;Value&gt;__T)">
21391         <size>21</size>
21392       </method>
21393       <method name="&lt;A&gt;__T get_A()">
21394         <size>7</size>
21395       </method>
21396       <method name="&lt;Value&gt;__T get_Value()">
21397         <size>7</size>
21398       </method>
21399       <method name="Boolean Equals(System.Object)">
21400         <size>69</size>
21401       </method>
21402       <method name="Int32 GetHashCode()">
21403         <size>86</size>
21404       </method>
21405       <method name="System.String ToString()">
21406         <size>142</size>
21407       </method>
21408     </type>
21409     <type name="Tester">
21410       <method name="Void &lt;EqualTestDelegate_2&gt;m__0()">
21411         <size>1</size>
21412       </method>
21413       <method name="Void &lt;EqualTestDelegate_2&gt;m__1()">
21414         <size>1</size>
21415       </method>
21416       <method name="Void &lt;EqualTestDelegate_2&gt;m__2()">
21417         <size>1</size>
21418       </method>
21419       <method name="Void &lt;EqualTestDelegate_2&gt;m__3()">
21420         <size>1</size>
21421       </method>
21422       <method name="Void &lt;EqualTestDelegate_2&gt;m__4()">
21423         <size>1</size>
21424       </method>
21425       <method name="System.String &lt;InvokeTest_2&gt;m__5(Int32)">
21426         <size>12</size>
21427       </method>
21428       <method name="Boolean &lt;Main&gt;m__6(System.Reflection.MethodInfo)">
21429         <size>12</size>
21430       </method>
21431       <method name="System.String &lt;Main&gt;m__7(System.Reflection.MethodInfo)">
21432         <size>7</size>
21433       </method>
21434       <method name="Boolean &lt;Main&gt;m__8(System.Reflection.MethodInfo)">
21435         <size>7</size>
21436       </method>
21437       <method name="Boolean &lt;Main&gt;m__9(Boolean)">
21438         <size>5</size>
21439       </method>
21440       <method name="Void NewArrayInitTest_5()">
21441         <size>158</size>
21442       </method>
21443       <method name="Void ConditionTest_5()">
21444         <size>107</size>
21445       </method>
21446       <method name="Void AndTest_4()">
21447         <size>92</size>
21448       </method>
21449       <method name="Void MemberInitTest_4()">
21450         <size>66</size>
21451       </method>
21452       <method name="Void NewTest_6()">
21453         <size>182</size>
21454       </method>
21455     </type>
21456     <type name="InverseLogicalOperator">
21457       <method name="Void .ctor(Boolean)">
21458         <size>8</size>
21459       </method>
21460       <method name="Boolean op_True(InverseLogicalOperator)">
21461         <size>8</size>
21462       </method>
21463       <method name="Boolean op_False(InverseLogicalOperator)">
21464         <size>8</size>
21465       </method>
21466     </type>
21467     <type name="MyType">
21468       <method name="Void .ctor(Int32)">
21469         <size>8</size>
21470       </method>
21471       <method name="Int16 get_ShortProp()">
21472         <size>7</size>
21473       </method>
21474       <method name="Void set_ShortProp(Int16)">
21475         <size>8</size>
21476       </method>
21477       <method name="Int32 GetHashCode()">
21478         <size>6</size>
21479       </method>
21480       <method name="System.String ToString()">
21481         <size>12</size>
21482       </method>
21483       <method name="Int32 op_Implicit(MyType)">
21484         <size>8</size>
21485       </method>
21486       <method name="Boolean op_True(MyType)">
21487         <size>16</size>
21488       </method>
21489       <method name="Boolean op_False(MyType)">
21490         <size>19</size>
21491       </method>
21492       <method name="MyType op_Addition(MyType, MyType)">
21493         <size>21</size>
21494       </method>
21495       <method name="MyType op_Subtraction(MyType, MyType)">
21496         <size>21</size>
21497       </method>
21498       <method name="MyType op_Division(MyType, MyType)">
21499         <size>21</size>
21500       </method>
21501       <method name="MyType op_Multiply(MyType, MyType)">
21502         <size>21</size>
21503       </method>
21504       <method name="MyType op_Modulus(MyType, MyType)">
21505         <size>21</size>
21506       </method>
21507       <method name="MyType op_BitwiseAnd(MyType, MyType)">
21508         <size>21</size>
21509       </method>
21510       <method name="MyType op_BitwiseOr(MyType, MyType)">
21511         <size>21</size>
21512       </method>
21513       <method name="MyType op_ExclusiveOr(MyType, MyType)">
21514         <size>21</size>
21515       </method>
21516       <method name="Boolean op_Equality(MyType, MyType)">
21517         <size>17</size>
21518       </method>
21519       <method name="Boolean op_Inequality(MyType, MyType)">
21520         <size>20</size>
21521       </method>
21522       <method name="Boolean op_GreaterThan(MyType, MyType)">
21523         <size>17</size>
21524       </method>
21525       <method name="Boolean op_LessThan(MyType, MyType)">
21526         <size>17</size>
21527       </method>
21528       <method name="Boolean op_GreaterThanOrEqual(MyType, MyType)">
21529         <size>20</size>
21530       </method>
21531       <method name="Boolean op_LessThanOrEqual(MyType, MyType)">
21532         <size>20</size>
21533       </method>
21534       <method name="Boolean op_LogicalNot(MyType)">
21535         <size>11</size>
21536       </method>
21537       <method name="Int32 op_RightShift(MyType, Int32)">
21538         <size>13</size>
21539       </method>
21540       <method name="Int32 op_LeftShift(MyType, Int32)">
21541         <size>13</size>
21542       </method>
21543       <method name="MyType op_UnaryNegation(MyType)">
21544         <size>14</size>
21545       </method>
21546       <method name="MyType op_UnaryPlus(MyType)">
21547         <size>13</size>
21548       </method>
21549     </type>
21550     <type name="MyTypeImplicitOnly">
21551       <method name="Void .ctor(Int16)">
21552         <size>8</size>
21553       </method>
21554       <method name="Int16 op_Implicit(MyTypeImplicitOnly)">
21555         <size>8</size>
21556       </method>
21557     </type>
21558     <type name="Tester">
21559       <method name="Void EqualTest_14()">
21560         <size>101</size>
21561       </method>
21562     </type>
21563     <type name="Tester+&lt;ConvertTest_9&gt;c__AnonStorey0">
21564       <method name="Void .ctor()">
21565         <size>7</size>
21566       </method>
21567     </type>
21568     <type name="Tester">
21569       <method name="Void NewArrayInitTest_6()">
21570         <size>103</size>
21571       </method>
21572       <method name="Void LambdaTest()">
21573         <size>89</size>
21574       </method>
21575       <method name="Void EqualTest_15()">
21576         <size>159</size>
21577       </method>
21578       <method name="Void ArrayIndexTest_6()">
21579         <size>122</size>
21580       </method>
21581       <method name="Void ArrayIndexTest_7()">
21582         <size>128</size>
21583       </method>
21584       <method name="Void NewArrayBoundsTest_3()">
21585         <size>85</size>
21586       </method>
21587       <method name="Void NewArrayBoundsTest_4()">
21588         <size>82</size>
21589       </method>
21590     </type>
21591     <type name="&lt;PrivateImplementationDetails&gt;">
21592       <method name="Void .ctor()">
21593         <size>7</size>
21594       </method>
21595     </type>
21596     <type name="Tester">
21597       <method name="Void LeftShiftTest_6()">
21598         <size>155</size>
21599       </method>
21600       <method name="Void RightShiftTest_5()">
21601         <size>152</size>
21602       </method>
21603       <method name="Void QuoteTest_2()">
21604         <size>99</size>
21605       </method>
21606     </type>
21607     <type name="Tester+&lt;MemberAccessTest&gt;c__AnonStorey1">
21608       <method name="Void .ctor()">
21609         <size>7</size>
21610       </method>
21611     </type>
21612     <type name="Tester+&lt;MemberAccessTest_3&gt;c__AnonStorey2">
21613       <method name="Void .ctor()">
21614         <size>7</size>
21615       </method>
21616     </type>
21617     <type name="Tester+&lt;MemberAccessTest_4&gt;c__AnonStorey3">
21618       <method name="Void .ctor()">
21619         <size>7</size>
21620       </method>
21621     </type>
21622     <type name="Tester+&lt;MemberAccessTest_6&gt;c__AnonStorey4">
21623       <method name="Void .ctor()">
21624         <size>7</size>
21625       </method>
21626     </type>
21627     <type name="Tester+&lt;MemberAccessTest_9&gt;c__AnonStorey5">
21628       <method name="Void .ctor()">
21629         <size>7</size>
21630       </method>
21631     </type>
21632     <type name="Tester">
21633       <method name="Void NewTest_7()">
21634         <size>53</size>
21635       </method>
21636       <method name="Void ConvertTest_16()">
21637         <size>81</size>
21638       </method>
21639       <method name="Int32 ReturnNumber()">
21640         <size>2</size>
21641       </method>
21642       <method name="Void EqualTestDelegate_3()">
21643         <size>212</size>
21644       </method>
21645       <method name="Void DivideTest_7()">
21646         <size>185</size>
21647       </method>
21648       <method name="Void MultiplyTest_8()">
21649         <size>198</size>
21650       </method>
21651       <method name="Void RightShiftTest_6()">
21652         <size>145</size>
21653       </method>
21654     </type>
21655   </test>
21656   <test name="gtest-etree-02.cs">
21657     <type name="M">
21658       <method name="Void .ctor()">
21659         <size>7</size>
21660       </method>
21661       <method name="Void Foo[T](System.Linq.Expressions.Expression`1[System.Func`2[T,T]])">
21662         <size>1</size>
21663       </method>
21664       <method name="System.String Param(System.String)">
21665         <size>114</size>
21666       </method>
21667       <method name="Int32 Main()">
21668         <size>157</size>
21669       </method>
21670     </type>
21671     <type name="M+&lt;Param&gt;c__AnonStorey0">
21672       <method name="Void .ctor()">
21673         <size>7</size>
21674       </method>
21675     </type>
21676   </test>
21677   <test name="gtest-etree-03.cs">
21678     <type name="C">
21679       <method name="Void .ctor()">
21680         <size>7</size>
21681       </method>
21682       <method name="Int32 Main()">
21683         <size>6</size>
21684       </method>
21685     </type>
21686     <type name="S`1[T]">
21687       <method name="Int32 Test()">
21688         <size>145</size>
21689       </method>
21690     </type>
21691   </test>
21692   <test name="gtest-etree-04.cs">
21693     <type name="C">
21694       <method name="Void .ctor()">
21695         <size>7</size>
21696       </method>
21697       <method name="Int32 Main()">
21698         <size>366</size>
21699       </method>
21700     </type>
21701     <type name="C+&lt;Main&gt;c__AnonStorey0">
21702       <method name="Void .ctor()">
21703         <size>7</size>
21704       </method>
21705     </type>
21706     <type name="Foo">
21707       <method name="Boolean op_GreaterThan(Foo, Foo)">
21708         <size>6</size>
21709       </method>
21710       <method name="Boolean op_LessThan(Foo, Foo)">
21711         <size>6</size>
21712       </method>
21713       <method name="Boolean op_Equality(Foo, Foo)">
21714         <size>6</size>
21715       </method>
21716       <method name="Boolean op_Inequality(Foo, Foo)">
21717         <size>6</size>
21718       </method>
21719     </type>
21720   </test>
21721   <test name="gtest-etree-05.cs">
21722     <type name="C">
21723       <method name="Void .ctor()">
21724         <size>7</size>
21725       </method>
21726       <method name="Void Assert[T](T, T)">
21727         <size>46</size>
21728       </method>
21729       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
21730         <size>56</size>
21731       </method>
21732       <method name="Int32 Main()">
21733         <size>350</size>
21734       </method>
21735     </type>
21736   </test>
21737   <test name="gtest-etree-06.cs">
21738     <type name="Test">
21739       <method name="Void .ctor()">
21740         <size>7</size>
21741       </method>
21742       <method name="Int32 Main()">
21743         <size>45</size>
21744       </method>
21745       <method name="Int32 Value()">
21746         <size>2</size>
21747       </method>
21748     </type>
21749   </test>
21750   <test name="gtest-etree-07.cs">
21751     <type name="C">
21752       <method name="Void .ctor()">
21753         <size>7</size>
21754       </method>
21755       <method name="Void Test()">
21756         <size>14</size>
21757       </method>
21758       <method name="Int32* Foo()">
21759         <size>3</size>
21760       </method>
21761       <method name="Int32 Main()">
21762         <size>519</size>
21763       </method>
21764     </type>
21765     <type name="EmptyDelegate">
21766       <method name="Void .ctor(Object, IntPtr)">
21767         <size>0</size>
21768       </method>
21769       <method name="Void Invoke()">
21770         <size>0</size>
21771       </method>
21772       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21773         <size>0</size>
21774       </method>
21775       <method name="Void EndInvoke(IAsyncResult)">
21776         <size>0</size>
21777       </method>
21778     </type>
21779     <type name="UnsafeDelegate">
21780       <method name="Void .ctor(Object, IntPtr)">
21781         <size>0</size>
21782       </method>
21783       <method name="Int32* Invoke()">
21784         <size>0</size>
21785       </method>
21786       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
21787         <size>0</size>
21788       </method>
21789       <method name="Int32* EndInvoke(IAsyncResult)">
21790         <size>0</size>
21791       </method>
21792     </type>
21793   </test>
21794   <test name="gtest-etree-08.cs">
21795     <type name="Foo">
21796       <method name="Void .ctor()">
21797         <size>7</size>
21798       </method>
21799       <method name="Int32 ThisMethod()">
21800         <size>3</size>
21801       </method>
21802       <method name="Int32 Goo(Boolean)">
21803         <size>204</size>
21804       </method>
21805       <method name="Int32 Main()">
21806         <size>14</size>
21807       </method>
21808     </type>
21809     <type name="Foo+&lt;Goo&gt;c__AnonStorey0">
21810       <method name="Void .ctor()">
21811         <size>7</size>
21812       </method>
21813     </type>
21814   </test>
21815   <test name="gtest-etree-09.cs">
21816     <type name="Mono.C">
21817       <method name="Void .ctor()">
21818         <size>7</size>
21819       </method>
21820       <method name="Int32 Main()">
21821         <size>274</size>
21822       </method>
21823       <method name="System.Int64[] GetValues()">
21824         <size>18</size>
21825       </method>
21826     </type>
21827     <type name="Mono.C+&lt;Main&gt;c__AnonStorey0">
21828       <method name="Void .ctor()">
21829         <size>7</size>
21830       </method>
21831     </type>
21832     <type name="&lt;PrivateImplementationDetails&gt;">
21833       <method name="Void .ctor()">
21834         <size>7</size>
21835       </method>
21836     </type>
21837   </test>
21838   <test name="gtest-etree-10.cs">
21839     <type name="Foo`1[T]">
21840       <method name="Void .ctor()">
21841         <size>7</size>
21842       </method>
21843       <method name="Boolean ContainsAll[U](IEnumerable`1)">
21844         <size>191</size>
21845       </method>
21846       <method name="Boolean Contains(T)">
21847         <size>2</size>
21848       </method>
21849     </type>
21850     <type name="Program">
21851       <method name="Void .ctor()">
21852         <size>7</size>
21853       </method>
21854       <method name="Int32 Main()">
21855         <size>42</size>
21856       </method>
21857     </type>
21858     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
21859       <method name="Void .ctor()">
21860         <size>7</size>
21861       </method>
21862     </type>
21863     <type name="&lt;PrivateImplementationDetails&gt;">
21864       <method name="Void .ctor()">
21865         <size>7</size>
21866       </method>
21867     </type>
21868   </test>
21869   <test name="gtest-etree-11.cs">
21870     <type name="C">
21871       <method name="Void .ctor()">
21872         <size>7</size>
21873       </method>
21874       <method name="Void Main()">
21875         <size>12</size>
21876       </method>
21877     </type>
21878     <type name="Test">
21879       <method name="Void .ctor()">
21880         <size>7</size>
21881       </method>
21882       <method name="Void Invalid(Int32)">
21883         <size>124</size>
21884       </method>
21885       <method name="Void Other(System.Int32[])">
21886         <size>1</size>
21887       </method>
21888     </type>
21889     <type name="Test+&lt;Invalid&gt;c__AnonStorey0">
21890       <method name="Void .ctor()">
21891         <size>7</size>
21892       </method>
21893     </type>
21894   </test>
21895   <test name="gtest-etree-12.cs">
21896     <type name="TestCase">
21897       <method name="Void .cctor()">
21898         <size>68</size>
21899       </method>
21900       <method name="Boolean StaticMethodTakingAnExpression(System.Linq.Expressions.Expression`1[System.Func`2[System.Object,System.Boolean]])">
21901         <size>2</size>
21902       </method>
21903       <method name="Void DummyToMakeTheStaticsInitialize()">
21904         <size>1</size>
21905       </method>
21906     </type>
21907     <type name="Program">
21908       <method name="Void .ctor()">
21909         <size>7</size>
21910       </method>
21911       <method name="Int32 Main()">
21912         <size>7</size>
21913       </method>
21914     </type>
21915   </test>
21916   <test name="gtest-etree-13.cs">
21917     <type name="Program">
21918       <method name="Void .ctor()">
21919         <size>7</size>
21920       </method>
21921       <method name="Int32 Main()">
21922         <size>55</size>
21923       </method>
21924       <method name="IEnumerable`1 Test[T](Int32)">
21925         <size>30</size>
21926       </method>
21927     </type>
21928     <type name="Program+&lt;Test&gt;c__Iterator0`1[T]">
21929       <method name="Void .ctor()">
21930         <size>7</size>
21931       </method>
21932       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
21933         <size>7</size>
21934       </method>
21935       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21936         <size>12</size>
21937       </method>
21938       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
21939         <size>7</size>
21940       </method>
21941       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
21942         <size>40</size>
21943       </method>
21944       <method name="Boolean MoveNext()">
21945         <size>106</size>
21946       </method>
21947       <method name="Void Dispose()">
21948         <size>8</size>
21949       </method>
21950       <method name="Void Reset()">
21951         <size>6</size>
21952       </method>
21953     </type>
21954   </test>
21955   <test name="gtest-etree-14.cs">
21956     <type name="Person">
21957       <method name="Void .ctor()">
21958         <size>7</size>
21959       </method>
21960       <method name="Int32 get_Age()">
21961         <size>7</size>
21962       </method>
21963       <method name="Void set_Age(Int32)">
21964         <size>8</size>
21965       </method>
21966     </type>
21967     <type name="Repro">
21968       <method name="Void .ctor()">
21969         <size>7</size>
21970       </method>
21971       <method name="Int32 Main()">
21972         <size>59</size>
21973       </method>
21974       <method name="IEnumerable`1 GetPersons[T](IEnumerable`1, Int32)">
21975         <size>44</size>
21976       </method>
21977       <method name="Boolean Test[T](T, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
21978         <size>13</size>
21979       </method>
21980     </type>
21981     <type name="Repro+&lt;GetPersons&gt;c__Iterator0`1[T]">
21982       <method name="Void .ctor()">
21983         <size>7</size>
21984       </method>
21985       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
21986         <size>7</size>
21987       </method>
21988       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21989         <size>12</size>
21990       </method>
21991       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
21992         <size>7</size>
21993       </method>
21994       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
21995         <size>52</size>
21996       </method>
21997       <method name="Boolean MoveNext()">
21998         <size>293</size>
21999       </method>
22000       <method name="Void Dispose()">
22001         <size>62</size>
22002       </method>
22003       <method name="Void Reset()">
22004         <size>6</size>
22005       </method>
22006     </type>
22007   </test>
22008   <test name="gtest-etree-15.cs">
22009     <type name="Foo">
22010       <method name="Int32 Helper(System.Linq.Expressions.Expression`1[System.Predicate`1[System.Int32]])">
22011         <size>2</size>
22012       </method>
22013       <method name="Void Main()">
22014         <size>190</size>
22015       </method>
22016     </type>
22017   </test>
22018   <test name="gtest-etree-16.cs">
22019     <type name="Program">
22020       <method name="Void .ctor()">
22021         <size>7</size>
22022       </method>
22023       <method name="Int32 Main()">
22024         <size>136</size>
22025       </method>
22026     </type>
22027     <type name="Foo">
22028       <method name="Void .ctor()">
22029         <size>7</size>
22030       </method>
22031     </type>
22032   </test>
22033   <test name="gtest-etree-17.cs">
22034     <type name="CompilerCrashTest.QueryCompiler">
22035       <method name="D Compile[D](System.Linq.Expressions.Expression`1[D])">
22036         <size>12</size>
22037       </method>
22038       <method name="System.Delegate Compile(System.Linq.Expressions.LambdaExpression)">
22039         <size>6</size>
22040       </method>
22041       <method name="Void Main()">
22042         <size>1</size>
22043       </method>
22044     </type>
22045   </test>
22046   <test name="gtest-etree-18.cs">
22047     <type name="FooBase">
22048       <method name="Void .ctor()">
22049         <size>7</size>
22050       </method>
22051     </type>
22052     <type name="Foo">
22053       <method name="Void .ctor()">
22054         <size>7</size>
22055       </method>
22056     </type>
22057     <type name="Program">
22058       <method name="Void .ctor()">
22059         <size>7</size>
22060       </method>
22061       <method name="Int32 Main()">
22062         <size>140</size>
22063       </method>
22064     </type>
22065   </test>
22066   <test name="gtest-etree-19.cs">
22067     <type name="Test">
22068       <method name="Void .ctor()">
22069         <size>7</size>
22070       </method>
22071       <method name="Int32 Main()">
22072         <size>20</size>
22073       </method>
22074       <method name="T Value[T]()">
22075         <size>76</size>
22076       </method>
22077     </type>
22078   </test>
22079   <test name="gtest-etree-20.cs">
22080     <type name="S">
22081       <method name="Int32 Main()">
22082         <size>216</size>
22083       </method>
22084     </type>
22085     <type name="A">
22086       <method name="A op_Implicit(S)">
22087         <size>6</size>
22088       </method>
22089       <method name="Void .ctor()">
22090         <size>7</size>
22091       </method>
22092     </type>
22093     <type name="B">
22094       <method name="Void .ctor()">
22095         <size>7</size>
22096       </method>
22097     </type>
22098   </test>
22099   <test name="gtest-etree-22.cs">
22100     <type name="FieldInfoBug.MonoRuntime">
22101       <method name="Int32 Main()">
22102         <size>13</size>
22103       </method>
22104       <method name="Void .ctor()">
22105         <size>7</size>
22106       </method>
22107     </type>
22108     <type name="FieldInfoBug.GenericClass`1[T]">
22109       <method name="Void .ctor(String)">
22110         <size>58</size>
22111       </method>
22112     </type>
22113     <type name="FieldInfoBug.GenericClass`1+&lt;GenericClass&gt;c__AnonStorey0[T]">
22114       <method name="Void .ctor()">
22115         <size>7</size>
22116       </method>
22117     </type>
22118   </test>
22119   <test name="gtest-etree-23.cs">
22120     <type name="Test.OrderBySpecification">
22121       <method name="Void .ctor(Expression`1)">
22122         <size>7</size>
22123       </method>
22124     </type>
22125     <type name="Test.RateOrderById">
22126       <method name="Int32 Main()">
22127         <size>8</size>
22128       </method>
22129       <method name="Void .ctor()">
22130         <size>44</size>
22131       </method>
22132     </type>
22133   </test>
22134   <test name="gtest-etree-24.cs">
22135     <type name="NotifyingProperty">
22136       <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]][])">
22137         <size>1</size>
22138       </method>
22139     </type>
22140     <type name="NotifyingPropertyTest">
22141       <method name="Void CreateDependent_NotifierNull()">
22142         <size>58</size>
22143       </method>
22144       <method name="Void CreateDependent_DependentsNull()">
22145         <size>83</size>
22146       </method>
22147       <method name="Void Main()">
22148         <size>1</size>
22149       </method>
22150       <method name="System.Object &lt;CreateDependent_DependentsNull&gt;m__0()">
22151         <size>2</size>
22152       </method>
22153       <method name="Void .ctor()">
22154         <size>7</size>
22155       </method>
22156     </type>
22157     <type name="NotifyingPropertyTest+&lt;CreateDependent_NotifierNull&gt;c__AnonStorey0">
22158       <method name="Void .ctor()">
22159         <size>7</size>
22160       </method>
22161     </type>
22162     <type name="NotifyingPropertyTest+&lt;CreateDependent_DependentsNull&gt;c__AnonStorey1">
22163       <method name="Void .ctor()">
22164         <size>7</size>
22165       </method>
22166     </type>
22167   </test>
22168   <test name="gtest-exmethod-01.cs">
22169     <type name="SimpleTest">
22170       <method name="System.String Prefix(System.String, System.String)">
22171         <size>8</size>
22172       </method>
22173     </type>
22174     <type name="M">
22175       <method name="Void .ctor()">
22176         <size>7</size>
22177       </method>
22178       <method name="Int32 Main()">
22179         <size>157</size>
22180       </method>
22181     </type>
22182   </test>
22183   <test name="gtest-exmethod-02.cs">
22184     <type name="M">
22185       <method name="Void .ctor()">
22186         <size>7</size>
22187       </method>
22188       <method name="Void Main()">
22189         <size>12</size>
22190       </method>
22191     </type>
22192     <type name="N.M">
22193       <method name="Void .ctor()">
22194         <size>7</size>
22195       </method>
22196       <method name="Void Test2()">
22197         <size>12</size>
22198       </method>
22199     </type>
22200   </test>
22201   <test name="gtest-exmethod-03.cs">
22202     <type name="A.A">
22203       <method name="Int32 Foo(Int32)">
22204         <size>2</size>
22205       </method>
22206       <method name="Int32 Foo(Int32, System.String)">
22207         <size>3</size>
22208       </method>
22209     </type>
22210     <type name="B.X">
22211       <method name="Int32 Foo(Int32)">
22212         <size>2</size>
22213       </method>
22214       <method name="Int32 Foo(Int32, Boolean)">
22215         <size>3</size>
22216       </method>
22217     </type>
22218     <type name="C.F">
22219       <method name="Boolean Foo(Byte)">
22220         <size>2</size>
22221       </method>
22222     </type>
22223     <type name="C.D.F">
22224       <method name="Int32 Foo(Int32)">
22225         <size>3</size>
22226       </method>
22227       <method name="Void TestX()">
22228         <size>9</size>
22229       </method>
22230     </type>
22231     <type name="C.M">
22232       <method name="Int32 Foo(Int32)">
22233         <size>2</size>
22234       </method>
22235       <method name="Int32 Main()">
22236         <size>61</size>
22237       </method>
22238     </type>
22239   </test>
22240   <test name="gtest-exmethod-04.cs">
22241     <type name="A.Test">
22242       <method name="System.String Test_1(Boolean)">
22243         <size>6</size>
22244       </method>
22245     </type>
22246     <type name="B.M">
22247       <method name="Void .ctor()">
22248         <size>7</size>
22249       </method>
22250       <method name="Void Main()">
22251         <size>12</size>
22252       </method>
22253     </type>
22254   </test>
22255   <test name="gtest-exmethod-05.cs">
22256     <type name="A.Test_A">
22257       <method name="System.String Test_1(System.String)">
22258         <size>6</size>
22259       </method>
22260     </type>
22261     <type name="A.Test_B">
22262       <method name="System.String Test_2(System.String)">
22263         <size>6</size>
22264       </method>
22265     </type>
22266     <type name="B.M">
22267       <method name="Void .ctor()">
22268         <size>7</size>
22269       </method>
22270       <method name="Void Main()">
22271         <size>23</size>
22272       </method>
22273     </type>
22274   </test>
22275   <test name="gtest-exmethod-06.cs">
22276     <type name="Gen">
22277       <method name="T Test_1[T](T)">
22278         <size>10</size>
22279       </method>
22280       <method name="System.String Test_1[T](System.String)">
22281         <size>6</size>
22282       </method>
22283     </type>
22284     <type name="B.M">
22285       <method name="Void .ctor()">
22286         <size>7</size>
22287       </method>
22288       <method name="Void Main()">
22289         <size>30</size>
22290       </method>
22291     </type>
22292   </test>
22293   <test name="gtest-exmethod-07.cs">
22294     <type name="E">
22295       <method name="Void ToReadOnly[T](IEnumerable`1)">
22296         <size>1</size>
22297       </method>
22298       <method name="Void To(IA)">
22299         <size>1</size>
22300       </method>
22301     </type>
22302     <type name="C">
22303       <method name="Void .ctor()">
22304         <size>7</size>
22305       </method>
22306       <method name="Void Main()">
22307         <size>1</size>
22308       </method>
22309       <method name="Void Test(IEnumerable`1)">
22310         <size>15</size>
22311       </method>
22312     </type>
22313   </test>
22314   <test name="gtest-exmethod-08.cs">
22315     <type name="C">
22316       <method name="Void .ctor()">
22317         <size>7</size>
22318       </method>
22319       <method name="Void Main()">
22320         <size>21</size>
22321       </method>
22322     </type>
22323   </test>
22324   <test name="gtest-exmethod-09.cs">
22325     <type name="Test">
22326       <method name="Void Foo[T](System.String)">
22327         <size>1</size>
22328       </method>
22329     </type>
22330     <type name="C">
22331       <method name="Void .ctor()">
22332         <size>7</size>
22333       </method>
22334       <method name="Void Main()">
22335         <size>11</size>
22336       </method>
22337     </type>
22338   </test>
22339   <test name="gtest-exmethod-10.cs">
22340     <type name="AExtensions">
22341       <method name="Int32 Round(Double)">
22342         <size>8</size>
22343       </method>
22344     </type>
22345     <type name="BExtensions">
22346       <method name="T GetBy[T](T[], Double)">
22347         <size>13</size>
22348       </method>
22349     </type>
22350     <type name="C">
22351       <method name="Void .ctor()">
22352         <size>7</size>
22353       </method>
22354       <method name="Void Main()">
22355         <size>1</size>
22356       </method>
22357     </type>
22358   </test>
22359   <test name="gtest-exmethod-11.cs">
22360     <type name="Test">
22361       <method name="Void .ctor()">
22362         <size>7</size>
22363       </method>
22364       <method name="Int32 Main(System.String[])">
22365         <size>20</size>
22366       </method>
22367     </type>
22368     <type name="Lol">
22369       <method name="Boolean OneEleven(System.Object)">
22370         <size>2</size>
22371       </method>
22372     </type>
22373   </test>
22374   <test name="gtest-exmethod-12.cs">
22375     <type name="Program">
22376       <method name="Void .ctor()">
22377         <size>7</size>
22378       </method>
22379       <method name="Void Main(System.String[])">
22380         <size>63</size>
22381       </method>
22382     </type>
22383     <type name="ChatClient">
22384       <method name="Void .ctor()">
22385         <size>7</size>
22386       </method>
22387       <method name="Void Say(System.String, System.String)">
22388         <size>13</size>
22389       </method>
22390     </type>
22391     <type name="ChatExtensions">
22392       <method name="Void Say(ChatClient, System.String, System.Collections.Specialized.StringCollection)">
22393         <size>64</size>
22394       </method>
22395     </type>
22396   </test>
22397   <test name="gtest-exmethod-13.cs">
22398     <type name="Foo">
22399       <method name="IEnumerable`1 Reverse[T](IEnumerable`1)">
22400         <size>2</size>
22401       </method>
22402       <method name="Void Main()">
22403         <size>23</size>
22404       </method>
22405     </type>
22406   </test>
22407   <test name="gtest-exmethod-14.cs">
22408     <type name="C">
22409       <method name="Void Bar[U](IA)">
22410         <size>7</size>
22411       </method>
22412       <method name="Void Foo[T](IA)">
22413         <size>1</size>
22414       </method>
22415       <method name="Void Foo(IA)">
22416         <size>7</size>
22417       </method>
22418       <method name="Void Main()">
22419         <size>1</size>
22420       </method>
22421     </type>
22422   </test>
22423   <test name="gtest-exmethod-15.cs">
22424     <type name="C">
22425       <method name="TAttribute GetCustomAttribute[TAttribute](ICustomAttributeProvider)">
22426         <size>15</size>
22427       </method>
22428       <method name="TAttribute[] GetCustomAttributes[TAttribute](ICustomAttributeProvider)">
22429         <size>2</size>
22430       </method>
22431       <method name="Void Main()">
22432         <size>1</size>
22433       </method>
22434     </type>
22435   </test>
22436   <test name="gtest-exmethod-16.cs">
22437     <type name="Rocks">
22438       <method name="Boolean Extension(System.String)">
22439         <size>2</size>
22440       </method>
22441       <method name="Boolean Extension(D)">
22442         <size>2</size>
22443       </method>
22444     </type>
22445     <type name="Program">
22446       <method name="Void .ctor()">
22447         <size>7</size>
22448       </method>
22449       <method name="Void add_e(D)">
22450         <size>47</size>
22451       </method>
22452       <method name="Void remove_e(D)">
22453         <size>47</size>
22454       </method>
22455       <method name="System.String get_Item(Int32)">
22456         <size>6</size>
22457       </method>
22458       <method name="System.String get_Property()">
22459         <size>6</size>
22460       </method>
22461       <method name="Void Main(System.String[])">
22462         <size>44</size>
22463       </method>
22464     </type>
22465     <type name="D">
22466       <method name="Void .ctor(Object, IntPtr)">
22467         <size>0</size>
22468       </method>
22469       <method name="System.String Invoke()">
22470         <size>0</size>
22471       </method>
22472       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22473         <size>0</size>
22474       </method>
22475       <method name="System.String EndInvoke(IAsyncResult)">
22476         <size>0</size>
22477       </method>
22478     </type>
22479   </test>
22480   <test name="gtest-exmethod-17.cs">
22481     <type name="MainClass">
22482       <method name="Void Main()">
22483         <size>45</size>
22484       </method>
22485     </type>
22486   </test>
22487   <test name="gtest-exmethod-18.cs">
22488     <type name="Foo">
22489       <method name="Void .ctor()">
22490         <size>7</size>
22491       </method>
22492       <method name="Boolean get_IsBar()">
22493         <size>2</size>
22494       </method>
22495     </type>
22496     <type name="FooExt">
22497       <method name="Boolean IsBar(Foo)">
22498         <size>7</size>
22499       </method>
22500     </type>
22501     <type name="Repro">
22502       <method name="Void .ctor()">
22503         <size>7</size>
22504       </method>
22505       <method name="Void Main()">
22506         <size>18</size>
22507       </method>
22508     </type>
22509   </test>
22510   <test name="gtest-exmethod-19.cs">
22511     <type name="Rocks">
22512       <method name="Int32 Test_2[T](IEnumerable`1)">
22513         <size>3</size>
22514       </method>
22515       <method name="System.String Test_1(System.String)">
22516         <size>12</size>
22517       </method>
22518     </type>
22519     <type name="Test">
22520       <method name="Void .ctor()">
22521         <size>7</size>
22522       </method>
22523       <method name="Int32 Main()">
22524         <size>142</size>
22525       </method>
22526     </type>
22527     <type name="Test+D">
22528       <method name="Void .ctor(Object, IntPtr)">
22529         <size>0</size>
22530       </method>
22531       <method name="System.String Invoke()">
22532         <size>0</size>
22533       </method>
22534       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22535         <size>0</size>
22536       </method>
22537       <method name="System.String EndInvoke(IAsyncResult)">
22538         <size>0</size>
22539       </method>
22540     </type>
22541   </test>
22542   <test name="gtest-exmethod-20.cs">
22543     <type name="Outer.Inner.Test">
22544       <method name="Void .ctor()">
22545         <size>7</size>
22546       </method>
22547       <method name="Void M(I)">
22548         <size>13</size>
22549       </method>
22550       <method name="Void Main()">
22551         <size>1</size>
22552       </method>
22553     </type>
22554     <type name="Outer.ExtensionMethods">
22555       <method name="Void AddRange[T](I, IEnumerable`1)">
22556         <size>1</size>
22557       </method>
22558     </type>
22559   </test>
22560   <test name="gtest-exmethod-21.cs">
22561     <type name="Outer.Inner.Test">
22562       <method name="Void .ctor()">
22563         <size>7</size>
22564       </method>
22565       <method name="Void M(I)">
22566         <size>7</size>
22567       </method>
22568       <method name="Void Main()">
22569         <size>1</size>
22570       </method>
22571     </type>
22572     <type name="External.ExtensionMethods">
22573       <method name="Void AddRange(I)">
22574         <size>1</size>
22575       </method>
22576     </type>
22577   </test>
22578   <test name="gtest-exmethod-22.cs">
22579     <type name="Program">
22580       <method name="Void .ctor()">
22581         <size>7</size>
22582       </method>
22583       <method name="Int32 Main()">
22584         <size>8</size>
22585       </method>
22586     </type>
22587   </test>
22588   <test name="gtest-exmethod-23.cs">
22589     <type name="T">
22590       <method name="Void A(System.String, Int32)">
22591         <size>1</size>
22592       </method>
22593       <method name="Void Main()">
22594         <size>1</size>
22595       </method>
22596     </type>
22597   </test>
22598   <test name="gtest-exmethod-24.cs">
22599     <type name="Bar">
22600       <method name="Void .ctor()">
22601         <size>7</size>
22602       </method>
22603       <method name="Void Main()">
22604         <size>1</size>
22605       </method>
22606     </type>
22607   </test>
22608   <test name="gtest-exmethod-25.cs">
22609     <type name="Bar">
22610       <method name="Void .ctor()">
22611         <size>7</size>
22612       </method>
22613       <method name="Void Main()">
22614         <size>11</size>
22615       </method>
22616     </type>
22617   </test>
22618   <test name="gtest-exmethod-26.cs">
22619     <type name="test.TypeExtensions">
22620       <method name="Boolean IsNullable(System.Type)">
22621         <size>2</size>
22622       </method>
22623     </type>
22624     <type name="testmono.MainClass">
22625       <method name="Void .ctor()">
22626         <size>7</size>
22627       </method>
22628       <method name="Void Main()">
22629         <size>33</size>
22630       </method>
22631     </type>
22632   </test>
22633   <test name="gtest-exmethod-27.cs">
22634     <type name="Foo.Extensions">
22635       <method name="System.String AsString(IList`1)">
22636         <size>6</size>
22637       </method>
22638     </type>
22639     <type name="Bar.Program">
22640       <method name="Void .ctor()">
22641         <size>7</size>
22642       </method>
22643       <method name="Void Main()">
22644         <size>17</size>
22645       </method>
22646       <method name="System.String Pan(System.Byte[])">
22647         <size>7</size>
22648       </method>
22649     </type>
22650   </test>
22651   <test name="gtest-exmethod-28.cs">
22652     <type name="Foo">
22653       <method name="Void .ctor()">
22654         <size>7</size>
22655       </method>
22656     </type>
22657     <type name="Extensions">
22658       <method name="Boolean IsFoo(Foo)">
22659         <size>2</size>
22660       </method>
22661       <method name="Boolean IsBar(Bar)">
22662         <size>2</size>
22663       </method>
22664     </type>
22665     <type name="Bar">
22666       <method name="Void .ctor()">
22667         <size>7</size>
22668       </method>
22669     </type>
22670     <type name="Program">
22671       <method name="Void .ctor()">
22672         <size>7</size>
22673       </method>
22674       <method name="Void Main()">
22675         <size>1</size>
22676       </method>
22677     </type>
22678   </test>
22679   <test name="gtest-exmethod-29.cs">
22680     <type name="My">
22681       <method name="Void .ctor()">
22682         <size>7</size>
22683       </method>
22684     </type>
22685     <type name="Test">
22686       <method name="Int32 Main()">
22687         <size>40</size>
22688       </method>
22689       <method name="Int32 ContentTransferEncoding[T](My)">
22690         <size>2</size>
22691       </method>
22692       <method name="Int32 ContentTransferEncoding(My)">
22693         <size>2</size>
22694       </method>
22695     </type>
22696     <type name="My">
22697       <method name="Void set_ContentTransferEncoding(Boolean)">
22698         <size>1</size>
22699       </method>
22700     </type>
22701   </test>
22702   <test name="gtest-exmethod-30.cs">
22703     <type name="Test">
22704       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
22705         <size>2</size>
22706       </method>
22707       <method name="Int32 get_First()">
22708         <size>2</size>
22709       </method>
22710       <method name="IEnumerator`1 GetEnumerator()">
22711         <size>2</size>
22712       </method>
22713       <method name="Void .ctor()">
22714         <size>7</size>
22715       </method>
22716     </type>
22717     <type name="C">
22718       <method name="Void Test()">
22719         <size>14</size>
22720       </method>
22721       <method name="Void Main()">
22722         <size>1</size>
22723       </method>
22724       <method name="Void .ctor()">
22725         <size>7</size>
22726       </method>
22727     </type>
22728   </test>
22729   <test name="gtest-exmethod-31.cs">
22730     <type name="N.S">
22731       <method name="Void Map[T](Int32, System.Func`2[T,System.String])">
22732         <size>1</size>
22733       </method>
22734     </type>
22735     <type name="N2.S2">
22736       <method name="Void Map(Int32, Int32)">
22737         <size>1</size>
22738       </method>
22739     </type>
22740     <type name="M.C">
22741       <method name="Void Main()">
22742         <size>8</size>
22743       </method>
22744       <method name="Void .ctor()">
22745         <size>7</size>
22746       </method>
22747     </type>
22748   </test>
22749   <test name="gtest-exmethod-32.cs">
22750     <type name="A">
22751       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
22752         <size>2</size>
22753       </method>
22754       <method name="Int32 get_Count()">
22755         <size>2</size>
22756       </method>
22757       <method name="Void .ctor()">
22758         <size>7</size>
22759       </method>
22760     </type>
22761     <type name="G`1[T]">
22762       <method name="Void Test()">
22763         <size>20</size>
22764       </method>
22765       <method name="Void .ctor()">
22766         <size>7</size>
22767       </method>
22768     </type>
22769     <type name="Extensions">
22770       <method name="Int32 Count(IEnumerable)">
22771         <size>2</size>
22772       </method>
22773       <method name="Void Main()">
22774         <size>1</size>
22775       </method>
22776     </type>
22777   </test>
22778   <test name="gtest-exmethod-33.cs">
22779     <type name="Prop">
22780       <method name="Void .ctor()">
22781         <size>7</size>
22782       </method>
22783     </type>
22784     <type name="HelperExtensions">
22785       <method name="Void Foo(I, I)">
22786         <size>1</size>
22787       </method>
22788     </type>
22789     <type name="C">
22790       <method name="I get_Prop()">
22791         <size>2</size>
22792       </method>
22793       <method name="System.Int32[] get_Loc()">
22794         <size>2</size>
22795       </method>
22796       <method name="Void Test()">
22797         <size>13</size>
22798       </method>
22799       <method name="Void Main()">
22800         <size>1</size>
22801       </method>
22802       <method name="Void .ctor()">
22803         <size>7</size>
22804       </method>
22805     </type>
22806   </test>
22807   <test name="gtest-exmethod-34.cs">
22808     <type name="Program">
22809       <method name="Void Foo(System.Object)">
22810         <size>1</size>
22811       </method>
22812       <method name="Void Main()">
22813         <size>7</size>
22814       </method>
22815     </type>
22816   </test>
22817   <test name="gtest-exmethod-35.cs">
22818     <type name="A">
22819       <method name="Void Test(Int32)">
22820         <size>1</size>
22821       </method>
22822       <method name="Void Main()">
22823         <size>1</size>
22824       </method>
22825     </type>
22826   </test>
22827   <test name="gtest-exmethod-36.cs">
22828     <type name="S">
22829       <method name="System.String get_Prop()">
22830         <size>6</size>
22831       </method>
22832       <method name="Void .ctor()">
22833         <size>7</size>
22834       </method>
22835     </type>
22836     <type name="S2">
22837       <method name="Void .ctor()">
22838         <size>7</size>
22839       </method>
22840     </type>
22841     <type name="E">
22842       <method name="Int32 Prop(S)">
22843         <size>2</size>
22844       </method>
22845       <method name="Int32 Prop(S2)">
22846         <size>3</size>
22847       </method>
22848     </type>
22849     <type name="C">
22850       <method name="Void Main()">
22851         <size>43</size>
22852       </method>
22853       <method name="Void .ctor()">
22854         <size>7</size>
22855       </method>
22856     </type>
22857   </test>
22858   <test name="gtest-exmethod-37.cs">
22859     <type name="S">
22860       <method name="Void Extension(A, System.String, Boolean)">
22861         <size>11</size>
22862       </method>
22863     </type>
22864     <type name="A">
22865       <method name="Void Extension(System.String)">
22866         <size>1</size>
22867       </method>
22868       <method name="Void .ctor()">
22869         <size>7</size>
22870       </method>
22871     </type>
22872     <type name="Test">
22873       <method name="Void TestMethod(System.Action`1[System.Boolean])">
22874         <size>1</size>
22875       </method>
22876       <method name="Int32 TestMethod(System.Action`1[System.String])">
22877         <size>13</size>
22878       </method>
22879       <method name="Int32 Main()">
22880         <size>33</size>
22881       </method>
22882       <method name="Void .ctor()">
22883         <size>7</size>
22884       </method>
22885     </type>
22886   </test>
22887   <test name="gtest-exmethod-38.cs">
22888     <type name="Repro2.Color">
22889       <method name="Void .ctor(Int32)">
22890         <size>8</size>
22891       </method>
22892       <method name="Void .cctor()">
22893         <size>38</size>
22894       </method>
22895     </type>
22896     <type name="Repro2.ExtensionMethods">
22897       <method name="Color Transparent(Color)">
22898         <size>6</size>
22899       </method>
22900     </type>
22901     <type name="Repro2.MainClass">
22902       <method name="Int32 Main()">
22903         <size>13</size>
22904       </method>
22905       <method name="Void .ctor()">
22906         <size>7</size>
22907       </method>
22908     </type>
22909   </test>
22910   <test name="gtest-friend-01.cs">
22911     <type name="Test">
22912       <method name="Void .ctor()">
22913         <size>7</size>
22914       </method>
22915       <method name="Void Main()">
22916         <size>20</size>
22917       </method>
22918     </type>
22919   </test>
22920   <test name="gtest-friend-02.cs">
22921     <type name="Test">
22922       <method name="Void .ctor()">
22923         <size>7</size>
22924       </method>
22925       <method name="Void Main()">
22926         <size>20</size>
22927       </method>
22928     </type>
22929   </test>
22930   <test name="gtest-friend-03.cs">
22931     <type name="Test">
22932       <method name="Void .ctor()">
22933         <size>7</size>
22934       </method>
22935       <method name="Void Main()">
22936         <size>20</size>
22937       </method>
22938     </type>
22939   </test>
22940   <test name="gtest-friend-04.cs">
22941     <type name="Test">
22942       <method name="Void .ctor()">
22943         <size>7</size>
22944       </method>
22945       <method name="Void Main()">
22946         <size>19</size>
22947       </method>
22948     </type>
22949   </test>
22950   <test name="gtest-friend-05.cs">
22951     <type name="Test">
22952       <method name="Void .ctor()">
22953         <size>7</size>
22954       </method>
22955       <method name="Void Main()">
22956         <size>20</size>
22957       </method>
22958     </type>
22959   </test>
22960   <test name="gtest-friend-06.cs">
22961     <type name="Test">
22962       <method name="Void .ctor()">
22963         <size>7</size>
22964       </method>
22965       <method name="Void Main()">
22966         <size>20</size>
22967       </method>
22968     </type>
22969   </test>
22970   <test name="gtest-friend-07.cs">
22971     <type name="Test">
22972       <method name="Void .ctor()">
22973         <size>7</size>
22974       </method>
22975       <method name="Void Main()">
22976         <size>20</size>
22977       </method>
22978     </type>
22979   </test>
22980   <test name="gtest-friend-08.cs">
22981     <type name="Test">
22982       <method name="Void .ctor()">
22983         <size>7</size>
22984       </method>
22985       <method name="Void Main()">
22986         <size>19</size>
22987       </method>
22988     </type>
22989   </test>
22990   <test name="gtest-friend-09.cs">
22991     <type name="Test">
22992       <method name="Void .ctor()">
22993         <size>7</size>
22994       </method>
22995       <method name="Void Main()">
22996         <size>20</size>
22997       </method>
22998     </type>
22999   </test>
23000   <test name="gtest-friend-10.cs">
23001     <type name="Test">
23002       <method name="Void .ctor()">
23003         <size>7</size>
23004       </method>
23005       <method name="Void Main()">
23006         <size>20</size>
23007       </method>
23008     </type>
23009   </test>
23010   <test name="gtest-friend-11.cs">
23011     <type name="Test">
23012       <method name="Void .ctor()">
23013         <size>7</size>
23014       </method>
23015       <method name="Void Main()">
23016         <size>20</size>
23017       </method>
23018     </type>
23019   </test>
23020   <test name="gtest-friend-12.cs">
23021     <type name="Test">
23022       <method name="Void .ctor()">
23023         <size>7</size>
23024       </method>
23025       <method name="Void Main()">
23026         <size>19</size>
23027       </method>
23028     </type>
23029   </test>
23030   <test name="gtest-friend-13.cs">
23031     <type name="B">
23032       <method name="Void .ctor()">
23033         <size>7</size>
23034       </method>
23035       <method name="Void Test()">
23036         <size>1</size>
23037       </method>
23038       <method name="Void Test_2()">
23039         <size>1</size>
23040       </method>
23041     </type>
23042     <type name="Test">
23043       <method name="Void .ctor()">
23044         <size>7</size>
23045       </method>
23046       <method name="Void Main()">
23047         <size>1</size>
23048       </method>
23049     </type>
23050   </test>
23051   <test name="gtest-friend-14.cs">
23052     <type name="Test">
23053       <method name="Int32 Main()">
23054         <size>13</size>
23055       </method>
23056       <method name="Void .ctor()">
23057         <size>7</size>
23058       </method>
23059     </type>
23060   </test>
23061   <test name="gtest-implicitarray-01.cs">
23062     <type name="Test">
23063       <method name="Void .ctor()">
23064         <size>7</size>
23065       </method>
23066       <method name="Int32 Main()">
23067         <size>296</size>
23068       </method>
23069     </type>
23070     <type name="&lt;PrivateImplementationDetails&gt;">
23071       <method name="Void .ctor()">
23072         <size>7</size>
23073       </method>
23074     </type>
23075   </test>
23076   <test name="gtest-implicitarray-02.cs">
23077     <type name="MyString">
23078       <method name="Void .ctor()">
23079         <size>7</size>
23080       </method>
23081       <method name="System.String op_Implicit(MyString)">
23082         <size>6</size>
23083       </method>
23084     </type>
23085     <type name="Test">
23086       <method name="Void .ctor()">
23087         <size>7</size>
23088       </method>
23089       <method name="Int32 Main()">
23090         <size>50</size>
23091       </method>
23092     </type>
23093   </test>
23094   <test name="gtest-initialize-01.cs">
23095     <type name="MyClass">
23096       <method name="Void .ctor()">
23097         <size>18</size>
23098       </method>
23099       <method name="Int32 get_Answer()">
23100         <size>7</size>
23101       </method>
23102       <method name="Void set_Answer(Int32)">
23103         <size>8</size>
23104       </method>
23105     </type>
23106     <type name="Test">
23107       <method name="Void .ctor()">
23108         <size>7</size>
23109       </method>
23110       <method name="Int32 Main()">
23111         <size>67</size>
23112       </method>
23113     </type>
23114   </test>
23115   <test name="gtest-initialize-02.cs">
23116     <type name="Test">
23117       <method name="Void .ctor()">
23118         <size>7</size>
23119       </method>
23120       <method name="Int32 Main()">
23121         <size>1234</size>
23122       </method>
23123     </type>
23124     <type name="Test+Point">
23125       <method name="Void .ctor()">
23126         <size>7</size>
23127       </method>
23128     </type>
23129     <type name="Test+Line">
23130       <method name="Void .ctor()">
23131         <size>29</size>
23132       </method>
23133     </type>
23134     <type name="Test+Rectangle">
23135       <method name="Void .ctor()">
23136         <size>51</size>
23137       </method>
23138     </type>
23139     <type name="Test+Library">
23140       <method name="Void .ctor()">
23141         <size>53</size>
23142       </method>
23143     </type>
23144     <type name="Test+Thing">
23145       <method name="Void .ctor()">
23146         <size>7</size>
23147       </method>
23148     </type>
23149     <type name="Test+Box">
23150       <method name="Void .ctor()">
23151         <size>7</size>
23152       </method>
23153     </type>
23154   </test>
23155   <test name="gtest-initialize-03.cs">
23156     <type name="Data">
23157       <method name="Void .ctor()">
23158         <size>7</size>
23159       </method>
23160     </type>
23161     <type name="Test">
23162       <method name="Void .ctor()">
23163         <size>7</size>
23164       </method>
23165       <method name="Void set_Prop(Data)">
23166         <size>1</size>
23167       </method>
23168       <method name="System.Object Foo()">
23169         <size>15</size>
23170       </method>
23171       <method name="Void Main()">
23172         <size>52</size>
23173       </method>
23174     </type>
23175   </test>
23176   <test name="gtest-initialize-04.cs">
23177     <type name="C">
23178       <method name="Void .ctor()">
23179         <size>7</size>
23180       </method>
23181       <method name="Void .cctor()">
23182         <size>34</size>
23183       </method>
23184       <method name="Int32 Main()">
23185         <size>30</size>
23186       </method>
23187     </type>
23188   </test>
23189   <test name="gtest-initialize-05.cs">
23190     <type name="C">
23191       <method name="Void .ctor()">
23192         <size>7</size>
23193       </method>
23194       <method name="Int32 Main()">
23195         <size>235</size>
23196       </method>
23197     </type>
23198   </test>
23199   <test name="gtest-initialize-06.cs">
23200     <type name="C">
23201       <method name="Void .ctor()">
23202         <size>7</size>
23203       </method>
23204       <method name="Int32 Main()">
23205         <size>39</size>
23206       </method>
23207       <method name="Void Foo(Point ByRef)">
23208         <size>38</size>
23209       </method>
23210     </type>
23211   </test>
23212   <test name="gtest-initialize-07.cs">
23213     <type name="A">
23214       <method name="Void .ctor()">
23215         <size>7</size>
23216       </method>
23217       <method name="System.String get_Name()">
23218         <size>7</size>
23219       </method>
23220       <method name="Void set_Name(System.String)">
23221         <size>8</size>
23222       </method>
23223       <method name="Boolean Matches(System.String)">
23224         <size>13</size>
23225       </method>
23226     </type>
23227     <type name="M">
23228       <method name="Void .ctor()">
23229         <size>7</size>
23230       </method>
23231       <method name="Int32 Main()">
23232         <size>37</size>
23233       </method>
23234     </type>
23235   </test>
23236   <test name="gtest-initialize-08.cs">
23237     <type name="T">
23238       <method name="Void .ctor()">
23239         <size>7</size>
23240       </method>
23241     </type>
23242     <type name="X">
23243       <method name="Void .ctor()">
23244         <size>7</size>
23245       </method>
23246       <method name="Z[] get_Prop()">
23247         <size>7</size>
23248       </method>
23249       <method name="Void set_Prop(Z[])">
23250         <size>8</size>
23251       </method>
23252     </type>
23253     <type name="Z">
23254       <method name="Void .ctor()">
23255         <size>7</size>
23256       </method>
23257     </type>
23258     <type name="Test">
23259       <method name="Void .ctor(String)">
23260         <size>70</size>
23261       </method>
23262       <method name="Void .ctor(Int32)">
23263         <size>70</size>
23264       </method>
23265     </type>
23266     <type name="C">
23267       <method name="Void .ctor()">
23268         <size>7</size>
23269       </method>
23270       <method name="Int32 Main()">
23271         <size>13</size>
23272       </method>
23273     </type>
23274   </test>
23275   <test name="gtest-initialize-09.cs">
23276     <type name="Test">
23277       <method name="Void .ctor()">
23278         <size>7</size>
23279       </method>
23280       <method name="Int32 Main()">
23281         <size>53</size>
23282       </method>
23283     </type>
23284     <type name="&lt;PrivateImplementationDetails&gt;">
23285       <method name="Void .ctor()">
23286         <size>7</size>
23287       </method>
23288     </type>
23289   </test>
23290   <test name="gtest-initialize-10.cs">
23291     <type name="Foo">
23292       <method name="Void .ctor()">
23293         <size>7</size>
23294       </method>
23295       <method name="Int32 get_P()">
23296         <size>7</size>
23297       </method>
23298       <method name="Void set_P(Int32)">
23299         <size>8</size>
23300       </method>
23301     </type>
23302     <type name="Y">
23303       <method name="Void .ctor()">
23304         <size>7</size>
23305       </method>
23306       <method name="Int32 Main()">
23307         <size>38</size>
23308       </method>
23309       <method name="Boolean Do(Foo)">
23310         <size>86</size>
23311       </method>
23312     </type>
23313   </test>
23314   <test name="gtest-initialize-11.cs">
23315     <type name="InlineAssignmentTest.Foo">
23316       <method name="Void .ctor()">
23317         <size>14</size>
23318       </method>
23319     </type>
23320     <type name="InlineAssignmentTest.MainClass">
23321       <method name="Int32 Main()">
23322         <size>30</size>
23323       </method>
23324       <method name="Void .ctor()">
23325         <size>7</size>
23326       </method>
23327     </type>
23328   </test>
23329   <test name="gtest-initialize-12.cs">
23330     <type name="C">
23331       <method name="Void set_Foo(Int32)">
23332         <size>1</size>
23333       </method>
23334       <method name="Void .ctor()">
23335         <size>7</size>
23336       </method>
23337     </type>
23338     <type name="B">
23339       <method name="Void set_Foo(Int32)">
23340         <size>0</size>
23341       </method>
23342       <method name="Void .ctor()">
23343         <size>7</size>
23344       </method>
23345     </type>
23346     <type name="Test">
23347       <method name="Void set_Foo(Int32)">
23348         <size>1</size>
23349       </method>
23350       <method name="Void Main()">
23351         <size>16</size>
23352       </method>
23353       <method name="Void .ctor()">
23354         <size>7</size>
23355       </method>
23356     </type>
23357   </test>
23358   <test name="gtest-iter-01.cs">
23359     <type name="C">
23360       <method name="Void .ctor()">
23361         <size>7</size>
23362       </method>
23363       <method name="Void Main()">
23364         <size>1</size>
23365       </method>
23366     </type>
23367     <type name="C+ArrayReadOnlyList`1[T]">
23368       <method name="Void .ctor()">
23369         <size>7</size>
23370       </method>
23371       <method name="T get_Item(Int32)">
23372         <size>13</size>
23373       </method>
23374       <method name="IEnumerator`1 GetEnumerator()">
23375         <size>15</size>
23376       </method>
23377     </type>
23378     <type name="C+ArrayReadOnlyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
23379       <method name="Void .ctor()">
23380         <size>7</size>
23381       </method>
23382       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23383         <size>12</size>
23384       </method>
23385       <method name="Boolean MoveNext()">
23386         <size>134</size>
23387       </method>
23388       <method name="Void Dispose()">
23389         <size>8</size>
23390       </method>
23391       <method name="Void Reset()">
23392         <size>6</size>
23393       </method>
23394       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23395         <size>7</size>
23396       </method>
23397     </type>
23398   </test>
23399   <test name="gtest-iter-02.cs">
23400     <type name="C">
23401       <method name="Void .ctor()">
23402         <size>7</size>
23403       </method>
23404       <method name="IEnumerator`1 Test()">
23405         <size>8</size>
23406       </method>
23407       <method name="Void Main()">
23408         <size>1</size>
23409       </method>
23410     </type>
23411     <type name="C+&lt;Test&gt;c__Iterator0">
23412       <method name="Void .ctor()">
23413         <size>7</size>
23414       </method>
23415       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23416         <size>12</size>
23417       </method>
23418       <method name="Boolean MoveNext()">
23419         <size>25</size>
23420       </method>
23421       <method name="Void Dispose()">
23422         <size>8</size>
23423       </method>
23424       <method name="Void Reset()">
23425         <size>6</size>
23426       </method>
23427       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Current()">
23428         <size>7</size>
23429       </method>
23430     </type>
23431   </test>
23432   <test name="gtest-iter-03.cs">
23433     <type name="Test">
23434       <method name="Void .ctor()">
23435         <size>18</size>
23436       </method>
23437       <method name="IEnumerable`1 Annotations[T]()">
23438         <size>23</size>
23439       </method>
23440       <method name="IEnumerable`1 Annotations(System.Type)">
23441         <size>37</size>
23442       </method>
23443       <method name="Void Main()">
23444         <size>14</size>
23445       </method>
23446     </type>
23447     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
23448       <method name="Void .ctor()">
23449         <size>7</size>
23450       </method>
23451       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23452         <size>12</size>
23453       </method>
23454       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23455         <size>7</size>
23456       </method>
23457       <method name="Boolean MoveNext()">
23458         <size>194</size>
23459       </method>
23460       <method name="Void Dispose()">
23461         <size>62</size>
23462       </method>
23463       <method name="Void Reset()">
23464         <size>6</size>
23465       </method>
23466     </type>
23467     <type name="Test+&lt;Annotations&gt;c__Iterator1">
23468       <method name="Void .ctor()">
23469         <size>7</size>
23470       </method>
23471       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23472         <size>7</size>
23473       </method>
23474       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23475         <size>7</size>
23476       </method>
23477       <method name="Boolean MoveNext()">
23478         <size>222</size>
23479       </method>
23480       <method name="Void Dispose()">
23481         <size>57</size>
23482       </method>
23483       <method name="Void Reset()">
23484         <size>6</size>
23485       </method>
23486     </type>
23487     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
23488       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23489         <size>7</size>
23490       </method>
23491       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
23492         <size>40</size>
23493       </method>
23494     </type>
23495     <type name="Test+&lt;Annotations&gt;c__Iterator1">
23496       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
23497         <size>7</size>
23498       </method>
23499       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
23500         <size>52</size>
23501       </method>
23502     </type>
23503   </test>
23504   <test name="gtest-iter-04.cs">
23505     <type name="TestClass">
23506       <method name="Void .ctor()">
23507         <size>7</size>
23508       </method>
23509       <method name="Void ToString(System.Object)">
23510         <size>0</size>
23511       </method>
23512       <method name="IEnumerable`1 TestEnumerator()">
23513         <size>23</size>
23514       </method>
23515       <method name="Void Test()">
23516         <size>8</size>
23517       </method>
23518     </type>
23519     <type name="M">
23520       <method name="Void .ctor()">
23521         <size>7</size>
23522       </method>
23523       <method name="Void Main()">
23524         <size>1</size>
23525       </method>
23526     </type>
23527     <type name="TestClass+&lt;TestEnumerator&gt;c__Iterator0">
23528       <method name="Void .ctor()">
23529         <size>7</size>
23530       </method>
23531       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23532         <size>7</size>
23533       </method>
23534       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23535         <size>7</size>
23536       </method>
23537       <method name="Boolean MoveNext()">
23538         <size>37</size>
23539       </method>
23540       <method name="Void Dispose()">
23541         <size>8</size>
23542       </method>
23543       <method name="Void Reset()">
23544         <size>6</size>
23545       </method>
23546       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
23547         <size>7</size>
23548       </method>
23549       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
23550         <size>40</size>
23551       </method>
23552     </type>
23553   </test>
23554   <test name="gtest-iter-05.cs">
23555     <type name="Test">
23556       <method name="Void .ctor()">
23557         <size>7</size>
23558       </method>
23559       <method name="IEnumerable`1 TestRoutine[T](IEnumerable`1, Foo`1[T])">
23560         <size>44</size>
23561       </method>
23562       <method name="Void Main()">
23563         <size>31</size>
23564       </method>
23565     </type>
23566     <type name="Foo`1[T]">
23567       <method name="Void .ctor()">
23568         <size>7</size>
23569       </method>
23570       <method name="Void CreateItem[G]()">
23571         <size>1</size>
23572       </method>
23573     </type>
23574     <type name="Test+&lt;TestRoutine&gt;c__Iterator0`1[T]">
23575       <method name="Void .ctor()">
23576         <size>7</size>
23577       </method>
23578       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23579         <size>12</size>
23580       </method>
23581       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23582         <size>7</size>
23583       </method>
23584       <method name="Boolean MoveNext()">
23585         <size>185</size>
23586       </method>
23587       <method name="Void Dispose()">
23588         <size>62</size>
23589       </method>
23590       <method name="Void Reset()">
23591         <size>6</size>
23592       </method>
23593       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23594         <size>7</size>
23595       </method>
23596       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
23597         <size>52</size>
23598       </method>
23599     </type>
23600   </test>
23601   <test name="gtest-iter-06.cs">
23602     <type name="Mono.Rocks.KeyValuePair">
23603       <method name="Nullable`1 Just[TKey,TValue](TKey, TValue)">
23604         <size>13</size>
23605       </method>
23606     </type>
23607     <type name="Mono.Rocks.Sequence">
23608       <method name="IEnumerable`1 Unfoldr[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
23609         <size>8</size>
23610       </method>
23611       <method name="IEnumerable`1 CreateUnfoldrIterator[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
23612         <size>44</size>
23613       </method>
23614     </type>
23615     <type name="Mono.Rocks.Test">
23616       <method name="Void .ctor()">
23617         <size>7</size>
23618       </method>
23619       <method name="Int32 Main()">
23620         <size>118</size>
23621       </method>
23622       <method name="Nullable`1 &lt;Main&gt;m__0(Int32)">
23623         <size>30</size>
23624       </method>
23625     </type>
23626     <type name="Mono.Rocks.Sequence+&lt;CreateUnfoldrIterator&gt;c__Iterator0`2[TSource,TResult]">
23627       <method name="Void .ctor()">
23628         <size>7</size>
23629       </method>
23630       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23631         <size>12</size>
23632       </method>
23633       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23634         <size>7</size>
23635       </method>
23636       <method name="Boolean MoveNext()">
23637         <size>181</size>
23638       </method>
23639       <method name="Void Dispose()">
23640         <size>8</size>
23641       </method>
23642       <method name="Void Reset()">
23643         <size>6</size>
23644       </method>
23645       <method name="TResult System.Collections.Generic.IEnumerator&lt;TResult&gt;.get_Current()">
23646         <size>7</size>
23647       </method>
23648       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TResult&gt;.GetEnumerator()">
23649         <size>52</size>
23650       </method>
23651     </type>
23652   </test>
23653   <test name="gtest-iter-07.cs">
23654     <type name="Test">
23655       <method name="Void .ctor()">
23656         <size>7</size>
23657       </method>
23658       <method name="Int32 Main()">
23659         <size>8</size>
23660       </method>
23661       <method name="Void TestFunction(IEnumerable`1)">
23662         <size>35</size>
23663       </method>
23664     </type>
23665     <type name="MySystem">
23666       <method name="Void .ctor()">
23667         <size>34</size>
23668       </method>
23669       <method name="IEnumerable`1 get_Items()">
23670         <size>23</size>
23671       </method>
23672     </type>
23673     <type name="MySystem+&lt;&gt;c__Iterator0">
23674       <method name="Void .ctor()">
23675         <size>7</size>
23676       </method>
23677       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23678         <size>7</size>
23679       </method>
23680       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23681         <size>7</size>
23682       </method>
23683       <method name="Boolean MoveNext()">
23684         <size>185</size>
23685       </method>
23686       <method name="Void Dispose()">
23687         <size>57</size>
23688       </method>
23689       <method name="Void Reset()">
23690         <size>6</size>
23691       </method>
23692       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
23693         <size>7</size>
23694       </method>
23695       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;string&gt;.GetEnumerator()">
23696         <size>40</size>
23697       </method>
23698     </type>
23699   </test>
23700   <test name="gtest-iter-08.cs">
23701     <type name="App">
23702       <method name="Void .ctor()">
23703         <size>7</size>
23704       </method>
23705       <method name="IEnumerable QueryEnumerable[T]()">
23706         <size>16</size>
23707       </method>
23708       <method name="Int32 Main()">
23709         <size>123</size>
23710       </method>
23711     </type>
23712     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
23713       <method name="Void .ctor()">
23714         <size>7</size>
23715       </method>
23716       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23717         <size>7</size>
23718       </method>
23719       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23720         <size>7</size>
23721       </method>
23722       <method name="Boolean MoveNext()">
23723         <size>82</size>
23724       </method>
23725       <method name="Void Dispose()">
23726         <size>8</size>
23727       </method>
23728       <method name="Void Reset()">
23729         <size>6</size>
23730       </method>
23731     </type>
23732     <type name="App">
23733       <method name="T TestType[T]()">
23734         <size>21</size>
23735       </method>
23736       <method name="System.Object TestType(System.Type)">
23737         <size>6</size>
23738       </method>
23739     </type>
23740     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
23741       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
23742         <size>7</size>
23743       </method>
23744       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
23745         <size>26</size>
23746       </method>
23747     </type>
23748   </test>
23749   <test name="gtest-iter-09.cs">
23750     <type name="Test">
23751       <method name="Void .ctor()">
23752         <size>7</size>
23753       </method>
23754       <method name="IEnumerable`1 Create[T](T[,])">
23755         <size>30</size>
23756       </method>
23757       <method name="Int32 Main()">
23758         <size>80</size>
23759       </method>
23760     </type>
23761     <type name="Test+&lt;Create&gt;c__Iterator0`1[T]">
23762       <method name="Void .ctor()">
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="Boolean MoveNext()">
23772         <size>128</size>
23773       </method>
23774       <method name="Void Dispose()">
23775         <size>8</size>
23776       </method>
23777       <method name="Void Reset()">
23778         <size>6</size>
23779       </method>
23780       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23781         <size>7</size>
23782       </method>
23783       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
23784         <size>40</size>
23785       </method>
23786     </type>
23787     <type name="&lt;PrivateImplementationDetails&gt;">
23788       <method name="Void .ctor()">
23789         <size>7</size>
23790       </method>
23791     </type>
23792   </test>
23793   <test name="gtest-iter-10.cs">
23794     <type name="Test">
23795       <method name="Void .ctor()">
23796         <size>7</size>
23797       </method>
23798       <method name="IEnumerable`1 FromTo(Int32, Int32)">
23799         <size>44</size>
23800       </method>
23801       <method name="Int32 Main()">
23802         <size>163</size>
23803       </method>
23804     </type>
23805     <type name="Test+&lt;FromTo&gt;c__Iterator0">
23806       <method name="Void .ctor()">
23807         <size>7</size>
23808       </method>
23809       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
23810         <size>7</size>
23811       </method>
23812       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23813         <size>12</size>
23814       </method>
23815       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23816         <size>7</size>
23817       </method>
23818       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
23819         <size>52</size>
23820       </method>
23821       <method name="Boolean MoveNext()">
23822         <size>101</size>
23823       </method>
23824       <method name="Void Dispose()">
23825         <size>8</size>
23826       </method>
23827       <method name="Void Reset()">
23828         <size>6</size>
23829       </method>
23830     </type>
23831   </test>
23832   <test name="gtest-iter-11.cs">
23833     <type name="Foo">
23834       <method name="Void .ctor()">
23835         <size>7</size>
23836       </method>
23837     </type>
23838     <type name="Bar">
23839       <method name="Void .ctor()">
23840         <size>7</size>
23841       </method>
23842       <method name="System.String get_Name()">
23843         <size>7</size>
23844       </method>
23845       <method name="Void set_Name(System.String)">
23846         <size>8</size>
23847       </method>
23848     </type>
23849     <type name="Collection`1[T]">
23850       <method name="Void .ctor()">
23851         <size>18</size>
23852       </method>
23853       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23854         <size>7</size>
23855       </method>
23856       <method name="Void Add(T)">
23857         <size>13</size>
23858       </method>
23859       <method name="IEnumerator`1 GetEnumerator()">
23860         <size>15</size>
23861       </method>
23862     </type>
23863     <type name="BarCollection">
23864       <method name="Void .ctor()">
23865         <size>7</size>
23866       </method>
23867     </type>
23868     <type name="Program">
23869       <method name="Void .ctor()">
23870         <size>7</size>
23871       </method>
23872       <method name="Int32 Main()">
23873         <size>143</size>
23874       </method>
23875     </type>
23876     <type name="Collection`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
23877       <method name="Void .ctor()">
23878         <size>7</size>
23879       </method>
23880       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23881         <size>7</size>
23882       </method>
23883       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23884         <size>12</size>
23885       </method>
23886       <method name="Boolean MoveNext()">
23887         <size>174</size>
23888       </method>
23889       <method name="Void Dispose()">
23890         <size>57</size>
23891       </method>
23892       <method name="Void Reset()">
23893         <size>6</size>
23894       </method>
23895     </type>
23896   </test>
23897   <test name="gtest-iter-12.cs">
23898     <type name="H">
23899       <method name="Void Main(System.String[])">
23900         <size>1</size>
23901       </method>
23902       <method name="IEnumerable`1 Merge[T](IEnumerator`1)">
23903         <size>30</size>
23904       </method>
23905       <method name="Void .ctor()">
23906         <size>7</size>
23907       </method>
23908     </type>
23909     <type name="H+&lt;Merge&gt;c__Iterator0`1[T]">
23910       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23911         <size>7</size>
23912       </method>
23913       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23914         <size>12</size>
23915       </method>
23916       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23917         <size>7</size>
23918       </method>
23919       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
23920         <size>40</size>
23921       </method>
23922       <method name="Boolean MoveNext()">
23923         <size>115</size>
23924       </method>
23925       <method name="Void Dispose()">
23926         <size>8</size>
23927       </method>
23928       <method name="Void Reset()">
23929         <size>6</size>
23930       </method>
23931       <method name="Void .ctor()">
23932         <size>7</size>
23933       </method>
23934     </type>
23935   </test>
23936   <test name="gtest-iter-13.cs">
23937     <type name="C`1[T]">
23938       <method name="IEnumerator GetEnumerator()">
23939         <size>12</size>
23940       </method>
23941       <method name="IEnumerable`1 Filter(System.Func`2[T,System.Boolean])">
23942         <size>37</size>
23943       </method>
23944       <method name="Void .ctor()">
23945         <size>7</size>
23946       </method>
23947     </type>
23948     <type name="M">
23949       <method name="Void Main()">
23950         <size>59</size>
23951       </method>
23952       <method name="Void .ctor()">
23953         <size>7</size>
23954       </method>
23955     </type>
23956     <type name="C`1+&lt;Filter&gt;c__Iterator0[T]">
23957       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
23958         <size>7</size>
23959       </method>
23960       <method name="System.Object System.Collections.IEnumerator.get_Current()">
23961         <size>12</size>
23962       </method>
23963       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
23964         <size>7</size>
23965       </method>
23966       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
23967         <size>52</size>
23968       </method>
23969       <method name="Boolean MoveNext()">
23970         <size>215</size>
23971       </method>
23972       <method name="Void Dispose()">
23973         <size>76</size>
23974       </method>
23975       <method name="Void Reset()">
23976         <size>6</size>
23977       </method>
23978       <method name="Void .ctor()">
23979         <size>7</size>
23980       </method>
23981     </type>
23982   </test>
23983   <test name="gtest-iter-14.cs">
23984     <type name="A">
23985       <method name="Int32 get_BaseM()">
23986         <size>2</size>
23987       </method>
23988       <method name="Void set_BaseM(Int32)">
23989         <size>11</size>
23990       </method>
23991       <method name="Void .ctor()">
23992         <size>7</size>
23993       </method>
23994     </type>
23995     <type name="B">
23996       <method name="Void set_BaseM(Int32)">
23997         <size>1</size>
23998       </method>
23999       <method name="Void .ctor()">
24000         <size>7</size>
24001       </method>
24002     </type>
24003     <type name="S">
24004       <method name="IEnumerable`1 GetIt()">
24005         <size>28</size>
24006       </method>
24007       <method name="Int32 &lt;GetHashCode&gt;__BaseCallProxy0()">
24008         <size>17</size>
24009       </method>
24010     </type>
24011     <type name="X">
24012       <method name="Void set_BaseM(Int32)">
24013         <size>11</size>
24014       </method>
24015       <method name="IEnumerable`1 GetIt()">
24016         <size>23</size>
24017       </method>
24018       <method name="Int32 Main()">
24019         <size>135</size>
24020       </method>
24021       <method name="Int32 &lt;get_BaseM&gt;__BaseCallProxy0()">
24022         <size>7</size>
24023       </method>
24024       <method name="Void &lt;set_BaseM&gt;__BaseCallProxy1(Int32)">
24025         <size>8</size>
24026       </method>
24027       <method name="Void .ctor()">
24028         <size>7</size>
24029       </method>
24030     </type>
24031     <type name="S+&lt;GetIt&gt;c__Iterator0">
24032       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
24033         <size>7</size>
24034       </method>
24035       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24036         <size>12</size>
24037       </method>
24038       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24039         <size>7</size>
24040       </method>
24041       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
24042         <size>40</size>
24043       </method>
24044       <method name="Boolean MoveNext()">
24045         <size>73</size>
24046       </method>
24047       <method name="Void Dispose()">
24048         <size>8</size>
24049       </method>
24050       <method name="Void Reset()">
24051         <size>6</size>
24052       </method>
24053       <method name="Void .ctor()">
24054         <size>7</size>
24055       </method>
24056     </type>
24057     <type name="X+&lt;GetIt&gt;c__Iterator1">
24058       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
24059         <size>7</size>
24060       </method>
24061       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24062         <size>12</size>
24063       </method>
24064       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24065         <size>7</size>
24066       </method>
24067       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
24068         <size>40</size>
24069       </method>
24070       <method name="Boolean MoveNext()">
24071         <size>84</size>
24072       </method>
24073       <method name="Void Dispose()">
24074         <size>8</size>
24075       </method>
24076       <method name="Void Reset()">
24077         <size>6</size>
24078       </method>
24079       <method name="Void .ctor()">
24080         <size>7</size>
24081       </method>
24082     </type>
24083   </test>
24084   <test name="gtest-iter-15.cs">
24085     <type name="C`1[TFirst]">
24086       <method name="IEnumerable`1 GetEnumerable[V](IEnumerable`1)">
24087         <size>30</size>
24088       </method>
24089       <method name="Void .ctor()">
24090         <size>7</size>
24091       </method>
24092     </type>
24093     <type name="C`1+VSlot`1[TFirst,T]">
24094       <method name="Void .ctor(T)">
24095         <size>8</size>
24096       </method>
24097     </type>
24098     <type name="C">
24099       <method name="Int32 Main()">
24100         <size>111</size>
24101       </method>
24102       <method name="Void .ctor()">
24103         <size>7</size>
24104       </method>
24105     </type>
24106     <type name="C`1+&lt;GetEnumerable&gt;c__Iterator0`1[TFirst,V]">
24107       <method name="V System.Collections.Generic.IEnumerator&lt;V&gt;.get_Current()">
24108         <size>7</size>
24109       </method>
24110       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24111         <size>12</size>
24112       </method>
24113       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24114         <size>7</size>
24115       </method>
24116       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;V&gt;.GetEnumerator()">
24117         <size>40</size>
24118       </method>
24119       <method name="Boolean MoveNext()">
24120         <size>179</size>
24121       </method>
24122       <method name="Void Dispose()">
24123         <size>62</size>
24124       </method>
24125       <method name="Void Reset()">
24126         <size>6</size>
24127       </method>
24128       <method name="Void .ctor()">
24129         <size>7</size>
24130       </method>
24131     </type>
24132   </test>
24133   <test name="gtest-iter-16.cs">
24134     <type name="Test.Base">
24135       <method name="IEnumerable`1 GetStuff(Int32)">
24136         <size>23</size>
24137       </method>
24138       <method name="Void .ctor()">
24139         <size>7</size>
24140       </method>
24141     </type>
24142     <type name="Test.Derived">
24143       <method name="IEnumerable`1 GetStuff(Int32)">
24144         <size>37</size>
24145       </method>
24146       <method name="IEnumerable`1 &lt;GetStuff&gt;__BaseCallProxy0(Int32)">
24147         <size>8</size>
24148       </method>
24149       <method name="Void .ctor()">
24150         <size>7</size>
24151       </method>
24152     </type>
24153     <type name="Test.SpecialDerived">
24154       <method name="IEnumerable`1 GetStuff(Int32)">
24155         <size>37</size>
24156       </method>
24157       <method name="Void Main()">
24158         <size>61</size>
24159       </method>
24160       <method name="IEnumerable`1 &lt;GetStuff&gt;__BaseCallProxy0(Int32)">
24161         <size>8</size>
24162       </method>
24163       <method name="Void .ctor()">
24164         <size>7</size>
24165       </method>
24166     </type>
24167     <type name="Test.Base+&lt;GetStuff&gt;c__Iterator0">
24168       <method name="Test.Base System.Collections.Generic.IEnumerator&lt;Test.Base&gt;.get_Current()">
24169         <size>7</size>
24170       </method>
24171       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24172         <size>7</size>
24173       </method>
24174       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24175         <size>7</size>
24176       </method>
24177       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test.Base&gt;.GetEnumerator()">
24178         <size>40</size>
24179       </method>
24180       <method name="Boolean MoveNext()">
24181         <size>68</size>
24182       </method>
24183       <method name="Void Dispose()">
24184         <size>8</size>
24185       </method>
24186       <method name="Void Reset()">
24187         <size>6</size>
24188       </method>
24189       <method name="Void .ctor()">
24190         <size>7</size>
24191       </method>
24192     </type>
24193     <type name="Test.Derived+&lt;GetStuff&gt;c__Iterator1">
24194       <method name="Test.Base System.Collections.Generic.IEnumerator&lt;Test.Base&gt;.get_Current()">
24195         <size>7</size>
24196       </method>
24197       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24198         <size>7</size>
24199       </method>
24200       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24201         <size>7</size>
24202       </method>
24203       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test.Base&gt;.GetEnumerator()">
24204         <size>52</size>
24205       </method>
24206       <method name="Boolean MoveNext()">
24207         <size>185</size>
24208       </method>
24209       <method name="Void Dispose()">
24210         <size>62</size>
24211       </method>
24212       <method name="Void Reset()">
24213         <size>6</size>
24214       </method>
24215       <method name="Void .ctor()">
24216         <size>7</size>
24217       </method>
24218     </type>
24219     <type name="Test.SpecialDerived+&lt;GetStuff&gt;c__Iterator2">
24220       <method name="Test.Base System.Collections.Generic.IEnumerator&lt;Test.Base&gt;.get_Current()">
24221         <size>7</size>
24222       </method>
24223       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24224         <size>7</size>
24225       </method>
24226       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24227         <size>7</size>
24228       </method>
24229       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test.Base&gt;.GetEnumerator()">
24230         <size>52</size>
24231       </method>
24232       <method name="Boolean MoveNext()">
24233         <size>185</size>
24234       </method>
24235       <method name="Void Dispose()">
24236         <size>62</size>
24237       </method>
24238       <method name="Void Reset()">
24239         <size>6</size>
24240       </method>
24241       <method name="Void .ctor()">
24242         <size>7</size>
24243       </method>
24244     </type>
24245   </test>
24246   <test name="gtest-iter-17.cs">
24247     <type name="Test">
24248       <method name="IEnumerable`1 TestMethod()">
24249         <size>16</size>
24250       </method>
24251       <method name="Void Main()">
24252         <size>1</size>
24253       </method>
24254       <method name="Void .ctor()">
24255         <size>7</size>
24256       </method>
24257     </type>
24258     <type name="Test+&lt;TestMethod&gt;c__Iterator0">
24259       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
24260         <size>7</size>
24261       </method>
24262       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24263         <size>12</size>
24264       </method>
24265       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24266         <size>7</size>
24267       </method>
24268       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
24269         <size>26</size>
24270       </method>
24271       <method name="Boolean MoveNext()">
24272         <size>45</size>
24273       </method>
24274       <method name="Void Dispose()">
24275         <size>8</size>
24276       </method>
24277       <method name="Void Reset()">
24278         <size>6</size>
24279       </method>
24280       <method name="Void .ctor()">
24281         <size>7</size>
24282       </method>
24283     </type>
24284   </test>
24285   <test name="gtest-iter-18.cs">
24286     <type name="c">
24287       <method name="IEnumerable`1 func()">
24288         <size>16</size>
24289       </method>
24290       <method name="Void Main()">
24291         <size>53</size>
24292       </method>
24293       <method name="Void .ctor()">
24294         <size>7</size>
24295       </method>
24296     </type>
24297     <type name="c+&lt;func&gt;c__Iterator0">
24298       <method name="Char System.Collections.Generic.IEnumerator&lt;char&gt;.get_Current()">
24299         <size>7</size>
24300       </method>
24301       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24302         <size>12</size>
24303       </method>
24304       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24305         <size>7</size>
24306       </method>
24307       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;char&gt;.GetEnumerator()">
24308         <size>26</size>
24309       </method>
24310       <method name="Boolean MoveNext()">
24311         <size>69</size>
24312       </method>
24313       <method name="Void Dispose()">
24314         <size>8</size>
24315       </method>
24316       <method name="Void Reset()">
24317         <size>6</size>
24318       </method>
24319       <method name="Void .ctor()">
24320         <size>7</size>
24321       </method>
24322     </type>
24323   </test>
24324   <test name="gtest-lambda-01.cs">
24325     <type name="X">
24326       <method name="Int32 Main()">
24327         <size>300</size>
24328       </method>
24329       <method name="Int32 &lt;Main&gt;m__0(Int32)">
24330         <size>4</size>
24331       </method>
24332       <method name="Int32 &lt;Main&gt;m__1(Int32)">
24333         <size>4</size>
24334       </method>
24335       <method name="Void &lt;Main&gt;m__3(Int32)">
24336         <size>8</size>
24337       </method>
24338       <method name="Void .ctor(Int32)">
24339         <size>13</size>
24340       </method>
24341     </type>
24342     <type name="IntFunc">
24343       <method name="Int32 Invoke(Int32)">
24344         <size>0</size>
24345       </method>
24346       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
24347         <size>0</size>
24348       </method>
24349       <method name="Int32 EndInvoke(IAsyncResult)">
24350         <size>0</size>
24351       </method>
24352       <method name="Void .ctor(Object, IntPtr)">
24353         <size>0</size>
24354       </method>
24355     </type>
24356     <type name="VoidFunc">
24357       <method name="Void Invoke(Int32)">
24358         <size>0</size>
24359       </method>
24360       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
24361         <size>0</size>
24362       </method>
24363       <method name="Void EndInvoke(IAsyncResult)">
24364         <size>0</size>
24365       </method>
24366       <method name="Void .ctor(Object, IntPtr)">
24367         <size>0</size>
24368       </method>
24369     </type>
24370     <type name="X+&lt;Main&gt;c__AnonStorey0">
24371       <method name="Void &lt;&gt;m__2(Int32)">
24372         <size>8</size>
24373       </method>
24374       <method name="Void .ctor()">
24375         <size>7</size>
24376       </method>
24377     </type>
24378   </test>
24379   <test name="gtest-lambda-02.cs">
24380     <type name="X">
24381       <method name="Void Foo(funci)">
24382         <size>16</size>
24383       </method>
24384       <method name="Void Foo(funcs)">
24385         <size>19</size>
24386       </method>
24387       <method name="Void Main()">
24388         <size>35</size>
24389       </method>
24390       <method name="System.String &lt;Main&gt;m__0(System.String)">
24391         <size>12</size>
24392       </method>
24393       <method name="Void .ctor()">
24394         <size>7</size>
24395       </method>
24396     </type>
24397     <type name="funcs">
24398       <method name="System.String Invoke(System.String)">
24399         <size>0</size>
24400       </method>
24401       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
24402         <size>0</size>
24403       </method>
24404       <method name="System.String EndInvoke(IAsyncResult)">
24405         <size>0</size>
24406       </method>
24407       <method name="Void .ctor(Object, IntPtr)">
24408         <size>0</size>
24409       </method>
24410     </type>
24411     <type name="funci">
24412       <method name="Int32 Invoke(Int32)">
24413         <size>0</size>
24414       </method>
24415       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
24416         <size>0</size>
24417       </method>
24418       <method name="Int32 EndInvoke(IAsyncResult)">
24419         <size>0</size>
24420       </method>
24421       <method name="Void .ctor(Object, IntPtr)">
24422         <size>0</size>
24423       </method>
24424     </type>
24425   </test>
24426   <test name="gtest-lambda-03.cs">
24427     <type name="Demo">
24428       <method name="Y F[X,Y](Int32, X, Func`2[X,Y])">
24429         <size>8</size>
24430       </method>
24431       <method name="Int32 Main()">
24432         <size>54</size>
24433       </method>
24434       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
24435         <size>7</size>
24436       </method>
24437       <method name="Void .ctor()">
24438         <size>7</size>
24439       </method>
24440     </type>
24441     <type name="Func`2[TArg0,TResult]">
24442       <method name="TResult Invoke(TArg0)">
24443         <size>0</size>
24444       </method>
24445       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
24446         <size>0</size>
24447       </method>
24448       <method name="TResult EndInvoke(IAsyncResult)">
24449         <size>0</size>
24450       </method>
24451       <method name="Void .ctor(Object, IntPtr)">
24452         <size>0</size>
24453       </method>
24454     </type>
24455   </test>
24456   <test name="gtest-lambda-04.cs">
24457     <type name="Demo">
24458       <method name="Z F[X,Y,Z](X, Func`2[X,Y], Func`2[Y,Z])">
24459         <size>14</size>
24460       </method>
24461       <method name="Int32 Main()">
24462         <size>103</size>
24463       </method>
24464       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
24465         <size>7</size>
24466       </method>
24467       <method name="Double &lt;Main&gt;m__1(TimeSpan)">
24468         <size>8</size>
24469       </method>
24470       <method name="Void .ctor()">
24471         <size>7</size>
24472       </method>
24473     </type>
24474     <type name="Func`2[TArg0,TResult]">
24475       <method name="TResult Invoke(TArg0)">
24476         <size>0</size>
24477       </method>
24478       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
24479         <size>0</size>
24480       </method>
24481       <method name="TResult EndInvoke(IAsyncResult)">
24482         <size>0</size>
24483       </method>
24484       <method name="Void .ctor(Object, IntPtr)">
24485         <size>0</size>
24486       </method>
24487     </type>
24488   </test>
24489   <test name="gtest-lambda-05.cs">
24490     <type name="C">
24491       <method name="Boolean M(C+db)">
24492         <size>8</size>
24493       </method>
24494       <method name="System.String M(C+ds)">
24495         <size>6</size>
24496       </method>
24497       <method name="Int32 M(C+di)">
24498         <size>8</size>
24499       </method>
24500       <method name="Int32 Main()">
24501         <size>125</size>
24502       </method>
24503       <method name="System.String &lt;Main&gt;m__0(System.String)">
24504         <size>31</size>
24505       </method>
24506       <method name="Int32 &lt;Main&gt;m__1(Int32)">
24507         <size>31</size>
24508       </method>
24509       <method name="Void .ctor()">
24510         <size>7</size>
24511       </method>
24512     </type>
24513     <type name="C+di">
24514       <method name="Int32 Invoke(Int32)">
24515         <size>0</size>
24516       </method>
24517       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
24518         <size>0</size>
24519       </method>
24520       <method name="Int32 EndInvoke(IAsyncResult)">
24521         <size>0</size>
24522       </method>
24523       <method name="Void .ctor(Object, IntPtr)">
24524         <size>0</size>
24525       </method>
24526     </type>
24527     <type name="C+ds">
24528       <method name="System.String Invoke(System.String)">
24529         <size>0</size>
24530       </method>
24531       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
24532         <size>0</size>
24533       </method>
24534       <method name="System.String EndInvoke(IAsyncResult)">
24535         <size>0</size>
24536       </method>
24537       <method name="Void .ctor(Object, IntPtr)">
24538         <size>0</size>
24539       </method>
24540     </type>
24541     <type name="C+db">
24542       <method name="Boolean Invoke(Boolean)">
24543         <size>0</size>
24544       </method>
24545       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
24546         <size>0</size>
24547       </method>
24548       <method name="Boolean EndInvoke(IAsyncResult)">
24549         <size>0</size>
24550       </method>
24551       <method name="Void .ctor(Object, IntPtr)">
24552         <size>0</size>
24553       </method>
24554     </type>
24555     <type name="C+&lt;Main&gt;c__AnonStorey0">
24556       <method name="System.String &lt;&gt;m__2(System.String)">
24557         <size>12</size>
24558       </method>
24559       <method name="Void .ctor()">
24560         <size>7</size>
24561       </method>
24562     </type>
24563     <type name="C+&lt;Main&gt;c__AnonStorey1">
24564       <method name="Int32 &lt;&gt;m__3(Int32)">
24565         <size>11</size>
24566       </method>
24567       <method name="Void .ctor()">
24568         <size>7</size>
24569       </method>
24570     </type>
24571   </test>
24572   <test name="gtest-lambda-06.cs">
24573     <type name="TestClass">
24574       <method name="Void P(TestClass+DT)">
24575         <size>26</size>
24576       </method>
24577       <method name="Void P(TestClass+DF)">
24578         <size>26</size>
24579       </method>
24580       <method name="T And(T, T)">
24581         <size>10</size>
24582       </method>
24583       <method name="F And(T, F)">
24584         <size>10</size>
24585       </method>
24586       <method name="F And(F, T)">
24587         <size>10</size>
24588       </method>
24589       <method name="F And(F, F)">
24590         <size>10</size>
24591       </method>
24592       <method name="T Or(T, T)">
24593         <size>10</size>
24594       </method>
24595       <method name="T Or(T, F)">
24596         <size>10</size>
24597       </method>
24598       <method name="T Or(F, T)">
24599         <size>10</size>
24600       </method>
24601       <method name="F Or(F, F)">
24602         <size>10</size>
24603       </method>
24604       <method name="F Not(T)">
24605         <size>10</size>
24606       </method>
24607       <method name="T Not(F)">
24608         <size>10</size>
24609       </method>
24610       <method name="Void StopTrue(T)">
24611         <size>1</size>
24612       </method>
24613       <method name="Int32 Main()">
24614         <size>36</size>
24615       </method>
24616       <method name="Void &lt;Main&gt;m__0(F)">
24617         <size>31</size>
24618       </method>
24619       <method name="Void .ctor()">
24620         <size>7</size>
24621       </method>
24622     </type>
24623     <type name="TestClass+DT">
24624       <method name="Void Invoke(T)">
24625         <size>0</size>
24626       </method>
24627       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
24628         <size>0</size>
24629       </method>
24630       <method name="Void EndInvoke(IAsyncResult)">
24631         <size>0</size>
24632       </method>
24633       <method name="Void .ctor(Object, IntPtr)">
24634         <size>0</size>
24635       </method>
24636     </type>
24637     <type name="TestClass+DF">
24638       <method name="Void Invoke(F)">
24639         <size>0</size>
24640       </method>
24641       <method name="IAsyncResult BeginInvoke(F, System.AsyncCallback, System.Object)">
24642         <size>0</size>
24643       </method>
24644       <method name="Void EndInvoke(IAsyncResult)">
24645         <size>0</size>
24646       </method>
24647       <method name="Void .ctor(Object, IntPtr)">
24648         <size>0</size>
24649       </method>
24650     </type>
24651     <type name="TestClass+&lt;Main&gt;c__AnonStorey0">
24652       <method name="Void &lt;&gt;m__1(T)">
24653         <size>38</size>
24654       </method>
24655       <method name="Void .ctor()">
24656         <size>7</size>
24657       </method>
24658     </type>
24659     <type name="TestClass+&lt;Main&gt;c__AnonStorey0+&lt;Main&gt;c__AnonStorey1">
24660       <method name="Void &lt;&gt;m__2(F)">
24661         <size>77</size>
24662       </method>
24663       <method name="Void .ctor()">
24664         <size>7</size>
24665       </method>
24666     </type>
24667   </test>
24668   <test name="gtest-lambda-07.cs">
24669     <type name="C">
24670       <method name="Void Test(D)">
24671         <size>1</size>
24672       </method>
24673       <method name="Void Test(System.Object, D)">
24674         <size>1</size>
24675       </method>
24676       <method name="Void Test(D, D)">
24677         <size>1</size>
24678       </method>
24679       <method name="Void Test2(System.Object, E)">
24680         <size>1</size>
24681       </method>
24682       <method name="Void Main()">
24683         <size>207</size>
24684       </method>
24685       <method name="Void &lt;Main&gt;m__0()">
24686         <size>1</size>
24687       </method>
24688       <method name="Void &lt;Main&gt;m__1()">
24689         <size>1</size>
24690       </method>
24691       <method name="Void &lt;Main&gt;m__2()">
24692         <size>1</size>
24693       </method>
24694       <method name="Void &lt;Main&gt;m__3()">
24695         <size>1</size>
24696       </method>
24697       <method name="Void &lt;Main&gt;m__4()">
24698         <size>1</size>
24699       </method>
24700       <method name="Void &lt;Main&gt;m__5(Boolean)">
24701         <size>1</size>
24702       </method>
24703       <method name="Void .ctor()">
24704         <size>7</size>
24705       </method>
24706     </type>
24707     <type name="D">
24708       <method name="Void Invoke()">
24709         <size>0</size>
24710       </method>
24711       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24712         <size>0</size>
24713       </method>
24714       <method name="Void EndInvoke(IAsyncResult)">
24715         <size>0</size>
24716       </method>
24717       <method name="Void .ctor(Object, IntPtr)">
24718         <size>0</size>
24719       </method>
24720     </type>
24721     <type name="E">
24722       <method name="Void Invoke(Boolean)">
24723         <size>0</size>
24724       </method>
24725       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
24726         <size>0</size>
24727       </method>
24728       <method name="Void EndInvoke(IAsyncResult)">
24729         <size>0</size>
24730       </method>
24731       <method name="Void .ctor(Object, IntPtr)">
24732         <size>0</size>
24733       </method>
24734     </type>
24735   </test>
24736   <test name="gtest-lambda-08.cs">
24737     <type name="C">
24738       <method name="Void Test[T,R](System.Func`2[T,R])">
24739         <size>1</size>
24740       </method>
24741       <method name="Int32 Main()">
24742         <size>321</size>
24743       </method>
24744       <method name="Int32 &lt;Main&gt;m__0(Int32)">
24745         <size>4</size>
24746       </method>
24747       <method name="Boolean &lt;Main&gt;m__1(Int32)">
24748         <size>5</size>
24749       </method>
24750       <method name="Int32 &lt;Main&gt;m__2(Int32)">
24751         <size>4</size>
24752       </method>
24753       <method name="Boolean &lt;Main&gt;m__3(Int32)">
24754         <size>5</size>
24755       </method>
24756       <method name="Int32 &lt;Main&gt;m__4(Int32)">
24757         <size>4</size>
24758       </method>
24759       <method name="Boolean &lt;Main&gt;m__5(Int32)">
24760         <size>5</size>
24761       </method>
24762       <method name="Int32 &lt;Main&gt;m__6(Int32)">
24763         <size>4</size>
24764       </method>
24765       <method name="Void .ctor()">
24766         <size>7</size>
24767       </method>
24768     </type>
24769   </test>
24770   <test name="gtest-lambda-09.cs">
24771     <type name="C">
24772       <method name="IEnumerable`1 Test[T](T)">
24773         <size>2</size>
24774       </method>
24775       <method name="IEnumerable`1 Test[T](Func`1[T])">
24776         <size>2</size>
24777       </method>
24778       <method name="IEnumerable`1 Test2[T](Func`2[T,T])">
24779         <size>2</size>
24780       </method>
24781       <method name="Void Main()">
24782         <size>113</size>
24783       </method>
24784       <method name="System.String &lt;Main&gt;m__0()">
24785         <size>6</size>
24786       </method>
24787       <method name="System.String &lt;Main&gt;m__1()">
24788         <size>6</size>
24789       </method>
24790       <method name="System.String &lt;Main&gt;m__2(System.String)">
24791         <size>6</size>
24792       </method>
24793       <method name="Void .ctor()">
24794         <size>7</size>
24795       </method>
24796     </type>
24797     <type name="Func`1[TD]">
24798       <method name="TD Invoke()">
24799         <size>0</size>
24800       </method>
24801       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
24802         <size>0</size>
24803       </method>
24804       <method name="TD EndInvoke(IAsyncResult)">
24805         <size>0</size>
24806       </method>
24807       <method name="Void .ctor(Object, IntPtr)">
24808         <size>0</size>
24809       </method>
24810     </type>
24811     <type name="Func`2[TA,TR]">
24812       <method name="TR Invoke(TA)">
24813         <size>0</size>
24814       </method>
24815       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
24816         <size>0</size>
24817       </method>
24818       <method name="TR EndInvoke(IAsyncResult)">
24819         <size>0</size>
24820       </method>
24821       <method name="Void .ctor(Object, IntPtr)">
24822         <size>0</size>
24823       </method>
24824     </type>
24825   </test>
24826   <test name="gtest-lambda-10.cs">
24827     <type name="C">
24828       <method name="Void Foo[TSource](IEnumerable`1)">
24829         <size>1</size>
24830       </method>
24831       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`2[TSource,System.Collections.Generic.IEnumerable`1[TCollection]])">
24832         <size>1</size>
24833       </method>
24834       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`3[TSource,TCollection[],System.Collections.Generic.IEnumerable`1[TCollection]])">
24835         <size>1</size>
24836       </method>
24837       <method name="Void Foo[TCollection,TSource](System.Func`2[TCollection[],System.Collections.Generic.IEnumerable`1[TSource]])">
24838         <size>1</size>
24839       </method>
24840       <method name="Void Main()">
24841         <size>97</size>
24842       </method>
24843       <method name="Void .ctor()">
24844         <size>7</size>
24845       </method>
24846     </type>
24847     <type name="C+&lt;Main&gt;c__AnonStorey0">
24848       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
24849         <size>7</size>
24850       </method>
24851       <method name="IEnumerable`1 &lt;&gt;m__1(Int32, System.Int32[])">
24852         <size>7</size>
24853       </method>
24854       <method name="IEnumerable`1 &lt;&gt;m__2(System.Int32[])">
24855         <size>7</size>
24856       </method>
24857       <method name="Void .ctor()">
24858         <size>7</size>
24859       </method>
24860     </type>
24861   </test>
24862   <test name="gtest-lambda-11.cs">
24863     <type name="Pair`2[T1,T2]">
24864       <method name="Void .ctor()">
24865         <size>7</size>
24866       </method>
24867     </type>
24868     <type name="C">
24869       <method name="Void Foo[TInput,TValue,TIntermediate](Group`2[TInput,TValue], System.Func`2[TValue,Group`2[TInput,TIntermediate]])">
24870         <size>1</size>
24871       </method>
24872     </type>
24873     <type name="E`1[TI]">
24874       <method name="Void Rep1[TV](Group`2[TI,TV])">
24875         <size>37</size>
24876       </method>
24877       <method name="Void .ctor()">
24878         <size>7</size>
24879       </method>
24880     </type>
24881     <type name="M">
24882       <method name="Void Main()">
24883         <size>1</size>
24884       </method>
24885       <method name="Void .ctor()">
24886         <size>7</size>
24887       </method>
24888     </type>
24889     <type name="Group`2[T1,T2]">
24890       <method name="Pair`2[T1,T2] Invoke(T1)">
24891         <size>0</size>
24892       </method>
24893       <method name="IAsyncResult BeginInvoke(T1, System.AsyncCallback, System.Object)">
24894         <size>0</size>
24895       </method>
24896       <method name="Pair`2[T1,T2] EndInvoke(IAsyncResult)">
24897         <size>0</size>
24898       </method>
24899       <method name="Void .ctor(Object, IntPtr)">
24900         <size>0</size>
24901       </method>
24902     </type>
24903     <type name="E`1+&lt;Rep1&gt;c__AnonStorey0`1[TI,TV]">
24904       <method name="Group`2[TI,TV] &lt;&gt;m__0(TV)">
24905         <size>7</size>
24906       </method>
24907       <method name="Void .ctor()">
24908         <size>7</size>
24909       </method>
24910     </type>
24911   </test>
24912   <test name="gtest-lambda-12.cs">
24913     <type name="Demo">
24914       <method name="Void F[T](T[], T, Func`1[T])">
24915         <size>42</size>
24916       </method>
24917       <method name="Int32 Main()">
24918         <size>65</size>
24919       </method>
24920       <method name="Void .ctor()">
24921         <size>7</size>
24922       </method>
24923     </type>
24924     <type name="Func`1[TA]">
24925       <method name="Void Invoke(TA)">
24926         <size>0</size>
24927       </method>
24928       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
24929         <size>0</size>
24930       </method>
24931       <method name="Void EndInvoke(IAsyncResult)">
24932         <size>0</size>
24933       </method>
24934       <method name="Void .ctor(Object, IntPtr)">
24935         <size>0</size>
24936       </method>
24937     </type>
24938     <type name="Demo+&lt;Main&gt;c__AnonStorey0">
24939       <method name="Void &lt;&gt;m__0(Int32)">
24940         <size>10</size>
24941       </method>
24942       <method name="Void .ctor()">
24943         <size>7</size>
24944       </method>
24945     </type>
24946   </test>
24947   <test name="gtest-lambda-13.cs">
24948     <type name="TestUnary">
24949       <method name="Void Foo(System.Action`1[System.Int32])">
24950         <size>1</size>
24951       </method>
24952       <method name="Void Bar()">
24953         <size>35</size>
24954       </method>
24955       <method name="Void &lt;Bar&gt;m__0(Int32)">
24956         <size>6</size>
24957       </method>
24958       <method name="Void .ctor()">
24959         <size>7</size>
24960       </method>
24961     </type>
24962     <type name="Program">
24963       <method name="Void Foo(System.Action`1[System.String])">
24964         <size>12</size>
24965       </method>
24966       <method name="T Foo[T](System.Func`2[System.String,T])">
24967         <size>12</size>
24968       </method>
24969       <method name="System.String Bar()">
24970         <size>35</size>
24971       </method>
24972       <method name="Void Main()">
24973         <size>76</size>
24974       </method>
24975       <method name="System.String &lt;Bar&gt;m__1(System.String)">
24976         <size>7</size>
24977       </method>
24978       <method name="System.String &lt;Main&gt;m__2(System.String)">
24979         <size>2</size>
24980       </method>
24981       <method name="Void &lt;Main&gt;m__3(System.String)">
24982         <size>7</size>
24983       </method>
24984       <method name="Void .ctor()">
24985         <size>7</size>
24986       </method>
24987     </type>
24988   </test>
24989   <test name="gtest-lambda-14.cs">
24990     <type name="Test">
24991       <method name="Void Main()">
24992         <size>1</size>
24993       </method>
24994       <method name="Void Foo[T]()">
24995         <size>14</size>
24996       </method>
24997       <method name="Void .ctor()">
24998         <size>7</size>
24999       </method>
25000       <method name="T &lt;Foo`1&gt;m__0[T](T)">
25001         <size>2</size>
25002       </method>
25003     </type>
25004   </test>
25005   <test name="gtest-lambda-15.cs">
25006     <type name="Enumerable">
25007       <method name="Int32 Sum[TSource](IEnumerable`1, System.Func`2[TSource,System.Int32])">
25008         <size>32</size>
25009       </method>
25010       <method name="TR Sum[TA,TR](IEnumerable`1, System.Func`3[TR,TA,TR])">
25011         <size>123</size>
25012       </method>
25013     </type>
25014     <type name="Repro">
25015       <method name="Int32 Main()">
25016         <size>115</size>
25017       </method>
25018       <method name="Int32 &lt;Main&gt;m__1(System.String)">
25019         <size>7</size>
25020       </method>
25021       <method name="Void .ctor()">
25022         <size>7</size>
25023       </method>
25024     </type>
25025     <type name="Enumerable+&lt;Sum&gt;c__AnonStorey0`1[TSource]">
25026       <method name="Int32 &lt;&gt;m__0(Int32, TSource)">
25027         <size>15</size>
25028       </method>
25029       <method name="Void .ctor()">
25030         <size>7</size>
25031       </method>
25032     </type>
25033   </test>
25034   <test name="gtest-lambda-16.cs">
25035     <type name="Repro">
25036       <method name="Void AssertFoo[T](IList`1)">
25037         <size>34</size>
25038       </method>
25039       <method name="Void Main()">
25040         <size>1</size>
25041       </method>
25042       <method name="Void .ctor()">
25043         <size>7</size>
25044       </method>
25045     </type>
25046     <type name="Repro+Runner`1[T]">
25047       <method name="Void .ctor(Action`1, T)">
25048         <size>7</size>
25049       </method>
25050     </type>
25051     <type name="Repro+&lt;AssertFoo&gt;c__AnonStorey0`1[T]">
25052       <method name="Void &lt;&gt;m__0(Int32)">
25053         <size>54</size>
25054       </method>
25055       <method name="Void .ctor()">
25056         <size>7</size>
25057       </method>
25058     </type>
25059   </test>
25060   <test name="gtest-lambda-17.cs">
25061     <type name="TestCase">
25062       <method name="Void Testing()">
25063         <size>75</size>
25064       </method>
25065       <method name="Void Main()">
25066         <size>11</size>
25067       </method>
25068       <method name="Void &lt;Testing&gt;m__0()">
25069         <size>8</size>
25070       </method>
25071       <method name="Void .ctor()">
25072         <size>7</size>
25073       </method>
25074     </type>
25075   </test>
25076   <test name="gtest-lambda-18.cs">
25077     <type name="Test">
25078       <method name="Void Foo[T1,T2,TResult](T1, T2, System.Func`3[T1,T2,TResult])">
25079         <size>33</size>
25080       </method>
25081       <method name="Void Bar[T1,T2,TResult](T1, T2, System.Func`4[T1,T2,System.Int32,TResult])">
25082         <size>1</size>
25083       </method>
25084       <method name="Void Main()">
25085         <size>1</size>
25086       </method>
25087     </type>
25088     <type name="Test+&lt;Foo&gt;c__AnonStorey0`3[T1,T2,TResult]">
25089       <method name="TResult &lt;&gt;m__0(T1, T2, Int32)">
25090         <size>14</size>
25091       </method>
25092       <method name="Void .ctor()">
25093         <size>7</size>
25094       </method>
25095     </type>
25096   </test>
25097   <test name="gtest-lambda-19.cs">
25098     <type name="Crasher">
25099       <method name="Void Crash()">
25100         <size>36</size>
25101       </method>
25102       <method name="Void Do(System.Action)">
25103         <size>1</size>
25104       </method>
25105       <method name="Void Main()">
25106         <size>1</size>
25107       </method>
25108       <method name="Void .ctor()">
25109         <size>7</size>
25110       </method>
25111     </type>
25112     <type name="Crasher+&lt;Crash&gt;c__AnonStorey0">
25113       <method name="Void &lt;&gt;m__0()">
25114         <size>27</size>
25115       </method>
25116       <method name="Void .ctor()">
25117         <size>7</size>
25118       </method>
25119     </type>
25120   </test>
25121   <test name="gtest-lambda-20.cs">
25122     <type name="Z">
25123       <method name="Void &lt;Z&gt;m__0()">
25124         <size>7</size>
25125       </method>
25126       <method name="Void .ctor()">
25127         <size>37</size>
25128       </method>
25129     </type>
25130     <type name="Test">
25131       <method name="Boolean Foo()">
25132         <size>2</size>
25133       </method>
25134       <method name="Void Main()">
25135         <size>1</size>
25136       </method>
25137       <method name="Void .ctor()">
25138         <size>7</size>
25139       </method>
25140     </type>
25141     <type name="TestMethod">
25142       <method name="Void Invoke()">
25143         <size>0</size>
25144       </method>
25145       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
25146         <size>0</size>
25147       </method>
25148       <method name="Void EndInvoke(IAsyncResult)">
25149         <size>0</size>
25150       </method>
25151       <method name="Void .ctor(Object, IntPtr)">
25152         <size>0</size>
25153       </method>
25154     </type>
25155   </test>
25156   <test name="gtest-lambda-21.cs">
25157     <type name="Program">
25158       <method name="Void Foo(System.Action`1[System.String])">
25159         <size>12</size>
25160       </method>
25161       <method name="T Foo[T](System.Func`2[System.String,T])">
25162         <size>12</size>
25163       </method>
25164       <method name="System.String Bar()">
25165         <size>35</size>
25166       </method>
25167       <method name="Int32 Main()">
25168         <size>95</size>
25169       </method>
25170       <method name="System.String &lt;Bar&gt;m__0(System.String)">
25171         <size>7</size>
25172       </method>
25173       <method name="System.String &lt;Main&gt;m__1(System.String)">
25174         <size>2</size>
25175       </method>
25176       <method name="Void &lt;Main&gt;m__2(System.String)">
25177         <size>7</size>
25178       </method>
25179       <method name="Void .ctor()">
25180         <size>7</size>
25181       </method>
25182     </type>
25183   </test>
25184   <test name="gtest-lambda-22.cs">
25185     <type name="Product">
25186       <method name="Void .ctor()">
25187         <size>7</size>
25188       </method>
25189     </type>
25190     <type name="MainClass">
25191       <method name="Void Main()">
25192         <size>136</size>
25193       </method>
25194       <method name="Int32 &lt;Main&gt;m__0(Product)">
25195         <size>7</size>
25196       </method>
25197       <method name="Product &lt;Main&gt;m__1(Product)">
25198         <size>2</size>
25199       </method>
25200       <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)">
25201         <size>48</size>
25202       </method>
25203       <method name="Void .ctor()">
25204         <size>7</size>
25205       </method>
25206     </type>
25207     <type name="&lt;&gt;__AnonType0`2[&lt;g&gt;__T,&lt;ExpensiveProducts&gt;__T]">
25208       <method name="&lt;g&gt;__T get_g()">
25209         <size>7</size>
25210       </method>
25211       <method name="&lt;ExpensiveProducts&gt;__T get_ExpensiveProducts()">
25212         <size>7</size>
25213       </method>
25214       <method name="Boolean Equals(System.Object)">
25215         <size>69</size>
25216       </method>
25217       <method name="Int32 GetHashCode()">
25218         <size>86</size>
25219       </method>
25220       <method name="System.String ToString()">
25221         <size>142</size>
25222       </method>
25223       <method name="Void .ctor(&lt;g&gt;__T, &lt;ExpensiveProducts&gt;__T)">
25224         <size>21</size>
25225       </method>
25226     </type>
25227     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
25228       <method name="Boolean &lt;&gt;m__3(Product)">
25229         <size>52</size>
25230       </method>
25231       <method name="Decimal &lt;&gt;m__4(Product)">
25232         <size>7</size>
25233       </method>
25234       <method name="Void .ctor()">
25235         <size>7</size>
25236       </method>
25237     </type>
25238   </test>
25239   <test name="gtest-lambda-23.cs">
25240     <type name="C">
25241       <method name="U Test[T,U](T[], System.Func`2[T,U])">
25242         <size>14</size>
25243       </method>
25244       <method name="Int32 Main()">
25245         <size>77</size>
25246       </method>
25247       <method name="System.String &lt;Main&gt;m__0(System.String)">
25248         <size>27</size>
25249       </method>
25250       <method name="Void .ctor()">
25251         <size>7</size>
25252       </method>
25253     </type>
25254   </test>
25255   <test name="gtest-lambda-24.cs">
25256     <type name="E">
25257       <method name="System.String Test[T](C, T, System.Func`1[T])">
25258         <size>6</size>
25259       </method>
25260     </type>
25261     <type name="C">
25262       <method name="Int32 Test[T](T, System.Func`1[System.Boolean])">
25263         <size>2</size>
25264       </method>
25265       <method name="System.String Foo[T](T, System.Action`1[T])">
25266         <size>13</size>
25267       </method>
25268       <method name="Void Main()">
25269         <size>42</size>
25270       </method>
25271       <method name="Void .ctor()">
25272         <size>7</size>
25273       </method>
25274     </type>
25275     <type name="C+&lt;Main&gt;c__AnonStorey0">
25276       <method name="Void &lt;&gt;m__0(System.String)">
25277         <size>24</size>
25278       </method>
25279       <method name="Void &lt;&gt;m__1(System.String)">
25280         <size>47</size>
25281       </method>
25282       <method name="System.String &lt;&gt;m__2()">
25283         <size>6</size>
25284       </method>
25285       <method name="Void .ctor()">
25286         <size>7</size>
25287       </method>
25288     </type>
25289   </test>
25290   <test name="gtest-lambda-25.cs">
25291     <type name="MonoBugs.Bar">
25292       <method name="Void DoStuff[T](T, System.Action`1[T])">
25293         <size>11</size>
25294       </method>
25295       <method name="Void DoStuff[T](Nullable`1, System.Action`1[T])">
25296         <size>14</size>
25297       </method>
25298     </type>
25299     <type name="MonoBugs.Program">
25300       <method name="Void Main()">
25301         <size>59</size>
25302       </method>
25303       <method name="Void &lt;Main&gt;m__0(Foo`1)">
25304         <size>13</size>
25305       </method>
25306     </type>
25307   </test>
25308   <test name="gtest-lambda-26.cs">
25309     <type name="C">
25310       <method name="Void Main()">
25311         <size>35</size>
25312       </method>
25313       <method name="Void Execute(System.Action)">
25314         <size>1</size>
25315       </method>
25316       <method name="Void &lt;Main&gt;m__0()">
25317         <size>1</size>
25318       </method>
25319       <method name="Void .ctor()">
25320         <size>7</size>
25321       </method>
25322     </type>
25323   </test>
25324   <test name="gtest-linq-01.cs">
25325     <type name="from.C">
25326       <method name="Void .ctor()">
25327         <size>7</size>
25328       </method>
25329       <method name="Void Main()">
25330         <size>2180</size>
25331       </method>
25332       <method name="Void Foo(Int32, Boolean)">
25333         <size>11</size>
25334       </method>
25335       <method name="Void Do(System.String[])">
25336         <size>16</size>
25337       </method>
25338     </type>
25339     <type name="from.D">
25340       <method name="Void .ctor()">
25341         <size>7</size>
25342       </method>
25343       <method name="Boolean check(System.Object, System.Object)">
25344         <size>26</size>
25345       </method>
25346     </type>
25347     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;j&gt;__T]">
25348       <method name="Void .ctor(&lt;i&gt;__T, &lt;j&gt;__T)">
25349         <size>21</size>
25350       </method>
25351       <method name="&lt;i&gt;__T get_i()">
25352         <size>7</size>
25353       </method>
25354       <method name="&lt;j&gt;__T get_j()">
25355         <size>7</size>
25356       </method>
25357       <method name="Boolean Equals(System.Object)">
25358         <size>69</size>
25359       </method>
25360       <method name="Int32 GetHashCode()">
25361         <size>86</size>
25362       </method>
25363       <method name="System.String ToString()">
25364         <size>142</size>
25365       </method>
25366     </type>
25367     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
25368       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
25369         <size>21</size>
25370       </method>
25371       <method name="&lt;i&gt;__T get_i()">
25372         <size>7</size>
25373       </method>
25374       <method name="&lt;l&gt;__T get_l()">
25375         <size>7</size>
25376       </method>
25377       <method name="Boolean Equals(System.Object)">
25378         <size>69</size>
25379       </method>
25380       <method name="Int32 GetHashCode()">
25381         <size>86</size>
25382       </method>
25383       <method name="System.String ToString()">
25384         <size>142</size>
25385       </method>
25386     </type>
25387     <type name="&lt;&gt;__AnonType3`2[&lt;i9&gt;__T,&lt;i&gt;__T]">
25388       <method name="Void .ctor(&lt;i9&gt;__T, &lt;i&gt;__T)">
25389         <size>21</size>
25390       </method>
25391       <method name="&lt;i9&gt;__T get_i9()">
25392         <size>7</size>
25393       </method>
25394       <method name="&lt;i&gt;__T get_i()">
25395         <size>7</size>
25396       </method>
25397       <method name="Boolean Equals(System.Object)">
25398         <size>69</size>
25399       </method>
25400       <method name="Int32 GetHashCode()">
25401         <size>86</size>
25402       </method>
25403       <method name="System.String ToString()">
25404         <size>142</size>
25405       </method>
25406     </type>
25407     <type name="from.C">
25408       <method name="Int32 &lt;Main&gt;m__0(Int32)">
25409         <size>2</size>
25410       </method>
25411       <method name="Int32 &lt;Main&gt;m__1(Int32)">
25412         <size>2</size>
25413       </method>
25414       <method name="Nullable`1 &lt;Main&gt;m__2(Nullable`1)">
25415         <size>2</size>
25416       </method>
25417       <method name="Int32 &lt;Main&gt;m__3(Int32)">
25418         <size>2</size>
25419       </method>
25420     </type>
25421     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
25422       <method name="Void .ctor()">
25423         <size>7</size>
25424       </method>
25425       <method name="IEnumerable`1 &lt;&gt;m__4(Int32)">
25426         <size>7</size>
25427       </method>
25428     </type>
25429     <type name="from.C">
25430       <method name="Int32 &lt;Main&gt;m__5(Int32, Int32)">
25431         <size>2</size>
25432       </method>
25433       <method name="Boolean &lt;Main&gt;m__6(Int32)">
25434         <size>10</size>
25435       </method>
25436       <method name="Int32 &lt;Main&gt;m__7(Int32)">
25437         <size>2</size>
25438       </method>
25439       <method name="Int32 &lt;Main&gt;m__8(Int32)">
25440         <size>2</size>
25441       </method>
25442       <method name="Int32 &lt;Main&gt;m__9(Int32)">
25443         <size>2</size>
25444       </method>
25445       <method name="Int32 &lt;Main&gt;m__A(Int32)">
25446         <size>2</size>
25447       </method>
25448       <method name="Int32 &lt;Main&gt;m__B(Int32)">
25449         <size>2</size>
25450       </method>
25451       <method name="Int32 &lt;Main&gt;m__C(Int32)">
25452         <size>2</size>
25453       </method>
25454       <method name="Int32 &lt;Main&gt;m__1B(Int32)">
25455         <size>2</size>
25456       </method>
25457       <method name="Int32 &lt;Main&gt;m__1E(Int32)">
25458         <size>2</size>
25459       </method>
25460       <method name="Int32 &lt;Main&gt;m__20(Int32)">
25461         <size>2</size>
25462       </method>
25463       <method name="Int32 &lt;Main&gt;m__21(Int32)">
25464         <size>2</size>
25465       </method>
25466       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__25(Int32)">
25467         <size>10</size>
25468       </method>
25469       <method name="Int32 &lt;Main&gt;m__39(Int32)">
25470         <size>2</size>
25471       </method>
25472     </type>
25473     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent2&gt;__T,&lt;l2&gt;__T]">
25474       <method name="&lt;&lt;&gt;__TranspIdent2&gt;__T get_&lt;&gt;__TranspIdent2()">
25475         <size>7</size>
25476       </method>
25477       <method name="&lt;l2&gt;__T get_l2()">
25478         <size>7</size>
25479       </method>
25480       <method name="Boolean Equals(System.Object)">
25481         <size>69</size>
25482       </method>
25483       <method name="Int32 GetHashCode()">
25484         <size>86</size>
25485       </method>
25486       <method name="System.String ToString()">
25487         <size>142</size>
25488       </method>
25489       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent2&gt;__T, &lt;l2&gt;__T)">
25490         <size>21</size>
25491       </method>
25492     </type>
25493     <type name="&lt;&gt;__AnonType4`2[&lt;&lt;&gt;__TranspIdent7&gt;__T,&lt;l2&gt;__T]">
25494       <method name="&lt;&lt;&gt;__TranspIdent7&gt;__T get_&lt;&gt;__TranspIdent7()">
25495         <size>7</size>
25496       </method>
25497       <method name="&lt;l2&gt;__T get_l2()">
25498         <size>7</size>
25499       </method>
25500       <method name="Boolean Equals(System.Object)">
25501         <size>69</size>
25502       </method>
25503       <method name="Int32 GetHashCode()">
25504         <size>86</size>
25505       </method>
25506       <method name="System.String ToString()">
25507         <size>142</size>
25508       </method>
25509       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent7&gt;__T, &lt;l2&gt;__T)">
25510         <size>21</size>
25511       </method>
25512     </type>
25513     <type name="from.C">
25514       <method name="Int32 &lt;Main&gt;m__D(Int32)">
25515         <size>2</size>
25516       </method>
25517       <method name="Int32 &lt;Main&gt;m__E(Int32)">
25518         <size>2</size>
25519       </method>
25520       <method name="Int32 &lt;Main&gt;m__F(ITest)">
25521         <size>7</size>
25522       </method>
25523       <method name="Int32 &lt;Main&gt;m__10(Int32, ITest)">
25524         <size>2</size>
25525       </method>
25526       <method name="Int32 &lt;Main&gt;m__11(Int32)">
25527         <size>2</size>
25528       </method>
25529       <method name="Int32 &lt;Main&gt;m__12(ITest)">
25530         <size>7</size>
25531       </method>
25532       <method name="Int32 &lt;Main&gt;m__13(Int32, ITest)">
25533         <size>2</size>
25534       </method>
25535       <method name="Int32 &lt;Main&gt;m__14(Int32)">
25536         <size>2</size>
25537       </method>
25538       <method name="Int32 &lt;Main&gt;m__15(ITest)">
25539         <size>7</size>
25540       </method>
25541       <method name="&lt;&gt;__AnonType0`2[System.Int32,from.ITest] &lt;Main&gt;m__16(Int32, ITest)">
25542         <size>8</size>
25543       </method>
25544       <method name="Int32 &lt;Main&gt;m__17(&lt;&gt;__AnonType0`2[System.Int32,from.ITest])">
25545         <size>7</size>
25546       </method>
25547       <method name="Int32 &lt;Main&gt;m__18(ITest)">
25548         <size>7</size>
25549       </method>
25550       <method name="Int32 &lt;Main&gt;m__19(&lt;&gt;__AnonType0`2[System.Int32,from.ITest], ITest)">
25551         <size>7</size>
25552       </method>
25553       <method name="Int32 &lt;Main&gt;m__1A(Int32)">
25554         <size>2</size>
25555       </method>
25556       <method name="Int32 &lt;Main&gt;m__1C(Int32, IEnumerable`1)">
25557         <size>2</size>
25558       </method>
25559       <method name="Int32 &lt;Main&gt;m__1D(Int32)">
25560         <size>2</size>
25561       </method>
25562       <method name="Int32 &lt;Main&gt;m__1F(Int32, IEnumerable`1)">
25563         <size>2</size>
25564       </method>
25565       <method name="Int32 &lt;Main&gt;m__22(Int32)">
25566         <size>2</size>
25567       </method>
25568       <method name="Int32 &lt;Main&gt;m__23(Int32)">
25569         <size>2</size>
25570       </method>
25571       <method name="IGrouping`2 &lt;Main&gt;m__24(IGrouping`2)">
25572         <size>2</size>
25573       </method>
25574       <method name="Int32 &lt;Main&gt;m__26(&lt;&gt;__AnonType1`2[System.Int32,System.Int32])">
25575         <size>7</size>
25576       </method>
25577       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__27(Int32)">
25578         <size>10</size>
25579       </method>
25580       <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])">
25581         <size>15</size>
25582       </method>
25583       <method name="Int32 &lt;Main&gt;m__29(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
25584         <size>12</size>
25585       </method>
25586       <method name="Int32 &lt;Main&gt;m__2A(Int32)">
25587         <size>2</size>
25588       </method>
25589       <method name="Int32 &lt;Main&gt;m__2B(Int32)">
25590         <size>2</size>
25591       </method>
25592       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__2D(IGrouping`2, Int32)">
25593         <size>8</size>
25594       </method>
25595       <method name="Int32 &lt;Main&gt;m__2E(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25596         <size>2</size>
25597       </method>
25598       <method name="Int32 &lt;Main&gt;m__2F(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25599         <size>7</size>
25600       </method>
25601       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__31(IGrouping`2, Int32)">
25602         <size>8</size>
25603       </method>
25604       <method name="Int32 &lt;Main&gt;m__32(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25605         <size>2</size>
25606       </method>
25607       <method name="Int32 &lt;Main&gt;m__33(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25608         <size>7</size>
25609       </method>
25610       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__35(IGrouping`2, Int32)">
25611         <size>8</size>
25612       </method>
25613       <method name="Int32 &lt;Main&gt;m__36(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25614         <size>2</size>
25615       </method>
25616       <method name="Int32 &lt;Main&gt;m__37(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
25617         <size>7</size>
25618       </method>
25619       <method name="IGrouping`2 &lt;Main&gt;m__38(IGrouping`2)">
25620         <size>2</size>
25621       </method>
25622       <method name="Int32 &lt;Main&gt;m__3A(Int32)">
25623         <size>2</size>
25624       </method>
25625       <method name="Int32 &lt;Main&gt;m__3B(Int32)">
25626         <size>2</size>
25627       </method>
25628       <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]])">
25629         <size>9</size>
25630       </method>
25631       <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])">
25632         <size>2</size>
25633       </method>
25634     </type>
25635     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
25636       <method name="IEnumerable`1 &lt;&gt;m__2C(IGrouping`2)">
25637         <size>7</size>
25638       </method>
25639       <method name="IEnumerable`1 &lt;&gt;m__30(IGrouping`2)">
25640         <size>7</size>
25641       </method>
25642       <method name="IEnumerable`1 &lt;&gt;m__34(IGrouping`2)">
25643         <size>7</size>
25644       </method>
25645       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;&gt;m__3C(Int32)">
25646         <size>47</size>
25647       </method>
25648       <method name="Int32 &lt;&gt;m__3F(Int32)">
25649         <size>2</size>
25650       </method>
25651     </type>
25652   </test>
25653   <test name="gtest-linq-02.cs">
25654     <type name="Test">
25655       <method name="Void .ctor()">
25656         <size>7</size>
25657       </method>
25658       <method name="Int32 Main()">
25659         <size>507</size>
25660       </method>
25661       <method name="Int32 &lt;Main&gt;m__0(Int32)">
25662         <size>2</size>
25663       </method>
25664       <method name="Int32 &lt;Main&gt;m__1(Int32)">
25665         <size>3</size>
25666       </method>
25667       <method name="Int32 &lt;Main&gt;m__2(Int32)">
25668         <size>2</size>
25669       </method>
25670       <method name="Int32 &lt;Main&gt;m__3(Int32)">
25671         <size>3</size>
25672       </method>
25673     </type>
25674   </test>
25675   <test name="gtest-linq-03.cs">
25676     <type name="WhereTest">
25677       <method name="Void .ctor()">
25678         <size>7</size>
25679       </method>
25680       <method name="Int32 Main()">
25681         <size>179</size>
25682       </method>
25683       <method name="Boolean &lt;Main&gt;m__0(Int32)">
25684         <size>5</size>
25685       </method>
25686       <method name="Boolean &lt;Main&gt;m__1(Int32)">
25687         <size>5</size>
25688       </method>
25689       <method name="Int32 &lt;Main&gt;m__2(Int32)">
25690         <size>4</size>
25691       </method>
25692     </type>
25693   </test>
25694   <test name="gtest-linq-04.cs">
25695     <type name="TestGroupBy">
25696       <method name="Void .ctor()">
25697         <size>7</size>
25698       </method>
25699       <method name="Int32 Main()">
25700         <size>559</size>
25701       </method>
25702     </type>
25703     <type name="&lt;PrivateImplementationDetails&gt;">
25704       <method name="Void .ctor()">
25705         <size>7</size>
25706       </method>
25707     </type>
25708     <type name="TestGroupBy">
25709       <method name="Int32 &lt;Main&gt;m__0(Int32)">
25710         <size>4</size>
25711       </method>
25712       <method name="Int32 &lt;Main&gt;m__1(Int32)">
25713         <size>2</size>
25714       </method>
25715       <method name="Int32 &lt;Main&gt;m__2(Int32)">
25716         <size>4</size>
25717       </method>
25718       <method name="Int32 &lt;Main&gt;m__3(Int32)">
25719         <size>2</size>
25720       </method>
25721     </type>
25722   </test>
25723   <test name="gtest-linq-05.cs">
25724     <type name="OrderByTests">
25725       <method name="Void .ctor()">
25726         <size>7</size>
25727       </method>
25728       <method name="Int32 Main()">
25729         <size>1254</size>
25730       </method>
25731     </type>
25732     <type name="OrderByTests+Data">
25733       <method name="Void .ctor()">
25734         <size>7</size>
25735       </method>
25736       <method name="Int32 get_ID()">
25737         <size>7</size>
25738       </method>
25739       <method name="Void set_ID(Int32)">
25740         <size>8</size>
25741       </method>
25742       <method name="System.String get_Name()">
25743         <size>7</size>
25744       </method>
25745       <method name="Void set_Name(System.String)">
25746         <size>8</size>
25747       </method>
25748       <method name="System.String ToString()">
25749         <size>28</size>
25750       </method>
25751     </type>
25752     <type name="OrderByTests">
25753       <method name="Int32 &lt;Main&gt;m__0(Int32)">
25754         <size>2</size>
25755       </method>
25756       <method name="Int32 &lt;Main&gt;m__1(Int32)">
25757         <size>2</size>
25758       </method>
25759       <method name="Int32 &lt;Main&gt;m__2(Int32)">
25760         <size>2</size>
25761       </method>
25762       <method name="Int32 &lt;Main&gt;m__3(Int32)">
25763         <size>4</size>
25764       </method>
25765       <method name="System.String &lt;Main&gt;m__4(System.String)">
25766         <size>2</size>
25767       </method>
25768       <method name="Int32 &lt;Main&gt;m__5(System.String)">
25769         <size>7</size>
25770       </method>
25771       <method name="Int32 &lt;Main&gt;m__6(OrderByTests+Data)">
25772         <size>7</size>
25773       </method>
25774       <method name="System.String &lt;Main&gt;m__7(OrderByTests+Data)">
25775         <size>7</size>
25776       </method>
25777       <method name="Int32 &lt;Main&gt;m__8(OrderByTests+Data)">
25778         <size>7</size>
25779       </method>
25780       <method name="System.String &lt;Main&gt;m__9(OrderByTests+Data)">
25781         <size>7</size>
25782       </method>
25783       <method name="Boolean &lt;Main&gt;m__A(OrderByTests+Data)">
25784         <size>11</size>
25785       </method>
25786       <method name="Int32 &lt;Main&gt;m__B(OrderByTests+Data)">
25787         <size>7</size>
25788       </method>
25789       <method name="System.String &lt;Main&gt;m__C(OrderByTests+Data)">
25790         <size>7</size>
25791       </method>
25792       <method name="Boolean &lt;Main&gt;m__D(OrderByTests+Data)">
25793         <size>11</size>
25794       </method>
25795       <method name="System.String &lt;Main&gt;m__E(OrderByTests+Data)">
25796         <size>7</size>
25797       </method>
25798       <method name="System.String &lt;Main&gt;m__F(OrderByTests+Data)">
25799         <size>7</size>
25800       </method>
25801       <method name="OrderByTests+Data &lt;Main&gt;m__10(OrderByTests+Data)">
25802         <size>2</size>
25803       </method>
25804     </type>
25805   </test>
25806   <test name="gtest-linq-06.cs">
25807     <type name="Let">
25808       <method name="Void .ctor()">
25809         <size>7</size>
25810       </method>
25811       <method name="Int32 Main()">
25812         <size>408</size>
25813       </method>
25814     </type>
25815     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;u&gt;__T]">
25816       <method name="Void .ctor(&lt;i&gt;__T, &lt;u&gt;__T)">
25817         <size>21</size>
25818       </method>
25819       <method name="&lt;i&gt;__T get_i()">
25820         <size>7</size>
25821       </method>
25822       <method name="&lt;u&gt;__T get_u()">
25823         <size>7</size>
25824       </method>
25825       <method name="Boolean Equals(System.Object)">
25826         <size>69</size>
25827       </method>
25828       <method name="Int32 GetHashCode()">
25829         <size>86</size>
25830       </method>
25831       <method name="System.String ToString()">
25832         <size>142</size>
25833       </method>
25834     </type>
25835     <type name="Let">
25836       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__0(Int32)">
25837         <size>10</size>
25838       </method>
25839       <method name="Int32 &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
25840         <size>7</size>
25841       </method>
25842       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__2(Int32)">
25843         <size>10</size>
25844       </method>
25845       <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])">
25846         <size>15</size>
25847       </method>
25848       <method name="Boolean &lt;Main&gt;m__4(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
25849         <size>18</size>
25850       </method>
25851       <method name="Int32 &lt;Main&gt;m__5(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
25852         <size>7</size>
25853       </method>
25854     </type>
25855     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;v&gt;__T]">
25856       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;v&gt;__T)">
25857         <size>21</size>
25858       </method>
25859       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
25860         <size>7</size>
25861       </method>
25862       <method name="&lt;v&gt;__T get_v()">
25863         <size>7</size>
25864       </method>
25865       <method name="Boolean Equals(System.Object)">
25866         <size>69</size>
25867       </method>
25868       <method name="Int32 GetHashCode()">
25869         <size>86</size>
25870       </method>
25871       <method name="System.String ToString()">
25872         <size>142</size>
25873       </method>
25874     </type>
25875   </test>
25876   <test name="gtest-linq-07.cs">
25877     <type name="SelectMany">
25878       <method name="Void .ctor()">
25879         <size>7</size>
25880       </method>
25881       <method name="Int32 Main()">
25882         <size>748</size>
25883       </method>
25884     </type>
25885     <type name="&lt;&gt;__AnonType0`2[&lt;i1&gt;__T,&lt;i2&gt;__T]">
25886       <method name="Void .ctor(&lt;i1&gt;__T, &lt;i2&gt;__T)">
25887         <size>21</size>
25888       </method>
25889       <method name="&lt;i1&gt;__T get_i1()">
25890         <size>7</size>
25891       </method>
25892       <method name="&lt;i2&gt;__T get_i2()">
25893         <size>7</size>
25894       </method>
25895       <method name="Boolean Equals(System.Object)">
25896         <size>69</size>
25897       </method>
25898       <method name="Int32 GetHashCode()">
25899         <size>86</size>
25900       </method>
25901       <method name="System.String ToString()">
25902         <size>142</size>
25903       </method>
25904     </type>
25905     <type name="&lt;&gt;__AnonType2`3[&lt;pp&gt;__T,&lt;i1&gt;__T,&lt;i3&gt;__T]">
25906       <method name="Void .ctor(&lt;pp&gt;__T, &lt;i1&gt;__T, &lt;i3&gt;__T)">
25907         <size>28</size>
25908       </method>
25909       <method name="&lt;pp&gt;__T get_pp()">
25910         <size>7</size>
25911       </method>
25912       <method name="&lt;i1&gt;__T get_i1()">
25913         <size>7</size>
25914       </method>
25915       <method name="&lt;i3&gt;__T get_i3()">
25916         <size>7</size>
25917       </method>
25918       <method name="Boolean Equals(System.Object)">
25919         <size>96</size>
25920       </method>
25921       <method name="Int32 GetHashCode()">
25922         <size>109</size>
25923       </method>
25924       <method name="System.String ToString()">
25925         <size>199</size>
25926       </method>
25927     </type>
25928     <type name="SelectMany+&lt;Main&gt;c__AnonStorey0">
25929       <method name="Void .ctor()">
25930         <size>7</size>
25931       </method>
25932       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
25933         <size>12</size>
25934       </method>
25935       <method name="IEnumerable`1 &lt;&gt;m__3(Int32)">
25936         <size>12</size>
25937       </method>
25938       <method name="IEnumerable`1 &lt;&gt;m__5(&lt;&gt;__AnonType0`2[System.Int32,System.String])">
25939         <size>12</size>
25940       </method>
25941       <method name="IEnumerable`1 &lt;&gt;m__9(Int32)">
25942         <size>7</size>
25943       </method>
25944     </type>
25945     <type name="SelectMany">
25946       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__1(Int32, System.String)">
25947         <size>8</size>
25948       </method>
25949       <method name="Boolean &lt;Main&gt;m__2(Int32)">
25950         <size>5</size>
25951       </method>
25952       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__4(Int32, System.String)">
25953         <size>8</size>
25954       </method>
25955       <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)">
25956         <size>8</size>
25957       </method>
25958       <method name="Int32 &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.String],System.Int32])">
25959         <size>7</size>
25960       </method>
25961       <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])">
25962         <size>25</size>
25963       </method>
25964       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__A(Int32, System.String)">
25965         <size>8</size>
25966       </method>
25967     </type>
25968     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent0&gt;__T,&lt;i3&gt;__T]">
25969       <method name="&lt;&lt;&gt;__TranspIdent0&gt;__T get_&lt;&gt;__TranspIdent0()">
25970         <size>7</size>
25971       </method>
25972       <method name="&lt;i3&gt;__T get_i3()">
25973         <size>7</size>
25974       </method>
25975       <method name="Boolean Equals(System.Object)">
25976         <size>69</size>
25977       </method>
25978       <method name="Int32 GetHashCode()">
25979         <size>86</size>
25980       </method>
25981       <method name="System.String ToString()">
25982         <size>142</size>
25983       </method>
25984       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent0&gt;__T, &lt;i3&gt;__T)">
25985         <size>21</size>
25986       </method>
25987     </type>
25988   </test>
25989   <test name="gtest-linq-08.cs">
25990     <type name="TestA">
25991       <method name="Void .ctor(String)">
25992         <size>14</size>
25993       </method>
25994       <method name="System.String Select[U](System.Func`2[TestA,U])">
25995         <size>7</size>
25996       </method>
25997     </type>
25998     <type name="TestB">
25999       <method name="TestA Where(TestA, System.Func`2[TestA,System.Boolean])">
26000         <size>25</size>
26001       </method>
26002     </type>
26003     <type name="CustomQueryExpressionPattern">
26004       <method name="Void .ctor()">
26005         <size>7</size>
26006       </method>
26007       <method name="Int32 Main()">
26008         <size>153</size>
26009       </method>
26010       <method name="TestA &lt;Main&gt;m__0(TestA)">
26011         <size>2</size>
26012       </method>
26013       <method name="Boolean &lt;Main&gt;m__1(TestA)">
26014         <size>17</size>
26015       </method>
26016     </type>
26017   </test>
26018   <test name="gtest-linq-09.cs">
26019     <type name="Data">
26020       <method name="Void .ctor()">
26021         <size>7</size>
26022       </method>
26023     </type>
26024     <type name="Join">
26025       <method name="Void .ctor()">
26026         <size>7</size>
26027       </method>
26028       <method name="Int32 Main()">
26029         <size>911</size>
26030       </method>
26031     </type>
26032     <type name="&lt;&gt;__AnonType0`1[&lt;Result&gt;__T]">
26033       <method name="Void .ctor(&lt;Result&gt;__T)">
26034         <size>14</size>
26035       </method>
26036       <method name="&lt;Result&gt;__T get_Result()">
26037         <size>7</size>
26038       </method>
26039       <method name="Boolean Equals(System.Object)">
26040         <size>39</size>
26041       </method>
26042       <method name="Int32 GetHashCode()">
26043         <size>63</size>
26044       </method>
26045       <method name="System.String ToString()">
26046         <size>67</size>
26047       </method>
26048     </type>
26049     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
26050       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
26051         <size>21</size>
26052       </method>
26053       <method name="&lt;a&gt;__T get_a()">
26054         <size>7</size>
26055       </method>
26056       <method name="&lt;b&gt;__T get_b()">
26057         <size>7</size>
26058       </method>
26059       <method name="Boolean Equals(System.Object)">
26060         <size>69</size>
26061       </method>
26062       <method name="Int32 GetHashCode()">
26063         <size>86</size>
26064       </method>
26065       <method name="System.String ToString()">
26066         <size>142</size>
26067       </method>
26068     </type>
26069     <type name="Join">
26070       <method name="Int32 &lt;Main&gt;m__0(Data)">
26071         <size>7</size>
26072       </method>
26073       <method name="Int32 &lt;Main&gt;m__1(Data)">
26074         <size>7</size>
26075       </method>
26076       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__2(Data, Data)">
26077         <size>23</size>
26078       </method>
26079       <method name="Int32 &lt;Main&gt;m__3(Data)">
26080         <size>7</size>
26081       </method>
26082       <method name="Int32 &lt;Main&gt;m__4(Data)">
26083         <size>7</size>
26084       </method>
26085       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__5(Data, Data)">
26086         <size>8</size>
26087       </method>
26088       <method name="Boolean &lt;Main&gt;m__6(&lt;&gt;__AnonType1`2[Data,Data])">
26089         <size>22</size>
26090       </method>
26091       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[Data,Data])">
26092         <size>33</size>
26093       </method>
26094       <method name="Int32 &lt;Main&gt;m__8(Data)">
26095         <size>7</size>
26096       </method>
26097       <method name="Int32 &lt;Main&gt;m__9(Data)">
26098         <size>7</size>
26099       </method>
26100       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__A(Data, Data)">
26101         <size>23</size>
26102       </method>
26103       <method name="Int32 &lt;Main&gt;m__B(Data)">
26104         <size>7</size>
26105       </method>
26106       <method name="Int32 &lt;Main&gt;m__C(Data)">
26107         <size>7</size>
26108       </method>
26109       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__D(Data, Data)">
26110         <size>8</size>
26111       </method>
26112       <method name="Int32 &lt;Main&gt;m__E(&lt;&gt;__AnonType1`2[Data,Data])">
26113         <size>12</size>
26114       </method>
26115       <method name="Data &lt;Main&gt;m__F(&lt;&gt;__AnonType1`2[Data,Data])">
26116         <size>7</size>
26117       </method>
26118     </type>
26119   </test>
26120   <test name="gtest-linq-10.cs">
26121     <type name="DataA">
26122       <method name="Void .ctor()">
26123         <size>7</size>
26124       </method>
26125     </type>
26126     <type name="DataB">
26127       <method name="Void .ctor()">
26128         <size>7</size>
26129       </method>
26130     </type>
26131     <type name="GroupJoin">
26132       <method name="Void .ctor()">
26133         <size>7</size>
26134       </method>
26135       <method name="Int32 Main()">
26136         <size>734</size>
26137       </method>
26138     </type>
26139     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;ab&gt;__T]">
26140       <method name="Void .ctor(&lt;a&gt;__T, &lt;ab&gt;__T)">
26141         <size>21</size>
26142       </method>
26143       <method name="&lt;a&gt;__T get_a()">
26144         <size>7</size>
26145       </method>
26146       <method name="&lt;ab&gt;__T get_ab()">
26147         <size>7</size>
26148       </method>
26149       <method name="Boolean Equals(System.Object)">
26150         <size>69</size>
26151       </method>
26152       <method name="Int32 GetHashCode()">
26153         <size>86</size>
26154       </method>
26155       <method name="System.String ToString()">
26156         <size>142</size>
26157       </method>
26158     </type>
26159     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
26160       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
26161         <size>21</size>
26162       </method>
26163       <method name="&lt;a&gt;__T get_a()">
26164         <size>7</size>
26165       </method>
26166       <method name="&lt;b&gt;__T get_b()">
26167         <size>7</size>
26168       </method>
26169       <method name="Boolean Equals(System.Object)">
26170         <size>69</size>
26171       </method>
26172       <method name="Int32 GetHashCode()">
26173         <size>86</size>
26174       </method>
26175       <method name="System.String ToString()">
26176         <size>142</size>
26177       </method>
26178     </type>
26179     <type name="GroupJoin">
26180       <method name="Int32 &lt;Main&gt;m__0(DataA)">
26181         <size>7</size>
26182       </method>
26183       <method name="Int32 &lt;Main&gt;m__1(DataB)">
26184         <size>7</size>
26185       </method>
26186       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__2(DataA, IEnumerable`1)">
26187         <size>8</size>
26188       </method>
26189       <method name="IEnumerable`1 &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
26190         <size>12</size>
26191       </method>
26192       <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)">
26193         <size>39</size>
26194       </method>
26195       <method name="Int32 &lt;Main&gt;m__5(DataA)">
26196         <size>7</size>
26197       </method>
26198       <method name="Int32 &lt;Main&gt;m__6(DataB)">
26199         <size>7</size>
26200       </method>
26201       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__7(DataA, IEnumerable`1)">
26202         <size>8</size>
26203       </method>
26204       <method name="IEnumerable`1 &lt;Main&gt;m__8(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
26205         <size>12</size>
26206       </method>
26207       <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)">
26208         <size>39</size>
26209       </method>
26210       <method name="Int32 &lt;Main&gt;m__A(DataA)">
26211         <size>7</size>
26212       </method>
26213       <method name="Int32 &lt;Main&gt;m__B(DataB)">
26214         <size>7</size>
26215       </method>
26216       <method name="DataA &lt;Main&gt;m__C(DataA, IEnumerable`1)">
26217         <size>2</size>
26218       </method>
26219     </type>
26220   </test>
26221   <test name="gtest-linq-11.cs">
26222     <type name="IntoTest">
26223       <method name="Void .ctor()">
26224         <size>7</size>
26225       </method>
26226       <method name="Int32 Main()">
26227         <size>275</size>
26228       </method>
26229       <method name="Boolean &lt;Main&gt;m__0(Int32)">
26230         <size>5</size>
26231       </method>
26232       <method name="Int32 &lt;Main&gt;m__1(Int32)">
26233         <size>5</size>
26234       </method>
26235       <method name="Int32 &lt;Main&gt;m__2(Int32)">
26236         <size>4</size>
26237       </method>
26238       <method name="Boolean &lt;Main&gt;m__3(Int32)">
26239         <size>5</size>
26240       </method>
26241       <method name="Int32 &lt;Main&gt;m__4(Int32)">
26242         <size>4</size>
26243       </method>
26244     </type>
26245   </test>
26246   <test name="gtest-linq-12.cs">
26247     <type name="NestedQuery">
26248       <method name="Void .ctor()">
26249         <size>7</size>
26250       </method>
26251       <method name="Void XX()">
26252         <size>108</size>
26253       </method>
26254       <method name="Int32 Main()">
26255         <size>472</size>
26256       </method>
26257     </type>
26258     <type name="&lt;&gt;__AnonType0`2[&lt;values&gt;__T,&lt;length&gt;__T]">
26259       <method name="Void .ctor(&lt;values&gt;__T, &lt;length&gt;__T)">
26260         <size>21</size>
26261       </method>
26262       <method name="&lt;values&gt;__T get_values()">
26263         <size>7</size>
26264       </method>
26265       <method name="&lt;length&gt;__T get_length()">
26266         <size>7</size>
26267       </method>
26268       <method name="Boolean Equals(System.Object)">
26269         <size>69</size>
26270       </method>
26271       <method name="Int32 GetHashCode()">
26272         <size>86</size>
26273       </method>
26274       <method name="System.String ToString()">
26275         <size>142</size>
26276       </method>
26277     </type>
26278     <type name="&lt;&gt;__AnonType1`2[&lt;type&gt;__T,&lt;x&gt;__T]">
26279       <method name="Void .ctor(&lt;type&gt;__T, &lt;x&gt;__T)">
26280         <size>21</size>
26281       </method>
26282       <method name="&lt;type&gt;__T get_type()">
26283         <size>7</size>
26284       </method>
26285       <method name="&lt;x&gt;__T get_x()">
26286         <size>7</size>
26287       </method>
26288       <method name="Boolean Equals(System.Object)">
26289         <size>69</size>
26290       </method>
26291       <method name="Int32 GetHashCode()">
26292         <size>86</size>
26293       </method>
26294       <method name="System.String ToString()">
26295         <size>142</size>
26296       </method>
26297     </type>
26298     <type name="NestedQuery">
26299       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;XX&gt;m__0(System.String)">
26300         <size>13</size>
26301       </method>
26302     </type>
26303     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
26304       <method name="Void .ctor()">
26305         <size>7</size>
26306       </method>
26307     </type>
26308     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
26309       <method name="Void .ctor()">
26310         <size>7</size>
26311       </method>
26312     </type>
26313     <type name="NestedQuery">
26314       <method name="IEnumerable`1 &lt;XX&gt;m__1(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
26315         <size>110</size>
26316       </method>
26317       <method name="Boolean &lt;Main&gt;m__2(System.String)">
26318         <size>10</size>
26319       </method>
26320       <method name="IEnumerable`1 &lt;Main&gt;m__3(System.String)">
26321         <size>36</size>
26322       </method>
26323       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;Main&gt;m__4(System.String)">
26324         <size>13</size>
26325       </method>
26326       <method name="IEnumerable`1 &lt;Main&gt;m__5(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
26327         <size>110</size>
26328       </method>
26329       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;XX&gt;m__6(Char)">
26330         <size>9</size>
26331       </method>
26332       <method name="Char &lt;XX&gt;m__8(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
26333         <size>7</size>
26334       </method>
26335       <method name="Boolean &lt;Main&gt;m__9(Char)">
26336         <size>6</size>
26337       </method>
26338       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;Main&gt;m__A(Char)">
26339         <size>9</size>
26340       </method>
26341       <method name="Char &lt;Main&gt;m__C(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
26342         <size>7</size>
26343       </method>
26344     </type>
26345     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
26346       <method name="Boolean &lt;&gt;m__7(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
26347         <size>15</size>
26348       </method>
26349     </type>
26350     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
26351       <method name="Boolean &lt;&gt;m__B(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
26352         <size>15</size>
26353       </method>
26354     </type>
26355   </test>
26356   <test name="gtest-linq-13.cs">
26357     <type name="Program">
26358       <method name="Void .ctor()">
26359         <size>7</size>
26360       </method>
26361       <method name="Void Main()">
26362         <size>1</size>
26363       </method>
26364       <method name="Void Foo(TypeDefinition)">
26365         <size>47</size>
26366       </method>
26367       <method name="MethodDefinition &lt;Foo&gt;m__0(MethodDefinition)">
26368         <size>2</size>
26369       </method>
26370     </type>
26371     <type name="Extension">
26372       <method name="IEnumerable`1 Cast[T](IFoo)">
26373         <size>2</size>
26374       </method>
26375     </type>
26376     <type name="MethodDefinition">
26377       <method name="Void .ctor()">
26378         <size>7</size>
26379       </method>
26380     </type>
26381     <type name="TypeDefinition">
26382       <method name="Void .ctor()">
26383         <size>7</size>
26384       </method>
26385       <method name="MethodDefinitionCollection get_Methods()">
26386         <size>2</size>
26387       </method>
26388       <method name="Void set_Methods(MethodDefinitionCollection)">
26389         <size>1</size>
26390       </method>
26391     </type>
26392     <type name="MethodDefinitionCollection">
26393       <method name="Void .ctor()">
26394         <size>7</size>
26395       </method>
26396     </type>
26397   </test>
26398   <test name="gtest-linq-14.cs">
26399     <type name="Person">
26400       <method name="Void .ctor()">
26401         <size>7</size>
26402       </method>
26403       <method name="Style get_Style()">
26404         <size>7</size>
26405       </method>
26406       <method name="Void set_Style(Style)">
26407         <size>8</size>
26408       </method>
26409     </type>
26410     <type name="Extensions">
26411       <method name="IMarker`1 Cast[T](IObjectContainer)">
26412         <size>2</size>
26413       </method>
26414       <method name="IMarker`1 Where[T](IMarker`1, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
26415         <size>2</size>
26416       </method>
26417     </type>
26418     <type name="Program">
26419       <method name="Void .ctor()">
26420         <size>7</size>
26421       </method>
26422       <method name="Void Main()">
26423         <size>1</size>
26424       </method>
26425       <method name="Void Assert(System.Action)">
26426         <size>1</size>
26427       </method>
26428       <method name="Void Test(IObjectContainer, Style)">
26429         <size>38</size>
26430       </method>
26431     </type>
26432     <type name="Program+&lt;Test&gt;c__AnonStorey0">
26433       <method name="Void .ctor()">
26434         <size>7</size>
26435       </method>
26436       <method name="Void &lt;&gt;m__0()">
26437         <size>117</size>
26438       </method>
26439     </type>
26440   </test>
26441   <test name="gtest-linq-15.cs">
26442     <type name="NameCollisionTest.Data">
26443       <method name="Void .ctor()">
26444         <size>7</size>
26445       </method>
26446     </type>
26447     <type name="NameCollisionTest.Ex">
26448       <method name="IEnumerable`1 Foo[T,TR](IEnumerable`1, System.Func`2[T,TR])">
26449         <size>44</size>
26450       </method>
26451     </type>
26452     <type name="NameCollisionTest.C">
26453       <method name="Void .ctor()">
26454         <size>7</size>
26455       </method>
26456       <method name="Void Main()">
26457         <size>78</size>
26458       </method>
26459       <method name="Int32 &lt;Main&gt;m__0(NameCollisionTest.Data)">
26460         <size>7</size>
26461       </method>
26462       <method name="Boolean &lt;Main&gt;m__1(Int32)">
26463         <size>5</size>
26464       </method>
26465     </type>
26466     <type name="NameCollisionTest.Ex+&lt;Foo&gt;c__Iterator0`2[T,TR]">
26467       <method name="Void .ctor()">
26468         <size>7</size>
26469       </method>
26470       <method name="System.Object System.Collections.IEnumerator.get_Current()">
26471         <size>12</size>
26472       </method>
26473       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
26474         <size>7</size>
26475       </method>
26476       <method name="Boolean MoveNext()">
26477         <size>84</size>
26478       </method>
26479       <method name="Void Dispose()">
26480         <size>8</size>
26481       </method>
26482       <method name="Void Reset()">
26483         <size>6</size>
26484       </method>
26485       <method name="TR System.Collections.Generic.IEnumerator&lt;TR&gt;.get_Current()">
26486         <size>7</size>
26487       </method>
26488       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TR&gt;.GetEnumerator()">
26489         <size>52</size>
26490       </method>
26491     </type>
26492   </test>
26493   <test name="gtest-linq-16.cs">
26494     <type name="C">
26495       <method name="Void .ctor()">
26496         <size>7</size>
26497       </method>
26498       <method name="Void Main()">
26499         <size>12</size>
26500       </method>
26501       <method name="Void Test_1(Int32)">
26502         <size>27</size>
26503       </method>
26504       <method name="Void Test_2()">
26505         <size>31</size>
26506       </method>
26507       <method name="System.Func`1[System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;Test_2&gt;m__1(Int32)">
26508         <size>26</size>
26509       </method>
26510     </type>
26511     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;b&gt;__T]">
26512       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
26513         <size>21</size>
26514       </method>
26515       <method name="&lt;a&gt;__T get_a()">
26516         <size>7</size>
26517       </method>
26518       <method name="&lt;b&gt;__T get_b()">
26519         <size>7</size>
26520       </method>
26521       <method name="Boolean Equals(System.Object)">
26522         <size>69</size>
26523       </method>
26524       <method name="Int32 GetHashCode()">
26525         <size>86</size>
26526       </method>
26527       <method name="System.String ToString()">
26528         <size>142</size>
26529       </method>
26530     </type>
26531     <type name="C+&lt;Test_1&gt;c__AnonStorey0">
26532       <method name="Void .ctor()">
26533         <size>7</size>
26534       </method>
26535       <method name="IEnumerable`1 &lt;&gt;m__0()">
26536         <size>67</size>
26537       </method>
26538       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__3(Int32)">
26539         <size>8</size>
26540       </method>
26541       <method name="Int32 &lt;&gt;m__4(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
26542         <size>14</size>
26543       </method>
26544     </type>
26545     <type name="C+&lt;Test_2&gt;c__AnonStorey1">
26546       <method name="Void .ctor()">
26547         <size>7</size>
26548       </method>
26549       <method name="IEnumerable`1 &lt;&gt;m__2()">
26550         <size>67</size>
26551       </method>
26552       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__5(Int32)">
26553         <size>8</size>
26554       </method>
26555       <method name="Int32 &lt;&gt;m__6(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
26556         <size>14</size>
26557       </method>
26558     </type>
26559   </test>
26560   <test name="gtest-linq-17.cs">
26561     <type name="TestGroupBy">
26562       <method name="Void .ctor()">
26563         <size>7</size>
26564       </method>
26565       <method name="Int32 Main()">
26566         <size>157</size>
26567       </method>
26568       <method name="Int32 &lt;Main&gt;m__0(Int32)">
26569         <size>2</size>
26570       </method>
26571     </type>
26572     <type name="&lt;PrivateImplementationDetails&gt;">
26573       <method name="Void .ctor()">
26574         <size>7</size>
26575       </method>
26576     </type>
26577   </test>
26578   <test name="gtest-linq-18.cs">
26579     <type name="C">
26580       <method name="Void .ctor()">
26581         <size>7</size>
26582       </method>
26583       <method name="Boolean Test(System.Func`2[System.Int32,System.Boolean])">
26584         <size>2</size>
26585       </method>
26586       <method name="Boolean Test2(System.Func`2[System.Int32,System.Int32])">
26587         <size>2</size>
26588       </method>
26589       <method name="Int32 Main()">
26590         <size>648</size>
26591       </method>
26592       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Boolean] &lt;Main&gt;m__0(Int32)">
26593         <size>42</size>
26594       </method>
26595       <method name="Boolean &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
26596         <size>11</size>
26597       </method>
26598       <method name="Boolean &lt;Main&gt;m__2(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
26599         <size>31</size>
26600       </method>
26601       <method name="Boolean &lt;Main&gt;m__3(Int32)">
26602         <size>31</size>
26603       </method>
26604       <method name="Boolean &lt;Main&gt;m__4(Int32)">
26605         <size>31</size>
26606       </method>
26607       <method name="Boolean &lt;Main&gt;m__5(Int32)">
26608         <size>31</size>
26609       </method>
26610       <method name="Boolean &lt;Main&gt;m__6(Int32)">
26611         <size>31</size>
26612       </method>
26613       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__7(Int32)">
26614         <size>10</size>
26615       </method>
26616       <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])">
26617         <size>15</size>
26618       </method>
26619       <method name="Boolean &lt;Main&gt;m__9(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
26620         <size>31</size>
26621       </method>
26622       <method name="Boolean &lt;Main&gt;m__A(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
26623         <size>15</size>
26624       </method>
26625       <method name="Int32 &lt;Main&gt;m__B(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
26626         <size>12</size>
26627       </method>
26628     </type>
26629     <type name="&lt;&gt;__AnonType0`2[&lt;ck&gt;__T,&lt;xy&gt;__T]">
26630       <method name="Void .ctor(&lt;ck&gt;__T, &lt;xy&gt;__T)">
26631         <size>21</size>
26632       </method>
26633       <method name="&lt;ck&gt;__T get_ck()">
26634         <size>7</size>
26635       </method>
26636       <method name="&lt;xy&gt;__T get_xy()">
26637         <size>7</size>
26638       </method>
26639       <method name="Boolean Equals(System.Object)">
26640         <size>69</size>
26641       </method>
26642       <method name="Int32 GetHashCode()">
26643         <size>86</size>
26644       </method>
26645       <method name="System.String ToString()">
26646         <size>142</size>
26647       </method>
26648     </type>
26649     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
26650       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
26651         <size>21</size>
26652       </method>
26653       <method name="&lt;i&gt;__T get_i()">
26654         <size>7</size>
26655       </method>
26656       <method name="&lt;l&gt;__T get_l()">
26657         <size>7</size>
26658       </method>
26659       <method name="Boolean Equals(System.Object)">
26660         <size>69</size>
26661       </method>
26662       <method name="Int32 GetHashCode()">
26663         <size>86</size>
26664       </method>
26665       <method name="System.String ToString()">
26666         <size>142</size>
26667       </method>
26668     </type>
26669     <type name="&lt;PrivateImplementationDetails&gt;">
26670       <method name="Void .ctor()">
26671         <size>7</size>
26672       </method>
26673     </type>
26674     <type name="C+&lt;Main&gt;c__AnonStorey0">
26675       <method name="Void .ctor()">
26676         <size>7</size>
26677       </method>
26678     </type>
26679     <type name="C+&lt;Main&gt;c__AnonStorey1">
26680       <method name="Void .ctor()">
26681         <size>7</size>
26682       </method>
26683     </type>
26684     <type name="C+&lt;Main&gt;c__AnonStorey2">
26685       <method name="Void .ctor()">
26686         <size>7</size>
26687       </method>
26688     </type>
26689     <type name="C+&lt;Main&gt;c__AnonStorey3">
26690       <method name="Void .ctor()">
26691         <size>7</size>
26692       </method>
26693     </type>
26694     <type name="C+&lt;Main&gt;c__AnonStorey4">
26695       <method name="Void .ctor()">
26696         <size>7</size>
26697       </method>
26698     </type>
26699     <type name="C+&lt;Main&gt;c__AnonStorey5">
26700       <method name="Void .ctor()">
26701         <size>7</size>
26702       </method>
26703     </type>
26704     <type name="C+&lt;Main&gt;c__AnonStorey6">
26705       <method name="Void .ctor()">
26706         <size>7</size>
26707       </method>
26708     </type>
26709     <type name="C">
26710       <method name="Boolean &lt;Main&gt;m__C(Int32)">
26711         <size>31</size>
26712       </method>
26713       <method name="Boolean &lt;Main&gt;m__D(Int32)">
26714         <size>31</size>
26715       </method>
26716       <method name="Int32 &lt;Main&gt;m__E(Int32, Int32)">
26717         <size>2</size>
26718       </method>
26719       <method name="Boolean &lt;Main&gt;m__F(Int32)">
26720         <size>31</size>
26721       </method>
26722       <method name="Boolean &lt;Main&gt;m__10(Int32)">
26723         <size>31</size>
26724       </method>
26725       <method name="Int32 &lt;Main&gt;m__11(Int32, IEnumerable`1)">
26726         <size>2</size>
26727       </method>
26728     </type>
26729     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;g&gt;__T]">
26730       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;g&gt;__T)">
26731         <size>21</size>
26732       </method>
26733       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
26734         <size>7</size>
26735       </method>
26736       <method name="&lt;g&gt;__T get_g()">
26737         <size>7</size>
26738       </method>
26739       <method name="Boolean Equals(System.Object)">
26740         <size>69</size>
26741       </method>
26742       <method name="Int32 GetHashCode()">
26743         <size>86</size>
26744       </method>
26745       <method name="System.String ToString()">
26746         <size>142</size>
26747       </method>
26748     </type>
26749     <type name="C+&lt;Main&gt;c__AnonStorey0">
26750       <method name="Boolean &lt;&gt;m__12(Int32)">
26751         <size>10</size>
26752       </method>
26753     </type>
26754     <type name="C+&lt;Main&gt;c__AnonStorey1">
26755       <method name="Boolean &lt;&gt;m__13(Int32)">
26756         <size>15</size>
26757       </method>
26758     </type>
26759     <type name="C+&lt;Main&gt;c__AnonStorey2">
26760       <method name="Boolean &lt;&gt;m__14(Int32)">
26761         <size>10</size>
26762       </method>
26763     </type>
26764     <type name="C+&lt;Main&gt;c__AnonStorey3">
26765       <method name="Boolean &lt;&gt;m__15(Int32)">
26766         <size>10</size>
26767       </method>
26768     </type>
26769     <type name="C+&lt;Main&gt;c__AnonStorey4">
26770       <method name="Int32 &lt;&gt;m__16(Int32)">
26771         <size>9</size>
26772       </method>
26773     </type>
26774     <type name="C+&lt;Main&gt;c__AnonStorey5">
26775       <method name="Int32 &lt;&gt;m__17(Int32)">
26776         <size>9</size>
26777       </method>
26778     </type>
26779     <type name="C+&lt;Main&gt;c__AnonStorey6">
26780       <method name="Boolean &lt;&gt;m__18(Int32)">
26781         <size>20</size>
26782       </method>
26783     </type>
26784     <type name="C+&lt;Main&gt;c__AnonStorey7">
26785       <method name="Void .ctor()">
26786         <size>7</size>
26787       </method>
26788       <method name="Boolean &lt;&gt;m__19(Int32)">
26789         <size>10</size>
26790       </method>
26791     </type>
26792     <type name="C+&lt;Main&gt;c__AnonStorey8">
26793       <method name="Void .ctor()">
26794         <size>7</size>
26795       </method>
26796       <method name="Boolean &lt;&gt;m__1A(Int32)">
26797         <size>10</size>
26798       </method>
26799     </type>
26800     <type name="C+&lt;Main&gt;c__AnonStorey9">
26801       <method name="Void .ctor()">
26802         <size>7</size>
26803       </method>
26804       <method name="Boolean &lt;&gt;m__1B(Int32)">
26805         <size>10</size>
26806       </method>
26807     </type>
26808     <type name="C+&lt;Main&gt;c__AnonStoreyA">
26809       <method name="Void .ctor()">
26810         <size>7</size>
26811       </method>
26812       <method name="Boolean &lt;&gt;m__1C(Int32)">
26813         <size>10</size>
26814       </method>
26815     </type>
26816   </test>
26817   <test name="gtest-linq-19.cs">
26818     <type name="Test">
26819       <method name="Void .ctor()">
26820         <size>7</size>
26821       </method>
26822       <method name="Void .cctor()">
26823         <size>45</size>
26824       </method>
26825       <method name="Void Main()">
26826         <size>1</size>
26827       </method>
26828       <method name="Char &lt;E&gt;m__0(Char)">
26829         <size>2</size>
26830       </method>
26831     </type>
26832   </test>
26833   <test name="gtest-linq-20.cs">
26834     <type name="Maybe`1[T]">
26835       <method name="T get_Value()">
26836         <size>7</size>
26837       </method>
26838       <method name="Void set_Value(T)">
26839         <size>8</size>
26840       </method>
26841       <method name="Boolean get_HasValue()">
26842         <size>7</size>
26843       </method>
26844       <method name="Void set_HasValue(Boolean)">
26845         <size>8</size>
26846       </method>
26847       <method name="System.String ToString()">
26848         <size>38</size>
26849       </method>
26850       <method name="Maybe`1[U] SelectMany[U](System.Func`2[T,Maybe`1[U]])">
26851         <size>30</size>
26852       </method>
26853       <method name="Maybe`1[V] SelectMany[U,V](System.Func`2[T,Maybe`1[U]], System.Func`3[T,U,V])">
26854         <size>71</size>
26855       </method>
26856       <method name="Void .ctor()">
26857         <size>14</size>
26858       </method>
26859       <method name="Void .ctor(T)">
26860         <size>21</size>
26861       </method>
26862       <method name="Void .cctor()">
26863         <size>11</size>
26864       </method>
26865     </type>
26866     <type name="MaybeExtensions">
26867       <method name="Maybe`1[T] ToMaybe[T](T)">
26868         <size>7</size>
26869       </method>
26870     </type>
26871     <type name="Test">
26872       <method name="Void Main()">
26873         <size>138</size>
26874       </method>
26875       <method name="Maybe`1[System.Int32] &lt;Main&gt;m__0(Int32)">
26876         <size>7</size>
26877       </method>
26878       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__1(Int32, Int32)">
26879         <size>8</size>
26880       </method>
26881       <method name="Maybe`1[System.Int32] &lt;Main&gt;m__2(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
26882         <size>7</size>
26883       </method>
26884       <method name="Int32 &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[System.Int32,System.Int32], Int32)">
26885         <size>16</size>
26886       </method>
26887       <method name="Void .ctor()">
26888         <size>7</size>
26889       </method>
26890     </type>
26891     <type name="&lt;&gt;__AnonType0`2[&lt;x&gt;__T,&lt;y&gt;__T]">
26892       <method name="&lt;x&gt;__T get_x()">
26893         <size>7</size>
26894       </method>
26895       <method name="&lt;y&gt;__T get_y()">
26896         <size>7</size>
26897       </method>
26898       <method name="Boolean Equals(System.Object)">
26899         <size>69</size>
26900       </method>
26901       <method name="Int32 GetHashCode()">
26902         <size>86</size>
26903       </method>
26904       <method name="System.String ToString()">
26905         <size>142</size>
26906       </method>
26907       <method name="Void .ctor(&lt;x&gt;__T, &lt;y&gt;__T)">
26908         <size>21</size>
26909       </method>
26910     </type>
26911   </test>
26912   <test name="gtest-linq-21.cs">
26913     <type name="Program">
26914       <method name="Int32 Main()">
26915         <size>90</size>
26916       </method>
26917     </type>
26918     <type name="Program+&lt;Main&gt;c__AnonStorey0">
26919       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
26920         <size>7</size>
26921       </method>
26922       <method name="System.Action &lt;&gt;m__1(Int32, Int32)">
26923         <size>40</size>
26924       </method>
26925       <method name="Void .ctor()">
26926         <size>7</size>
26927       </method>
26928     </type>
26929     <type name="Program+&lt;Main&gt;c__AnonStorey0+&lt;Main&gt;c__AnonStorey1">
26930       <method name="Void &lt;&gt;m__2()">
26931         <size>49</size>
26932       </method>
26933       <method name="Void .ctor()">
26934         <size>7</size>
26935       </method>
26936     </type>
26937   </test>
26938   <test name="gtest-linq-22.cs">
26939     <type name="Test.MainClass">
26940       <method name="Void Main()">
26941         <size>47</size>
26942       </method>
26943       <method name="Void .ctor()">
26944         <size>7</size>
26945       </method>
26946     </type>
26947     <type name="&lt;&gt;__AnonType0`2[&lt;item&gt;__T,&lt;parsed&gt;__T]">
26948       <method name="&lt;item&gt;__T get_item()">
26949         <size>7</size>
26950       </method>
26951       <method name="&lt;parsed&gt;__T get_parsed()">
26952         <size>7</size>
26953       </method>
26954       <method name="Boolean Equals(System.Object)">
26955         <size>69</size>
26956       </method>
26957       <method name="Int32 GetHashCode()">
26958         <size>86</size>
26959       </method>
26960       <method name="System.String ToString()">
26961         <size>142</size>
26962       </method>
26963       <method name="Void .ctor(&lt;item&gt;__T, &lt;parsed&gt;__T)">
26964         <size>21</size>
26965       </method>
26966     </type>
26967     <type name="Test.MainClass+&lt;Main&gt;c__AnonStorey0">
26968       <method name="&lt;&gt;__AnonType0`2[System.Char,System.Boolean] &lt;&gt;m__0(Char)">
26969         <size>23</size>
26970       </method>
26971       <method name="DateTime &lt;&gt;m__1(&lt;&gt;__AnonType0`2[System.Char,System.Boolean])">
26972         <size>28</size>
26973       </method>
26974       <method name="Void .ctor()">
26975         <size>7</size>
26976       </method>
26977     </type>
26978   </test>
26979   <test name="gtest-linq-23.cs">
26980     <type name="OrderByBugExample.Foo">
26981       <method name="System.String get_Name()">
26982         <size>7</size>
26983       </method>
26984       <method name="Void set_Name(System.String)">
26985         <size>8</size>
26986       </method>
26987       <method name="Int32 get_Value1()">
26988         <size>7</size>
26989       </method>
26990       <method name="Void set_Value1(Int32)">
26991         <size>8</size>
26992       </method>
26993       <method name="Int32 get_Value2()">
26994         <size>7</size>
26995       </method>
26996       <method name="Void set_Value2(Int32)">
26997         <size>8</size>
26998       </method>
26999       <method name="Void .ctor()">
27000         <size>7</size>
27001       </method>
27002     </type>
27003     <type name="OrderByBugExample.Program">
27004       <method name="Int32 Main()">
27005         <size>345</size>
27006       </method>
27007       <method name="System.String &lt;Main&gt;m__0(OrderByBugExample.Foo)">
27008         <size>7</size>
27009       </method>
27010       <method name="Int32 &lt;Main&gt;m__1(OrderByBugExample.Foo)">
27011         <size>7</size>
27012       </method>
27013       <method name="Int32 &lt;Main&gt;m__2(OrderByBugExample.Foo)">
27014         <size>7</size>
27015       </method>
27016     </type>
27017   </test>
27018   <test name="gtest-linq-24.cs">
27019     <type name="A">
27020       <method name="Void .ctor()">
27021         <size>7</size>
27022       </method>
27023     </type>
27024     <type name="C">
27025       <method name="A[] get_Prop()">
27026         <size>15</size>
27027       </method>
27028       <method name="Void Test()">
27029         <size>56</size>
27030       </method>
27031       <method name="Int32 Main()">
27032         <size>12</size>
27033       </method>
27034       <method name="Int32 &lt;Test&gt;m__0(A)">
27035         <size>7</size>
27036       </method>
27037       <method name="Void .ctor()">
27038         <size>7</size>
27039       </method>
27040     </type>
27041   </test>
27042   <test name="gtest-linq-25.cs">
27043     <type name="A">
27044       <method name="System.String get_Header()">
27045         <size>2</size>
27046       </method>
27047       <method name="Void .ctor()">
27048         <size>7</size>
27049       </method>
27050     </type>
27051     <type name="B">
27052       <method name="System.String get_Name()">
27053         <size>2</size>
27054       </method>
27055       <method name="Void .ctor()">
27056         <size>7</size>
27057       </method>
27058     </type>
27059     <type name="C">
27060       <method name="Int32 Main()">
27061         <size>36</size>
27062       </method>
27063       <method name="Void Test(System.Action)">
27064         <size>7</size>
27065       </method>
27066       <method name="Void &lt;Main&gt;m__0()">
27067         <size>159</size>
27068       </method>
27069       <method name="IEnumerable`1 &lt;Main&gt;m__1(A)">
27070         <size>7</size>
27071       </method>
27072       <method name="&lt;&gt;__AnonType0`2[A,B] &lt;Main&gt;m__2(A, B)">
27073         <size>8</size>
27074       </method>
27075       <method name="Boolean &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[A,B])">
27076         <size>67</size>
27077       </method>
27078       <method name="&lt;&gt;__AnonType1`2[A,B] &lt;Main&gt;m__4(&lt;&gt;__AnonType0`2[A,B])">
27079         <size>18</size>
27080       </method>
27081       <method name="Void .ctor()">
27082         <size>7</size>
27083       </method>
27084     </type>
27085     <type name="&lt;&gt;__AnonType0`2[&lt;c&gt;__T,&lt;p&gt;__T]">
27086       <method name="&lt;c&gt;__T get_c()">
27087         <size>7</size>
27088       </method>
27089       <method name="&lt;p&gt;__T get_p()">
27090         <size>7</size>
27091       </method>
27092       <method name="Boolean Equals(System.Object)">
27093         <size>69</size>
27094       </method>
27095       <method name="Int32 GetHashCode()">
27096         <size>86</size>
27097       </method>
27098       <method name="System.String ToString()">
27099         <size>142</size>
27100       </method>
27101       <method name="Void .ctor(&lt;c&gt;__T, &lt;p&gt;__T)">
27102         <size>21</size>
27103       </method>
27104     </type>
27105     <type name="&lt;&gt;__AnonType1`2[&lt;C&gt;__T,&lt;P&gt;__T]">
27106       <method name="&lt;C&gt;__T get_C()">
27107         <size>7</size>
27108       </method>
27109       <method name="&lt;P&gt;__T get_P()">
27110         <size>7</size>
27111       </method>
27112       <method name="Boolean Equals(System.Object)">
27113         <size>69</size>
27114       </method>
27115       <method name="Int32 GetHashCode()">
27116         <size>86</size>
27117       </method>
27118       <method name="System.String ToString()">
27119         <size>142</size>
27120       </method>
27121       <method name="Void .ctor(&lt;C&gt;__T, &lt;P&gt;__T)">
27122         <size>21</size>
27123       </method>
27124     </type>
27125   </test>
27126   <test name="gtest-named-01.cs">
27127     <type name="C">
27128       <method name="Int32 Test(Int32, Int32, System.String)">
27129         <size>6</size>
27130       </method>
27131       <method name="T Foo[T](T, Int32)">
27132         <size>2</size>
27133       </method>
27134       <method name="Void Lambda(System.Func`2[System.Int32,System.Int32])">
27135         <size>9</size>
27136       </method>
27137       <method name="Int32 Main()">
27138         <size>173</size>
27139       </method>
27140       <method name="Int32 &lt;Main&gt;m__0(Int32)">
27141         <size>2</size>
27142       </method>
27143     </type>
27144     <type name="C+&lt;Main&gt;c__AnonStorey0">
27145       <method name="Void .ctor()">
27146         <size>7</size>
27147       </method>
27148       <method name="Int32 &lt;&gt;m__1(Int32)">
27149         <size>7</size>
27150       </method>
27151     </type>
27152   </test>
27153   <test name="gtest-named-02.cs">
27154     <type name="D">
27155       <method name="Void Foo(Int32)">
27156         <size>1</size>
27157       </method>
27158       <method name="Void Main()">
27159         <size>1</size>
27160       </method>
27161       <method name="Void .ctor()">
27162         <size>7</size>
27163       </method>
27164     </type>
27165   </test>
27166   <test name="gtest-named-03.cs">
27167     <type name="C">
27168       <method name="Int32 Foo(Int32, Int32, Int32)">
27169         <size>2</size>
27170       </method>
27171       <method name="Int32 Main()">
27172         <size>77</size>
27173       </method>
27174       <method name="Void .ctor()">
27175         <size>7</size>
27176       </method>
27177       <method name="Void set_Item(Int32, Int32, Int32, Int32)">
27178         <size>21</size>
27179       </method>
27180       <method name="Int32 get_Item(Int32, Int32, Int32)">
27181         <size>7</size>
27182       </method>
27183     </type>
27184   </test>
27185   <test name="gtest-optional-01.cs">
27186     <type name="C">
27187       <method name="Void TestA(Int32)">
27188         <size>1</size>
27189       </method>
27190       <method name="Void TestB(Int64)">
27191         <size>1</size>
27192       </method>
27193       <method name="Void TestC(Decimal)">
27194         <size>1</size>
27195       </method>
27196       <method name="Int32 Main()">
27197         <size>325</size>
27198       </method>
27199       <method name="Void .ctor()">
27200         <size>7</size>
27201       </method>
27202     </type>
27203   </test>
27204   <test name="gtest-optional-02.cs">
27205     <type name="C">
27206       <method name="Boolean Test2(Nullable`1)">
27207         <size>11</size>
27208       </method>
27209       <method name="Int32 Test(Nullable`1)">
27210         <size>27</size>
27211       </method>
27212       <method name="Int32 Main()">
27213         <size>122</size>
27214       </method>
27215       <method name="Void .ctor()">
27216         <size>7</size>
27217       </method>
27218       <method name="Boolean Test3(Nullable`1)">
27219         <size>21</size>
27220       </method>
27221       <method name="Int64 Test4(Nullable`1)">
27222         <size>8</size>
27223       </method>
27224     </type>
27225   </test>
27226   <test name="gtest-optional-03.cs">
27227     <type name="C">
27228       <method name="Int32 Test(Int32, System.String, Boolean, UInt16)">
27229         <size>2</size>
27230       </method>
27231       <method name="Int32 Main()">
27232         <size>225</size>
27233       </method>
27234       <method name="Void .ctor()">
27235         <size>7</size>
27236       </method>
27237     </type>
27238   </test>
27239   <test name="gtest-optional-04.cs">
27240     <type name="C">
27241       <method name="Void Foo[T](T, T)">
27242         <size>1</size>
27243       </method>
27244       <method name="Void TestParams(System.Int32[])">
27245         <size>6</size>
27246       </method>
27247       <method name="Void TestParams(Int32)">
27248         <size>1</size>
27249       </method>
27250       <method name="Void TestStruct(Nullable`1)">
27251         <size>24</size>
27252       </method>
27253       <method name="System.String get_Item(Int32, System.String)">
27254         <size>2</size>
27255       </method>
27256       <method name="Void set_Item(Int32, System.String, System.String)">
27257         <size>4</size>
27258       </method>
27259       <method name="Int32 Main()">
27260         <size>134</size>
27261       </method>
27262       <method name="Void .ctor()">
27263         <size>7</size>
27264       </method>
27265       <method name="Void TestStruct2(Nullable`1)">
27266         <size>1</size>
27267       </method>
27268     </type>
27269   </test>
27270   <test name="gtest-optional-05.cs">
27271     <type name="Blah">
27272       <method name="Int32 Foo(Int32, Int32)">
27273         <size>4</size>
27274       </method>
27275       <method name="Int32 Main()">
27276         <size>46</size>
27277       </method>
27278       <method name="Void .ctor()">
27279         <size>7</size>
27280       </method>
27281     </type>
27282     <type name="Blah+MyDelegate">
27283       <method name="Int32 Invoke(Int32, Int32)">
27284         <size>0</size>
27285       </method>
27286       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
27287         <size>0</size>
27288       </method>
27289       <method name="Int32 EndInvoke(IAsyncResult)">
27290         <size>0</size>
27291       </method>
27292       <method name="Void .ctor(Object, IntPtr)">
27293         <size>0</size>
27294       </method>
27295     </type>
27296   </test>
27297   <test name="gtest-optional-06.cs">
27298     <type name="C">
27299       <method name="Int32 Foo(Int32)">
27300         <size>2</size>
27301       </method>
27302       <method name="Int32 Main()">
27303         <size>38</size>
27304       </method>
27305       <method name="Void .ctor()">
27306         <size>7</size>
27307       </method>
27308     </type>
27309     <type name="D">
27310       <method name="Int32 Invoke(Int32)">
27311         <size>0</size>
27312       </method>
27313       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
27314         <size>0</size>
27315       </method>
27316       <method name="Int32 EndInvoke(IAsyncResult)">
27317         <size>0</size>
27318       </method>
27319       <method name="Void .ctor(Object, IntPtr)">
27320         <size>0</size>
27321       </method>
27322     </type>
27323   </test>
27324   <test name="gtest-optional-07.cs">
27325     <type name="Tests">
27326       <method name="Void foo(Foo)">
27327         <size>1</size>
27328       </method>
27329       <method name="Int32 Main()">
27330         <size>8</size>
27331       </method>
27332       <method name="Void .ctor()">
27333         <size>7</size>
27334       </method>
27335     </type>
27336   </test>
27337   <test name="gtest-optional-08.cs">
27338     <type name="Tests">
27339       <method name="Int32 Main()">
27340         <size>36</size>
27341       </method>
27342       <method name="Void .ctor(String)">
27343         <size>14</size>
27344       </method>
27345       <method name="Void .ctor(Int32)">
27346         <size>7</size>
27347       </method>
27348     </type>
27349   </test>
27350   <test name="gtest-optional-09.cs">
27351     <type name="Program">
27352       <method name="Int32 Test_1(Int32, SByte)">
27353         <size>2</size>
27354       </method>
27355       <method name="Int32 Test_1[T](T)">
27356         <size>2</size>
27357       </method>
27358       <method name="Int32 Test_1(Int32, Int64)">
27359         <size>2</size>
27360       </method>
27361       <method name="Int32 Test_2(Int16)">
27362         <size>2</size>
27363       </method>
27364       <method name="Int32 Test_2(Int32, SByte)">
27365         <size>2</size>
27366       </method>
27367       <method name="Int32 Test_3(System.String)">
27368         <size>2</size>
27369       </method>
27370       <method name="Int32 Test_3(System.String, SByte)">
27371         <size>2</size>
27372       </method>
27373       <method name="Int32 Test_4(System.Object)">
27374         <size>2</size>
27375       </method>
27376       <method name="Int32 Test_4(System.Object[])">
27377         <size>2</size>
27378       </method>
27379       <method name="Int32 Test_5()">
27380         <size>2</size>
27381       </method>
27382       <method name="Int32 Test_5(Int32, System.Object[])">
27383         <size>2</size>
27384       </method>
27385       <method name="Int32 Test_6(System.Object[])">
27386         <size>2</size>
27387       </method>
27388       <method name="Int32 Test_6(Int32, System.Object[])">
27389         <size>2</size>
27390       </method>
27391       <method name="Int32 Test_7(Boolean, System.Object[])">
27392         <size>2</size>
27393       </method>
27394       <method name="Int32 Test_7(Boolean, Int32, System.Object[])">
27395         <size>2</size>
27396       </method>
27397       <method name="Int32 Main()">
27398         <size>118</size>
27399       </method>
27400       <method name="Void .ctor()">
27401         <size>7</size>
27402       </method>
27403     </type>
27404   </test>
27405   <test name="gtest-optional-10.cs">
27406     <type name="Program">
27407       <method name="Void Main()">
27408         <size>8</size>
27409       </method>
27410       <method name="Void .ctor()">
27411         <size>7</size>
27412       </method>
27413     </type>
27414     <type name="Program`1[T]">
27415       <method name="Void .ctor(Generic`1)">
27416         <size>7</size>
27417       </method>
27418     </type>
27419     <type name="Generic`1[T]">
27420       <method name="Void .ctor()">
27421         <size>7</size>
27422       </method>
27423     </type>
27424   </test>
27425   <test name="gtest-optional-11.cs">
27426     <type name="C">
27427       <method name="Int32 TestA(Int32)">
27428         <size>2</size>
27429       </method>
27430       <method name="T TestB[T](T, T)">
27431         <size>2</size>
27432       </method>
27433       <method name="System.Object TestC(System.Object)">
27434         <size>2</size>
27435       </method>
27436       <method name="Int32 Main()">
27437         <size>211</size>
27438       </method>
27439       <method name="Void .ctor()">
27440         <size>7</size>
27441       </method>
27442       <method name="Int32 TestD(Int32, Int32)">
27443         <size>2</size>
27444       </method>
27445     </type>
27446   </test>
27447   <test name="gtest-optional-12.cs">
27448     <type name="C">
27449       <method name="Int32 M(System.String, Int32, System.Int32[])">
27450         <size>4</size>
27451       </method>
27452       <method name="Int32 Main()">
27453         <size>41</size>
27454       </method>
27455       <method name="Void .ctor()">
27456         <size>7</size>
27457       </method>
27458     </type>
27459     <type name="&lt;PrivateImplementationDetails&gt;">
27460       <method name="Void .ctor()">
27461         <size>7</size>
27462       </method>
27463     </type>
27464   </test>
27465   <test name="gtest-optional-13.cs">
27466     <type name="A">
27467       <method name="Int32 Foo(Int32)">
27468         <size>2</size>
27469       </method>
27470       <method name="Int32 Foo2(Int32)">
27471         <size>2</size>
27472       </method>
27473       <method name="Int32 get_Item(System.String, Int32)">
27474         <size>2</size>
27475       </method>
27476       <method name="Void .ctor()">
27477         <size>7</size>
27478       </method>
27479     </type>
27480     <type name="B">
27481       <method name="Int32 Foo(Int32)">
27482         <size>4</size>
27483       </method>
27484       <method name="Int32 Foo2(Int32)">
27485         <size>3</size>
27486       </method>
27487       <method name="Int32 get_Item(System.String, Int32)">
27488         <size>4</size>
27489       </method>
27490       <method name="Void .ctor()">
27491         <size>7</size>
27492       </method>
27493     </type>
27494     <type name="C">
27495       <method name="Int32 Main()">
27496         <size>137</size>
27497       </method>
27498       <method name="Void .ctor()">
27499         <size>7</size>
27500       </method>
27501     </type>
27502   </test>
27503   <test name="gtest-optional-14.cs">
27504     <type name="A">
27505       <method name="Int32 GetValues(System.String[], System.String)">
27506         <size>2</size>
27507       </method>
27508       <method name="Int32 GetValues(System.String, System.String[])">
27509         <size>2</size>
27510       </method>
27511       <method name="Void .ctor()">
27512         <size>7</size>
27513       </method>
27514     </type>
27515     <type name="B">
27516       <method name="Int32 Main()">
27517         <size>24</size>
27518       </method>
27519       <method name="Void .ctor()">
27520         <size>7</size>
27521       </method>
27522     </type>
27523   </test>
27524   <test name="gtest-partial-01.cs">
27525     <type name="B`1[U]">
27526       <method name="Void .ctor()">
27527         <size>7</size>
27528       </method>
27529     </type>
27530     <type name="C`1[T]">
27531       <method name="Void .ctor()">
27532         <size>7</size>
27533       </method>
27534     </type>
27535     <type name="Test">
27536       <method name="Void Main()">
27537         <size>1</size>
27538       </method>
27539       <method name="Void .ctor()">
27540         <size>7</size>
27541       </method>
27542     </type>
27543   </test>
27544   <test name="gtest-partial-02.cs">
27545     <type name="A`1[T]">
27546       <method name="Void Test()">
27547         <size>13</size>
27548       </method>
27549       <method name="T get_CurrentItem()">
27550         <size>7</size>
27551       </method>
27552       <method name="Void set_CurrentItem(T)">
27553         <size>8</size>
27554       </method>
27555       <method name="Void .ctor()">
27556         <size>7</size>
27557       </method>
27558     </type>
27559     <type name="C">
27560       <method name="Void Main()">
27561         <size>1</size>
27562       </method>
27563       <method name="Void .ctor()">
27564         <size>7</size>
27565       </method>
27566     </type>
27567   </test>
27568   <test name="gtest-repl-01.cs">
27569     <type name="MyTest">
27570       <method name="Void Run(System.String, System.String)">
27571         <size>23</size>
27572       </method>
27573       <method name="Void Evaluate(System.String, System.String, System.Object)">
27574         <size>80</size>
27575       </method>
27576       <method name="Void Main()">
27577         <size>561</size>
27578       </method>
27579       <method name="Void .ctor()">
27580         <size>7</size>
27581       </method>
27582     </type>
27583   </test>
27584   <test name="gtest-var-04.cs">
27585     <type name="Test">
27586       <method name="Void .ctor()">
27587         <size>7</size>
27588       </method>
27589       <method name="Int32 Main()">
27590         <size>231</size>
27591       </method>
27592     </type>
27593   </test>
27594   <test name="gtest-variance-1.cs">
27595     <type name="Foo">
27596       <method name="System.String get_Bar()">
27597         <size>7</size>
27598       </method>
27599       <method name="Void .ctor(String)">
27600         <size>14</size>
27601       </method>
27602     </type>
27603     <type name="Test">
27604       <method name="Int32 Main()">
27605         <size>57</size>
27606       </method>
27607       <method name="Void .ctor()">
27608         <size>7</size>
27609       </method>
27610     </type>
27611   </test>
27612   <test name="gtest-variance-10.cs">
27613     <type name="Foo">
27614       <method name="Void .ctor()">
27615         <size>7</size>
27616       </method>
27617     </type>
27618     <type name="Test">
27619       <method name="Int32 I&lt;string&gt;.get_Count()">
27620         <size>2</size>
27621       </method>
27622       <method name="Int32 I&lt;Foo&gt;.get_Count()">
27623         <size>2</size>
27624       </method>
27625       <method name="Void .ctor()">
27626         <size>7</size>
27627       </method>
27628     </type>
27629     <type name="Program">
27630       <method name="Int32 Main()">
27631         <size>29</size>
27632       </method>
27633     </type>
27634   </test>
27635   <test name="gtest-variance-11.cs">
27636     <type name="D">
27637       <method name="Void .ctor()">
27638         <size>7</size>
27639       </method>
27640       <method name="Boolean Contra[T](IContravariant`1, IContravariant`1)">
27641         <size>41</size>
27642       </method>
27643       <method name="Boolean Covariant[T](ICovariant`1, ICovariant`1)">
27644         <size>41</size>
27645       </method>
27646       <method name="Int32 Main()">
27647         <size>38</size>
27648       </method>
27649     </type>
27650   </test>
27651   <test name="gtest-variance-12.cs">
27652     <type name="D">
27653       <method name="Void add_field(D`1[System.String])">
27654         <size>47</size>
27655       </method>
27656       <method name="Void remove_field(D`1[System.String])">
27657         <size>47</size>
27658       </method>
27659       <method name="Int32 Main()">
27660         <size>56</size>
27661       </method>
27662       <method name="Void &lt;Main&gt;m__0()">
27663         <size>1</size>
27664       </method>
27665       <method name="Void .ctor()">
27666         <size>7</size>
27667       </method>
27668     </type>
27669     <type name="D`1[T]">
27670       <method name="Void Invoke()">
27671         <size>0</size>
27672       </method>
27673       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27674         <size>0</size>
27675       </method>
27676       <method name="Void EndInvoke(IAsyncResult)">
27677         <size>0</size>
27678       </method>
27679       <method name="Void .ctor(Object, IntPtr)">
27680         <size>0</size>
27681       </method>
27682     </type>
27683   </test>
27684   <test name="gtest-variance-13.cs">
27685     <type name="A">
27686       <method name="Void .ctor()">
27687         <size>7</size>
27688       </method>
27689       <method name="Void Foo[T](T, IList`1)">
27690         <size>1</size>
27691       </method>
27692       <method name="Void Test()">
27693         <size>17</size>
27694       </method>
27695     </type>
27696     <type name="B">
27697       <method name="Void .ctor()">
27698         <size>7</size>
27699       </method>
27700       <method name="Void Foo[T](T, I`1)">
27701         <size>1</size>
27702       </method>
27703       <method name="Void Test[U](U, I`1)">
27704         <size>8</size>
27705       </method>
27706     </type>
27707     <type name="M">
27708       <method name="Void .ctor()">
27709         <size>7</size>
27710       </method>
27711       <method name="Int32 Main()">
27712         <size>2</size>
27713       </method>
27714     </type>
27715   </test>
27716   <test name="gtest-variance-14.cs">
27717     <type name="A">
27718       <method name="Void .ctor()">
27719         <size>7</size>
27720       </method>
27721     </type>
27722     <type name="B">
27723       <method name="Void .ctor()">
27724         <size>7</size>
27725       </method>
27726     </type>
27727     <type name="C">
27728       <method name="Int32 Main()">
27729         <size>28</size>
27730       </method>
27731       <method name="Void .ctor()">
27732         <size>7</size>
27733       </method>
27734     </type>
27735     <type name="C+D`1[T]">
27736       <method name="Void Invoke(T)">
27737         <size>0</size>
27738       </method>
27739       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
27740         <size>0</size>
27741       </method>
27742       <method name="Void EndInvoke(IAsyncResult)">
27743         <size>0</size>
27744       </method>
27745       <method name="Void .ctor(Object, IntPtr)">
27746         <size>0</size>
27747       </method>
27748     </type>
27749     <type name="C+D`2[T,U]">
27750       <method name="T Invoke(U)">
27751         <size>0</size>
27752       </method>
27753       <method name="IAsyncResult BeginInvoke(U, System.AsyncCallback, System.Object)">
27754         <size>0</size>
27755       </method>
27756       <method name="T EndInvoke(IAsyncResult)">
27757         <size>0</size>
27758       </method>
27759       <method name="Void .ctor(Object, IntPtr)">
27760         <size>0</size>
27761       </method>
27762     </type>
27763   </test>
27764   <test name="gtest-variance-15.cs">
27765     <type name="C">
27766       <method name="Void M[T](T ByRef, C+D`1[T])">
27767         <size>13</size>
27768       </method>
27769       <method name="Void M2[T](T, C+D`1[T])">
27770         <size>8</size>
27771       </method>
27772       <method name="Void MethodArg(System.Object)">
27773         <size>1</size>
27774       </method>
27775       <method name="Int32 Main()">
27776         <size>53</size>
27777       </method>
27778       <method name="Void &lt;Main&gt;m__0(System.Object)">
27779         <size>7</size>
27780       </method>
27781       <method name="Void .ctor()">
27782         <size>7</size>
27783       </method>
27784     </type>
27785     <type name="C+D`1[T]">
27786       <method name="Void Invoke(T)">
27787         <size>0</size>
27788       </method>
27789       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
27790         <size>0</size>
27791       </method>
27792       <method name="Void EndInvoke(IAsyncResult)">
27793         <size>0</size>
27794       </method>
27795       <method name="Void .ctor(Object, IntPtr)">
27796         <size>0</size>
27797       </method>
27798     </type>
27799   </test>
27800   <test name="gtest-variance-16.cs">
27801     <type name="S">
27802       <method name="System.String op_Implicit(S)">
27803         <size>6</size>
27804       </method>
27805     </type>
27806     <type name="C">
27807       <method name="T Foo[T](T, I`1)">
27808         <size>2</size>
27809       </method>
27810       <method name="Int32 Main()">
27811         <size>45</size>
27812       </method>
27813       <method name="Void .ctor()">
27814         <size>7</size>
27815       </method>
27816     </type>
27817   </test>
27818   <test name="gtest-variance-2.cs">
27819     <type name="Foo">
27820       <method name="System.String Bar(System.Object)">
27821         <size>12</size>
27822       </method>
27823       <method name="Void .ctor()">
27824         <size>7</size>
27825       </method>
27826     </type>
27827     <type name="Test">
27828       <method name="Int32 Main()">
27829         <size>92</size>
27830       </method>
27831       <method name="Void .ctor()">
27832         <size>7</size>
27833       </method>
27834     </type>
27835   </test>
27836   <test name="gtest-variance-3.cs">
27837     <type name="Test">
27838       <method name="Int32 Main()">
27839         <size>56</size>
27840       </method>
27841       <method name="Int32 Bar(Foo`1[System.Object])">
27842         <size>12</size>
27843       </method>
27844       <method name="Void .ctor()">
27845         <size>7</size>
27846       </method>
27847     </type>
27848     <type name="Foo`1[T]">
27849       <method name="T Invoke()">
27850         <size>0</size>
27851       </method>
27852       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27853         <size>0</size>
27854       </method>
27855       <method name="T EndInvoke(IAsyncResult)">
27856         <size>0</size>
27857       </method>
27858       <method name="Void .ctor(Object, IntPtr)">
27859         <size>0</size>
27860       </method>
27861     </type>
27862     <type name="Test+&lt;Main&gt;c__AnonStorey0">
27863       <method name="System.String &lt;&gt;m__0()">
27864         <size>7</size>
27865       </method>
27866       <method name="Void .ctor()">
27867         <size>7</size>
27868       </method>
27869     </type>
27870   </test>
27871   <test name="gtest-variance-4.cs">
27872     <type name="Test">
27873       <method name="Int32 Main()">
27874         <size>58</size>
27875       </method>
27876       <method name="Int32 Bar(Foo`1[System.String], System.String)">
27877         <size>8</size>
27878       </method>
27879       <method name="Int32 &lt;Main&gt;m__0(System.Object)">
27880         <size>7</size>
27881       </method>
27882       <method name="Void .ctor()">
27883         <size>7</size>
27884       </method>
27885     </type>
27886     <type name="Foo`1[T]">
27887       <method name="Int32 Invoke(T)">
27888         <size>0</size>
27889       </method>
27890       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
27891         <size>0</size>
27892       </method>
27893       <method name="Int32 EndInvoke(IAsyncResult)">
27894         <size>0</size>
27895       </method>
27896       <method name="Void .ctor(Object, IntPtr)">
27897         <size>0</size>
27898       </method>
27899     </type>
27900   </test>
27901   <test name="gtest-variance-5.cs">
27902     <type name="BothVariants`2[T1,T2]">
27903       <method name="T1 get_Foo()">
27904         <size>7</size>
27905       </method>
27906       <method name="Void set_Foo(T1)">
27907         <size>8</size>
27908       </method>
27909       <method name="Int32 Bar(T2)">
27910         <size>35</size>
27911       </method>
27912       <method name="Void .ctor(T1)">
27913         <size>14</size>
27914       </method>
27915     </type>
27916     <type name="Invariant`1[T]">
27917       <method name="T get_Foo()">
27918         <size>36</size>
27919       </method>
27920       <method name="Int32 Bar(T)">
27921         <size>14</size>
27922       </method>
27923       <method name="Void .ctor()">
27924         <size>7</size>
27925       </method>
27926     </type>
27927     <type name="A">
27928       <method name="System.String get_Fruit()">
27929         <size>6</size>
27930       </method>
27931       <method name="Void .ctor()">
27932         <size>7</size>
27933       </method>
27934     </type>
27935     <type name="B">
27936       <method name="System.String get_Fruit()">
27937         <size>6</size>
27938       </method>
27939       <method name="Void .ctor()">
27940         <size>7</size>
27941       </method>
27942     </type>
27943     <type name="C">
27944       <method name="System.String get_Fruit()">
27945         <size>6</size>
27946       </method>
27947       <method name="Void .ctor()">
27948         <size>7</size>
27949       </method>
27950     </type>
27951     <type name="Test">
27952       <method name="Int32 Main()">
27953         <size>110</size>
27954       </method>
27955       <method name="Void .ctor()">
27956         <size>7</size>
27957       </method>
27958     </type>
27959   </test>
27960   <test name="gtest-variance-6.cs">
27961     <type name="Program">
27962       <method name="Void .ctor()">
27963         <size>7</size>
27964       </method>
27965       <method name="Void Main()">
27966         <size>1</size>
27967       </method>
27968     </type>
27969     <type name="Cov1`1[U]">
27970       <method name="Void .ctor(Object, IntPtr)">
27971         <size>0</size>
27972       </method>
27973       <method name="ICovariant`1 Invoke(IContravariant`1)">
27974         <size>0</size>
27975       </method>
27976       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
27977         <size>0</size>
27978       </method>
27979       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
27980         <size>0</size>
27981       </method>
27982     </type>
27983     <type name="Cov2`1[U]">
27984       <method name="Void .ctor(Object, IntPtr)">
27985         <size>0</size>
27986       </method>
27987       <method name="ICovariant`1 Invoke(IContravariant`1)">
27988         <size>0</size>
27989       </method>
27990       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
27991         <size>0</size>
27992       </method>
27993       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
27994         <size>0</size>
27995       </method>
27996     </type>
27997     <type name="Cov3`1[U]">
27998       <method name="Void .ctor(Object, IntPtr)">
27999         <size>0</size>
28000       </method>
28001       <method name="ICovariant`1 Invoke(IContravariant`1)">
28002         <size>0</size>
28003       </method>
28004       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
28005         <size>0</size>
28006       </method>
28007       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
28008         <size>0</size>
28009       </method>
28010     </type>
28011     <type name="Cov4`1[U]">
28012       <method name="Void .ctor(Object, IntPtr)">
28013         <size>0</size>
28014       </method>
28015       <method name="ICovariant`1 Invoke()">
28016         <size>0</size>
28017       </method>
28018       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28019         <size>0</size>
28020       </method>
28021       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
28022         <size>0</size>
28023       </method>
28024     </type>
28025     <type name="Cov5`1[U]">
28026       <method name="Void .ctor(Object, IntPtr)">
28027         <size>0</size>
28028       </method>
28029       <method name="IContravariant`1 Invoke()">
28030         <size>0</size>
28031       </method>
28032       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28033         <size>0</size>
28034       </method>
28035       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
28036         <size>0</size>
28037       </method>
28038     </type>
28039     <type name="Contra5`1[U]">
28040       <method name="Void .ctor(Object, IntPtr)">
28041         <size>0</size>
28042       </method>
28043       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
28044         <size>0</size>
28045       </method>
28046       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
28047         <size>0</size>
28048       </method>
28049       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
28050         <size>0</size>
28051       </method>
28052     </type>
28053     <type name="Contra6`1[U]">
28054       <method name="Void .ctor(Object, IntPtr)">
28055         <size>0</size>
28056       </method>
28057       <method name="IContravariant`1 Invoke()">
28058         <size>0</size>
28059       </method>
28060       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28061         <size>0</size>
28062       </method>
28063       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
28064         <size>0</size>
28065       </method>
28066     </type>
28067     <type name="Contra7`1[U]">
28068       <method name="Void .ctor(Object, IntPtr)">
28069         <size>0</size>
28070       </method>
28071       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
28072         <size>0</size>
28073       </method>
28074       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
28075         <size>0</size>
28076       </method>
28077       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
28078         <size>0</size>
28079       </method>
28080     </type>
28081     <type name="Contra8`1[U]">
28082       <method name="Void .ctor(Object, IntPtr)">
28083         <size>0</size>
28084       </method>
28085       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
28086         <size>0</size>
28087       </method>
28088       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
28089         <size>0</size>
28090       </method>
28091       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
28092         <size>0</size>
28093       </method>
28094     </type>
28095   </test>
28096   <test name="gtest-variance-7.cs">
28097     <type name="C">
28098       <method name="Void .ctor()">
28099         <size>7</size>
28100       </method>
28101       <method name="Void Main()">
28102         <size>1</size>
28103       </method>
28104     </type>
28105     <type name="Covariant`1[T]">
28106       <method name="Void .ctor(Object, IntPtr)">
28107         <size>0</size>
28108       </method>
28109       <method name="T Invoke()">
28110         <size>0</size>
28111       </method>
28112       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28113         <size>0</size>
28114       </method>
28115       <method name="T EndInvoke(IAsyncResult)">
28116         <size>0</size>
28117       </method>
28118     </type>
28119     <type name="Contra`1[T]">
28120       <method name="Void .ctor(Object, IntPtr)">
28121         <size>0</size>
28122       </method>
28123       <method name="Void Invoke(T)">
28124         <size>0</size>
28125       </method>
28126       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
28127         <size>0</size>
28128       </method>
28129       <method name="Void EndInvoke(IAsyncResult)">
28130         <size>0</size>
28131       </method>
28132     </type>
28133     <type name="CoContra`2[TR,T]">
28134       <method name="Void .ctor(Object, IntPtr)">
28135         <size>0</size>
28136       </method>
28137       <method name="TR Invoke(T)">
28138         <size>0</size>
28139       </method>
28140       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
28141         <size>0</size>
28142       </method>
28143       <method name="TR EndInvoke(IAsyncResult)">
28144         <size>0</size>
28145       </method>
28146     </type>
28147     <type name="None`1[T]">
28148       <method name="Void .ctor(Object, IntPtr)">
28149         <size>0</size>
28150       </method>
28151       <method name="Void Invoke(T)">
28152         <size>0</size>
28153       </method>
28154       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
28155         <size>0</size>
28156       </method>
28157       <method name="Void EndInvoke(IAsyncResult)">
28158         <size>0</size>
28159       </method>
28160     </type>
28161     <type name="Test`1[U]">
28162       <method name="Void .ctor(Object, IntPtr)">
28163         <size>0</size>
28164       </method>
28165       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] Invoke()">
28166         <size>0</size>
28167       </method>
28168       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28169         <size>0</size>
28170       </method>
28171       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] EndInvoke(IAsyncResult)">
28172         <size>0</size>
28173       </method>
28174     </type>
28175     <type name="Test2`1[U]">
28176       <method name="Void .ctor(Object, IntPtr)">
28177         <size>0</size>
28178       </method>
28179       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] Invoke()">
28180         <size>0</size>
28181       </method>
28182       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28183         <size>0</size>
28184       </method>
28185       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] EndInvoke(IAsyncResult)">
28186         <size>0</size>
28187       </method>
28188     </type>
28189     <type name="Test3`1[U]">
28190       <method name="Void .ctor(Object, IntPtr)">
28191         <size>0</size>
28192       </method>
28193       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
28194         <size>0</size>
28195       </method>
28196       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28197         <size>0</size>
28198       </method>
28199       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
28200         <size>0</size>
28201       </method>
28202     </type>
28203     <type name="Test4`1[U]">
28204       <method name="Void .ctor(Object, IntPtr)">
28205         <size>0</size>
28206       </method>
28207       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
28208         <size>0</size>
28209       </method>
28210       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28211         <size>0</size>
28212       </method>
28213       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
28214         <size>0</size>
28215       </method>
28216     </type>
28217     <type name="Test5`1[U]">
28218       <method name="Void .ctor(Object, IntPtr)">
28219         <size>0</size>
28220       </method>
28221       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] Invoke()">
28222         <size>0</size>
28223       </method>
28224       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28225         <size>0</size>
28226       </method>
28227       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] EndInvoke(IAsyncResult)">
28228         <size>0</size>
28229       </method>
28230     </type>
28231     <type name="Test6`1[U]">
28232       <method name="Void .ctor(Object, IntPtr)">
28233         <size>0</size>
28234       </method>
28235       <method name="Void Invoke(Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]])">
28236         <size>0</size>
28237       </method>
28238       <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)">
28239         <size>0</size>
28240       </method>
28241       <method name="Void EndInvoke(IAsyncResult)">
28242         <size>0</size>
28243       </method>
28244     </type>
28245     <type name="Both`2[U,V]">
28246       <method name="Void .ctor(Object, IntPtr)">
28247         <size>0</size>
28248       </method>
28249       <method name="Void Invoke(CoContra`2[U,V])">
28250         <size>0</size>
28251       </method>
28252       <method name="IAsyncResult BeginInvoke(CoContra`2[U,V], System.AsyncCallback, System.Object)">
28253         <size>0</size>
28254       </method>
28255       <method name="Void EndInvoke(IAsyncResult)">
28256         <size>0</size>
28257       </method>
28258     </type>
28259     <type name="Both2`2[U,V]">
28260       <method name="Void .ctor(Object, IntPtr)">
28261         <size>0</size>
28262       </method>
28263       <method name="Void Invoke(CoContra`2[U,Contra`1[U]])">
28264         <size>0</size>
28265       </method>
28266       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[U]], System.AsyncCallback, System.Object)">
28267         <size>0</size>
28268       </method>
28269       <method name="Void EndInvoke(IAsyncResult)">
28270         <size>0</size>
28271       </method>
28272     </type>
28273     <type name="Both3`2[U,V]">
28274       <method name="Void .ctor(Object, IntPtr)">
28275         <size>0</size>
28276       </method>
28277       <method name="Void Invoke(CoContra`2[U,Contra`1[System.Int32]])">
28278         <size>0</size>
28279       </method>
28280       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[System.Int32]], System.AsyncCallback, System.Object)">
28281         <size>0</size>
28282       </method>
28283       <method name="Void EndInvoke(IAsyncResult)">
28284         <size>0</size>
28285       </method>
28286     </type>
28287     <type name="Both4`2[U,V]">
28288       <method name="Void .ctor(Object, IntPtr)">
28289         <size>0</size>
28290       </method>
28291       <method name="Void Invoke(Both`2[V,U])">
28292         <size>0</size>
28293       </method>
28294       <method name="IAsyncResult BeginInvoke(Both`2[V,U], System.AsyncCallback, System.Object)">
28295         <size>0</size>
28296       </method>
28297       <method name="Void EndInvoke(IAsyncResult)">
28298         <size>0</size>
28299       </method>
28300     </type>
28301     <type name="Both5`2[U,V]">
28302       <method name="Void .ctor(Object, IntPtr)">
28303         <size>0</size>
28304       </method>
28305       <method name="Void Invoke(Both`2[V,System.Int32])">
28306         <size>0</size>
28307       </method>
28308       <method name="IAsyncResult BeginInvoke(Both`2[V,System.Int32], System.AsyncCallback, System.Object)">
28309         <size>0</size>
28310       </method>
28311       <method name="Void EndInvoke(IAsyncResult)">
28312         <size>0</size>
28313       </method>
28314     </type>
28315   </test>
28316   <test name="gtest-variance-8.cs">
28317     <type name="A`1[T]">
28318       <method name="Void .ctor()">
28319         <size>7</size>
28320       </method>
28321     </type>
28322     <type name="C">
28323       <method name="Int32 Main()">
28324         <size>144</size>
28325       </method>
28326       <method name="Void .ctor()">
28327         <size>7</size>
28328       </method>
28329     </type>
28330   </test>
28331   <test name="gtest-variance-9.cs">
28332     <type name="Test">
28333       <method name="Void .ctor()">
28334         <size>7</size>
28335       </method>
28336       <method name="Void Foo(IIn`1)">
28337         <size>1</size>
28338       </method>
28339       <method name="Int32 Main()">
28340         <size>10</size>
28341       </method>
28342     </type>
28343   </test>
28344   <test name="test-1.cs">
28345     <type name="X">
28346       <method name="Void .ctor()">
28347         <size>7</size>
28348       </method>
28349       <method name="Int32 Main(System.String[])">
28350         <size>12</size>
28351       </method>
28352     </type>
28353   </test>
28354   <test name="test-10.cs">
28355     <type name="X">
28356       <method name="Void .ctor()">
28357         <size>7</size>
28358       </method>
28359       <method name="Void asbyte(Byte, UInt16, UInt32, UInt64, Char)">
28360         <size>1</size>
28361       </method>
28362       <method name="Void bsbyte()">
28363         <size>35</size>
28364       </method>
28365       <method name="Void abyte(SByte, Char)">
28366         <size>1</size>
28367       </method>
28368       <method name="Void bbyte()">
28369         <size>22</size>
28370       </method>
28371       <method name="Void ashort(SByte, Byte, UInt16, UInt32, UInt64, Char)">
28372         <size>1</size>
28373       </method>
28374       <method name="Void bshort()">
28375         <size>39</size>
28376       </method>
28377       <method name="Void aushort(SByte, Byte, Int16, Char)">
28378         <size>1</size>
28379       </method>
28380       <method name="Void bushort()">
28381         <size>29</size>
28382       </method>
28383       <method name="Void aint(SByte, Byte, Int16, UInt16, UInt32, UInt64, Char)">
28384         <size>1</size>
28385       </method>
28386       <method name="Void bint()">
28387         <size>42</size>
28388       </method>
28389       <method name="Void auint(SByte, Byte, Int16, UInt16, Int32, Char)">
28390         <size>1</size>
28391       </method>
28392       <method name="Void buint()">
28393         <size>38</size>
28394       </method>
28395       <method name="Void along(SByte, Byte, Int16, UInt16, Int32, UInt32, UInt64, Char)">
28396         <size>1</size>
28397       </method>
28398       <method name="Void blong()">
28399         <size>47</size>
28400       </method>
28401       <method name="Void aulong(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, Char)">
28402         <size>1</size>
28403       </method>
28404       <method name="Void bulong()">
28405         <size>47</size>
28406       </method>
28407       <method name="Void achar(SByte, Byte, Int16)">
28408         <size>1</size>
28409       </method>
28410       <method name="Void bchar()">
28411         <size>27</size>
28412       </method>
28413       <method name="Void afloat(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Decimal)">
28414         <size>1</size>
28415       </method>
28416       <method name="Void bfloat()">
28417         <size>67</size>
28418       </method>
28419       <method name="Void adouble(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Single, Decimal)">
28420         <size>1</size>
28421       </method>
28422       <method name="Void bdouble()">
28423         <size>75</size>
28424       </method>
28425       <method name="Void TestDecimal(Decimal)">
28426         <size>15</size>
28427       </method>
28428       <method name="Void Main()">
28429         <size>1</size>
28430       </method>
28431     </type>
28432     <type name="Test2">
28433       <method name="Void .ctor()">
28434         <size>7</size>
28435       </method>
28436       <method name="Void ExtraTst()">
28437         <size>10</size>
28438       </method>
28439     </type>
28440   </test>
28441   <test name="test-100.cs">
28442     <type name="GLib.Object">
28443       <method name="Void .ctor()">
28444         <size>7</size>
28445       </method>
28446       <method name="Int32 get_Raw()">
28447         <size>2</size>
28448       </method>
28449       <method name="Void set_Raw(Int32)">
28450         <size>8</size>
28451       </method>
28452       <method name="Void GetProperty()">
28453         <size>12</size>
28454       </method>
28455       <method name="Int32 Main()">
28456         <size>2</size>
28457       </method>
28458     </type>
28459   </test>
28460   <test name="test-101.cs">
28461     <type name="Test.MyAttribute">
28462       <method name="Void .ctor(String)">
28463         <size>20</size>
28464       </method>
28465     </type>
28466     <type name="Test.My2Attribute">
28467       <method name="Void .ctor(String, Int32)">
28468         <size>31</size>
28469       </method>
28470     </type>
28471     <type name="Test.Test">
28472       <method name="Void .ctor()">
28473         <size>7</size>
28474       </method>
28475       <method name="Int32 Main()">
28476         <size>92</size>
28477       </method>
28478     </type>
28479   </test>
28480   <test name="test-102.cs">
28481     <type name="N1.MineAttribute">
28482       <method name="Void .ctor(String)">
28483         <size>14</size>
28484       </method>
28485     </type>
28486     <type name="N1.ReturnAttribute">
28487       <method name="Void .ctor(String)">
28488         <size>14</size>
28489       </method>
28490     </type>
28491     <type name="N1.Foo">
28492       <method name="Void .ctor()">
28493         <size>7</size>
28494       </method>
28495       <method name="Int32 Main()">
28496         <size>250</size>
28497       </method>
28498     </type>
28499   </test>
28500   <test name="test-103.cs">
28501     <type name="A">
28502       <method name="Void .ctor()">
28503         <size>7</size>
28504       </method>
28505       <method name="Int32 Foo()">
28506         <size>0</size>
28507       </method>
28508     </type>
28509     <type name="B">
28510       <method name="Void .ctor()">
28511         <size>7</size>
28512       </method>
28513       <method name="Int32 Foo()">
28514         <size>2</size>
28515       </method>
28516       <method name="Int32 M()">
28517         <size>7</size>
28518       </method>
28519     </type>
28520     <type name="Test">
28521       <method name="Void .ctor()">
28522         <size>7</size>
28523       </method>
28524       <method name="Int32 Main()">
28525         <size>11</size>
28526       </method>
28527     </type>
28528   </test>
28529   <test name="test-104.cs">
28530     <type name="Test">
28531       <method name="Void .ctor()">
28532         <size>7</size>
28533       </method>
28534       <method name="Int32 Main(System.String[])">
28535         <size>12</size>
28536       </method>
28537     </type>
28538   </test>
28539   <test name="test-105.cs">
28540     <type name="Test">
28541       <method name="Void .ctor()">
28542         <size>7</size>
28543       </method>
28544       <method name="Int32 F(Int32)">
28545         <size>33</size>
28546       </method>
28547       <method name="Void async_callback(IAsyncResult)">
28548         <size>22</size>
28549       </method>
28550       <method name="Int32 Main()">
28551         <size>407</size>
28552       </method>
28553     </type>
28554     <type name="Test+SimpleDelegate">
28555       <method name="Void .ctor(Object, IntPtr)">
28556         <size>0</size>
28557       </method>
28558       <method name="Int32 Invoke(Int32)">
28559         <size>0</size>
28560       </method>
28561       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
28562         <size>0</size>
28563       </method>
28564       <method name="Int32 EndInvoke(IAsyncResult)">
28565         <size>0</size>
28566       </method>
28567     </type>
28568   </test>
28569   <test name="test-107.cs">
28570     <type name="Test">
28571       <method name="Void .ctor()">
28572         <size>7</size>
28573       </method>
28574       <method name="Void .cctor()">
28575         <size>1</size>
28576       </method>
28577       <method name="Int32 F(Int32)">
28578         <size>27</size>
28579       </method>
28580       <method name="Void async_callback(IAsyncResult)">
28581         <size>100</size>
28582       </method>
28583       <method name="Int32 Main()">
28584         <size>89</size>
28585       </method>
28586     </type>
28587     <type name="Test+SimpleDelegate">
28588       <method name="Void .ctor(Object, IntPtr)">
28589         <size>0</size>
28590       </method>
28591       <method name="Int32 Invoke(Int32)">
28592         <size>0</size>
28593       </method>
28594       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
28595         <size>0</size>
28596       </method>
28597       <method name="Int32 EndInvoke(IAsyncResult)">
28598         <size>0</size>
28599       </method>
28600     </type>
28601   </test>
28602   <test name="test-108.cs">
28603     <type name="X">
28604       <method name="Void .ctor()">
28605         <size>7</size>
28606       </method>
28607       <method name="Int32 Main()">
28608         <size>79</size>
28609       </method>
28610     </type>
28611   </test>
28612   <test name="test-109.cs">
28613     <type name="T">
28614       <method name="Void .ctor()">
28615         <size>7</size>
28616       </method>
28617       <method name="Int32 Main()">
28618         <size>23</size>
28619       </method>
28620     </type>
28621   </test>
28622   <test name="test-11.cs">
28623     <type name="Test">
28624       <method name="Void .ctor()">
28625         <size>7</size>
28626       </method>
28627       <method name="Int32 boxtest()">
28628         <size>12</size>
28629       </method>
28630       <method name="Int32 Main()">
28631         <size>14</size>
28632       </method>
28633     </type>
28634   </test>
28635   <test name="test-110.cs">
28636     <type name="test.test">
28637       <method name="Void .ctor()">
28638         <size>7</size>
28639       </method>
28640       <method name="Int32 test_method(Int32)">
28641         <size>13</size>
28642       </method>
28643       <method name="Int32 Main()">
28644         <size>17</size>
28645       </method>
28646     </type>
28647   </test>
28648   <test name="test-111.cs">
28649     <type name="T">
28650       <method name="Void .ctor()">
28651         <size>7</size>
28652       </method>
28653       <method name="System.Object get_obj()">
28654         <size>6</size>
28655       </method>
28656       <method name="Int32 Main()">
28657         <size>21</size>
28658       </method>
28659     </type>
28660   </test>
28661   <test name="test-112.cs">
28662     <type name="X">
28663       <method name="Void .ctor()">
28664         <size>7</size>
28665       </method>
28666       <method name="System.Int32[] g()">
28667         <size>14</size>
28668       </method>
28669       <method name="Int32 Main()">
28670         <size>18</size>
28671       </method>
28672     </type>
28673   </test>
28674   <test name="test-113.cs">
28675     <type name="X">
28676       <method name="Void .ctor()">
28677         <size>7</size>
28678       </method>
28679       <method name="Void g_object_get(IntPtr, System.String, System.String ByRef, IntPtr)">
28680         <size>4</size>
28681       </method>
28682       <method name="Void GetProperty(System.String, System.String ByRef)">
28683         <size>21</size>
28684       </method>
28685       <method name="Void g_object_get(IntPtr, System.String, Boolean ByRef, IntPtr)">
28686         <size>4</size>
28687       </method>
28688       <method name="Void GetProperty(System.String, Boolean ByRef)">
28689         <size>21</size>
28690       </method>
28691       <method name="Int32 Main()">
28692         <size>2</size>
28693       </method>
28694     </type>
28695   </test>
28696   <test name="test-114.cs">
28697     <type name="MyClass">
28698       <method name="Void .ctor()">
28699         <size>7</size>
28700       </method>
28701       <method name="Int32 Main()">
28702         <size>15</size>
28703       </method>
28704     </type>
28705     <type name="MyClass+IsAnything">
28706       <method name="Void .ctor(Object, IntPtr)">
28707         <size>0</size>
28708       </method>
28709       <method name="Boolean Invoke(Char)">
28710         <size>0</size>
28711       </method>
28712       <method name="IAsyncResult BeginInvoke(Char, System.AsyncCallback, System.Object)">
28713         <size>0</size>
28714       </method>
28715       <method name="Boolean EndInvoke(IAsyncResult)">
28716         <size>0</size>
28717       </method>
28718     </type>
28719   </test>
28720   <test name="test-115.cs">
28721     <type name="A">
28722       <method name="Void .ctor()">
28723         <size>7</size>
28724       </method>
28725       <method name="X op_Explicit(A)">
28726         <size>8</size>
28727       </method>
28728     </type>
28729     <type name="X">
28730       <method name="Void .ctor()">
28731         <size>7</size>
28732       </method>
28733     </type>
28734     <type name="Y">
28735       <method name="Void .ctor()">
28736         <size>7</size>
28737       </method>
28738     </type>
28739     <type name="blah">
28740       <method name="Void .ctor()">
28741         <size>7</size>
28742       </method>
28743       <method name="Int32 Main()">
28744         <size>47</size>
28745       </method>
28746     </type>
28747   </test>
28748   <test name="test-116.cs">
28749     <type name="X">
28750       <method name="Void .ctor()">
28751         <size>7</size>
28752       </method>
28753       <method name="Int32 Main()">
28754         <size>12</size>
28755       </method>
28756     </type>
28757   </test>
28758   <test name="test-117.cs">
28759     <type name="Blah">
28760       <method name="Void .ctor()">
28761         <size>18</size>
28762       </method>
28763       <method name="Int32 Main()">
28764         <size>25</size>
28765       </method>
28766     </type>
28767   </test>
28768   <test name="test-118.cs">
28769     <type name="Container">
28770       <method name="Void .ctor()">
28771         <size>7</size>
28772       </method>
28773       <method name="Int32 Main(System.String[])">
28774         <size>2</size>
28775       </method>
28776     </type>
28777   </test>
28778   <test name="test-119.cs">
28779     <type name="Value">
28780       <method name="Void .ctor()">
28781         <size>7</size>
28782       </method>
28783       <method name="Int32 op_Explicit(Value)">
28784         <size>2</size>
28785       </method>
28786       <method name="MyObject op_Explicit(Value)">
28787         <size>7</size>
28788       </method>
28789       <method name="UInt32 op_Explicit(Value)">
28790         <size>2</size>
28791       </method>
28792     </type>
28793     <type name="MyObject">
28794       <method name="Void .ctor(Int32)">
28795         <size>7</size>
28796       </method>
28797     </type>
28798     <type name="Derived">
28799       <method name="Void .ctor(Int32)">
28800         <size>8</size>
28801       </method>
28802       <method name="Derived Blah()">
28803         <size>18</size>
28804       </method>
28805     </type>
28806     <type name="Test">
28807       <method name="Void .ctor()">
28808         <size>7</size>
28809       </method>
28810       <method name="Int32 Main()">
28811         <size>33</size>
28812       </method>
28813     </type>
28814   </test>
28815   <test name="test-12.cs">
28816     <type name="X">
28817       <method name="Void .ctor()">
28818         <size>7</size>
28819       </method>
28820       <method name="Int32 Main(System.String[])">
28821         <size>270</size>
28822       </method>
28823       <method name="System.String s(System.String, Int32)">
28824         <size>13</size>
28825       </method>
28826       <method name="System.String x(System.String, System.Object)">
28827         <size>8</size>
28828       </method>
28829     </type>
28830   </test>
28831   <test name="test-120.cs">
28832     <type name="test">
28833       <method name="Void .ctor()">
28834         <size>7</size>
28835       </method>
28836       <method name="Int32 Main()">
28837         <size>140</size>
28838       </method>
28839     </type>
28840   </test>
28841   <test name="test-121.cs">
28842     <type name="X">
28843       <method name="Void .ctor()">
28844         <size>7</size>
28845       </method>
28846       <method name="Int32 g()">
28847         <size>14</size>
28848       </method>
28849       <method name="Int32 Main()">
28850         <size>81</size>
28851       </method>
28852     </type>
28853   </test>
28854   <test name="test-122.cs">
28855     <type name="A">
28856       <method name="Void .ctor()">
28857         <size>7</size>
28858       </method>
28859       <method name="Void .cctor()">
28860         <size>1</size>
28861       </method>
28862       <method name="Int32 Main()">
28863         <size>2</size>
28864       </method>
28865     </type>
28866     <type name="A+B">
28867       <method name="Void .ctor()">
28868         <size>7</size>
28869       </method>
28870       <method name="Void Foo()">
28871         <size>13</size>
28872       </method>
28873     </type>
28874   </test>
28875   <test name="test-123.cs">
28876     <type name="X">
28877       <method name="Void .ctor()">
28878         <size>7</size>
28879       </method>
28880       <method name="System.Object get_non_null()">
28881         <size>6</size>
28882       </method>
28883       <method name="System.Object get_null()">
28884         <size>2</size>
28885       </method>
28886       <method name="Int32 Main()">
28887         <size>95</size>
28888       </method>
28889     </type>
28890   </test>
28891   <test name="test-124.cs">
28892     <type name="t">
28893       <method name="Void .ctor()">
28894         <size>7</size>
28895       </method>
28896       <method name="Void a()">
28897         <size>16</size>
28898       </method>
28899       <method name="Void b()">
28900         <size>16</size>
28901       </method>
28902       <method name="Void c()">
28903         <size>24</size>
28904       </method>
28905       <method name="Void d()">
28906         <size>28</size>
28907       </method>
28908       <method name="Void Main()">
28909         <size>1</size>
28910       </method>
28911     </type>
28912   </test>
28913   <test name="test-125.cs">
28914     <type name="Fraction">
28915       <method name="Void .ctor(Int32, Int32)">
28916         <size>31</size>
28917       </method>
28918       <method name="Void .ctor(Int32)">
28919         <size>31</size>
28920       </method>
28921       <method name="Boolean Equals(System.Object)">
28922         <size>36</size>
28923       </method>
28924       <method name="System.String ToString()">
28925         <size>35</size>
28926       </method>
28927       <method name="Fraction op_Implicit(Int32)">
28928         <size>17</size>
28929       </method>
28930       <method name="Int32 op_Explicit(Fraction)">
28931         <size>24</size>
28932       </method>
28933       <method name="Boolean op_Equality(Fraction, Fraction)">
28934         <size>48</size>
28935       </method>
28936       <method name="Boolean op_Inequality(Fraction, Fraction)">
28937         <size>21</size>
28938       </method>
28939       <method name="Fraction op_Addition(Fraction, Fraction)">
28940         <size>102</size>
28941       </method>
28942     </type>
28943     <type name="Tester">
28944       <method name="Void .ctor()">
28945         <size>7</size>
28946       </method>
28947       <method name="Int32 Main()">
28948         <size>148</size>
28949       </method>
28950     </type>
28951   </test>
28952   <test name="test-126.cs">
28953     <type name="X">
28954       <method name="Void .ctor()">
28955         <size>7</size>
28956       </method>
28957       <method name="Void Iface.Method()">
28958         <size>1</size>
28959       </method>
28960       <method name="Int32 Main()">
28961         <size>33</size>
28962       </method>
28963     </type>
28964   </test>
28965   <test name="test-127.cs">
28966     <type name="X">
28967       <method name="Void .ctor()">
28968         <size>7</size>
28969       </method>
28970       <method name="Int32 Main()">
28971         <size>32</size>
28972       </method>
28973     </type>
28974   </test>
28975   <test name="test-128.cs">
28976     <type name="SimpleAttribute">
28977       <method name="Void .ctor(String)">
28978         <size>14</size>
28979       </method>
28980     </type>
28981     <type name="MineAttribute">
28982       <method name="Void .ctor(Type[])">
28983         <size>14</size>
28984       </method>
28985     </type>
28986     <type name="Foo">
28987       <method name="Void .ctor()">
28988         <size>7</size>
28989       </method>
28990       <method name="Int32 MM()">
28991         <size>168</size>
28992       </method>
28993     </type>
28994     <type name="Blah">
28995       <method name="Void .ctor()">
28996         <size>7</size>
28997       </method>
28998       <method name="Int32 get_Value()">
28999         <size>7</size>
29000       </method>
29001       <method name="Void set_Value(Int32)">
29002         <size>8</size>
29003       </method>
29004       <method name="Int32 Another()">
29005         <size>2</size>
29006       </method>
29007       <method name="Int32 Main()">
29008         <size>6</size>
29009       </method>
29010     </type>
29011   </test>
29012   <test name="test-129.cs">
29013     <type name="X">
29014       <method name="Void .ctor()">
29015         <size>7</size>
29016       </method>
29017       <method name="Int32 Main()">
29018         <size>27</size>
29019       </method>
29020     </type>
29021   </test>
29022   <test name="test-13.cs">
29023     <type name="Foo">
29024       <method name="Void .ctor()">
29025         <size>7</size>
29026       </method>
29027       <method name="Boolean MyMethod()">
29028         <size>12</size>
29029       </method>
29030     </type>
29031     <type name="Blah">
29032       <method name="Void .ctor()">
29033         <size>7</size>
29034       </method>
29035       <method name="Int32 Main()">
29036         <size>23</size>
29037       </method>
29038     </type>
29039   </test>
29040   <test name="test-130.cs">
29041     <type name="X">
29042       <method name="Void .ctor()">
29043         <size>20</size>
29044       </method>
29045       <method name="Int32 Main()">
29046         <size>2</size>
29047       </method>
29048     </type>
29049   </test>
29050   <test name="test-131.cs">
29051     <type name="SimpleAttribute">
29052       <method name="Void .ctor(String)">
29053         <size>14</size>
29054       </method>
29055     </type>
29056     <type name="Blah">
29057       <method name="Void .ctor()">
29058         <size>7</size>
29059       </method>
29060       <method name="Int32 Main()">
29061         <size>2</size>
29062       </method>
29063     </type>
29064   </test>
29065   <test name="test-132.cs">
29066     <type name="T">
29067       <method name="Void .ctor()">
29068         <size>7</size>
29069       </method>
29070       <method name="Int32 Main()">
29071         <size>57</size>
29072       </method>
29073     </type>
29074   </test>
29075   <test name="test-133.cs">
29076     <type name="T">
29077       <method name="Void .ctor()">
29078         <size>7</size>
29079       </method>
29080       <method name="Void DecodeOp(UInt16, OpCode ByRef, OpFlags ByRef)">
29081         <size>21</size>
29082       </method>
29083       <method name="Void get_struct(S ByRef)">
29084         <size>24</size>
29085       </method>
29086       <method name="Int32 Main()">
29087         <size>75</size>
29088       </method>
29089     </type>
29090   </test>
29091   <test name="test-134.cs">
29092     <type name="AA">
29093       <method name="Void .ctor()">
29094         <size>7</size>
29095       </method>
29096       <method name="Void A()">
29097         <size>8</size>
29098       </method>
29099       <method name="Void B()">
29100         <size>8</size>
29101       </method>
29102       <method name="Void C()">
29103         <size>8</size>
29104       </method>
29105       <method name="Boolean get_OK()">
29106         <size>32</size>
29107       </method>
29108     </type>
29109     <type name="BB">
29110       <method name="Void .ctor()">
29111         <size>7</size>
29112       </method>
29113       <method name="Void A()">
29114         <size>18</size>
29115       </method>
29116       <method name="Void B()">
29117         <size>8</size>
29118       </method>
29119       <method name="Void C()">
29120         <size>8</size>
29121       </method>
29122       <method name="Boolean get_OK()">
29123         <size>32</size>
29124       </method>
29125     </type>
29126     <type name="T">
29127       <method name="Void .ctor()">
29128         <size>7</size>
29129       </method>
29130       <method name="Void A()">
29131         <size>1</size>
29132       </method>
29133       <method name="Void B()">
29134         <size>1</size>
29135       </method>
29136       <method name="Int32 Main()">
29137         <size>76</size>
29138       </method>
29139     </type>
29140   </test>
29141   <test name="test-135.cs">
29142     <type name="A">
29143       <method name="Void .ctor()">
29144         <size>7</size>
29145       </method>
29146       <method name="Void doh()">
29147         <size>1</size>
29148       </method>
29149     </type>
29150     <type name="T">
29151       <method name="Void .ctor()">
29152         <size>7</size>
29153       </method>
29154       <method name="A get_Prop()">
29155         <size>6</size>
29156       </method>
29157       <method name="Int32 Main()">
29158         <size>37</size>
29159       </method>
29160       <method name="IA IB.get_Prop()">
29161         <size>6</size>
29162       </method>
29163     </type>
29164   </test>
29165   <test name="test-136.cs">
29166     <type name="MyCar">
29167       <method name="Void .ctor()">
29168         <size>7</size>
29169       </method>
29170       <method name="Void IDiagnostic.Stop()">
29171         <size>8</size>
29172       </method>
29173       <method name="Void IAutomobile.Stop()">
29174         <size>8</size>
29175       </method>
29176       <method name="Void Stop()">
29177         <size>16</size>
29178       </method>
29179     </type>
29180     <type name="TestConflict">
29181       <method name="Void .ctor()">
29182         <size>7</size>
29183       </method>
29184       <method name="Int32 Main()">
29185         <size>74</size>
29186       </method>
29187     </type>
29188   </test>
29189   <test name="test-137.cs">
29190     <type name="C">
29191       <method name="Void .ctor()">
29192         <size>7</size>
29193       </method>
29194       <method name="Void X()">
29195         <size>15</size>
29196       </method>
29197       <method name="Int32 Main()">
29198         <size>95</size>
29199       </method>
29200     </type>
29201   </test>
29202   <test name="test-138.cs">
29203     <type name="T">
29204       <method name="Void .ctor()">
29205         <size>7</size>
29206       </method>
29207       <method name="Int32 Main()">
29208         <size>14</size>
29209       </method>
29210     </type>
29211   </test>
29212   <test name="test-139.cs">
29213     <type name="T">
29214       <method name="Void one()">
29215         <size>13</size>
29216       </method>
29217       <method name="Void two(T)">
29218         <size>8</size>
29219       </method>
29220       <method name="Void three(T ByRef)">
29221         <size>13</size>
29222       </method>
29223       <method name="Int32 GetHashCode()">
29224         <size>12</size>
29225       </method>
29226       <method name="Int32 Main()">
29227         <size>31</size>
29228       </method>
29229     </type>
29230   </test>
29231   <test name="test-14.cs">
29232     <type name="Obj.A">
29233       <method name="Void .ctor()">
29234         <size>7</size>
29235       </method>
29236       <method name="Int32 F()">
29237         <size>2</size>
29238       </method>
29239       <method name="Int32 G()">
29240         <size>2</size>
29241       </method>
29242       <method name="Int32 H()">
29243         <size>3</size>
29244       </method>
29245     </type>
29246     <type name="Obj.B">
29247       <method name="Void .ctor()">
29248         <size>7</size>
29249       </method>
29250       <method name="Int32 F()">
29251         <size>2</size>
29252       </method>
29253       <method name="Int32 G()">
29254         <size>2</size>
29255       </method>
29256       <method name="Int32 H()">
29257         <size>3</size>
29258       </method>
29259     </type>
29260     <type name="Obj.Test">
29261       <method name="Void .ctor()">
29262         <size>7</size>
29263       </method>
29264       <method name="Int32 Main()">
29265         <size>182</size>
29266       </method>
29267     </type>
29268   </test>
29269   <test name="test-140.cs">
29270     <type name="BreakTest">
29271       <method name="Void .ctor()">
29272         <size>7</size>
29273       </method>
29274       <method name="Void .cctor()">
29275         <size>1</size>
29276       </method>
29277       <method name="Void B()">
29278         <size>47</size>
29279       </method>
29280       <method name="Int32 Main()">
29281         <size>20</size>
29282       </method>
29283     </type>
29284   </test>
29285   <test name="test-141.cs">
29286     <type name="X">
29287       <method name="Void .ctor()">
29288         <size>7</size>
29289       </method>
29290       <method name="Int32 Main()">
29291         <size>38</size>
29292       </method>
29293       <method name="Boolean Test1()">
29294         <size>41</size>
29295       </method>
29296       <method name="Boolean Test2()">
29297         <size>42</size>
29298       </method>
29299       <method name="Boolean Test3()">
29300         <size>37</size>
29301       </method>
29302     </type>
29303   </test>
29304   <test name="test-142.cs">
29305     <type name="TestClass">
29306       <method name="Void .ctor(EventHandler)">
29307         <size>14</size>
29308       </method>
29309       <method name="Int32 Main()">
29310         <size>2</size>
29311       </method>
29312     </type>
29313     <type name="TestBaseClass">
29314       <method name="Void .ctor()">
29315         <size>7</size>
29316       </method>
29317       <method name="Void add_Blah(System.EventHandler)">
29318         <size>47</size>
29319       </method>
29320       <method name="Void remove_Blah(System.EventHandler)">
29321         <size>47</size>
29322       </method>
29323     </type>
29324   </test>
29325   <test name="test-143.cs">
29326     <type name="MonoEnumInfo">
29327       <method name="Void stuff()">
29328         <size>8</size>
29329       </method>
29330       <method name="Int32 GetInfo(MonoEnumInfo ByRef)">
29331         <size>20</size>
29332       </method>
29333       <method name="Int32 Main()">
29334         <size>32</size>
29335       </method>
29336     </type>
29337   </test>
29338   <test name="test-144.cs">
29339     <type name="Test">
29340       <method name="Void .ctor()">
29341         <size>7</size>
29342       </method>
29343       <method name="Void Main()">
29344         <size>1</size>
29345       </method>
29346     </type>
29347   </test>
29348   <test name="test-145.cs">
29349     <type name="JagArrayTest">
29350       <method name="Void .ctor()">
29351         <size>7</size>
29352       </method>
29353       <method name="Void .cctor()">
29354         <size>25</size>
29355       </method>
29356       <method name="Void Main()">
29357         <size>15</size>
29358       </method>
29359     </type>
29360   </test>
29361   <test name="test-146.cs">
29362     <type name="Test">
29363       <method name="Void .ctor()">
29364         <size>7</size>
29365       </method>
29366       <method name="Int32 Main()">
29367         <size>335</size>
29368       </method>
29369     </type>
29370   </test>
29371   <test name="test-147.cs">
29372     <type name="X">
29373       <method name="Void .ctor()">
29374         <size>15</size>
29375       </method>
29376       <method name="Void .cctor()">
29377         <size>8</size>
29378       </method>
29379       <method name="X Foo()">
29380         <size>6</size>
29381       </method>
29382       <method name="X Bar()">
29383         <size>6</size>
29384       </method>
29385       <method name="X Baz()">
29386         <size>6</size>
29387       </method>
29388       <method name="UInt32 get_Property()">
29389         <size>2</size>
29390       </method>
29391       <method name="UInt32 get_StaticProperty()">
29392         <size>3</size>
29393       </method>
29394       <method name="Int32 get_Item(Int32)">
29395         <size>2</size>
29396       </method>
29397     </type>
29398     <type name="Y">
29399       <method name="Void .ctor()">
29400         <size>15</size>
29401       </method>
29402       <method name="Void .cctor()">
29403         <size>9</size>
29404       </method>
29405       <method name="Y Foo()">
29406         <size>6</size>
29407       </method>
29408       <method name="Y Bar()">
29409         <size>6</size>
29410       </method>
29411       <method name="Y Baz()">
29412         <size>6</size>
29413       </method>
29414       <method name="UInt32 get_Property()">
29415         <size>2</size>
29416       </method>
29417       <method name="UInt32 get_StaticProperty()">
29418         <size>3</size>
29419       </method>
29420       <method name="Int32 get_Item(Int32)">
29421         <size>2</size>
29422       </method>
29423     </type>
29424     <type name="Z">
29425       <method name="Void .ctor()">
29426         <size>7</size>
29427       </method>
29428       <method name="Int32 Test()">
29429         <size>94</size>
29430       </method>
29431     </type>
29432     <type name="Test">
29433       <method name="Void .ctor()">
29434         <size>7</size>
29435       </method>
29436       <method name="Int32 Main()">
29437         <size>252</size>
29438       </method>
29439     </type>
29440   </test>
29441   <test name="test-148.cs">
29442     <type name="Y">
29443       <method name="Void .ctor()">
29444         <size>7</size>
29445       </method>
29446       <method name="Int32 get_Bar(Int32)">
29447         <size>2</size>
29448       </method>
29449       <method name="Int64 get_Bar(Double)">
29450         <size>3</size>
29451       </method>
29452     </type>
29453     <type name="Z">
29454       <method name="Void .ctor()">
29455         <size>7</size>
29456       </method>
29457       <method name="Int64 get_Whatever(Double)">
29458         <size>3</size>
29459       </method>
29460       <method name="Single get_Whatever(Int64, Int32)">
29461         <size>6</size>
29462       </method>
29463       <method name="Int32 InstanceTest()">
29464         <size>54</size>
29465       </method>
29466       <method name="Int32 Test()">
29467         <size>356</size>
29468       </method>
29469       <method name="Int32 Main()">
29470         <size>94</size>
29471       </method>
29472     </type>
29473     <type name="Z+MyArray">
29474       <method name="Void .ctor()">
29475         <size>7</size>
29476       </method>
29477       <method name="System.Object get_Item(Int32)">
29478         <size>8</size>
29479       </method>
29480       <method name="Void set_Item(Int32, System.Object)">
29481         <size>9</size>
29482       </method>
29483     </type>
29484     <type name="A">
29485       <method name="Void .ctor()">
29486         <size>7</size>
29487       </method>
29488       <method name="Int32 get_Monkey(Int32)">
29489         <size>4</size>
29490       </method>
29491     </type>
29492     <type name="B">
29493       <method name="Void .ctor()">
29494         <size>7</size>
29495       </method>
29496       <method name="Int64 get_Item(Int64, Int32)">
29497         <size>5</size>
29498       </method>
29499     </type>
29500     <type name="C">
29501       <method name="Void .ctor()">
29502         <size>7</size>
29503       </method>
29504       <method name="Int32 get_Item(Int32)">
29505         <size>4</size>
29506       </method>
29507     </type>
29508     <type name="D">
29509       <method name="Void .ctor()">
29510         <size>7</size>
29511       </method>
29512       <method name="Int64 get_Item(Int64, Int32)">
29513         <size>5</size>
29514       </method>
29515     </type>
29516     <type name="E">
29517       <method name="Void .ctor()">
29518         <size>7</size>
29519       </method>
29520       <method name="System.String get_g()">
29521         <size>6</size>
29522       </method>
29523       <method name="Void set_g(System.String)">
29524         <size>1</size>
29525       </method>
29526     </type>
29527     <type name="F">
29528       <method name="Void .ctor()">
29529         <size>7</size>
29530       </method>
29531       <method name="System.String get_g()">
29532         <size>6</size>
29533       </method>
29534     </type>
29535     <type name="DisposableNotifyList">
29536       <method name="Void .ctor()">
29537         <size>7</size>
29538       </method>
29539     </type>
29540     <type name="ChildList">
29541       <method name="Void .ctor()">
29542         <size>7</size>
29543       </method>
29544       <method name="Void Test()">
29545         <size>14</size>
29546       </method>
29547     </type>
29548     <type name="Y">
29549       <method name="Int32 X.get_Foo(Int32)">
29550         <size>2</size>
29551       </method>
29552     </type>
29553   </test>
29554   <test name="test-149.cs">
29555     <type name="Y">
29556       <method name="Void .ctor()">
29557         <size>7</size>
29558       </method>
29559       <method name="Void .cctor()">
29560         <size>1</size>
29561       </method>
29562       <method name="Void add_Foo(System.EventHandler)">
29563         <size>47</size>
29564       </method>
29565       <method name="Void remove_Foo(System.EventHandler)">
29566         <size>47</size>
29567       </method>
29568       <method name="Void add_TestEvent(MyDelegate)">
29569         <size>47</size>
29570       </method>
29571       <method name="Void remove_TestEvent(MyDelegate)">
29572         <size>47</size>
29573       </method>
29574       <method name="Int32 Test()">
29575         <size>134</size>
29576       </method>
29577       <method name="Void callback1(System.Object, System.EventArgs)">
29578         <size>7</size>
29579       </method>
29580       <method name="Int64 callback2(Int32)">
29581         <size>19</size>
29582       </method>
29583       <method name="Void callback3(System.Object, System.EventArgs)">
29584         <size>7</size>
29585       </method>
29586     </type>
29587     <type name="Z">
29588       <method name="Void .ctor()">
29589         <size>7</size>
29590       </method>
29591       <method name="Void add_BuildStarted(Z+SomeEventHandler)">
29592         <size>45</size>
29593       </method>
29594       <method name="Void remove_BuildStarted(Z+SomeEventHandler)">
29595         <size>45</size>
29596       </method>
29597       <method name="Int32 a()">
29598         <size>2</size>
29599       </method>
29600       <method name="Int32 Main()">
29601         <size>80</size>
29602       </method>
29603     </type>
29604     <type name="Static">
29605       <method name="Void .ctor()">
29606         <size>7</size>
29607       </method>
29608       <method name="Void add_Test(System.EventHandler)">
29609         <size>45</size>
29610       </method>
29611       <method name="Void remove_Test(System.EventHandler)">
29612         <size>45</size>
29613       </method>
29614       <method name="Void Fire()">
29615         <size>23</size>
29616       </method>
29617     </type>
29618     <type name="Z+SomeEventHandler">
29619       <method name="Void .ctor(Object, IntPtr)">
29620         <size>0</size>
29621       </method>
29622       <method name="Int32 Invoke()">
29623         <size>0</size>
29624       </method>
29625       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
29626         <size>0</size>
29627       </method>
29628       <method name="Int32 EndInvoke(IAsyncResult)">
29629         <size>0</size>
29630       </method>
29631     </type>
29632     <type name="MyDelegate">
29633       <method name="Void .ctor(Object, IntPtr)">
29634         <size>0</size>
29635       </method>
29636       <method name="Int64 Invoke(Int32)">
29637         <size>0</size>
29638       </method>
29639       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
29640         <size>0</size>
29641       </method>
29642       <method name="Int64 EndInvoke(IAsyncResult)">
29643         <size>0</size>
29644       </method>
29645     </type>
29646     <type name="Y">
29647       <method name="Void X.add_Foo(System.EventHandler)">
29648         <size>1</size>
29649       </method>
29650       <method name="Void X.remove_Foo(System.EventHandler)">
29651         <size>1</size>
29652       </method>
29653     </type>
29654   </test>
29655   <test name="test-15.cs">
29656     <type name="Implementor">
29657       <method name="Void .ctor()">
29658         <size>7</size>
29659       </method>
29660       <method name="Int32 A()">
29661         <size>2</size>
29662       </method>
29663     </type>
29664     <type name="Run">
29665       <method name="Void .ctor()">
29666         <size>7</size>
29667       </method>
29668       <method name="Int32 Main()">
29669         <size>53</size>
29670       </method>
29671     </type>
29672     <type name="StructImplementor">
29673       <method name="Int32 A()">
29674         <size>2</size>
29675       </method>
29676     </type>
29677   </test>
29678   <test name="test-150.cs">
29679     <type name="T">
29680       <method name="Void .ctor()">
29681         <size>18</size>
29682       </method>
29683       <method name="Int32 Main()">
29684         <size>2</size>
29685       </method>
29686     </type>
29687   </test>
29688   <test name="test-151.cs">
29689     <type name="A.Iface">
29690       <method name="Void .ctor()">
29691         <size>7</size>
29692       </method>
29693       <method name="Void bah()">
29694         <size>1</size>
29695       </method>
29696     </type>
29697     <type name="A.my">
29698       <method name="Void .ctor()">
29699         <size>7</size>
29700       </method>
29701       <method name="Void doit(System.Object)">
29702         <size>13</size>
29703       </method>
29704       <method name="Int32 Main()">
29705         <size>2</size>
29706       </method>
29707     </type>
29708   </test>
29709   <test name="test-152.cs">
29710     <type name="X">
29711       <method name="Void .ctor()">
29712         <size>7</size>
29713       </method>
29714       <method name="Int32 Main()">
29715         <size>101</size>
29716       </method>
29717     </type>
29718   </test>
29719   <test name="test-153.cs">
29720     <type name="Z">
29721       <method name="Void .ctor()">
29722         <size>7</size>
29723       </method>
29724       <method name="Void Test2(System.String, System.Object[])">
29725         <size>1</size>
29726       </method>
29727       <method name="Void Test(System.String, System.Object[])">
29728         <size>8</size>
29729       </method>
29730       <method name="Int32 Main()">
29731         <size>86</size>
29732       </method>
29733     </type>
29734   </test>
29735   <test name="test-154.cs">
29736     <type name="X">
29737       <method name="Void .ctor()">
29738         <size>7</size>
29739       </method>
29740       <method name="Int32 Main()">
29741         <size>2</size>
29742       </method>
29743       <method name="Void test1(Single ByRef)">
29744         <size>6</size>
29745       </method>
29746       <method name="Void test2(Int32, Single ByRef)">
29747         <size>38</size>
29748       </method>
29749       <method name="Void test3(System.Int64[], Int32)">
29750         <size>21</size>
29751       </method>
29752       <method name="Int32 test4(Int32, Single ByRef)">
29753         <size>33</size>
29754       </method>
29755       <method name="Int32 test5(Single ByRef, Int64)">
29756         <size>73</size>
29757       </method>
29758       <method name="Int32 test6(Single ByRef)">
29759         <size>10</size>
29760       </method>
29761       <method name="Int64 test7(System.Int32[], Int32)">
29762         <size>64</size>
29763       </method>
29764       <method name="Int64 test8(Int32)">
29765         <size>34</size>
29766       </method>
29767       <method name="Int64 test9(Int32)">
29768         <size>28</size>
29769       </method>
29770       <method name="Void test10(Int32, Single ByRef)">
29771         <size>23</size>
29772       </method>
29773       <method name="Int64 test11(Int32)">
29774         <size>44</size>
29775       </method>
29776       <method name="Void test12(Single ByRef)">
29777         <size>25</size>
29778       </method>
29779       <method name="Void test13(Int32, Single ByRef)">
29780         <size>23</size>
29781       </method>
29782       <method name="Int64 test14(Int32, Single ByRef)">
29783         <size>66</size>
29784       </method>
29785       <method name="Int32 test15(Int32, Single ByRef)">
29786         <size>33</size>
29787       </method>
29788       <method name="Void test16()">
29789         <size>54</size>
29790       </method>
29791       <method name="Void test17()">
29792         <size>62</size>
29793       </method>
29794       <method name="Void test18(Int32, Int32 ByRef)">
29795         <size>35</size>
29796       </method>
29797       <method name="Int32 test19()">
29798         <size>49</size>
29799       </method>
29800       <method name="Int32 test20()">
29801         <size>22</size>
29802       </method>
29803       <method name="Int32 test21()">
29804         <size>28</size>
29805       </method>
29806       <method name="Int32 test22()">
29807         <size>27</size>
29808       </method>
29809       <method name="Int32 test23(System.Object, Int32, Boolean ByRef)">
29810         <size>29</size>
29811       </method>
29812       <method name="Int64 test24(Int32)">
29813         <size>67</size>
29814       </method>
29815       <method name="Int64 test25(Int32)">
29816         <size>44</size>
29817       </method>
29818       <method name="Void test26()">
29819         <size>22</size>
29820       </method>
29821       <method name="Int32 test27()">
29822         <size>12</size>
29823       </method>
29824       <method name="Void test28(System.Object ByRef)">
29825         <size>23</size>
29826       </method>
29827       <method name="Boolean test29(Int32 ByRef)">
29828         <size>33</size>
29829       </method>
29830       <method name="System.String test30(System.String ByRef)">
29831         <size>36</size>
29832       </method>
29833       <method name="System.String test31(Int32)">
29834         <size>78</size>
29835       </method>
29836       <method name="Void test32()">
29837         <size>11</size>
29838       </method>
29839       <method name="Int32 test33()">
29840         <size>4</size>
29841       </method>
29842       <method name="Void test34()">
29843         <size>20</size>
29844       </method>
29845       <method name="Void test35(Int32, Boolean)">
29846         <size>28</size>
29847       </method>
29848       <method name="Void test36()">
29849         <size>41</size>
29850       </method>
29851       <method name="Void test37()">
29852         <size>42</size>
29853       </method>
29854       <method name="Int32 test38()">
29855         <size>2</size>
29856       </method>
29857       <method name="Int32 test40(Int32)">
29858         <size>18</size>
29859       </method>
29860     </type>
29861   </test>
29862   <test name="test-155.cs">
29863     <type name="Test">
29864       <method name="Void .ctor()">
29865         <size>7</size>
29866       </method>
29867       <method name="Int32 Main()">
29868         <size>44</size>
29869       </method>
29870     </type>
29871     <type name="Test+TestClass">
29872       <method name="Void .ctor()">
29873         <size>7</size>
29874       </method>
29875       <method name="System.String test(System.String)">
29876         <size>22</size>
29877       </method>
29878     </type>
29879   </test>
29880   <test name="test-156.cs">
29881     <type name="Internal">
29882       <method name="Void .ctor()">
29883         <size>7</size>
29884       </method>
29885     </type>
29886     <type name="Public">
29887       <method name="Void .ctor()">
29888         <size>7</size>
29889       </method>
29890     </type>
29891     <type name="X">
29892       <method name="Void .ctor()">
29893         <size>7</size>
29894       </method>
29895       <method name="Void Main()">
29896         <size>1</size>
29897       </method>
29898     </type>
29899     <type name="X+NestedPublic">
29900       <method name="Void .ctor()">
29901         <size>7</size>
29902       </method>
29903     </type>
29904     <type name="X+NestedAssembly">
29905       <method name="Void .ctor()">
29906         <size>7</size>
29907       </method>
29908     </type>
29909     <type name="X+NestedFamilyAndAssembly">
29910       <method name="Void .ctor()">
29911         <size>7</size>
29912       </method>
29913     </type>
29914     <type name="X+NestedFamily">
29915       <method name="Void .ctor()">
29916         <size>7</size>
29917       </method>
29918     </type>
29919     <type name="X+NestedPrivate">
29920       <method name="Void .ctor()">
29921         <size>7</size>
29922       </method>
29923     </type>
29924     <type name="A">
29925       <method name="Void .ctor()">
29926         <size>7</size>
29927       </method>
29928     </type>
29929     <type name="B">
29930       <method name="Void .ctor()">
29931         <size>7</size>
29932       </method>
29933     </type>
29934     <type name="C">
29935       <method name="Void .ctor()">
29936         <size>7</size>
29937       </method>
29938     </type>
29939     <type name="D">
29940       <method name="Void .ctor()">
29941         <size>7</size>
29942       </method>
29943     </type>
29944     <type name="E">
29945       <method name="Void .ctor()">
29946         <size>7</size>
29947       </method>
29948     </type>
29949     <type name="F">
29950       <method name="Void .ctor()">
29951         <size>7</size>
29952       </method>
29953     </type>
29954     <type name="Y">
29955       <method name="Void .ctor()">
29956         <size>7</size>
29957       </method>
29958       <method name="Void Test(YI)">
29959         <size>1</size>
29960       </method>
29961     </type>
29962     <type name="Y+YA">
29963       <method name="Void .ctor()">
29964         <size>7</size>
29965       </method>
29966     </type>
29967     <type name="Y+YB">
29968       <method name="Void .ctor()">
29969         <size>7</size>
29970       </method>
29971     </type>
29972     <type name="Y+YC">
29973       <method name="Void .ctor()">
29974         <size>7</size>
29975       </method>
29976     </type>
29977     <type name="Y+YD">
29978       <method name="Void .ctor()">
29979         <size>7</size>
29980       </method>
29981     </type>
29982     <type name="Y+YE">
29983       <method name="Void .ctor()">
29984         <size>7</size>
29985       </method>
29986     </type>
29987     <type name="Y+YF">
29988       <method name="Void .ctor()">
29989         <size>7</size>
29990       </method>
29991     </type>
29992     <type name="Y+YG">
29993       <method name="Void .ctor()">
29994         <size>7</size>
29995       </method>
29996     </type>
29997     <type name="Y+YH">
29998       <method name="Void .ctor()">
29999         <size>7</size>
30000       </method>
30001     </type>
30002     <type name="Z">
30003       <method name="Void .ctor()">
30004         <size>7</size>
30005       </method>
30006     </type>
30007     <type name="Z+P">
30008       <method name="Void .ctor()">
30009         <size>7</size>
30010       </method>
30011     </type>
30012     <type name="W">
30013       <method name="Void .ctor()">
30014         <size>7</size>
30015       </method>
30016     </type>
30017     <type name="W+WA">
30018       <method name="Void .ctor()">
30019         <size>7</size>
30020       </method>
30021     </type>
30022     <type name="W+WB">
30023       <method name="Void .ctor()">
30024         <size>7</size>
30025       </method>
30026     </type>
30027     <type name="W+WC">
30028       <method name="Void .ctor()">
30029         <size>7</size>
30030       </method>
30031     </type>
30032     <type name="W+WD">
30033       <method name="Void .ctor()">
30034         <size>7</size>
30035       </method>
30036     </type>
30037     <type name="W+WE">
30038       <method name="Void .ctor()">
30039         <size>7</size>
30040       </method>
30041     </type>
30042     <type name="W+WCA">
30043       <method name="Void .ctor()">
30044         <size>7</size>
30045       </method>
30046     </type>
30047     <type name="W+WCB">
30048       <method name="Void .ctor()">
30049         <size>7</size>
30050       </method>
30051     </type>
30052     <type name="W+WCB+WCD">
30053       <method name="Void .ctor()">
30054         <size>7</size>
30055       </method>
30056     </type>
30057     <type name="W+WCB+WCD+WCE">
30058       <method name="Void .ctor()">
30059         <size>7</size>
30060       </method>
30061     </type>
30062     <type name="G">
30063       <method name="Void .ctor()">
30064         <size>7</size>
30065       </method>
30066       <method name="Void Test(X)">
30067         <size>1</size>
30068       </method>
30069     </type>
30070     <type name="G+I">
30071       <method name="Void .ctor()">
30072         <size>7</size>
30073       </method>
30074     </type>
30075     <type name="G+I+J">
30076       <method name="Void .ctor()">
30077         <size>7</size>
30078       </method>
30079       <method name="Void Test(Foo)">
30080         <size>1</size>
30081       </method>
30082     </type>
30083     <type name="H">
30084       <method name="Void .ctor()">
30085         <size>7</size>
30086       </method>
30087       <method name="Void Test(System.Int32[])">
30088         <size>1</size>
30089       </method>
30090     </type>
30091     <type name="M">
30092       <method name="Void .ctor()">
30093         <size>7</size>
30094       </method>
30095       <method name="Void Hello(System.String)">
30096         <size>1</size>
30097       </method>
30098     </type>
30099   </test>
30100   <test name="test-157.cs">
30101     <type name="Test.MyAttribute">
30102       <method name="Void .ctor(String)">
30103         <size>20</size>
30104       </method>
30105     </type>
30106     <type name="Test.Test">
30107       <method name="Void .ctor()">
30108         <size>7</size>
30109       </method>
30110       <method name="Int32 Main()">
30111         <size>197</size>
30112       </method>
30113     </type>
30114   </test>
30115   <test name="test-158.cs">
30116     <type name="My">
30117       <method name="Void .ctor(Object)">
30118         <size>14</size>
30119       </method>
30120     </type>
30121     <type name="My+Test">
30122       <method name="Void .ctor()">
30123         <size>7</size>
30124       </method>
30125       <method name="Int32 Main()">
30126         <size>87</size>
30127       </method>
30128     </type>
30129   </test>
30130   <test name="test-159.cs">
30131     <type name="A.Iface">
30132       <method name="Void .ctor()">
30133         <size>7</size>
30134       </method>
30135       <method name="Void bah()">
30136         <size>1</size>
30137       </method>
30138     </type>
30139     <type name="A.my">
30140       <method name="Void .ctor()">
30141         <size>7</size>
30142       </method>
30143       <method name="Void doit(System.Object)">
30144         <size>13</size>
30145       </method>
30146       <method name="Int32 Main()">
30147         <size>2</size>
30148       </method>
30149     </type>
30150   </test>
30151   <test name="test-16.cs">
30152     <type name="Mine.Blah">
30153       <method name="Void .ctor()">
30154         <size>7</size>
30155       </method>
30156       <method name="Int32 op_Addition(Mine.Blah, Mine.Blah)">
30157         <size>12</size>
30158       </method>
30159       <method name="Int32 op_Implicit(Mine.Blah)">
30160         <size>12</size>
30161       </method>
30162       <method name="Byte op_Implicit(Mine.Blah)">
30163         <size>12</size>
30164       </method>
30165       <method name="Int16 op_Implicit(Mine.Blah)">
30166         <size>12</size>
30167       </method>
30168     </type>
30169     <type name="Mine.Foo">
30170       <method name="Void .ctor()">
30171         <size>7</size>
30172       </method>
30173       <method name="Int32 Main()">
30174         <size>118</size>
30175       </method>
30176     </type>
30177   </test>
30178   <test name="test-160.cs">
30179     <type name="B">
30180       <method name="Void .ctor()">
30181         <size>7</size>
30182       </method>
30183     </type>
30184     <type name="S">
30185       <method name="Void .ctor()">
30186         <size>7</size>
30187       </method>
30188     </type>
30189     <type name="T">
30190       <method name="Void .ctor()">
30191         <size>7</size>
30192       </method>
30193       <method name="Int32 blah(System.Object)">
30194         <size>62</size>
30195       </method>
30196       <method name="Int32 Main()">
30197         <size>2</size>
30198       </method>
30199     </type>
30200   </test>
30201   <test name="test-161.cs">
30202     <type name="ZipEntry">
30203       <method name="Void .ctor(String)">
30204         <size>18</size>
30205       </method>
30206       <method name="Void .ctor(ZipEntry)">
30207         <size>18</size>
30208       </method>
30209       <method name="DateTime get_DateTime()">
30210         <size>7</size>
30211       </method>
30212       <method name="Int32 Main()">
30213         <size>2</size>
30214       </method>
30215     </type>
30216   </test>
30217   <test name="test-162.cs">
30218     <type name="X">
30219       <method name="Void .ctor()">
30220         <size>7</size>
30221       </method>
30222       <method name="Void test_output(A)">
30223         <size>1</size>
30224       </method>
30225       <method name="Void test_output(B)">
30226         <size>1</size>
30227       </method>
30228       <method name="Void test_output(E)">
30229         <size>1</size>
30230       </method>
30231       <method name="Void test_output(F)">
30232         <size>1</size>
30233       </method>
30234       <method name="Void test1()">
30235         <size>21</size>
30236       </method>
30237       <method name="Void test2()">
30238         <size>32</size>
30239       </method>
30240       <method name="Void test3()">
30241         <size>21</size>
30242       </method>
30243       <method name="Void test4(A)">
30244         <size>9</size>
30245       </method>
30246       <method name="Void test5(A ByRef)">
30247         <size>9</size>
30248       </method>
30249       <method name="Void test6(B ByRef)">
30250         <size>8</size>
30251       </method>
30252       <method name="Void test7()">
30253         <size>28</size>
30254       </method>
30255       <method name="Void test8()">
30256         <size>50</size>
30257       </method>
30258       <method name="Void test9()">
30259         <size>26</size>
30260       </method>
30261       <method name="Void test10()">
30262         <size>82</size>
30263       </method>
30264       <method name="Int32 Main()">
30265         <size>2</size>
30266       </method>
30267     </type>
30268     <type name="A">
30269       <method name="Void .ctor(Int32)">
30270         <size>27</size>
30271       </method>
30272     </type>
30273     <type name="C">
30274       <method name="Void .ctor(Int64)">
30275         <size>8</size>
30276       </method>
30277       <method name="Void .ctor(String)">
30278         <size>13</size>
30279       </method>
30280     </type>
30281     <type name="E">
30282       <method name="Void .ctor(Int32)">
30283         <size>21</size>
30284       </method>
30285     </type>
30286   </test>
30287   <test name="test-163.cs">
30288     <type name="Blah">
30289       <method name="Void .ctor()">
30290         <size>7</size>
30291       </method>
30292       <method name="Int32 Foo(System.String)">
30293         <size>2</size>
30294       </method>
30295       <method name="Int32 Foo(System.Object)">
30296         <size>2</size>
30297       </method>
30298       <method name="Int32 Main()">
30299         <size>28</size>
30300       </method>
30301     </type>
30302   </test>
30303   <test name="test-164.cs">
30304     <type name="X">
30305       <method name="Void .ctor()">
30306         <size>26</size>
30307       </method>
30308       <method name="Int32 Foo()">
30309         <size>2</size>
30310       </method>
30311     </type>
30312     <type name="Y">
30313       <method name="Void .ctor()">
30314         <size>7</size>
30315       </method>
30316       <method name="Int32 Foo()">
30317         <size>2</size>
30318       </method>
30319       <method name="Int32 Hello()">
30320         <size>12</size>
30321       </method>
30322       <method name="Void Main()">
30323         <size>46</size>
30324       </method>
30325     </type>
30326     <type name="X+FooDelegate">
30327       <method name="Void .ctor(Object, IntPtr)">
30328         <size>0</size>
30329       </method>
30330       <method name="Int32 Invoke()">
30331         <size>0</size>
30332       </method>
30333       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30334         <size>0</size>
30335       </method>
30336       <method name="Int32 EndInvoke(IAsyncResult)">
30337         <size>0</size>
30338       </method>
30339     </type>
30340   </test>
30341   <test name="test-165.cs">
30342     <type name="Testing">
30343       <method name="Void .ctor()">
30344         <size>7</size>
30345       </method>
30346       <method name="Int32 TestEnumInit(Fruit)">
30347         <size>21</size>
30348       </method>
30349       <method name="Int32 Main()">
30350         <size>62</size>
30351       </method>
30352     </type>
30353   </test>
30354   <test name="test-166.cs">
30355     <type name="Test">
30356       <method name="Void .ctor()">
30357         <size>7</size>
30358       </method>
30359       <method name="Int32 get_Item(Int32)">
30360         <size>2</size>
30361       </method>
30362     </type>
30363     <type name="D">
30364       <method name="Void .ctor()">
30365         <size>7</size>
30366       </method>
30367       <method name="Int32 get_TargetIntegerSize()">
30368         <size>2</size>
30369       </method>
30370       <method name="Int32 Hello(IInferior)">
30371         <size>7</size>
30372       </method>
30373       <method name="Int32 Main()">
30374         <size>61</size>
30375       </method>
30376     </type>
30377     <type name="Test">
30378       <method name="Int32 ITest.get_Item(Int32)">
30379         <size>2</size>
30380       </method>
30381     </type>
30382   </test>
30383   <test name="test-167.cs">
30384     <type name="X">
30385       <method name="Void .ctor()">
30386         <size>7</size>
30387       </method>
30388       <method name="Int32 Test(X+Foo[])">
30389         <size>23</size>
30390       </method>
30391       <method name="Int32 Main()">
30392         <size>44</size>
30393       </method>
30394     </type>
30395   </test>
30396   <test name="test-168.cs">
30397     <type name="Test">
30398       <method name="Void .ctor()">
30399         <size>7</size>
30400       </method>
30401       <method name="Int32 Main()">
30402         <size>21</size>
30403       </method>
30404     </type>
30405     <type name="X">
30406       <method name="System.String op_Implicit(X)">
30407         <size>6</size>
30408       </method>
30409     </type>
30410   </test>
30411   <test name="test-169.cs">
30412     <type name="basec">
30413       <method name="Void .ctor()">
30414         <size>7</size>
30415       </method>
30416       <method name="System.String get_Message()">
30417         <size>6</size>
30418       </method>
30419     </type>
30420     <type name="der">
30421       <method name="Void .ctor()">
30422         <size>7</size>
30423       </method>
30424       <method name="System.String get_Message()">
30425         <size>6</size>
30426       </method>
30427     </type>
30428     <type name="Base">
30429       <method name="Void .ctor()">
30430         <size>7</size>
30431       </method>
30432       <method name="Int32 get_Thingy()">
30433         <size>7</size>
30434       </method>
30435       <method name="Void set_Thingy(Int32)">
30436         <size>8</size>
30437       </method>
30438     </type>
30439     <type name="Derived">
30440       <method name="Void .ctor()">
30441         <size>7</size>
30442       </method>
30443       <method name="Int32 get_BaseThingy()">
30444         <size>7</size>
30445       </method>
30446       <method name="Void set_Thingy(Int32)">
30447         <size>1</size>
30448       </method>
30449     </type>
30450     <type name="D">
30451       <method name="Void .ctor()">
30452         <size>7</size>
30453       </method>
30454       <method name="Int32 Main()">
30455         <size>97</size>
30456       </method>
30457     </type>
30458   </test>
30459   <test name="test-17.cs">
30460     <type name="Blah">
30461       <method name="Void .ctor()">
30462         <size>7</size>
30463       </method>
30464       <method name="Int32 Main()">
30465         <size>39</size>
30466       </method>
30467       <method name="Byte op_Implicit(Blah)">
30468         <size>12</size>
30469       </method>
30470       <method name="Int16 op_Implicit(Blah)">
30471         <size>12</size>
30472       </method>
30473       <method name="Int32 op_Implicit(Blah)">
30474         <size>12</size>
30475       </method>
30476     </type>
30477   </test>
30478   <test name="test-170.cs">
30479     <type name="X">
30480       <method name="Void .ctor()">
30481         <size>7</size>
30482       </method>
30483       <method name="Int32 get_prop()">
30484         <size>7</size>
30485       </method>
30486       <method name="Void set_prop(Int32)">
30487         <size>8</size>
30488       </method>
30489       <method name="Void set_AAA(Int32)">
30490         <size>1</size>
30491       </method>
30492     </type>
30493     <type name="Y">
30494       <method name="Void .ctor()">
30495         <size>14</size>
30496       </method>
30497       <method name="Int32 get_prop()">
30498         <size>7</size>
30499       </method>
30500       <method name="Void set_prop(Int32)">
30501         <size>8</size>
30502       </method>
30503       <method name="Int32 A()">
30504         <size>38</size>
30505       </method>
30506       <method name="Int32 Main()">
30507         <size>13</size>
30508       </method>
30509     </type>
30510   </test>
30511   <test name="test-171.cs">
30512     <type name="IntPtr_Conv.Class1">
30513       <method name="Void .ctor()">
30514         <size>7</size>
30515       </method>
30516       <method name="Int32 Main(System.String[])">
30517         <size>15</size>
30518       </method>
30519     </type>
30520   </test>
30521   <test name="test-172.cs">
30522     <type name="X">
30523       <method name="Void .ctor()">
30524         <size>7</size>
30525       </method>
30526       <method name="Void .cctor()">
30527         <size>31</size>
30528       </method>
30529       <method name="Boolean ff()">
30530         <size>14</size>
30531       </method>
30532       <method name="Boolean tt()">
30533         <size>14</size>
30534       </method>
30535       <method name="Int32 test_if()">
30536         <size>599</size>
30537       </method>
30538       <method name="Int32 test_while()">
30539         <size>437</size>
30540       </method>
30541       <method name="Int32 test_inline()">
30542         <size>29</size>
30543       </method>
30544       <method name="Int32 Main()">
30545         <size>109</size>
30546       </method>
30547     </type>
30548   </test>
30549   <test name="test-173.cs">
30550     <type name="Base">
30551       <method name="Void .ctor(Int32)">
30552         <size>14</size>
30553       </method>
30554       <method name="Int32 get_Value()">
30555         <size>7</size>
30556       </method>
30557     </type>
30558     <type name="A">
30559       <method name="Void .ctor(Int32)">
30560         <size>18</size>
30561       </method>
30562       <method name="Void .ctor(UInt32)">
30563         <size>18</size>
30564       </method>
30565     </type>
30566     <type name="B">
30567       <method name="Void .ctor(Int64)">
30568         <size>18</size>
30569       </method>
30570       <method name="Void .ctor(UInt64)">
30571         <size>18</size>
30572       </method>
30573     </type>
30574     <type name="C">
30575       <method name="Void .ctor(Int16)">
30576         <size>18</size>
30577       </method>
30578       <method name="Void .ctor(UInt16)">
30579         <size>18</size>
30580       </method>
30581     </type>
30582     <type name="D">
30583       <method name="Void .ctor(SByte)">
30584         <size>18</size>
30585       </method>
30586       <method name="Void .ctor(Byte)">
30587         <size>18</size>
30588       </method>
30589     </type>
30590     <type name="E">
30591       <method name="Void .ctor(Int64)">
30592         <size>19</size>
30593       </method>
30594       <method name="Void .ctor(E)">
30595         <size>19</size>
30596       </method>
30597       <method name="E op_Implicit(Int64)">
30598         <size>7</size>
30599       </method>
30600     </type>
30601     <type name="F">
30602       <method name="Void .ctor(Int32)">
30603         <size>19</size>
30604       </method>
30605       <method name="Void .ctor(F)">
30606         <size>19</size>
30607       </method>
30608       <method name="F op_Implicit(Int32)">
30609         <size>7</size>
30610       </method>
30611     </type>
30612     <type name="X">
30613       <method name="Void .ctor()">
30614         <size>7</size>
30615       </method>
30616       <method name="Int32 Test()">
30617         <size>231</size>
30618       </method>
30619       <method name="Int32 Main()">
30620         <size>24</size>
30621       </method>
30622     </type>
30623   </test>
30624   <test name="test-174.cs">
30625     <type name="ProtectedAccessToPropertyOnChild">
30626       <method name="Void .ctor()">
30627         <size>14</size>
30628       </method>
30629       <method name="Int32 Main()">
30630         <size>21</size>
30631       </method>
30632     </type>
30633     <type name="TestAccessToPrivateMemberInParentClass">
30634       <method name="Void .ctor()">
30635         <size>7</size>
30636       </method>
30637       <method name="System.Double[][] get_Array()">
30638         <size>7</size>
30639       </method>
30640     </type>
30641     <type name="TestAccessToPrivateMemberInParentClass+CholeskyDecomposition">
30642       <method name="Void .ctor(TestAccessToPrivateMemberInParentClass)">
30643         <size>37</size>
30644       </method>
30645     </type>
30646     <type name="TestAccessToProtectedOnChildInstanceFromParent">
30647       <method name="Void .ctor()">
30648         <size>29</size>
30649       </method>
30650       <method name="Int32 Test()">
30651         <size>27</size>
30652       </method>
30653     </type>
30654     <type name="TestAccessToProtectedOnChildInstanceFromParent+Parent">
30655       <method name="Void .ctor()">
30656         <size>26</size>
30657       </method>
30658       <method name="Int32 TestAccessToProtected(TestAccessToProtectedOnChildInstanceFromParent+Child)">
30659         <size>15</size>
30660       </method>
30661     </type>
30662     <type name="TestAccessToProtectedOnChildInstanceFromParent+Child">
30663       <method name="Void .ctor()">
30664         <size>7</size>
30665       </method>
30666     </type>
30667   </test>
30668   <test name="test-175.cs">
30669     <type name="X">
30670       <method name="Void .ctor()">
30671         <size>7</size>
30672       </method>
30673       <method name="Int32 Main()">
30674         <size>59</size>
30675       </method>
30676     </type>
30677     <type name="RVA">
30678       <method name="Void .ctor(UInt32)">
30679         <size>8</size>
30680       </method>
30681       <method name="RVA op_Implicit(UInt32)">
30682         <size>7</size>
30683       </method>
30684       <method name="UInt32 op_Implicit(RVA)">
30685         <size>8</size>
30686       </method>
30687     </type>
30688   </test>
30689   <test name="test-176.cs">
30690     <type name="X">
30691       <method name="Void .ctor()">
30692         <size>7</size>
30693       </method>
30694       <method name="Int32 Main()">
30695         <size>34</size>
30696       </method>
30697     </type>
30698   </test>
30699   <test name="test-177.cs">
30700     <type name="MethodAttribute">
30701       <method name="Void .ctor()">
30702         <size>7</size>
30703       </method>
30704     </type>
30705     <type name="ReturnAttribute">
30706       <method name="Void .ctor()">
30707         <size>7</size>
30708       </method>
30709     </type>
30710     <type name="Test">
30711       <method name="Void .ctor()">
30712         <size>7</size>
30713       </method>
30714       <method name="Void Method()">
30715         <size>1</size>
30716       </method>
30717       <method name="Int32 Main()">
30718         <size>40</size>
30719       </method>
30720     </type>
30721   </test>
30722   <test name="test-178.cs">
30723     <type name="BrowsableClass">
30724       <method name="Void .ctor()">
30725         <size>7</size>
30726       </method>
30727       <method name="Int32 Main()">
30728         <size>54</size>
30729       </method>
30730       <method name="BrowsableClass op_Increment(BrowsableClass)">
30731         <size>2</size>
30732       </method>
30733     </type>
30734   </test>
30735   <test name="test-179.cs">
30736     <type name="A">
30737       <method name="Void .ctor()">
30738         <size>7</size>
30739       </method>
30740       <method name="Void set_Item(Double, Double)">
30741         <size>15</size>
30742       </method>
30743       <method name="Double get_Item(Double)">
30744         <size>29</size>
30745       </method>
30746     </type>
30747     <type name="B">
30748       <method name="Void .ctor()">
30749         <size>7</size>
30750       </method>
30751       <method name="Void set_Item(Double, Double)">
30752         <size>15</size>
30753       </method>
30754       <method name="Double get_Item(Double)">
30755         <size>29</size>
30756       </method>
30757     </type>
30758     <type name="C">
30759       <method name="Void .ctor()">
30760         <size>7</size>
30761       </method>
30762       <method name="Void set_Item(System.String, System.String)">
30763         <size>15</size>
30764       </method>
30765       <method name="System.String get_Item(System.String)">
30766         <size>30</size>
30767       </method>
30768       <method name="Void set_Item(Int32, Int32)">
30769         <size>15</size>
30770       </method>
30771       <method name="Int32 get_Item(Int32)">
30772         <size>21</size>
30773       </method>
30774     </type>
30775     <type name="EntryPoint">
30776       <method name="Int32 Main(System.String[])">
30777         <size>150</size>
30778       </method>
30779     </type>
30780   </test>
30781   <test name="test-18.cs">
30782     <type name="X">
30783       <method name="Void .ctor()">
30784         <size>7</size>
30785       </method>
30786       <method name="Void m()">
30787         <size>60</size>
30788       </method>
30789       <method name="Int32 ret(Int32)">
30790         <size>40</size>
30791       </method>
30792       <method name="Int32 Main()">
30793         <size>62</size>
30794       </method>
30795     </type>
30796   </test>
30797   <test name="test-180.cs">
30798     <type name="Testing">
30799       <method name="Void .ctor()">
30800         <size>7</size>
30801       </method>
30802       <method name="Void Main()">
30803         <size>17</size>
30804       </method>
30805     </type>
30806   </test>
30807   <test name="test-181.cs">
30808     <type name="Test">
30809       <method name="Void .ctor()">
30810         <size>7</size>
30811       </method>
30812       <method name="Void test()">
30813         <size>1</size>
30814       </method>
30815       <method name="Int32 Main()">
30816         <size>43</size>
30817       </method>
30818     </type>
30819   </test>
30820   <test name="test-182.cs">
30821     <type name="T">
30822       <method name="Void .ctor()">
30823         <size>7</size>
30824       </method>
30825       <method name="Int32 Main()">
30826         <size>26</size>
30827       </method>
30828     </type>
30829     <type name="TS">
30830       <method name="Int64 get_Ticks()">
30831         <size>19</size>
30832       </method>
30833     </type>
30834     <type name="DT">
30835       <method name="Int64 get_Ticks()">
30836         <size>12</size>
30837       </method>
30838     </type>
30839   </test>
30840   <test name="test-183.cs">
30841     <type name="Test">
30842       <method name="Void .ctor()">
30843         <size>7</size>
30844       </method>
30845       <method name="Int32 M(Int32, Int32 ByRef)">
30846         <size>12</size>
30847       </method>
30848       <method name="Int32 Main()">
30849         <size>67</size>
30850       </method>
30851     </type>
30852     <type name="Test+D">
30853       <method name="Void .ctor(Object, IntPtr)">
30854         <size>0</size>
30855       </method>
30856       <method name="Int32 Invoke(Int32, Int32 ByRef)">
30857         <size>0</size>
30858       </method>
30859       <method name="IAsyncResult BeginInvoke(Int32, Int32 ByRef, System.AsyncCallback, System.Object)">
30860         <size>0</size>
30861       </method>
30862       <method name="Int32 EndInvoke(Int32 ByRef, IAsyncResult)">
30863         <size>0</size>
30864       </method>
30865     </type>
30866   </test>
30867   <test name="test-184.cs">
30868     <type name="User">
30869       <method name="Void .ctor(Interface)">
30870         <size>7</size>
30871       </method>
30872     </type>
30873     <type name="Test">
30874       <method name="Void .ctor()">
30875         <size>55</size>
30876       </method>
30877       <method name="Int32 Main()">
30878         <size>8</size>
30879       </method>
30880     </type>
30881     <type name="Struct">
30882       <method name="Void .ctor(Int32)">
30883         <size>1</size>
30884       </method>
30885       <method name="Int32 get_X()">
30886         <size>2</size>
30887       </method>
30888     </type>
30889   </test>
30890   <test name="test-185.cs">
30891     <type name="X">
30892       <method name="Void .ctor()">
30893         <size>7</size>
30894       </method>
30895       <method name="Int32 Test(Int32)">
30896         <size>36</size>
30897       </method>
30898       <method name="Int32 Main()">
30899         <size>29</size>
30900       </method>
30901     </type>
30902   </test>
30903   <test name="test-186.cs">
30904     <type name="TestBUG.myAttribute">
30905       <method name="Void .ctor(String, String, String, Int32)">
30906         <size>7</size>
30907       </method>
30908     </type>
30909     <type name="TestBUG.Test">
30910       <method name="Void .ctor()">
30911         <size>7</size>
30912       </method>
30913       <method name="Int32 Main()">
30914         <size>2</size>
30915       </method>
30916     </type>
30917   </test>
30918   <test name="test-187.cs">
30919     <type name="MyClass">
30920       <method name="Void .ctor()">
30921         <size>7</size>
30922       </method>
30923       <method name="Container get_Item(System.String)">
30924         <size>2</size>
30925       </method>
30926       <method name="Void set_Item(System.String, Container)">
30927         <size>1</size>
30928       </method>
30929     </type>
30930     <type name="Container">
30931       <method name="Void .ctor()">
30932         <size>7</size>
30933       </method>
30934       <method name="Container op_Addition(Container, System.Object)">
30935         <size>2</size>
30936       </method>
30937     </type>
30938     <type name="D">
30939       <method name="Void .ctor()">
30940         <size>7</size>
30941       </method>
30942       <method name="Void A(System.Collections.Specialized.NameValueCollection, MyClass, System.Object)">
30943         <size>69</size>
30944       </method>
30945       <method name="Int32 Main()">
30946         <size>2</size>
30947       </method>
30948     </type>
30949   </test>
30950   <test name="test-188.cs">
30951     <type name="Enumerator">
30952       <method name="Void .ctor()">
30953         <size>14</size>
30954       </method>
30955       <method name="Boolean MoveNext()">
30956         <size>21</size>
30957       </method>
30958       <method name="Char get_Current()">
30959         <size>3</size>
30960       </method>
30961     </type>
30962     <type name="RealEnumerator">
30963       <method name="Void .ctor(Coll)">
30964         <size>14</size>
30965       </method>
30966       <method name="Void Dispose()">
30967         <size>13</size>
30968       </method>
30969     </type>
30970     <type name="Coll">
30971       <method name="Void .ctor()">
30972         <size>7</size>
30973       </method>
30974       <method name="Enumerator GetEnumerator()">
30975         <size>7</size>
30976       </method>
30977     </type>
30978     <type name="Test">
30979       <method name="Void .ctor()">
30980         <size>7</size>
30981       </method>
30982       <method name="Int32 Main(System.String[])">
30983         <size>80</size>
30984       </method>
30985     </type>
30986   </test>
30987   <test name="test-189.cs">
30988     <type name="MyTest">
30989       <method name="Void .ctor()">
30990         <size>7</size>
30991       </method>
30992       <method name="Int32 Main(System.String[])">
30993         <size>63</size>
30994       </method>
30995       <method name="Int32 m(Int32, Double)">
30996         <size>2</size>
30997       </method>
30998       <method name="Int32 m(Int32, System.Int32[])">
30999         <size>2</size>
31000       </method>
31001     </type>
31002     <type name="MonoTest">
31003       <method name="Void .ctor()">
31004         <size>7</size>
31005       </method>
31006       <method name="Int32 method1(System.String, System.Object[])">
31007         <size>2</size>
31008       </method>
31009       <method name="Void testmethod()">
31010         <size>27</size>
31011       </method>
31012     </type>
31013     <type name="MonoTest2">
31014       <method name="Void .ctor()">
31015         <size>7</size>
31016       </method>
31017       <method name="Int32 method1(System.String, System.Object[])">
31018         <size>2</size>
31019       </method>
31020       <method name="Void testmethod2()">
31021         <size>27</size>
31022       </method>
31023     </type>
31024   </test>
31025   <test name="test-19.cs">
31026     <type name="I">
31027       <method name="Void .ctor()">
31028         <size>7</size>
31029       </method>
31030       <method name="Void .cctor()">
31031         <size>18</size>
31032       </method>
31033       <method name="System.String fn(System.String)">
31034         <size>17</size>
31035       </method>
31036     </type>
31037     <type name="X">
31038       <method name="Void .ctor()">
31039         <size>7</size>
31040       </method>
31041       <method name="Void Thread_func()">
31042         <size>11</size>
31043       </method>
31044       <method name="Int32 Func(Int32, Int32)">
31045         <size>4</size>
31046       </method>
31047       <method name="Void Bar()">
31048         <size>44</size>
31049       </method>
31050       <method name="Boolean MyFilter(System.Reflection.MemberInfo, System.Object)">
31051         <size>18</size>
31052       </method>
31053       <method name="Int32 Main()">
31054         <size>303</size>
31055       </method>
31056       <method name="Int32 multiply_by_three(Int32)">
31057         <size>4</size>
31058       </method>
31059     </type>
31060     <type name="TestNamespace.TestClass">
31061       <method name="Void .ctor()">
31062         <size>7</size>
31063       </method>
31064     </type>
31065     <type name="I+GetTextFn">
31066       <method name="Void .ctor(Object, IntPtr)">
31067         <size>0</size>
31068       </method>
31069       <method name="System.String Invoke(System.String)">
31070         <size>0</size>
31071       </method>
31072       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
31073         <size>0</size>
31074       </method>
31075       <method name="System.String EndInvoke(IAsyncResult)">
31076         <size>0</size>
31077       </method>
31078     </type>
31079     <type name="X+Foo">
31080       <method name="Void .ctor(Object, IntPtr)">
31081         <size>0</size>
31082       </method>
31083       <method name="Int32 Invoke(Int32, Int32)">
31084         <size>0</size>
31085       </method>
31086       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
31087         <size>0</size>
31088       </method>
31089       <method name="Int32 EndInvoke(IAsyncResult)">
31090         <size>0</size>
31091       </method>
31092     </type>
31093     <type name="TestNamespace.TestClass+NotWorkingDelegate">
31094       <method name="Void .ctor(Object, IntPtr)">
31095         <size>0</size>
31096       </method>
31097       <method name="Single Invoke(Single, System.Object[])">
31098         <size>0</size>
31099       </method>
31100       <method name="IAsyncResult BeginInvoke(Single, System.Object[], System.AsyncCallback, System.Object)">
31101         <size>0</size>
31102       </method>
31103       <method name="Single EndInvoke(IAsyncResult)">
31104         <size>0</size>
31105       </method>
31106     </type>
31107     <type name="NameSpace.TestDelegate">
31108       <method name="Void .ctor(Object, IntPtr)">
31109         <size>0</size>
31110       </method>
31111       <method name="Int32 Invoke(Int32)">
31112         <size>0</size>
31113       </method>
31114       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
31115         <size>0</size>
31116       </method>
31117       <method name="Int32 EndInvoke(IAsyncResult)">
31118         <size>0</size>
31119       </method>
31120     </type>
31121   </test>
31122   <test name="test-190.cs">
31123     <type name="A">
31124       <method name="Void .ctor()">
31125         <size>7</size>
31126       </method>
31127       <method name="Void Main()">
31128         <size>1</size>
31129       </method>
31130     </type>
31131     <type name="A+B">
31132       <method name="Void .ctor()">
31133         <size>7</size>
31134       </method>
31135       <method name="Void Test()">
31136         <size>8</size>
31137       </method>
31138     </type>
31139     <type name="A+C">
31140       <method name="Void .ctor()">
31141         <size>7</size>
31142       </method>
31143       <method name="Void Test(A)">
31144         <size>8</size>
31145       </method>
31146     </type>
31147   </test>
31148   <test name="test-191.cs">
31149     <type name="X">
31150       <method name="Void .ctor()">
31151         <size>7</size>
31152       </method>
31153     </type>
31154     <type name="X+E">
31155       <method name="Void .ctor()">
31156         <size>7</size>
31157       </method>
31158     </type>
31159     <type name="X+D">
31160       <method name="Void .ctor()">
31161         <size>7</size>
31162       </method>
31163     </type>
31164     <type name="X+D+P">
31165       <method name="Void .ctor()">
31166         <size>7</size>
31167       </method>
31168     </type>
31169     <type name="Y">
31170       <method name="Void .ctor()">
31171         <size>7</size>
31172       </method>
31173     </type>
31174     <type name="Y+Op">
31175       <method name="Void .ctor()">
31176         <size>7</size>
31177       </method>
31178     </type>
31179     <type name="R">
31180       <method name="Void .ctor()">
31181         <size>7</size>
31182       </method>
31183       <method name="Void Main()">
31184         <size>1</size>
31185       </method>
31186     </type>
31187   </test>
31188   <test name="test-192.cs">
31189     <type name="X">
31190       <method name="Void .ctor()">
31191         <size>7</size>
31192       </method>
31193       <method name="Void Main()">
31194         <size>1</size>
31195       </method>
31196     </type>
31197   </test>
31198   <test name="test-193.cs">
31199     <type name="A">
31200       <method name="Void .ctor()">
31201         <size>7</size>
31202       </method>
31203       <method name="Int32 Test(Int32)">
31204         <size>88</size>
31205       </method>
31206       <method name="Int32 Main()">
31207         <size>7</size>
31208       </method>
31209     </type>
31210   </test>
31211   <test name="test-194.cs">
31212     <type name="TestParams">
31213       <method name="Void .ctor()">
31214         <size>7</size>
31215       </method>
31216       <method name="Int32 Main(System.String[])">
31217         <size>38</size>
31218       </method>
31219       <method name="Int32 Params(System.Object[])">
31220         <size>10</size>
31221       </method>
31222     </type>
31223   </test>
31224   <test name="test-195.cs">
31225     <type name="Y">
31226       <method name="Void .ctor()">
31227         <size>7</size>
31228       </method>
31229       <method name="Void .cctor()">
31230         <size>1</size>
31231       </method>
31232       <method name="Int32 C()">
31233         <size>36</size>
31234       </method>
31235     </type>
31236     <type name="X">
31237       <method name="Void .ctor()">
31238         <size>8</size>
31239       </method>
31240       <method name="Void .ctor(Int32)">
31241         <size>18</size>
31242       </method>
31243       <method name="Void Main()">
31244         <size>7</size>
31245       </method>
31246     </type>
31247   </test>
31248   <test name="test-196.cs">
31249     <type name="X">
31250       <method name="Void .ctor()">
31251         <size>7</size>
31252       </method>
31253       <method name="Void Bug1()">
31254         <size>15</size>
31255       </method>
31256       <method name="Void Bug2()">
31257         <size>15</size>
31258       </method>
31259       <method name="Int32 Main()">
31260         <size>2</size>
31261       </method>
31262     </type>
31263   </test>
31264   <test name="test-197.cs">
31265     <type name="X">
31266       <method name="Void .ctor()">
31267         <size>7</size>
31268       </method>
31269       <method name="Void Foo()">
31270         <size>0</size>
31271       </method>
31272     </type>
31273     <type name="Y">
31274       <method name="Void .ctor()">
31275         <size>7</size>
31276       </method>
31277     </type>
31278     <type name="Z">
31279       <method name="Void .ctor()">
31280         <size>7</size>
31281       </method>
31282       <method name="Void Foo()">
31283         <size>11</size>
31284       </method>
31285     </type>
31286     <type name="Test">
31287       <method name="Void .ctor()">
31288         <size>7</size>
31289       </method>
31290       <method name="Int32 Main()">
31291         <size>16</size>
31292       </method>
31293     </type>
31294   </test>
31295   <test name="test-198.cs">
31296     <type name="N1.N3.N4.Bar">
31297       <method name="Void .ctor()">
31298         <size>7</size>
31299       </method>
31300     </type>
31301     <type name="N1.N2.Foo">
31302       <method name="Void .ctor()">
31303         <size>7</size>
31304       </method>
31305     </type>
31306     <type name="N5.N6.Foo">
31307       <method name="Void .ctor()">
31308         <size>7</size>
31309       </method>
31310     </type>
31311     <type name="N5.N7.N8.Bar">
31312       <method name="Void .ctor()">
31313         <size>7</size>
31314       </method>
31315     </type>
31316     <type name="FirstOuter.FirstInner.First">
31317       <method name="Void .ctor()">
31318         <size>7</size>
31319       </method>
31320       <method name="System.String get_MyIdentity()">
31321         <size>12</size>
31322       </method>
31323     </type>
31324     <type name="FirstOuter.Second">
31325       <method name="Void .ctor()">
31326         <size>7</size>
31327       </method>
31328     </type>
31329     <type name="FirstOuter.SecondInner.Third">
31330       <method name="Void .ctor()">
31331         <size>7</size>
31332       </method>
31333     </type>
31334     <type name="FirstOuter.FirstInner.Fourth">
31335       <method name="Void .ctor()">
31336         <size>7</size>
31337       </method>
31338     </type>
31339     <type name="Fifth">
31340       <method name="Void .ctor()">
31341         <size>7</size>
31342       </method>
31343     </type>
31344     <type name="M1.M2.M3.Foo">
31345       <method name="Void .ctor()">
31346         <size>7</size>
31347       </method>
31348     </type>
31349     <type name="P1.P2.Bar">
31350       <method name="Void .ctor()">
31351         <size>7</size>
31352       </method>
31353     </type>
31354     <type name="X">
31355       <method name="Void .ctor()">
31356         <size>7</size>
31357       </method>
31358       <method name="Int32 Main()">
31359         <size>2</size>
31360       </method>
31361     </type>
31362   </test>
31363   <test name="test-199.cs">
31364     <type name="Test">
31365       <method name="Void .ctor()">
31366         <size>7</size>
31367       </method>
31368       <method name="Int32 Main()">
31369         <size>22</size>
31370       </method>
31371     </type>
31372     <type name="N1.Foo">
31373       <method name="Void .ctor()">
31374         <size>7</size>
31375       </method>
31376     </type>
31377     <type name="N1.Foo+Foo2">
31378       <method name="Void .ctor()">
31379         <size>7</size>
31380       </method>
31381     </type>
31382     <type name="N1.Bar2">
31383       <method name="Void .ctor()">
31384         <size>7</size>
31385       </method>
31386       <method name="Int32 Talk()">
31387         <size>2</size>
31388       </method>
31389     </type>
31390     <type name="N2.Bar">
31391       <method name="Void .ctor()">
31392         <size>7</size>
31393       </method>
31394     </type>
31395     <type name="N2.Bar+Bar2">
31396       <method name="Void .ctor()">
31397         <size>7</size>
31398       </method>
31399       <method name="Int32 Talk()">
31400         <size>2</size>
31401       </method>
31402     </type>
31403   </test>
31404   <test name="test-2.cs">
31405     <type name="X">
31406       <method name="Void .ctor()">
31407         <size>7</size>
31408       </method>
31409       <method name="Int32 Main(System.String[])">
31410         <size>12</size>
31411       </method>
31412     </type>
31413   </test>
31414   <test name="test-20.cs">
31415     <type name="A">
31416       <method name="Void .ctor()">
31417         <size>7</size>
31418       </method>
31419       <method name="Void X()">
31420         <size>8</size>
31421       </method>
31422     </type>
31423     <type name="B">
31424       <method name="Void .ctor()">
31425         <size>7</size>
31426       </method>
31427       <method name="Void X()">
31428         <size>8</size>
31429       </method>
31430       <method name="Void TestB()">
31431         <size>7</size>
31432       </method>
31433     </type>
31434     <type name="Ax">
31435       <method name="Void .ctor()">
31436         <size>7</size>
31437       </method>
31438       <method name="Void A()">
31439         <size>8</size>
31440       </method>
31441       <method name="Void B()">
31442         <size>8</size>
31443       </method>
31444     </type>
31445     <type name="Bx">
31446       <method name="Void .ctor()">
31447         <size>7</size>
31448       </method>
31449       <method name="Void A()">
31450         <size>8</size>
31451       </method>
31452       <method name="Void B()">
31453         <size>8</size>
31454       </method>
31455     </type>
31456     <type name="Test">
31457       <method name="Void .ctor()">
31458         <size>7</size>
31459       </method>
31460       <method name="Int32 Main()">
31461         <size>100</size>
31462       </method>
31463     </type>
31464   </test>
31465   <test name="test-200.cs">
31466     <type name="X">
31467       <method name="Void .ctor()">
31468         <size>7</size>
31469       </method>
31470       <method name="Int32 Main()">
31471         <size>104</size>
31472       </method>
31473     </type>
31474   </test>
31475   <test name="test-201.cs">
31476     <type name="Parent">
31477       <method name="Void .ctor()">
31478         <size>7</size>
31479       </method>
31480     </type>
31481     <type name="Child">
31482       <method name="Void .ctor()">
31483         <size>7</size>
31484       </method>
31485     </type>
31486     <type name="Child+Nested">
31487       <method name="Void .ctor()">
31488         <size>18</size>
31489       </method>
31490     </type>
31491     <type name="Collide">
31492       <method name="Void .ctor(Int32)">
31493         <size>14</size>
31494       </method>
31495       <method name="Void .cctor()">
31496         <size>12</size>
31497       </method>
31498       <method name="Int32 Main()">
31499         <size>27</size>
31500       </method>
31501     </type>
31502   </test>
31503   <test name="test-202.cs">
31504     <type name="X.X">
31505       <method name="Void .ctor()">
31506         <size>7</size>
31507       </method>
31508     </type>
31509     <type name="A.B.C.D">
31510       <method name="Void .ctor()">
31511         <size>7</size>
31512       </method>
31513     </type>
31514     <type name="Test">
31515       <method name="Void .ctor()">
31516         <size>7</size>
31517       </method>
31518       <method name="Int32 Main()">
31519         <size>14</size>
31520       </method>
31521     </type>
31522   </test>
31523   <test name="test-203.cs">
31524     <type name="Foo">
31525       <method name="Void .ctor()">
31526         <size>7</size>
31527       </method>
31528       <method name="Modifiers get_Modifiers()">
31529         <size>2</size>
31530       </method>
31531     </type>
31532     <type name="Bar">
31533       <method name="Void .ctor()">
31534         <size>7</size>
31535       </method>
31536       <method name="Int32 Main()">
31537         <size>13</size>
31538       </method>
31539     </type>
31540   </test>
31541   <test name="test-204.cs">
31542     <type name="X">
31543       <method name="Void .ctor(Int32)">
31544         <size>14</size>
31545       </method>
31546       <method name="System.String ToString()">
31547         <size>22</size>
31548       </method>
31549       <method name="Int32 Test()">
31550         <size>153</size>
31551       </method>
31552       <method name="Int32 Main()">
31553         <size>24</size>
31554       </method>
31555       <method name="X op_BitwiseAnd(X, X)">
31556         <size>19</size>
31557       </method>
31558       <method name="X op_BitwiseOr(X, X)">
31559         <size>19</size>
31560       </method>
31561       <method name="Boolean op_True(X)">
31562         <size>15</size>
31563       </method>
31564       <method name="Boolean op_False(X)">
31565         <size>12</size>
31566       </method>
31567     </type>
31568   </test>
31569   <test name="test-205.cs">
31570     <type name="A">
31571       <method name="Void .ctor(Object)">
31572         <size>7</size>
31573       </method>
31574     </type>
31575     <type name="Test">
31576       <method name="Void .ctor()">
31577         <size>7</size>
31578       </method>
31579       <method name="Void Main()">
31580         <size>1</size>
31581       </method>
31582     </type>
31583   </test>
31584   <test name="test-206.cs">
31585     <type name="X">
31586       <method name="Void .ctor()">
31587         <size>7</size>
31588       </method>
31589       <method name="Int32 get_Item(Int32)">
31590         <size>2</size>
31591       </method>
31592       <method name="System.Int32[] get_Item(System.Int32[])">
31593         <size>39</size>
31594       </method>
31595       <method name="Void Main()">
31596         <size>91</size>
31597       </method>
31598     </type>
31599     <type name="&lt;PrivateImplementationDetails&gt;">
31600       <method name="Void .ctor()">
31601         <size>7</size>
31602       </method>
31603     </type>
31604   </test>
31605   <test name="test-207.cs">
31606     <type name="X">
31607       <method name="Void .ctor()">
31608         <size>7</size>
31609       </method>
31610       <method name="Void .cctor()">
31611         <size>1</size>
31612       </method>
31613       <method name="Void hello(Int32)">
31614         <size>13</size>
31615       </method>
31616       <method name="Void world(Int32)">
31617         <size>16</size>
31618       </method>
31619       <method name="Int32 Main()">
31620         <size>138</size>
31621       </method>
31622     </type>
31623     <type name="Test">
31624       <method name="Void .ctor(Object, IntPtr)">
31625         <size>0</size>
31626       </method>
31627       <method name="Void Invoke(Int32)">
31628         <size>0</size>
31629       </method>
31630       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
31631         <size>0</size>
31632       </method>
31633       <method name="Void EndInvoke(IAsyncResult)">
31634         <size>0</size>
31635       </method>
31636     </type>
31637   </test>
31638   <test name="test-208.cs">
31639     <type name="X">
31640       <method name="Void .ctor()">
31641         <size>7</size>
31642       </method>
31643       <method name="System.String get_Item(System.String)">
31644         <size>2</size>
31645       </method>
31646       <method name="Void Test()">
31647         <size>1</size>
31648       </method>
31649     </type>
31650     <type name="Y">
31651       <method name="Void .ctor()">
31652         <size>7</size>
31653       </method>
31654       <method name="Void Main()">
31655         <size>19</size>
31656       </method>
31657     </type>
31658   </test>
31659   <test name="test-209.cs">
31660     <type name="X">
31661       <method name="Void .ctor(Int32)">
31662         <size>14</size>
31663       </method>
31664       <method name="Int32 get_Foo()">
31665         <size>9</size>
31666       </method>
31667       <method name="Void set_Foo(Int32)">
31668         <size>8</size>
31669       </method>
31670       <method name="Int32 get_Item(Int32)">
31671         <size>7</size>
31672       </method>
31673       <method name="Void set_Item(Int32, Int32)">
31674         <size>8</size>
31675       </method>
31676       <method name="Void set_Item(System.String, System.String)">
31677         <size>7</size>
31678       </method>
31679       <method name="Void set_Bar(System.String)">
31680         <size>7</size>
31681       </method>
31682       <method name="A get_A()">
31683         <size>7</size>
31684       </method>
31685       <method name="Void set_A(A)">
31686         <size>12</size>
31687       </method>
31688       <method name="Int32 Main()">
31689         <size>75</size>
31690       </method>
31691     </type>
31692     <type name="A">
31693       <method name="Void .ctor(Int32)">
31694         <size>8</size>
31695       </method>
31696     </type>
31697   </test>
31698   <test name="test-21.cs">
31699     <type name="Blah">
31700       <method name="Void .ctor()">
31701         <size>7</size>
31702       </method>
31703       <method name="Int32 Main()">
31704         <size>47</size>
31705       </method>
31706     </type>
31707     <type name="Blah+Foo">
31708       <method name="Void .ctor()">
31709         <size>17</size>
31710       </method>
31711       <method name="Int32 Bar(Int32, Int32)">
31712         <size>14</size>
31713       </method>
31714     </type>
31715   </test>
31716   <test name="test-210.cs">
31717     <type name="X">
31718       <method name="Void .ctor()">
31719         <size>7</size>
31720       </method>
31721       <method name="Void foo()">
31722         <size>1</size>
31723       </method>
31724       <method name="Void Main()">
31725         <size>25</size>
31726       </method>
31727     </type>
31728     <type name="FooHandler">
31729       <method name="Void .ctor(Object, IntPtr)">
31730         <size>0</size>
31731       </method>
31732       <method name="Void Invoke()">
31733         <size>0</size>
31734       </method>
31735       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
31736         <size>0</size>
31737       </method>
31738       <method name="Void EndInvoke(IAsyncResult)">
31739         <size>0</size>
31740       </method>
31741     </type>
31742   </test>
31743   <test name="test-211.cs">
31744     <type name="X">
31745       <method name="Void .ctor(Int32)">
31746         <size>14</size>
31747       </method>
31748       <method name="X op_Implicit(Int32)">
31749         <size>7</size>
31750       </method>
31751     </type>
31752     <type name="Y">
31753       <method name="Void .ctor(X)">
31754         <size>14</size>
31755       </method>
31756       <method name="Y op_Implicit(X)">
31757         <size>7</size>
31758       </method>
31759     </type>
31760     <type name="Z">
31761       <method name="Void .ctor(Y)">
31762         <size>14</size>
31763       </method>
31764       <method name="Int32 Main()">
31765         <size>27</size>
31766       </method>
31767       <method name="Z op_Implicit(Y)">
31768         <size>7</size>
31769       </method>
31770     </type>
31771   </test>
31772   <test name="test-212.cs">
31773     <type name="Problem">
31774       <method name="Void .ctor(String)">
31775         <size>14</size>
31776       </method>
31777       <method name="Int32 Multi(Int32, Problem[])">
31778         <size>4</size>
31779       </method>
31780       <method name="Int32 Main(System.String[])">
31781         <size>76</size>
31782       </method>
31783       <method name="Problem op_Implicit(Int32)">
31784         <size>22</size>
31785       </method>
31786     </type>
31787   </test>
31788   <test name="test-213.cs">
31789     <type name="MyTest">
31790       <method name="Void .ctor()">
31791         <size>7</size>
31792       </method>
31793       <method name="Void Main(System.String[])">
31794         <size>31</size>
31795       </method>
31796     </type>
31797     <type name="S">
31798       <method name="Void .ctor(Int32)">
31799         <size>8</size>
31800       </method>
31801       <method name="Void Print()">
31802         <size>12</size>
31803       </method>
31804     </type>
31805   </test>
31806   <test name="test-214.cs">
31807     <type name="N2.Test">
31808       <method name="Void .ctor()">
31809         <size>7</size>
31810       </method>
31811       <method name="Int32 Main()">
31812         <size>7</size>
31813       </method>
31814     </type>
31815     <type name="N1.C1">
31816       <method name="Void .ctor()">
31817         <size>7</size>
31818       </method>
31819       <method name="Void Foo()">
31820         <size>1</size>
31821       </method>
31822     </type>
31823   </test>
31824   <test name="test-215.cs">
31825     <type name="Test">
31826       <method name="Void .ctor()">
31827         <size>7</size>
31828       </method>
31829       <method name="Void .cctor()">
31830         <size>1</size>
31831       </method>
31832       <method name="N1.C1 get_C1()">
31833         <size>6</size>
31834       </method>
31835       <method name="Int32 Main()">
31836         <size>8</size>
31837       </method>
31838     </type>
31839     <type name="N1.C1">
31840       <method name="Void .ctor()">
31841         <size>7</size>
31842       </method>
31843     </type>
31844   </test>
31845   <test name="test-216.cs">
31846     <type name="cls">
31847       <method name="Void .ctor()">
31848         <size>7</size>
31849       </method>
31850       <method name="Void add_OnWhatever(OnWhateverDelegate)">
31851         <size>47</size>
31852       </method>
31853       <method name="Void remove_OnWhatever(OnWhateverDelegate)">
31854         <size>47</size>
31855       </method>
31856       <method name="Void CallMyDel(System.String)">
31857         <size>13</size>
31858       </method>
31859     </type>
31860     <type name="cls+nestedcls">
31861       <method name="Void .ctor()">
31862         <size>7</size>
31863       </method>
31864       <method name="Void CallParentDel(cls, System.String)">
31865         <size>13</size>
31866       </method>
31867     </type>
31868     <type name="MonoEmbed">
31869       <method name="Void .ctor()">
31870         <size>7</size>
31871       </method>
31872       <method name="Void Main()">
31873         <size>36</size>
31874       </method>
31875       <method name="Void Whatever(System.String)">
31876         <size>7</size>
31877       </method>
31878     </type>
31879     <type name="OnWhateverDelegate">
31880       <method name="Void .ctor(Object, IntPtr)">
31881         <size>0</size>
31882       </method>
31883       <method name="Void Invoke(System.String)">
31884         <size>0</size>
31885       </method>
31886       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
31887         <size>0</size>
31888       </method>
31889       <method name="Void EndInvoke(IAsyncResult)">
31890         <size>0</size>
31891       </method>
31892     </type>
31893   </test>
31894   <test name="test-217.cs">
31895     <type name="Test">
31896       <method name="Void .ctor()">
31897         <size>7</size>
31898       </method>
31899       <method name="Int32 Main()">
31900         <size>174</size>
31901       </method>
31902       <method name="System.Object compare_gte(Int32, Int32)">
31903         <size>13</size>
31904       </method>
31905       <method name="System.Object compare_lte(Int32, Int32)">
31906         <size>13</size>
31907       </method>
31908     </type>
31909   </test>
31910   <test name="test-218.cs">
31911     <type name="T">
31912       <method name="Void .ctor()">
31913         <size>7</size>
31914       </method>
31915       <method name="Void .cctor()">
31916         <size>27</size>
31917       </method>
31918       <method name="Void Main()">
31919         <size>1</size>
31920       </method>
31921       <method name="Void compareQueryQuery1(System.Object)">
31922         <size>1</size>
31923       </method>
31924     </type>
31925     <type name="T+foo">
31926       <method name="Void .ctor(Object, IntPtr)">
31927         <size>0</size>
31928       </method>
31929       <method name="Void Invoke(System.Object)">
31930         <size>0</size>
31931       </method>
31932       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
31933         <size>0</size>
31934       </method>
31935       <method name="Void EndInvoke(IAsyncResult)">
31936         <size>0</size>
31937       </method>
31938     </type>
31939   </test>
31940   <test name="test-219.cs">
31941     <type name="TestAttribute">
31942       <method name="Void .ctor(Type)">
31943         <size>14</size>
31944       </method>
31945       <method name="System.Type get_Type()">
31946         <size>7</size>
31947       </method>
31948     </type>
31949     <type name="Test">
31950       <method name="Void .ctor()">
31951         <size>7</size>
31952       </method>
31953       <method name="Void Main()">
31954         <size>75</size>
31955       </method>
31956     </type>
31957   </test>
31958   <test name="test-22.cs">
31959     <type name="M">
31960       <method name="Void .ctor()">
31961         <size>7</size>
31962       </method>
31963       <method name="Int32 Main()">
31964         <size>63</size>
31965       </method>
31966     </type>
31967     <type name="S">
31968       <method name="T GetT()">
31969         <size>7</size>
31970       </method>
31971       <method name="Void Init()">
31972         <size>25</size>
31973       </method>
31974     </type>
31975   </test>
31976   <test name="test-220.cs">
31977     <type name="MonoBUG.Bug">
31978       <method name="Void .ctor()">
31979         <size>7</size>
31980       </method>
31981       <method name="Int32 Main(System.String[])">
31982         <size>136</size>
31983       </method>
31984     </type>
31985     <type name="MonoBUG.Foo">
31986       <method name="Void .ctor(String)">
31987         <size>14</size>
31988       </method>
31989       <method name="System.String get_Name()">
31990         <size>7</size>
31991       </method>
31992     </type>
31993     <type name="MonoBUG.FooList">
31994       <method name="Void .ctor()">
31995         <size>7</size>
31996       </method>
31997       <method name="Void .cctor()">
31998         <size>1</size>
31999       </method>
32000       <method name="Void Add(MonoBUG.Foo)">
32001         <size>19</size>
32002       </method>
32003       <method name="MonoBUG.FooList+FooEnumerator GetEnumerator()">
32004         <size>7</size>
32005       </method>
32006     </type>
32007     <type name="MonoBUG.FooList+FooEnumerator">
32008       <method name="Void .ctor(FooList)">
32009         <size>31</size>
32010       </method>
32011       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
32012         <size>12</size>
32013       </method>
32014       <method name="Void System.Collections.IEnumerator.Reset()">
32015         <size>12</size>
32016       </method>
32017       <method name="MonoBUG.Foo get_Current()">
32018         <size>46</size>
32019       </method>
32020       <method name="Boolean MoveNext()">
32021         <size>12</size>
32022       </method>
32023       <method name="Void Reset()">
32024         <size>12</size>
32025       </method>
32026       <method name="System.Object System.Collections.IEnumerator.get_Current()">
32027         <size>28</size>
32028       </method>
32029     </type>
32030   </test>
32031   <test name="test-221.cs">
32032     <type name="A">
32033       <method name="Void .ctor()">
32034         <size>7</size>
32035       </method>
32036       <method name="Int32 get_Blah()">
32037         <size>2</size>
32038       </method>
32039       <method name="Void set_Blah(Int32)">
32040         <size>1</size>
32041       </method>
32042     </type>
32043     <type name="B">
32044       <method name="Void .ctor()">
32045         <size>7</size>
32046       </method>
32047       <method name="Int32 get_Blah()">
32048         <size>2</size>
32049       </method>
32050       <method name="Boolean Test()">
32051         <size>54</size>
32052       </method>
32053     </type>
32054     <type name="C">
32055       <method name="Void .ctor()">
32056         <size>7</size>
32057       </method>
32058       <method name="Int32 get_Blah()">
32059         <size>0</size>
32060       </method>
32061       <method name="Void set_Blah(Int32)">
32062         <size>0</size>
32063       </method>
32064     </type>
32065     <type name="D">
32066       <method name="Void .ctor()">
32067         <size>7</size>
32068       </method>
32069       <method name="Int32 get_Blah()">
32070         <size>2</size>
32071       </method>
32072       <method name="Void set_Blah(Int32)">
32073         <size>1</size>
32074       </method>
32075     </type>
32076     <type name="E">
32077       <method name="Void .ctor()">
32078         <size>7</size>
32079       </method>
32080       <method name="Int32 get_Blah()">
32081         <size>7</size>
32082       </method>
32083       <method name="Boolean Test()">
32084         <size>54</size>
32085       </method>
32086     </type>
32087     <type name="F">
32088       <method name="Void .ctor()">
32089         <size>7</size>
32090       </method>
32091       <method name="Int32 get_Item(Int32)">
32092         <size>2</size>
32093       </method>
32094       <method name="Void set_Item(Int32, Int32)">
32095         <size>1</size>
32096       </method>
32097       <method name="Int32 get_Blah()">
32098         <size>2</size>
32099       </method>
32100       <method name="Void set_Blah(Int32)">
32101         <size>1</size>
32102       </method>
32103       <method name="Boolean Test()">
32104         <size>108</size>
32105       </method>
32106     </type>
32107     <type name="Driver">
32108       <method name="Void .ctor()">
32109         <size>7</size>
32110       </method>
32111       <method name="Int32 Main()">
32112         <size>38</size>
32113       </method>
32114     </type>
32115     <type name="F">
32116       <method name="Int32 IBlah.get_Item(Int32)">
32117         <size>2</size>
32118       </method>
32119       <method name="Void IBlah.set_Item(Int32, Int32)">
32120         <size>1</size>
32121       </method>
32122       <method name="Int32 IBlah.get_Blah()">
32123         <size>2</size>
32124       </method>
32125       <method name="Void IBlah.set_Blah(Int32)">
32126         <size>1</size>
32127       </method>
32128     </type>
32129   </test>
32130   <test name="test-222.cs">
32131     <type name="Class_1">
32132       <method name="Void .ctor()">
32133         <size>7</size>
32134       </method>
32135       <method name="UIntPtr Valid()">
32136         <size>7</size>
32137       </method>
32138     </type>
32139     <type name="MainClass">
32140       <method name="Void .ctor()">
32141         <size>7</size>
32142       </method>
32143       <method name="Int32 Main()">
32144         <size>2</size>
32145       </method>
32146     </type>
32147   </test>
32148   <test name="test-223.cs">
32149     <type name="T">
32150       <method name="Void .ctor()">
32151         <size>7</size>
32152       </method>
32153       <method name="Int32 Main()">
32154         <size>65</size>
32155       </method>
32156     </type>
32157   </test>
32158   <test name="test-224.cs">
32159     <type name="XmlMemberArrayAttribute">
32160       <method name="Void .ctor(String)">
32161         <size>38</size>
32162       </method>
32163       <method name="System.Char[] get_Separator()">
32164         <size>7</size>
32165       </method>
32166       <method name="Void set_Separator(System.Char[])">
32167         <size>8</size>
32168       </method>
32169       <method name="System.String get_Name()">
32170         <size>7</size>
32171       </method>
32172       <method name="Void set_Name(System.String)">
32173         <size>8</size>
32174       </method>
32175       <method name="Boolean get_IsRequired()">
32176         <size>7</size>
32177       </method>
32178       <method name="Void set_IsRequired(Boolean)">
32179         <size>8</size>
32180       </method>
32181     </type>
32182     <type name="t">
32183       <method name="Void .ctor()">
32184         <size>7</size>
32185       </method>
32186       <method name="Void Main()">
32187         <size>1</size>
32188       </method>
32189     </type>
32190   </test>
32191   <test name="test-225.cs">
32192     <type name="A">
32193       <method name="Void .ctor()">
32194         <size>14</size>
32195       </method>
32196     </type>
32197     <type name="B">
32198       <method name="Void .ctor()">
32199         <size>7</size>
32200       </method>
32201       <method name="Int32 foo()">
32202         <size>2</size>
32203       </method>
32204       <method name="Void Main()">
32205         <size>18</size>
32206       </method>
32207     </type>
32208   </test>
32209   <test name="test-226.cs">
32210     <type name="Test226">
32211       <method name="Void .ctor()">
32212         <size>7</size>
32213       </method>
32214       <method name="Void Test()">
32215         <size>35</size>
32216       </method>
32217       <method name="Int32 Main()">
32218         <size>23</size>
32219       </method>
32220     </type>
32221   </test>
32222   <test name="test-227.cs">
32223     <type name="A.T">
32224       <method name="Void .ctor()">
32225         <size>7</size>
32226       </method>
32227       <method name="Void Main()">
32228         <size>3</size>
32229       </method>
32230     </type>
32231   </test>
32232   <test name="test-228.cs">
32233     <type name="BadRefTest.CtorInc">
32234       <method name="Void .ctor()">
32235         <size>30</size>
32236       </method>
32237       <method name="Int32 IncByRef(Int32 ByRef)">
32238         <size>10</size>
32239       </method>
32240       <method name="Boolean Results(Int32)">
32241         <size>98</size>
32242       </method>
32243     </type>
32244     <type name="BadRefTest.Runner">
32245       <method name="Void .ctor()">
32246         <size>7</size>
32247       </method>
32248       <method name="Int32 Main()">
32249         <size>43</size>
32250       </method>
32251     </type>
32252   </test>
32253   <test name="test-229.cs">
32254     <type name="List">
32255       <method name="Void .ctor(Int32)">
32256         <size>19</size>
32257       </method>
32258       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
32259         <size>12</size>
32260       </method>
32261       <method name="Void Add(Int32)">
32262         <size>26</size>
32263       </method>
32264       <method name="MyEnumerator GetEnumerator()">
32265         <size>7</size>
32266       </method>
32267     </type>
32268     <type name="UberList">
32269       <method name="Void .ctor(Int32)">
32270         <size>8</size>
32271       </method>
32272       <method name="Int32 Main(System.String[])">
32273         <size>38</size>
32274       </method>
32275       <method name="Boolean One()">
32276         <size>62</size>
32277       </method>
32278       <method name="Boolean Two()">
32279         <size>62</size>
32280       </method>
32281       <method name="Boolean Three()">
32282         <size>62</size>
32283       </method>
32284     </type>
32285     <type name="List+MyEnumerator">
32286       <method name="Void .ctor(List)">
32287         <size>15</size>
32288       </method>
32289       <method name="System.Object get_Current()">
32290         <size>24</size>
32291       </method>
32292       <method name="Boolean MoveNext()">
32293         <size>31</size>
32294       </method>
32295       <method name="Void Reset()">
32296         <size>8</size>
32297       </method>
32298     </type>
32299   </test>
32300   <test name="test-23.cs">
32301     <type name="X">
32302       <method name="Void .ctor()">
32303         <size>7</size>
32304       </method>
32305       <method name="Void .cctor()">
32306         <size>8</size>
32307       </method>
32308       <method name="Int32 get_Value()">
32309         <size>6</size>
32310       </method>
32311       <method name="Void set_Value(Int32)">
32312         <size>7</size>
32313       </method>
32314       <method name="Int32 Main()">
32315         <size>170</size>
32316       </method>
32317     </type>
32318     <type name="Y">
32319       <method name="Void .ctor(String)">
32320         <size>14</size>
32321       </method>
32322       <method name="System.String get_Value()">
32323         <size>7</size>
32324       </method>
32325       <method name="Void set_Value(System.String)">
32326         <size>8</size>
32327       </method>
32328     </type>
32329     <type name="Z">
32330       <method name="Void .cctor()">
32331         <size>7</size>
32332       </method>
32333       <method name="Int32 get_IVal()">
32334         <size>6</size>
32335       </method>
32336       <method name="Void set_IVal(Int32)">
32337         <size>7</size>
32338       </method>
32339       <method name="Int32 get_XVal()">
32340         <size>7</size>
32341       </method>
32342       <method name="Void set_XVal(Int32)">
32343         <size>8</size>
32344       </method>
32345     </type>
32346   </test>
32347   <test name="test-230.cs">
32348     <type name="TestClass">
32349       <method name="Void .ctor()">
32350         <size>7</size>
32351       </method>
32352       <method name="Int32 Main()">
32353         <size>56</size>
32354       </method>
32355     </type>
32356   </test>
32357   <test name="test-231.cs">
32358     <type name="T">
32359       <method name="Void .ctor()">
32360         <size>7</size>
32361       </method>
32362       <method name="Void .cctor()">
32363         <size>1</size>
32364       </method>
32365       <method name="Int32 Main()">
32366         <size>44</size>
32367       </method>
32368       <method name="Void Foo()">
32369         <size>23</size>
32370       </method>
32371     </type>
32372   </test>
32373   <test name="test-232.cs">
32374     <type name="CtorInfoTest">
32375       <method name="Void .ctor()">
32376         <size>7</size>
32377       </method>
32378       <method name="Void Main(System.String[])">
32379         <size>977</size>
32380       </method>
32381       <method name="Void Assert(System.Object, System.Object)">
32382         <size>38</size>
32383       </method>
32384     </type>
32385     <type name="&lt;PrivateImplementationDetails&gt;">
32386       <method name="Void .ctor()">
32387         <size>7</size>
32388       </method>
32389     </type>
32390   </test>
32391   <test name="test-233.cs">
32392     <type name="Tests">
32393       <method name="Void .ctor()">
32394         <size>7</size>
32395       </method>
32396       <method name="Int32 Main()">
32397         <size>16</size>
32398       </method>
32399       <method name="Int32 test_0_beq()">
32400         <size>29</size>
32401       </method>
32402       <method name="Int32 test_0_bne_un()">
32403         <size>29</size>
32404       </method>
32405       <method name="Int32 test_0_conv_r8()">
32406         <size>29</size>
32407       </method>
32408       <method name="Int32 test_0_conv_i()">
32409         <size>76</size>
32410       </method>
32411       <method name="Int32 test_5_conv_r4()">
32412         <size>8</size>
32413       </method>
32414       <method name="Int32 test_5_double_conv_r4()">
32415         <size>16</size>
32416       </method>
32417       <method name="Int32 test_5_float_conv_r8()">
32418         <size>12</size>
32419       </method>
32420       <method name="Int32 test_5_conv_r8()">
32421         <size>8</size>
32422       </method>
32423       <method name="Int32 test_5_add()">
32424         <size>25</size>
32425       </method>
32426       <method name="Int32 test_5_sub()">
32427         <size>25</size>
32428       </method>
32429       <method name="Int32 test_24_mul()">
32430         <size>25</size>
32431       </method>
32432       <method name="Int32 test_4_div()">
32433         <size>25</size>
32434       </method>
32435       <method name="Int32 test_2_rem()">
32436         <size>25</size>
32437       </method>
32438       <method name="Int32 test_2_neg()">
32439         <size>14</size>
32440       </method>
32441       <method name="Int32 test_46_float_add_spill()">
32442         <size>129</size>
32443       </method>
32444       <method name="Int32 test_362880_float_mul_spill()">
32445         <size>129</size>
32446       </method>
32447       <method name="Int32 test_4_long_cast()">
32448         <size>29</size>
32449       </method>
32450       <method name="Int32 test_16_float_cmp()">
32451         <size>317</size>
32452       </method>
32453       <method name="Int32 test_15_float_cmp_un()">
32454         <size>297</size>
32455       </method>
32456       <method name="Int32 test_15_float_branch()">
32457         <size>219</size>
32458       </method>
32459       <method name="Int32 test_15_float_branch_un()">
32460         <size>219</size>
32461       </method>
32462     </type>
32463     <type name="TestDriver">
32464       <method name="Void .ctor()">
32465         <size>7</size>
32466       </method>
32467       <method name="Int32 RunTests(System.Type, System.String[])">
32468         <size>571</size>
32469       </method>
32470       <method name="Int32 RunTests(System.Type)">
32471         <size>8</size>
32472       </method>
32473     </type>
32474   </test>
32475   <test name="test-234.cs">
32476     <type name="T">
32477       <method name="Void .ctor()">
32478         <size>7</size>
32479       </method>
32480       <method name="Void Main()">
32481         <size>701</size>
32482       </method>
32483     </type>
32484   </test>
32485   <test name="test-235.cs">
32486     <type name="T">
32487       <method name="Void .ctor()">
32488         <size>7</size>
32489       </method>
32490       <method name="Void Foo(T, T)">
32491         <size>1</size>
32492       </method>
32493       <method name="Void Foo(System.Object[])">
32494         <size>1</size>
32495       </method>
32496       <method name="Int32 Main()">
32497         <size>13</size>
32498       </method>
32499     </type>
32500   </test>
32501   <test name="test-236.cs">
32502     <type name="Tests.Test">
32503       <method name="Void .ctor()">
32504         <size>7</size>
32505       </method>
32506       <method name="Void Main()">
32507         <size>42</size>
32508       </method>
32509       <method name="System.Object Tests.IIndexer.get_Item(Int32)">
32510         <size>9</size>
32511       </method>
32512       <method name="Void Tests.IIndexer.set_Item(Int32, System.Object)">
32513         <size>10</size>
32514       </method>
32515     </type>
32516   </test>
32517   <test name="test-237.cs">
32518     <type name="Params">
32519       <method name="Void .ctor()">
32520         <size>7</size>
32521       </method>
32522       <method name="Void .cctor()">
32523         <size>96</size>
32524       </method>
32525       <method name="Void foo(System.String, System.Object[])">
32526         <size>132</size>
32527       </method>
32528       <method name="Void Main()">
32529         <size>45</size>
32530       </method>
32531     </type>
32532     <type name="Params+FOO">
32533       <method name="Void .ctor(Object, IntPtr)">
32534         <size>0</size>
32535       </method>
32536       <method name="Void Invoke(System.String, System.Object[])">
32537         <size>0</size>
32538       </method>
32539       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
32540         <size>0</size>
32541       </method>
32542       <method name="Void EndInvoke(IAsyncResult)">
32543         <size>0</size>
32544       </method>
32545     </type>
32546   </test>
32547   <test name="test-238.cs">
32548     <type name="TestClass">
32549       <method name="Void .ctor()">
32550         <size>7</size>
32551       </method>
32552       <method name="Void ConditionalMethod()">
32553         <size>7</size>
32554       </method>
32555       <method name="Int32 Main()">
32556         <size>12</size>
32557       </method>
32558     </type>
32559   </test>
32560   <test name="test-239.cs">
32561     <type name="BaseClass">
32562       <method name="Void .ctor()">
32563         <size>7</size>
32564       </method>
32565       <method name="Void ConditionalMethod()">
32566         <size>7</size>
32567       </method>
32568     </type>
32569     <type name="TestClass">
32570       <method name="Void .ctor()">
32571         <size>7</size>
32572       </method>
32573       <method name="Void ConditionalMethod()">
32574         <size>1</size>
32575       </method>
32576     </type>
32577     <type name="MainClass">
32578       <method name="Void .ctor()">
32579         <size>7</size>
32580       </method>
32581       <method name="Int32 Main()">
32582         <size>18</size>
32583       </method>
32584     </type>
32585   </test>
32586   <test name="test-24.cs">
32587     <type name="X">
32588       <method name="Void .ctor()">
32589         <size>7</size>
32590       </method>
32591       <method name="System.String get_S()">
32592         <size>6</size>
32593       </method>
32594       <method name="Void set_S(System.String)">
32595         <size>7</size>
32596       </method>
32597       <method name="Int32 Main()">
32598         <size>92</size>
32599       </method>
32600     </type>
32601   </test>
32602   <test name="test-240.cs">
32603     <type name="TestClass">
32604       <method name="Void .ctor()">
32605         <size>7</size>
32606       </method>
32607       <method name="Void .cctor()">
32608         <size>7</size>
32609       </method>
32610       <method name="Void ConditionalMethod()">
32611         <size>17</size>
32612       </method>
32613       <method name="Int32 Main()">
32614         <size>11</size>
32615       </method>
32616     </type>
32617   </test>
32618   <test name="test-241.cs">
32619     <type name="Foo">
32620       <method name="Void .ctor()">
32621         <size>7</size>
32622       </method>
32623       <method name="Int32 get_SomeProperty()">
32624         <size>3</size>
32625       </method>
32626       <method name="Int32 M()">
32627         <size>3</size>
32628       </method>
32629       <method name="Void Main()">
32630         <size>1</size>
32631       </method>
32632     </type>
32633     <type name="Foo+FooPrivate">
32634       <method name="Void .ctor(Foo)">
32635         <size>14</size>
32636       </method>
32637       <method name="Int32 get_SomeProperty()">
32638         <size>24</size>
32639       </method>
32640     </type>
32641   </test>
32642   <test name="test-242.cs">
32643     <type name="BaseClass">
32644       <method name="Void .ctor()">
32645         <size>14</size>
32646       </method>
32647     </type>
32648     <type name="Derived">
32649       <method name="Void .ctor()">
32650         <size>7</size>
32651       </method>
32652       <method name="Int32 get_Location()">
32653         <size>3</size>
32654       </method>
32655       <method name="Void Main()">
32656         <size>1</size>
32657       </method>
32658     </type>
32659   </test>
32660   <test name="test-243.cs">
32661     <type name="X">
32662       <method name="Void .ctor()">
32663         <size>7</size>
32664       </method>
32665       <method name="Boolean Resolve(System.String)">
32666         <size>2</size>
32667       </method>
32668       <method name="System.String Test()">
32669         <size>2</size>
32670       </method>
32671       <method name="Void Main()">
32672         <size>8</size>
32673       </method>
32674     </type>
32675   </test>
32676   <test name="test-244.cs">
32677     <type name="Foo">
32678       <method name="Void .ctor()">
32679         <size>7</size>
32680       </method>
32681       <method name="Void .cctor()">
32682         <size>1</size>
32683       </method>
32684       <method name="Int32 Main()">
32685         <size>136</size>
32686       </method>
32687       <method name="MyBool get_t()">
32688         <size>29</size>
32689       </method>
32690       <method name="MyBool get_f()">
32691         <size>29</size>
32692       </method>
32693     </type>
32694     <type name="MyBool">
32695       <method name="Void .ctor(Boolean)">
32696         <size>8</size>
32697       </method>
32698       <method name="System.String ToString()">
32699         <size>12</size>
32700       </method>
32701       <method name="MyBool op_BitwiseAnd(MyBool, MyBool)">
32702         <size>21</size>
32703       </method>
32704       <method name="MyBool op_BitwiseOr(MyBool, MyBool)">
32705         <size>21</size>
32706       </method>
32707       <method name="Boolean op_True(MyBool)">
32708         <size>8</size>
32709       </method>
32710       <method name="Boolean op_False(MyBool)">
32711         <size>11</size>
32712       </method>
32713     </type>
32714   </test>
32715   <test name="test-245.cs">
32716     <type name="Class2">
32717       <method name="Void .ctor()">
32718         <size>7</size>
32719       </method>
32720       <method name="System.String get_def_kind()">
32721         <size>12</size>
32722       </method>
32723       <method name="Void Main()">
32724         <size>1</size>
32725       </method>
32726     </type>
32727   </test>
32728   <test name="test-246.cs">
32729     <type name="B">
32730       <method name="Void .ctor()">
32731         <size>7</size>
32732       </method>
32733       <method name="Void Main()">
32734         <size>38</size>
32735       </method>
32736     </type>
32737     <type name="Blah">
32738       <method name="Void Dispose()">
32739         <size>11</size>
32740       </method>
32741     </type>
32742   </test>
32743   <test name="test-247.cs">
32744     <type name="B">
32745       <method name="Void .ctor()">
32746         <size>7</size>
32747       </method>
32748       <method name="Void Main()">
32749         <size>71</size>
32750       </method>
32751     </type>
32752     <type name="Blah">
32753       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
32754         <size>11</size>
32755       </method>
32756     </type>
32757   </test>
32758   <test name="test-248.cs">
32759     <type name="T">
32760       <method name="Void .ctor()">
32761         <size>7</size>
32762       </method>
32763       <method name="Foo GetFoo()">
32764         <size>10</size>
32765       </method>
32766       <method name="Void Main()">
32767         <size>26</size>
32768       </method>
32769     </type>
32770   </test>
32771   <test name="test-249.cs">
32772     <type name="X">
32773       <method name="Void .ctor()">
32774         <size>7</size>
32775       </method>
32776       <method name="Void Main()">
32777         <size>1</size>
32778       </method>
32779     </type>
32780   </test>
32781   <test name="test-25.cs">
32782     <type name="X">
32783       <method name="Void .ctor()">
32784         <size>7</size>
32785       </method>
32786       <method name="Int32 Main()">
32787         <size>214</size>
32788       </method>
32789     </type>
32790   </test>
32791   <test name="test-250.cs">
32792     <type name="Test.foo3">
32793       <method name="Void .ctor()">
32794         <size>7</size>
32795       </method>
32796     </type>
32797     <type name="Test.Tests">
32798       <method name="Void .ctor()">
32799         <size>7</size>
32800       </method>
32801       <method name="Void Main()">
32802         <size>1</size>
32803       </method>
32804     </type>
32805   </test>
32806   <test name="test-251.cs">
32807     <type name="X">
32808       <method name="Void .ctor()">
32809         <size>7</size>
32810       </method>
32811       <method name="Void Main()">
32812         <size>1</size>
32813       </method>
32814     </type>
32815   </test>
32816   <test name="test-252.cs">
32817     <type name="A">
32818       <method name="Void .ctor()">
32819         <size>7</size>
32820       </method>
32821       <method name="Void add_Bar(Foo)">
32822         <size>47</size>
32823       </method>
32824       <method name="Void remove_Bar(Foo)">
32825         <size>47</size>
32826       </method>
32827       <method name="Void m1()">
32828         <size>1</size>
32829       </method>
32830       <method name="Int32 Main()">
32831         <size>61</size>
32832       </method>
32833     </type>
32834     <type name="Foo">
32835       <method name="Void .ctor(Object, IntPtr)">
32836         <size>0</size>
32837       </method>
32838       <method name="Void Invoke()">
32839         <size>0</size>
32840       </method>
32841       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
32842         <size>0</size>
32843       </method>
32844       <method name="Void EndInvoke(IAsyncResult)">
32845         <size>0</size>
32846       </method>
32847     </type>
32848   </test>
32849   <test name="test-253.cs">
32850     <type name="AccessibleAttribute">
32851       <method name="Void .ctor()">
32852         <size>7</size>
32853       </method>
32854     </type>
32855     <type name="MyClass">
32856       <method name="Void .ctor()">
32857         <size>7</size>
32858       </method>
32859     </type>
32860     <type name="Test">
32861       <method name="Void .ctor()">
32862         <size>7</size>
32863       </method>
32864       <method name="Int32 Main()">
32865         <size>66</size>
32866       </method>
32867     </type>
32868   </test>
32869   <test name="test-254.cs">
32870     <type name="TestAttribute">
32871       <method name="Void .ctor()">
32872         <size>7</size>
32873       </method>
32874     </type>
32875     <type name="Test_1">
32876       <method name="Void .ctor()">
32877         <size>7</size>
32878       </method>
32879       <method name="Void Test(Int32)">
32880         <size>1</size>
32881       </method>
32882     </type>
32883     <type name="Test_2">
32884       <method name="Void .ctor()">
32885         <size>7</size>
32886       </method>
32887       <method name="Int32 get_Test()">
32888         <size>2</size>
32889       </method>
32890       <method name="Void set_Test(Int32)">
32891         <size>1</size>
32892       </method>
32893       <method name="Void set_Test2(Boolean)">
32894         <size>1</size>
32895       </method>
32896     </type>
32897     <type name="Test_3">
32898       <method name="Void .ctor()">
32899         <size>7</size>
32900       </method>
32901       <method name="Void add_e_1(test_delegate)">
32902         <size>47</size>
32903       </method>
32904       <method name="Void remove_e_1(test_delegate)">
32905         <size>47</size>
32906       </method>
32907       <method name="Void add_e_2(test_delegate)">
32908         <size>47</size>
32909       </method>
32910       <method name="Void remove_e_2(test_delegate)">
32911         <size>47</size>
32912       </method>
32913     </type>
32914     <type name="Test_4">
32915       <method name="Void .ctor()">
32916         <size>7</size>
32917       </method>
32918       <method name="Void add_e_1(test_delegate)">
32919         <size>1</size>
32920       </method>
32921       <method name="Void remove_e_1(test_delegate)">
32922         <size>1</size>
32923       </method>
32924       <method name="Void add_e_2(test_delegate)">
32925         <size>1</size>
32926       </method>
32927       <method name="Void remove_e_2(test_delegate)">
32928         <size>1</size>
32929       </method>
32930       <method name="Void add_e_3(test_delegate)">
32931         <size>1</size>
32932       </method>
32933       <method name="Void remove_e_3(test_delegate)">
32934         <size>1</size>
32935       </method>
32936     </type>
32937     <type name="ClassMain">
32938       <method name="Void .ctor()">
32939         <size>7</size>
32940       </method>
32941       <method name="Void .cctor()">
32942         <size>1</size>
32943       </method>
32944       <method name="Void Assert(System.Object[], Boolean, Int32)">
32945         <size>65</size>
32946       </method>
32947       <method name="Int32 Main()">
32948         <size>1159</size>
32949       </method>
32950     </type>
32951     <type name="test_delegate">
32952       <method name="Void .ctor(Object, IntPtr)">
32953         <size>0</size>
32954       </method>
32955       <method name="System.Delegate Invoke(Int32)">
32956         <size>0</size>
32957       </method>
32958       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
32959         <size>0</size>
32960       </method>
32961       <method name="System.Delegate EndInvoke(IAsyncResult)">
32962         <size>0</size>
32963       </method>
32964     </type>
32965   </test>
32966   <test name="test-255.cs">
32967     <type name="TestAttribute">
32968       <method name="Void .ctor()">
32969         <size>7</size>
32970       </method>
32971     </type>
32972     <type name="C">
32973       <method name="Void .ctor()">
32974         <size>7</size>
32975       </method>
32976       <method name="Void Method()">
32977         <size>1</size>
32978       </method>
32979       <method name="Void Main()">
32980         <size>1</size>
32981       </method>
32982     </type>
32983   </test>
32984   <test name="test-256.cs">
32985     <type name="TableColumn">
32986       <method name="Void .ctor()">
32987         <size>7</size>
32988       </method>
32989       <method name="System.Object get_MagicValue()">
32990         <size>2</size>
32991       </method>
32992       <method name="Void set_MagicValue(System.Object)">
32993         <size>1</size>
32994       </method>
32995     </type>
32996     <type name="Bug">
32997       <method name="Void .ctor()">
32998         <size>7</size>
32999       </method>
33000       <method name="Int32 get_TInt()">
33001         <size>2</size>
33002       </method>
33003       <method name="Void Main()">
33004         <size>1</size>
33005       </method>
33006     </type>
33007   </test>
33008   <test name="test-257.cs">
33009     <type name="X">
33010       <method name="Void Main()">
33011         <size>8</size>
33012       </method>
33013       <method name="Void call(Int32 ByRef)">
33014         <size>25</size>
33015       </method>
33016       <method name="Void .ctor()">
33017         <size>7</size>
33018       </method>
33019     </type>
33020   </test>
33021   <test name="test-258.cs">
33022     <type name="MyTest.Test">
33023       <method name="Void .ctor()">
33024         <size>7</size>
33025       </method>
33026     </type>
33027     <type name="MyTest.Test2">
33028       <method name="Void .ctor()">
33029         <size>7</size>
33030       </method>
33031       <method name="Void MyTest.Test.Inner.Foo()">
33032         <size>1</size>
33033       </method>
33034       <method name="Void Main()">
33035         <size>1</size>
33036       </method>
33037     </type>
33038   </test>
33039   <test name="test-259.cs">
33040     <type name="Testing">
33041       <method name="Void .ctor()">
33042         <size>7</size>
33043       </method>
33044       <method name="Void Main()">
33045         <size>1</size>
33046       </method>
33047     </type>
33048   </test>
33049   <test name="test-26.cs">
33050     <type name="Blah">
33051       <method name="Void .ctor()">
33052         <size>7</size>
33053       </method>
33054       <method name="Int32 Foo(Int32, Int32)">
33055         <size>4</size>
33056       </method>
33057       <method name="Int32 Test1()">
33058         <size>114</size>
33059       </method>
33060       <method name="Int32 Adder(System.Int32[])">
33061         <size>34</size>
33062       </method>
33063       <method name="Int32 Test2()">
33064         <size>46</size>
33065       </method>
33066       <method name="Int32 Main()">
33067         <size>40</size>
33068       </method>
33069     </type>
33070     <type name="Blah+MyDelegate">
33071       <method name="Void .ctor(Object, IntPtr)">
33072         <size>0</size>
33073       </method>
33074       <method name="Int32 Invoke(Int32, Int32)">
33075         <size>0</size>
33076       </method>
33077       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
33078         <size>0</size>
33079       </method>
33080       <method name="Int32 EndInvoke(IAsyncResult)">
33081         <size>0</size>
33082       </method>
33083     </type>
33084     <type name="Blah+List">
33085       <method name="Void .ctor(Object, IntPtr)">
33086         <size>0</size>
33087       </method>
33088       <method name="Int32 Invoke(System.Int32[])">
33089         <size>0</size>
33090       </method>
33091       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
33092         <size>0</size>
33093       </method>
33094       <method name="Int32 EndInvoke(IAsyncResult)">
33095         <size>0</size>
33096       </method>
33097     </type>
33098     <type name="&lt;PrivateImplementationDetails&gt;">
33099       <method name="Void .ctor()">
33100         <size>7</size>
33101       </method>
33102     </type>
33103   </test>
33104   <test name="test-260.cs">
33105     <type name="x.Test">
33106       <method name="Void .ctor()">
33107         <size>7</size>
33108       </method>
33109     </type>
33110     <type name="y.Test">
33111       <method name="Void .ctor()">
33112         <size>7</size>
33113       </method>
33114     </type>
33115     <type name="b.a">
33116       <method name="Void .ctor()">
33117         <size>7</size>
33118       </method>
33119       <method name="Void Main()">
33120         <size>7</size>
33121       </method>
33122     </type>
33123   </test>
33124   <test name="test-261.cs">
33125     <type name="T">
33126       <method name="Void .ctor()">
33127         <size>7</size>
33128       </method>
33129       <method name="T get_Me()">
33130         <size>16</size>
33131       </method>
33132       <method name="T GetMe()">
33133         <size>16</size>
33134       </method>
33135       <method name="Int32 Test(T)">
33136         <size>106</size>
33137       </method>
33138       <method name="Int32 Main()">
33139         <size>31</size>
33140       </method>
33141     </type>
33142   </test>
33143   <test name="test-262.cs">
33144     <type name="n1.Attribute">
33145       <method name="Void .ctor()">
33146         <size>7</size>
33147       </method>
33148     </type>
33149     <type name="n3.A">
33150       <method name="Void .ctor()">
33151         <size>7</size>
33152       </method>
33153       <method name="Void Attribute()">
33154         <size>1</size>
33155       </method>
33156       <method name="Void X()">
33157         <size>7</size>
33158       </method>
33159       <method name="Void Main()">
33160         <size>11</size>
33161       </method>
33162     </type>
33163   </test>
33164   <test name="test-263.cs">
33165     <type name="Test">
33166       <method name="Void .ctor()">
33167         <size>7</size>
33168       </method>
33169       <method name="System.String GetString(System.Byte[])">
33170         <size>19</size>
33171       </method>
33172       <method name="Void Main()">
33173         <size>1</size>
33174       </method>
33175     </type>
33176   </test>
33177   <test name="test-264.cs">
33178     <type name="Proef">
33179       <method name="Void .ctor()">
33180         <size>7</size>
33181       </method>
33182       <method name="Void add_OnDoSomething(System.EventHandler)">
33183         <size>24</size>
33184       </method>
33185       <method name="Void remove_OnDoSomething(System.EventHandler)">
33186         <size>24</size>
33187       </method>
33188       <method name="Void Temp(System.Object, System.EventArgs)">
33189         <size>1</size>
33190       </method>
33191       <method name="Void Main()">
33192         <size>25</size>
33193       </method>
33194     </type>
33195   </test>
33196   <test name="test-265.cs">
33197     <type name="ClassFormatError">
33198       <method name="Void .ctor(String, Object[])">
33199         <size>7</size>
33200       </method>
33201       <method name="Void Main()">
33202         <size>1</size>
33203       </method>
33204     </type>
33205     <type name="UnsupportedClassVersionError">
33206       <method name="Void .ctor(String)">
33207         <size>14</size>
33208       </method>
33209     </type>
33210   </test>
33211   <test name="test-266.cs">
33212     <type name="T">
33213       <method name="Void .ctor()">
33214         <size>7</size>
33215       </method>
33216       <method name="Int32 Main()">
33217         <size>25</size>
33218       </method>
33219     </type>
33220   </test>
33221   <test name="test-267.cs">
33222     <type name="X">
33223       <method name="Void .ctor()">
33224         <size>7</size>
33225       </method>
33226       <method name="System.String Text()">
33227         <size>6</size>
33228       </method>
33229       <method name="Int32 Main()">
33230         <size>12</size>
33231       </method>
33232     </type>
33233   </test>
33234   <test name="test-268.cs">
33235     <type name="X">
33236       <method name="Void .ctor()">
33237         <size>7</size>
33238       </method>
33239       <method name="Int32 Main()">
33240         <size>26</size>
33241       </method>
33242     </type>
33243     <type name="X+Nested">
33244       <method name="Void .ctor()">
33245         <size>7</size>
33246       </method>
33247       <method name="MyEnum D()">
33248         <size>2</size>
33249       </method>
33250     </type>
33251   </test>
33252   <test name="test-269.cs">
33253     <type name="Class1">
33254       <method name="Void .ctor()">
33255         <size>7</size>
33256       </method>
33257       <method name="Int32 Main(System.String[])">
33258         <size>361</size>
33259       </method>
33260       <method name="Int32 AddABunchOfInts(...)">
33261         <size>63</size>
33262       </method>
33263       <method name="Int32 AddASecondBunchOfInts(Int32, ...)">
33264         <size>63</size>
33265       </method>
33266       <method name="Result VtAddABunchOfInts(...)">
33267         <size>68</size>
33268       </method>
33269       <method name="Result VtAddASecondBunchOfInts(Int32, ...)">
33270         <size>68</size>
33271       </method>
33272       <method name="Int32 InstAddABunchOfInts(...)">
33273         <size>63</size>
33274       </method>
33275       <method name="Int32 InstAddASecondBunchOfInts(Int32, ...)">
33276         <size>63</size>
33277       </method>
33278       <method name="Result InstVtAddABunchOfInts(...)">
33279         <size>68</size>
33280       </method>
33281       <method name="Result InstVtAddASecondBunchOfInts(Int32, ...)">
33282         <size>68</size>
33283       </method>
33284     </type>
33285     <type name="Result">
33286       <method name="Void .ctor(Int32)">
33287         <size>24</size>
33288       </method>
33289     </type>
33290   </test>
33291   <test name="test-27.cs">
33292     <type name="Foo">
33293       <method name="Void .ctor()">
33294         <size>7</size>
33295       </method>
33296       <method name="Boolean MyMethod(Int32)">
33297         <size>12</size>
33298       </method>
33299       <method name="Int32 AnotherMethod(Int32)">
33300         <size>5</size>
33301       </method>
33302     </type>
33303     <type name="Blah">
33304       <method name="Void .ctor()">
33305         <size>7</size>
33306       </method>
33307       <method name="Void Bar(Int32, Int32)">
33308         <size>9</size>
33309       </method>
33310       <method name="Int32 Main()">
33311         <size>139</size>
33312       </method>
33313     </type>
33314     <type name="Blah+MyDelegate">
33315       <method name="Void .ctor(Object, IntPtr)">
33316         <size>0</size>
33317       </method>
33318       <method name="Void Invoke(Int32, Int32)">
33319         <size>0</size>
33320       </method>
33321       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
33322         <size>0</size>
33323       </method>
33324       <method name="Void EndInvoke(IAsyncResult)">
33325         <size>0</size>
33326       </method>
33327     </type>
33328   </test>
33329   <test name="test-270.cs">
33330     <type name="X">
33331       <method name="Void .ctor()">
33332         <size>7</size>
33333       </method>
33334       <method name="Int32 Test(System.String, System.Object[])">
33335         <size>2</size>
33336       </method>
33337       <method name="Int32 Main()">
33338         <size>75</size>
33339       </method>
33340       <method name="Int32 Test(System.String, ...)">
33341         <size>2</size>
33342       </method>
33343     </type>
33344   </test>
33345   <test name="test-271.cs">
33346     <type name="T">
33347       <method name="Void .ctor()">
33348         <size>7</size>
33349       </method>
33350       <method name="C X()">
33351         <size>10</size>
33352       </method>
33353       <method name="Void Main()">
33354         <size>63</size>
33355       </method>
33356     </type>
33357     <type name="T+C">
33358       <method name="IEnumerator GetEnumerator()">
33359         <size>11</size>
33360       </method>
33361     </type>
33362   </test>
33363   <test name="test-272.cs">
33364     <type name="BazAttribute">
33365       <method name="Void .ctor()">
33366         <size>7</size>
33367       </method>
33368       <method name="Void .ctor(Foo)">
33369         <size>7</size>
33370       </method>
33371       <method name="Void set_foo3(Foo)">
33372         <size>1</size>
33373       </method>
33374       <method name="Foo get_foo3()">
33375         <size>2</size>
33376       </method>
33377     </type>
33378     <type name="Test">
33379       <method name="Void .ctor()">
33380         <size>7</size>
33381       </method>
33382       <method name="Void f0()">
33383         <size>1</size>
33384       </method>
33385       <method name="Void f1()">
33386         <size>1</size>
33387       </method>
33388       <method name="Void f2()">
33389         <size>1</size>
33390       </method>
33391       <method name="Void f3()">
33392         <size>1</size>
33393       </method>
33394       <method name="Void Main()">
33395         <size>1</size>
33396       </method>
33397     </type>
33398   </test>
33399   <test name="test-273.cs">
33400     <type name="FooAttribute">
33401       <method name="Void .ctor()">
33402         <size>7</size>
33403       </method>
33404     </type>
33405     <type name="Tests">
33406       <method name="Void .ctor()">
33407         <size>7</size>
33408       </method>
33409       <method name="Void Main()">
33410         <size>36</size>
33411       </method>
33412     </type>
33413   </test>
33414   <test name="test-274.cs">
33415     <type name="MyClass">
33416       <method name="Void .ctor(String[])">
33417         <size>7</size>
33418       </method>
33419     </type>
33420     <type name="ChildClass">
33421       <method name="Void .ctor()">
33422         <size>13</size>
33423       </method>
33424     </type>
33425     <type name="M">
33426       <method name="Void .ctor()">
33427         <size>7</size>
33428       </method>
33429       <method name="Void Main()">
33430         <size>1</size>
33431       </method>
33432     </type>
33433   </test>
33434   <test name="test-275.cs">
33435     <type name="Test">
33436       <method name="Void .ctor()">
33437         <size>7</size>
33438       </method>
33439       <method name="Int32 Main()">
33440         <size>111</size>
33441       </method>
33442     </type>
33443     <type name="DelType">
33444       <method name="Void .ctor(Object, IntPtr)">
33445         <size>0</size>
33446       </method>
33447       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33448         <size>0</size>
33449       </method>
33450     </type>
33451     <type name="S">
33452       <method name="Void add_MyEvent(DelType)">
33453         <size>47</size>
33454       </method>
33455       <method name="Void remove_MyEvent(DelType)">
33456         <size>47</size>
33457       </method>
33458     </type>
33459     <type name="DelType">
33460       <method name="Int32 Invoke()">
33461         <size>0</size>
33462       </method>
33463       <method name="Int32 EndInvoke(IAsyncResult)">
33464         <size>0</size>
33465       </method>
33466     </type>
33467     <type name="S">
33468       <method name="Void add_MyEventStatic(DelType)">
33469         <size>45</size>
33470       </method>
33471       <method name="Void remove_MyEventStatic(DelType)">
33472         <size>45</size>
33473       </method>
33474       <method name="Int32 RunInstance()">
33475         <size>12</size>
33476       </method>
33477       <method name="Int32 RunStatic()">
33478         <size>11</size>
33479       </method>
33480     </type>
33481     <type name="Test">
33482       <method name="Int32 &lt;Main&gt;m__0()">
33483         <size>3</size>
33484       </method>
33485       <method name="Int32 &lt;Main&gt;m__1()">
33486         <size>2</size>
33487       </method>
33488     </type>
33489   </test>
33490   <test name="test-276.cs">
33491     <type name="EventTestClass">
33492       <method name="Void .ctor()">
33493         <size>7</size>
33494       </method>
33495       <method name="Void add_Elapsed(System.EventHandler)">
33496         <size>47</size>
33497       </method>
33498       <method name="Void remove_Elapsed(System.EventHandler)">
33499         <size>47</size>
33500       </method>
33501     </type>
33502     <type name="EntryPoint">
33503       <method name="Void .ctor()">
33504         <size>7</size>
33505       </method>
33506       <method name="Boolean test(System.Type)">
33507         <size>17</size>
33508       </method>
33509       <method name="Int32 Main()">
33510         <size>48</size>
33511       </method>
33512     </type>
33513   </test>
33514   <test name="test-277.cs">
33515     <type name="T">
33516       <method name="Void .ctor()">
33517         <size>7</size>
33518       </method>
33519       <method name="Int32 Main()">
33520         <size>7</size>
33521       </method>
33522       <method name="Int32 X(Byte)">
33523         <size>2</size>
33524       </method>
33525       <method name="Int32 X(Int16)">
33526         <size>2</size>
33527       </method>
33528     </type>
33529   </test>
33530   <test name="test-278.cs">
33531     <type name="X">
33532       <method name="Void .ctor()">
33533         <size>7</size>
33534       </method>
33535       <method name="Int32 Main()">
33536         <size>73</size>
33537       </method>
33538     </type>
33539     <type name="Rect">
33540       <method name="Int32 get_X()">
33541         <size>7</size>
33542       </method>
33543       <method name="Void set_X(Int32)">
33544         <size>8</size>
33545       </method>
33546     </type>
33547   </test>
33548   <test name="test-279.cs">
33549     <type name="FlagsAttributeDemo">
33550       <method name="Void .ctor()">
33551         <size>7</size>
33552       </method>
33553       <method name="Int32 Main()">
33554         <size>38</size>
33555       </method>
33556     </type>
33557   </test>
33558   <test name="test-28.cs">
33559     <type name="A">
33560       <method name="Void .ctor()">
33561         <size>7</size>
33562       </method>
33563       <method name="Int32 get_Item(Int32)">
33564         <size>0</size>
33565       </method>
33566       <method name="Int32 EmulateIndexer(Int32)">
33567         <size>8</size>
33568       </method>
33569     </type>
33570     <type name="B">
33571       <method name="Void .ctor()">
33572         <size>7</size>
33573       </method>
33574       <method name="Int32 get_Item(Int32)">
33575         <size>2</size>
33576       </method>
33577       <method name="Int32 M()">
33578         <size>8</size>
33579       </method>
33580     </type>
33581     <type name="X">
33582       <method name="Void .ctor()">
33583         <size>7</size>
33584       </method>
33585       <method name="Int32 get_Item(Int32)">
33586         <size>20</size>
33587       </method>
33588       <method name="Void set_Item(Int32, Int32)">
33589         <size>26</size>
33590       </method>
33591       <method name="Int32 Main()">
33592         <size>122</size>
33593       </method>
33594     </type>
33595   </test>
33596   <test name="test-280.cs">
33597     <type name="AppFramework.Util.Logic">
33598       <method name="Void .ctor()">
33599         <size>7</size>
33600       </method>
33601       <method name="Void Main()">
33602         <size>1</size>
33603       </method>
33604       <method name="Boolean EnumInSet(System.Enum, System.Enum[])">
33605         <size>37</size>
33606       </method>
33607     </type>
33608   </test>
33609   <test name="test-281.cs">
33610     <type name="Foo.Hello">
33611       <method name="Void .ctor()">
33612         <size>7</size>
33613       </method>
33614       <method name="Void .cctor()">
33615         <size>7</size>
33616       </method>
33617     </type>
33618     <type name="Bar.Hello">
33619       <method name="Void .ctor()">
33620         <size>7</size>
33621       </method>
33622       <method name="Void .cctor()">
33623         <size>8</size>
33624       </method>
33625     </type>
33626     <type name="Test.Test1">
33627       <method name="Void .ctor()">
33628         <size>7</size>
33629       </method>
33630       <method name="Int32 World()">
33631         <size>6</size>
33632       </method>
33633     </type>
33634     <type name="Test.Test2">
33635       <method name="Void .ctor()">
33636         <size>7</size>
33637       </method>
33638       <method name="Int32 World()">
33639         <size>6</size>
33640       </method>
33641     </type>
33642     <type name="X">
33643       <method name="Void .ctor()">
33644         <size>7</size>
33645       </method>
33646       <method name="Int32 Main()">
33647         <size>29</size>
33648       </method>
33649     </type>
33650   </test>
33651   <test name="test-282.cs">
33652     <type name="X">
33653       <method name="Void .ctor()">
33654         <size>7</size>
33655       </method>
33656       <method name="System.Object Add(integer, System.Object)">
33657         <size>70</size>
33658       </method>
33659       <method name="Int32 Main()">
33660         <size>68</size>
33661       </method>
33662     </type>
33663     <type name="integer">
33664       <method name="Void .ctor(Int32)">
33665         <size>8</size>
33666       </method>
33667       <method name="integer op_Implicit(Int32)">
33668         <size>7</size>
33669       </method>
33670       <method name="Double op_Implicit(integer)">
33671         <size>13</size>
33672       </method>
33673       <method name="integer op_Addition(integer, integer)">
33674         <size>21</size>
33675       </method>
33676     </type>
33677   </test>
33678   <test name="test-283.cs">
33679     <type name="X">
33680       <method name="Void .ctor()">
33681         <size>7</size>
33682       </method>
33683       <method name="Int32 Foo()">
33684         <size>2</size>
33685       </method>
33686     </type>
33687     <type name="Y">
33688       <method name="Void .ctor()">
33689         <size>7</size>
33690       </method>
33691       <method name="Y+D GetIt()">
33692         <size>13</size>
33693       </method>
33694       <method name="Y+D GetIt2()">
33695         <size>13</size>
33696       </method>
33697       <method name="Int32 Foo()">
33698         <size>2</size>
33699       </method>
33700       <method name="Int32 Main()">
33701         <size>56</size>
33702       </method>
33703     </type>
33704     <type name="Y+D">
33705       <method name="Void .ctor(Object, IntPtr)">
33706         <size>0</size>
33707       </method>
33708       <method name="Int32 Invoke()">
33709         <size>0</size>
33710       </method>
33711       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33712         <size>0</size>
33713       </method>
33714       <method name="Int32 EndInvoke(IAsyncResult)">
33715         <size>0</size>
33716       </method>
33717     </type>
33718   </test>
33719   <test name="test-284.cs">
33720     <type name="App">
33721       <method name="Void .ctor()">
33722         <size>7</size>
33723       </method>
33724       <method name="Void Main()">
33725         <size>12</size>
33726       </method>
33727     </type>
33728   </test>
33729   <test name="test-285.cs">
33730     <type name="T">
33731       <method name="Void .ctor()">
33732         <size>7</size>
33733       </method>
33734       <method name="Int32 Main()">
33735         <size>2</size>
33736       </method>
33737     </type>
33738   </test>
33739   <test name="test-286.cs">
33740     <type name="MethodWrapper">
33741       <method name="Void .ctor()">
33742         <size>7</size>
33743       </method>
33744       <method name="Void SetDeclaredExceptions(MapXml.Throws[])">
33745         <size>57</size>
33746       </method>
33747     </type>
33748     <type name="MapXml.Throws">
33749       <method name="Void .ctor()">
33750         <size>7</size>
33751       </method>
33752       <method name="Void Main()">
33753         <size>1</size>
33754       </method>
33755     </type>
33756   </test>
33757   <test name="test-287.cs">
33758     <type name="StaticClass">
33759       <method name="System.String Name()">
33760         <size>6</size>
33761       </method>
33762     </type>
33763     <type name="MainClass">
33764       <method name="Void .ctor()">
33765         <size>7</size>
33766       </method>
33767       <method name="Int32 Main()">
33768         <size>83</size>
33769       </method>
33770     </type>
33771     <type name="StaticClass+D">
33772       <method name="Void .ctor(Object, IntPtr)">
33773         <size>0</size>
33774       </method>
33775       <method name="System.Object Invoke()">
33776         <size>0</size>
33777       </method>
33778       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33779         <size>0</size>
33780       </method>
33781       <method name="System.Object EndInvoke(IAsyncResult)">
33782         <size>0</size>
33783       </method>
33784     </type>
33785   </test>
33786   <test name="test-288.cs">
33787     <type name="Test.BookAboutMovie">
33788       <method name="Void .ctor(String)">
33789         <size>25</size>
33790       </method>
33791       <method name="System.String GetItem(Int32)">
33792         <size>7</size>
33793       </method>
33794       <method name="System.String get_Item(Int32)">
33795         <size>7</size>
33796       </method>
33797       <method name="Int32 Main(System.String[])">
33798         <size>57</size>
33799       </method>
33800     </type>
33801   </test>
33802   <test name="test-289.cs">
33803     <type name="Test">
33804       <method name="Void .ctor()">
33805         <size>7</size>
33806       </method>
33807       <method name="Void Main()">
33808         <size>1</size>
33809       </method>
33810       <method name="Void set_Value(System.String)">
33811         <size>1</size>
33812       </method>
33813       <method name="Void set_Value()">
33814         <size>1</size>
33815       </method>
33816       <method name="Void set_Item(Int32, Int32, Boolean)">
33817         <size>1</size>
33818       </method>
33819       <method name="Void set_Item(Int32, Int32)">
33820         <size>1</size>
33821       </method>
33822       <method name="Boolean get_Item(Boolean)">
33823         <size>2</size>
33824       </method>
33825     </type>
33826   </test>
33827   <test name="test-29.cs">
33828     <type name="Base">
33829       <method name="Void .ctor()">
33830         <size>7</size>
33831       </method>
33832       <method name="Void Add(Int32)">
33833         <size>18</size>
33834       </method>
33835     </type>
33836     <type name="Derived">
33837       <method name="Void .ctor()">
33838         <size>7</size>
33839       </method>
33840       <method name="Void Add(Double)">
33841         <size>18</size>
33842       </method>
33843     </type>
33844     <type name="Demo">
33845       <method name="Void .ctor()">
33846         <size>7</size>
33847       </method>
33848       <method name="Int32 Main()">
33849         <size>51</size>
33850       </method>
33851     </type>
33852   </test>
33853   <test name="test-290.cs">
33854     <type name="EntryPoint">
33855       <method name="Void .ctor()">
33856         <size>7</size>
33857       </method>
33858       <method name="Void add_FooEvent(EntryPoint+EventHandler)">
33859         <size>45</size>
33860       </method>
33861       <method name="Void remove_FooEvent(EntryPoint+EventHandler)">
33862         <size>45</size>
33863       </method>
33864       <method name="Void bar_f(System.Object)">
33865         <size>1</size>
33866       </method>
33867       <method name="Void Main()">
33868         <size>35</size>
33869       </method>
33870     </type>
33871     <type name="EntryPoint+EventHandler">
33872       <method name="Void .ctor(Object, IntPtr)">
33873         <size>0</size>
33874       </method>
33875       <method name="Void Invoke(System.Object)">
33876         <size>0</size>
33877       </method>
33878       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
33879         <size>0</size>
33880       </method>
33881       <method name="Void EndInvoke(IAsyncResult)">
33882         <size>0</size>
33883       </method>
33884     </type>
33885   </test>
33886   <test name="test-291.cs">
33887     <type name="Test">
33888       <method name="Void .ctor()">
33889         <size>7</size>
33890       </method>
33891       <method name="Void Method()">
33892         <size>1</size>
33893       </method>
33894       <method name="Void Main()">
33895         <size>13</size>
33896       </method>
33897     </type>
33898   </test>
33899   <test name="test-292.cs">
33900     <type name="X">
33901       <method name="Void .ctor()">
33902         <size>7</size>
33903       </method>
33904       <method name="Void .cctor()">
33905         <size>1</size>
33906       </method>
33907       <method name="Void Main()">
33908         <size>19</size>
33909       </method>
33910     </type>
33911   </test>
33912   <test name="test-293.cs">
33913     <type name="A">
33914       <method name="Void .ctor()">
33915         <size>7</size>
33916       </method>
33917       <method name="System.String get_Warning()">
33918         <size>6</size>
33919       </method>
33920     </type>
33921     <type name="B">
33922       <method name="Void .ctor()">
33923         <size>7</size>
33924       </method>
33925       <method name="System.String get_Warning()">
33926         <size>6</size>
33927       </method>
33928       <method name="Void Main()">
33929         <size>1</size>
33930       </method>
33931     </type>
33932   </test>
33933   <test name="test-294.cs">
33934     <type name="ObsoleteClass">
33935       <method name="Void .ctor()">
33936         <size>7</size>
33937       </method>
33938     </type>
33939     <type name="Test">
33940       <method name="Void .ctor()">
33941         <size>13</size>
33942       </method>
33943       <method name="Void .ctor(String, Boolean)">
33944         <size>14</size>
33945       </method>
33946       <method name="System.String get_Name()">
33947         <size>7</size>
33948       </method>
33949       <method name="Void set_Name(System.String)">
33950         <size>8</size>
33951       </method>
33952     </type>
33953     <type name="DerivedTest">
33954       <method name="Void .ctor(String)">
33955         <size>16</size>
33956       </method>
33957       <method name="System.String Method()">
33958         <size>7</size>
33959       </method>
33960       <method name="Void T2()">
33961         <size>1</size>
33962       </method>
33963       <method name="Void Main()">
33964         <size>1</size>
33965       </method>
33966     </type>
33967     <type name="ObsoleteClass2">
33968       <method name="Void .ctor()">
33969         <size>7</size>
33970       </method>
33971     </type>
33972     <type name="ObsoleteClass3">
33973       <method name="Void .ctor()">
33974         <size>18</size>
33975       </method>
33976       <method name="Void .cctor()">
33977         <size>25</size>
33978       </method>
33979     </type>
33980     <type name="ObsoleteClass4">
33981       <method name="Void .ctor()">
33982         <size>7</size>
33983       </method>
33984       <method name="Void T()">
33985         <size>73</size>
33986       </method>
33987     </type>
33988   </test>
33989   <test name="test-295.cs">
33990     <type name="MyAttribute">
33991       <method name="Void .ctor(Object)">
33992         <size>14</size>
33993       </method>
33994       <method name="System.Object get_my()">
33995         <size>7</size>
33996       </method>
33997     </type>
33998     <type name="MyConstructorBuilder">
33999       <method name="Void .ctor()">
34000         <size>7</size>
34001       </method>
34002       <method name="Int32 Main()">
34003         <size>116</size>
34004       </method>
34005       <method name="System.Type MyCreateCallee(System.AppDomain)">
34006         <size>329</size>
34007       </method>
34008     </type>
34009   </test>
34010   <test name="test-296.cs">
34011     <type name="GetElementTypeTest">
34012       <method name="Void .ctor()">
34013         <size>7</size>
34014       </method>
34015       <method name="Int32 Main(System.String[])">
34016         <size>36</size>
34017       </method>
34018     </type>
34019   </test>
34020   <test name="test-297.cs">
34021     <type name="T">
34022       <method name="Void .ctor()">
34023         <size>7</size>
34024       </method>
34025       <method name="Int32 Main()">
34026         <size>326</size>
34027       </method>
34028       <method name="Void Login(System.String)">
34029         <size>1</size>
34030       </method>
34031     </type>
34032     <type name="My">
34033       <method name="Void .ctor(Object)">
34034         <size>14</size>
34035       </method>
34036     </type>
34037   </test>
34038   <test name="test-298.cs">
34039     <type name="A">
34040       <method name="Int32 op_Addition(Int16, A)">
34041         <size>2</size>
34042       </method>
34043       <method name="Int32 op_UnaryNegation(A)">
34044         <size>2</size>
34045       </method>
34046       <method name="Void .ctor()">
34047         <size>7</size>
34048       </method>
34049     </type>
34050     <type name="B">
34051       <method name="Int32 op_Addition(Int32, B)">
34052         <size>2</size>
34053       </method>
34054       <method name="Int32 op_UnaryNegation(B)">
34055         <size>2</size>
34056       </method>
34057       <method name="Void .ctor()">
34058         <size>7</size>
34059       </method>
34060     </type>
34061     <type name="C">
34062       <method name="Void .ctor()">
34063         <size>7</size>
34064       </method>
34065     </type>
34066     <type name="Test">
34067       <method name="Int32 Main()">
34068         <size>47</size>
34069       </method>
34070       <method name="Void .ctor()">
34071         <size>7</size>
34072       </method>
34073     </type>
34074   </test>
34075   <test name="test-299.cs">
34076     <type name="SampleClass">
34077       <method name="Void .ctor()">
34078         <size>7</size>
34079       </method>
34080       <method name="SuperClass op_Increment(SampleClass)">
34081         <size>6</size>
34082       </method>
34083     </type>
34084     <type name="SuperClass">
34085       <method name="Void .ctor()">
34086         <size>7</size>
34087       </method>
34088       <method name="Int32 Main()">
34089         <size>2</size>
34090       </method>
34091     </type>
34092   </test>
34093   <test name="test-3.cs">
34094     <type name="TestIntOps">
34095       <method name="Void .ctor()">
34096         <size>7</size>
34097       </method>
34098       <method name="SByte sbyte_add(SByte, SByte)">
34099         <size>7</size>
34100       </method>
34101       <method name="Int16 short_add(Int16, Int16)">
34102         <size>5</size>
34103       </method>
34104       <method name="Double double_add(Double, Double)">
34105         <size>4</size>
34106       </method>
34107       <method name="Int32 int_add(Int32, Int32)">
34108         <size>4</size>
34109       </method>
34110       <method name="Int32 int_sub(Int32, Int32)">
34111         <size>4</size>
34112       </method>
34113       <method name="Int32 int_mul(Int32, Int32)">
34114         <size>4</size>
34115       </method>
34116       <method name="Int32 Main()">
34117         <size>215</size>
34118       </method>
34119     </type>
34120   </test>
34121   <test name="test-30.cs">
34122     <type name="X">
34123       <method name="Void .ctor()">
34124         <size>7</size>
34125       </method>
34126       <method name="Void IA.Draw()">
34127         <size>8</size>
34128       </method>
34129       <method name="Void IB.Draw()">
34130         <size>8</size>
34131       </method>
34132     </type>
34133     <type name="test">
34134       <method name="Void .ctor()">
34135         <size>7</size>
34136       </method>
34137       <method name="Int32 Main()">
34138         <size>192</size>
34139       </method>
34140     </type>
34141   </test>
34142   <test name="test-300.cs">
34143     <type name="A">
34144       <method name="Void .ctor()">
34145         <size>7</size>
34146       </method>
34147       <method name="Void Main()">
34148         <size>7</size>
34149       </method>
34150     </type>
34151     <type name="A+C">
34152       <method name="Void .ctor()">
34153         <size>7</size>
34154       </method>
34155     </type>
34156     <type name="A+B">
34157       <method name="Void .ctor()">
34158         <size>499</size>
34159       </method>
34160     </type>
34161     <type name="A+B+C">
34162       <method name="Void .ctor()">
34163         <size>7</size>
34164       </method>
34165     </type>
34166   </test>
34167   <test name="test-301.cs">
34168     <type name="A">
34169       <method name="Void .ctor()">
34170         <size>7</size>
34171       </method>
34172       <method name="Void Main()">
34173         <size>7</size>
34174       </method>
34175     </type>
34176     <type name="A+B">
34177       <method name="Void .ctor()">
34178         <size>226</size>
34179       </method>
34180     </type>
34181   </test>
34182   <test name="test-302.cs">
34183     <type name="A">
34184       <method name="Void .ctor()">
34185         <size>7</size>
34186       </method>
34187       <method name="Void Main()">
34188         <size>7</size>
34189       </method>
34190     </type>
34191     <type name="A+C">
34192       <method name="Void .ctor()">
34193         <size>7</size>
34194       </method>
34195     </type>
34196     <type name="A+B">
34197       <method name="Void .ctor()">
34198         <size>24</size>
34199       </method>
34200     </type>
34201     <type name="A+B+C">
34202       <method name="Void .ctor()">
34203         <size>7</size>
34204       </method>
34205     </type>
34206   </test>
34207   <test name="test-303.cs">
34208     <type name="A">
34209       <method name="Void .ctor()">
34210         <size>7</size>
34211       </method>
34212       <method name="Void Main()">
34213         <size>7</size>
34214       </method>
34215     </type>
34216     <type name="A+C">
34217       <method name="Void .ctor()">
34218         <size>7</size>
34219       </method>
34220       <method name="Void System.IDisposable.Dispose()">
34221         <size>11</size>
34222       </method>
34223     </type>
34224     <type name="A+B">
34225       <method name="Void .ctor()">
34226         <size>31</size>
34227       </method>
34228     </type>
34229     <type name="A+B+C">
34230       <method name="Void .ctor()">
34231         <size>7</size>
34232       </method>
34233       <method name="Void System.IDisposable.Dispose()">
34234         <size>1</size>
34235       </method>
34236     </type>
34237   </test>
34238   <test name="test-304.cs">
34239     <type name="A">
34240       <method name="Void .ctor()">
34241         <size>7</size>
34242       </method>
34243       <method name="Void Main()">
34244         <size>7</size>
34245       </method>
34246     </type>
34247     <type name="A+D">
34248       <method name="Void .ctor()">
34249         <size>7</size>
34250       </method>
34251     </type>
34252     <type name="A+B">
34253       <method name="Void .ctor()">
34254         <size>499</size>
34255       </method>
34256     </type>
34257     <type name="A+B+C">
34258       <method name="Void .ctor()">
34259         <size>7</size>
34260       </method>
34261     </type>
34262   </test>
34263   <test name="test-305.cs">
34264     <type name="A">
34265       <method name="Void .ctor()">
34266         <size>7</size>
34267       </method>
34268       <method name="Void Main()">
34269         <size>7</size>
34270       </method>
34271     </type>
34272     <type name="A+B">
34273       <method name="Void .ctor()">
34274         <size>226</size>
34275       </method>
34276     </type>
34277   </test>
34278   <test name="test-306.cs">
34279     <type name="A">
34280       <method name="Void .ctor()">
34281         <size>7</size>
34282       </method>
34283       <method name="Void Main()">
34284         <size>7</size>
34285       </method>
34286     </type>
34287     <type name="A+D">
34288       <method name="Void .ctor()">
34289         <size>7</size>
34290       </method>
34291     </type>
34292     <type name="A+B">
34293       <method name="Void .ctor()">
34294         <size>24</size>
34295       </method>
34296     </type>
34297     <type name="A+B+C">
34298       <method name="Void .ctor()">
34299         <size>7</size>
34300       </method>
34301     </type>
34302   </test>
34303   <test name="test-307.cs">
34304     <type name="A">
34305       <method name="Void .ctor()">
34306         <size>7</size>
34307       </method>
34308       <method name="Void Main()">
34309         <size>7</size>
34310       </method>
34311     </type>
34312     <type name="A+D">
34313       <method name="Void .ctor()">
34314         <size>7</size>
34315       </method>
34316       <method name="Void System.IDisposable.Dispose()">
34317         <size>11</size>
34318       </method>
34319     </type>
34320     <type name="A+B">
34321       <method name="Void .ctor()">
34322         <size>31</size>
34323       </method>
34324     </type>
34325     <type name="A+B+C">
34326       <method name="Void .ctor()">
34327         <size>7</size>
34328       </method>
34329       <method name="Void System.IDisposable.Dispose()">
34330         <size>1</size>
34331       </method>
34332     </type>
34333   </test>
34334   <test name="test-308.cs">
34335     <type name="Program">
34336       <method name="Void .ctor()">
34337         <size>7</size>
34338       </method>
34339       <method name="Void Main(System.String[])">
34340         <size>40</size>
34341       </method>
34342     </type>
34343   </test>
34344   <test name="test-309.cs">
34345     <type name="MonoBASIC.Parser">
34346       <method name="Void .ctor()">
34347         <size>7</size>
34348       </method>
34349       <method name="Void Main()">
34350         <size>1</size>
34351       </method>
34352     </type>
34353     <type name="MonoBASIC.Parser+StateMachine">
34354       <method name="Void .ctor()">
34355         <size>7</size>
34356       </method>
34357       <method name="Void HandleToken(Token)">
34358         <size>1</size>
34359       </method>
34360     </type>
34361   </test>
34362   <test name="test-31.cs">
34363     <type name="Base">
34364       <method name="Void .ctor()">
34365         <size>7</size>
34366       </method>
34367       <method name="Void A()">
34368         <size>8</size>
34369       </method>
34370     </type>
34371     <type name="Derived">
34372       <method name="Void .ctor()">
34373         <size>7</size>
34374       </method>
34375       <method name="Void A()">
34376         <size>8</size>
34377       </method>
34378     </type>
34379     <type name="Test">
34380       <method name="Void .ctor()">
34381         <size>7</size>
34382       </method>
34383       <method name="Int32 Main()">
34384         <size>38</size>
34385       </method>
34386     </type>
34387   </test>
34388   <test name="test-310.cs">
34389     <type name="test.Impl">
34390       <method name="Void .ctor()">
34391         <size>7</size>
34392       </method>
34393       <method name="System.String GetType(Int32)">
34394         <size>6</size>
34395       </method>
34396       <method name="Boolean IsDone()">
34397         <size>2</size>
34398       </method>
34399     </type>
34400     <type name="test.myclass">
34401       <method name="Void .ctor()">
34402         <size>7</size>
34403       </method>
34404       <method name="Void Main(System.String[])">
34405         <size>28</size>
34406       </method>
34407     </type>
34408   </test>
34409   <test name="test-311.cs">
34410     <type name="Program">
34411       <method name="Void .ctor()">
34412         <size>38</size>
34413       </method>
34414       <method name="Void .cctor()">
34415         <size>11</size>
34416       </method>
34417       <method name="System.String get_Message()">
34418         <size>6</size>
34419       </method>
34420       <method name="Void set_Message(System.String)">
34421         <size>7</size>
34422       </method>
34423       <method name="Boolean DenyMethod()">
34424         <size>2</size>
34425       </method>
34426       <method name="Void Test2()">
34427         <size>1</size>
34428       </method>
34429       <method name="Void Test3()">
34430         <size>1</size>
34431       </method>
34432       <method name="Void Test4()">
34433         <size>1</size>
34434       </method>
34435       <method name="Int32 Main(System.String[])">
34436         <size>175</size>
34437       </method>
34438     </type>
34439     <type name="Test2">
34440       <method name="Void .ctor()">
34441         <size>7</size>
34442       </method>
34443     </type>
34444   </test>
34445   <test name="test-312.cs">
34446     <type name="X">
34447       <method name="Void .ctor()">
34448         <size>7</size>
34449       </method>
34450       <method name="Void .cctor()">
34451         <size>1</size>
34452       </method>
34453       <method name="Boolean Method(PointF)">
34454         <size>72</size>
34455       </method>
34456       <method name="Boolean Call_constructor_and_implicit()">
34457         <size>29</size>
34458       </method>
34459       <method name="Boolean Init_with_implicit_conv()">
34460         <size>52</size>
34461       </method>
34462       <method name="Boolean Init_ValueType()">
34463         <size>26</size>
34464       </method>
34465       <method name="Boolean InstanceAssignTest()">
34466         <size>75</size>
34467       </method>
34468       <method name="Int32 T()">
34469         <size>54</size>
34470       </method>
34471       <method name="Int32 Main()">
34472         <size>45</size>
34473       </method>
34474     </type>
34475     <type name="PointF">
34476       <method name="Void .ctor(Single, Single)">
34477         <size>47</size>
34478       </method>
34479     </type>
34480     <type name="Point">
34481       <method name="Void .ctor(Int32, Int32)">
34482         <size>37</size>
34483       </method>
34484       <method name="PointF op_Implicit(Point)">
34485         <size>22</size>
34486       </method>
34487     </type>
34488   </test>
34489   <test name="test-313.cs">
34490     <type name="D">
34491       <method name="Void .ctor()">
34492         <size>7</size>
34493       </method>
34494       <method name="Void A.B.METHOD()">
34495         <size>1</size>
34496       </method>
34497       <method name="Int32 Main()">
34498         <size>138</size>
34499       </method>
34500     </type>
34501   </test>
34502   <test name="test-314.cs">
34503     <type name="X">
34504       <method name="Void .ctor()">
34505         <size>28</size>
34506       </method>
34507       <method name="Void .ctor(Int32)">
34508         <size>28</size>
34509       </method>
34510       <method name="Void .cctor()">
34511         <size>11</size>
34512       </method>
34513       <method name="Int32 Main()">
34514         <size>57</size>
34515       </method>
34516     </type>
34517   </test>
34518   <test name="test-315.cs">
34519     <type name="GuardedCollectionValue">
34520       <method name="Void .ctor()">
34521         <size>7</size>
34522       </method>
34523       <method name="IDirectedEnumerable IDirectedEnumerable.Backwards()">
34524         <size>2</size>
34525       </method>
34526       <method name="IDirectedCollectionValue Backwards()">
34527         <size>2</size>
34528       </method>
34529     </type>
34530     <type name="GuardedSequenced">
34531       <method name="Void .ctor()">
34532         <size>7</size>
34533       </method>
34534       <method name="IDirectedCollectionValue Test()">
34535         <size>12</size>
34536       </method>
34537     </type>
34538     <type name="X">
34539       <method name="Void .ctor()">
34540         <size>7</size>
34541       </method>
34542       <method name="Void Main()">
34543         <size>1</size>
34544       </method>
34545     </type>
34546   </test>
34547   <test name="test-316.cs">
34548     <type name="D">
34549       <method name="Void .ctor()">
34550         <size>7</size>
34551       </method>
34552       <method name="Int32 IA.Add(Int32)">
34553         <size>2</size>
34554       </method>
34555       <method name="Int32 IB.Add(Int32)">
34556         <size>2</size>
34557       </method>
34558     </type>
34559     <type name="E">
34560       <method name="Void .ctor()">
34561         <size>7</size>
34562       </method>
34563       <method name="Int32 IA.Add(Int32)">
34564         <size>2</size>
34565       </method>
34566       <method name="Int32 IB.Add(Int32)">
34567         <size>2</size>
34568       </method>
34569       <method name="Void doom()">
34570         <size>1</size>
34571       </method>
34572       <method name="System.Object Clone()">
34573         <size>2</size>
34574       </method>
34575       <method name="Void Dispose()">
34576         <size>1</size>
34577       </method>
34578     </type>
34579     <type name="C">
34580       <method name="Void .ctor()">
34581         <size>7</size>
34582       </method>
34583       <method name="Int32 Test(IC)">
34584         <size>49</size>
34585       </method>
34586       <method name="Void Test2(IE)">
34587         <size>20</size>
34588       </method>
34589       <method name="Int32 Main()">
34590         <size>32</size>
34591       </method>
34592     </type>
34593   </test>
34594   <test name="test-317.cs">
34595     <type name="X">
34596       <method name="Void .ctor()">
34597         <size>7</size>
34598       </method>
34599       <method name="Void Main()">
34600         <size>1</size>
34601       </method>
34602     </type>
34603   </test>
34604   <test name="test-318.cs">
34605     <type name="Ev">
34606       <method name="Void .ctor()">
34607         <size>29</size>
34608       </method>
34609       <method name="Void add_Disposed(System.EventHandler)">
34610         <size>19</size>
34611       </method>
34612       <method name="Void remove_Disposed(System.EventHandler)">
34613         <size>19</size>
34614       </method>
34615       <method name="Void OnClick(System.EventArgs)">
34616         <size>38</size>
34617       </method>
34618     </type>
34619     <type name="Foo">
34620       <method name="Void .ctor()">
34621         <size>7</size>
34622       </method>
34623     </type>
34624     <type name="C">
34625       <method name="Void .ctor()">
34626         <size>7</size>
34627       </method>
34628       <method name="Void my_from_fixed(Int32 ByRef)">
34629         <size>4</size>
34630       </method>
34631       <method name="Void month_from_fixed(Int32)">
34632         <size>8</size>
34633       </method>
34634       <method name="Int32 CreateFromString(Int32)">
34635         <size>10</size>
34636       </method>
34637       <method name="Void Main()">
34638         <size>1</size>
34639       </method>
34640     </type>
34641     <type name="Foo">
34642       <method name="Void EventInterface.add_Event(System.EventHandler)">
34643         <size>1</size>
34644       </method>
34645       <method name="Void EventInterface.remove_Event(System.EventHandler)">
34646         <size>1</size>
34647       </method>
34648     </type>
34649     <type name="C">
34650       <method name="Double* GetValue(Double)">
34651         <size>5</size>
34652       </method>
34653     </type>
34654   </test>
34655   <test name="test-319.cs">
34656     <type name="ConstFields">
34657       <method name="Void .ctor()">
34658         <size>7</size>
34659       </method>
34660       <method name="Void .cctor()">
34661         <size>137</size>
34662       </method>
34663       <method name="Int32 Main()">
34664         <size>324</size>
34665       </method>
34666     </type>
34667   </test>
34668   <test name="test-32.cs">
34669     <type name="Blah">
34670       <method name="Void .ctor()">
34671         <size>7</size>
34672       </method>
34673       <method name="Int32 Main()">
34674         <size>50</size>
34675       </method>
34676     </type>
34677   </test>
34678   <test name="test-320.cs">
34679     <type name="X">
34680       <method name="Void .ctor(SByte*, Int32, Int32)">
34681         <size>7</size>
34682       </method>
34683       <method name="Void Main()">
34684         <size>12</size>
34685       </method>
34686     </type>
34687   </test>
34688   <test name="test-321.cs">
34689     <type name="X">
34690       <method name="Void Dispose()">
34691         <size>1</size>
34692       </method>
34693       <method name="Void Main()">
34694         <size>30</size>
34695       </method>
34696     </type>
34697   </test>
34698   <test name="test-322.cs">
34699     <type name="Y">
34700       <method name="Void .ctor(Byte)">
34701         <size>14</size>
34702       </method>
34703       <method name="Int32 op_Implicit(Y)">
34704         <size>7</size>
34705       </method>
34706     </type>
34707     <type name="X">
34708       <method name="Void .ctor()">
34709         <size>7</size>
34710       </method>
34711       <method name="Void Main()">
34712         <size>50</size>
34713       </method>
34714     </type>
34715   </test>
34716   <test name="test-323.cs">
34717     <type name="X">
34718       <method name="Void .ctor()">
34719         <size>7</size>
34720       </method>
34721       <method name="Void Main()">
34722         <size>1</size>
34723       </method>
34724     </type>
34725   </test>
34726   <test name="test-324.cs">
34727     <type name="A">
34728       <method name="Void .ctor()">
34729         <size>7</size>
34730       </method>
34731       <method name="Void DoStuff()">
34732         <size>11</size>
34733       </method>
34734     </type>
34735     <type name="T">
34736       <method name="Void .ctor()">
34737         <size>7</size>
34738       </method>
34739       <method name="Void .cctor()">
34740         <size>11</size>
34741       </method>
34742     </type>
34743     <type name="Driver">
34744       <method name="Void .ctor()">
34745         <size>7</size>
34746       </method>
34747       <method name="Void Main()">
34748         <size>22</size>
34749       </method>
34750     </type>
34751     <type name="B">
34752       <method name="Boolean get_Val()">
34753         <size>2</size>
34754       </method>
34755     </type>
34756   </test>
34757   <test name="test-325.cs">
34758     <type name="RequestAttribute">
34759       <method name="Void .ctor(String, String, String[])">
34760         <size>7</size>
34761       </method>
34762     </type>
34763     <type name="MyClass">
34764       <method name="Void .ctor()">
34765         <size>7</size>
34766       </method>
34767       <method name="Int32 SomeRequest()">
34768         <size>2</size>
34769       </method>
34770       <method name="Void Main()">
34771         <size>7</size>
34772       </method>
34773     </type>
34774   </test>
34775   <test name="test-326.cs">
34776     <type name="X">
34777       <method name="Void .ctor()">
34778         <size>7</size>
34779       </method>
34780       <method name="Int32 Main()">
34781         <size>55</size>
34782       </method>
34783     </type>
34784     <type name="Mapper">
34785       <method name="Void .ctor(Object, IntPtr)">
34786         <size>0</size>
34787       </method>
34788       <method name="Double Invoke(Int32)">
34789         <size>0</size>
34790       </method>
34791       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
34792         <size>0</size>
34793       </method>
34794       <method name="Double EndInvoke(IAsyncResult)">
34795         <size>0</size>
34796       </method>
34797     </type>
34798     <type name="X">
34799       <method name="Double &lt;Main&gt;m__0(Int32)">
34800         <size>6</size>
34801       </method>
34802     </type>
34803   </test>
34804   <test name="test-327.cs">
34805     <type name="X2">
34806       <method name="Void .ctor()">
34807         <size>7</size>
34808       </method>
34809     </type>
34810     <type name="A.B.Tester">
34811       <method name="Void .ctor()">
34812         <size>7</size>
34813       </method>
34814       <method name="Void .cctor()">
34815         <size>1</size>
34816       </method>
34817       <method name="Void Main()">
34818         <size>1</size>
34819       </method>
34820     </type>
34821   </test>
34822   <test name="test-328.cs">
34823     <type name="A.B.Tester">
34824       <method name="Void .ctor()">
34825         <size>7</size>
34826       </method>
34827       <method name="Void .cctor()">
34828         <size>1</size>
34829       </method>
34830       <method name="Void Main()">
34831         <size>1</size>
34832       </method>
34833     </type>
34834   </test>
34835   <test name="test-329.cs">
34836     <type name="X">
34837       <method name="Void .ctor()">
34838         <size>7</size>
34839       </method>
34840       <method name="Void .ctor(Object)">
34841         <size>21</size>
34842       </method>
34843       <method name="Int32 Main()">
34844         <size>74</size>
34845       </method>
34846     </type>
34847   </test>
34848   <test name="test-33.cs">
34849     <type name="FirstOuter.FirstInner.First">
34850       <method name="Void .ctor()">
34851         <size>7</size>
34852       </method>
34853       <method name="System.String get_MyIdentity()">
34854         <size>12</size>
34855       </method>
34856     </type>
34857     <type name="FirstOuter.Second">
34858       <method name="Void .ctor()">
34859         <size>7</size>
34860       </method>
34861     </type>
34862     <type name="FirstOuter.SecondInner.Third">
34863       <method name="Void .ctor()">
34864         <size>7</size>
34865       </method>
34866     </type>
34867     <type name="FirstOuter.FirstInner.Fourth">
34868       <method name="Void .ctor()">
34869         <size>7</size>
34870       </method>
34871     </type>
34872     <type name="Fifth">
34873       <method name="Void .ctor()">
34874         <size>7</size>
34875       </method>
34876     </type>
34877     <type name="Application">
34878       <method name="Void .ctor()">
34879         <size>7</size>
34880       </method>
34881       <method name="Int32 Main(System.String[])">
34882         <size>139</size>
34883       </method>
34884     </type>
34885   </test>
34886   <test name="test-330.cs">
34887     <type name="X">
34888       <method name="Void .ctor()">
34889         <size>7</size>
34890       </method>
34891       <method name="Void Main()">
34892         <size>8</size>
34893       </method>
34894     </type>
34895   </test>
34896   <test name="test-331.cs">
34897     <type name="T">
34898       <method name="Void .ctor()">
34899         <size>7</size>
34900       </method>
34901       <method name="Void Main()">
34902         <size>1</size>
34903       </method>
34904       <method name="Byte* get_Ptr()">
34905         <size>7</size>
34906       </method>
34907       <method name="Void set_Ptr(Byte*)">
34908         <size>8</size>
34909       </method>
34910     </type>
34911   </test>
34912   <test name="test-332.cs">
34913     <type name="C">
34914       <method name="Void .ctor()">
34915         <size>7</size>
34916       </method>
34917       <method name="Void Main()">
34918         <size>1</size>
34919       </method>
34920     </type>
34921   </test>
34922   <test name="test-333.cs">
34923     <type name="Foo">
34924       <method name="Void .ctor()">
34925         <size>7</size>
34926       </method>
34927       <method name="Void Something()">
34928         <size>1</size>
34929       </method>
34930     </type>
34931     <type name="Bar">
34932       <method name="Void .ctor()">
34933         <size>7</size>
34934       </method>
34935       <method name="Void Something()">
34936         <size>1</size>
34937       </method>
34938       <method name="Void Main()">
34939         <size>1</size>
34940       </method>
34941     </type>
34942   </test>
34943   <test name="test-334.cs">
34944     <type name="Test.Foo.Index.CompoundFileReader">
34945       <method name="Void .ctor()">
34946         <size>7</size>
34947       </method>
34948       <method name="Void Main()">
34949         <size>1</size>
34950       </method>
34951     </type>
34952     <type name="Test.Foo.Store.Directory">
34953       <method name="Void .ctor()">
34954         <size>7</size>
34955       </method>
34956     </type>
34957   </test>
34958   <test name="test-335.cs">
34959     <type name="X">
34960       <method name="Void .ctor()">
34961         <size>7</size>
34962       </method>
34963       <method name="Void A(Int32, Int32)">
34964         <size>1</size>
34965       </method>
34966       <method name="Void C(Int32 ByRef)">
34967         <size>4</size>
34968       </method>
34969       <method name="Void Main()">
34970         <size>70</size>
34971       </method>
34972     </type>
34973     <type name="X+B">
34974       <method name="Void .ctor(Object, IntPtr)">
34975         <size>0</size>
34976       </method>
34977       <method name="Void Invoke(Int32, Int32)">
34978         <size>0</size>
34979       </method>
34980       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
34981         <size>0</size>
34982       </method>
34983       <method name="Void EndInvoke(IAsyncResult)">
34984         <size>0</size>
34985       </method>
34986     </type>
34987     <type name="X+D">
34988       <method name="Void .ctor(Object, IntPtr)">
34989         <size>0</size>
34990       </method>
34991       <method name="Void Invoke(Int32 ByRef)">
34992         <size>0</size>
34993       </method>
34994       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
34995         <size>0</size>
34996       </method>
34997       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
34998         <size>0</size>
34999       </method>
35000     </type>
35001   </test>
35002   <test name="test-336.cs">
35003     <type name="X">
35004       <method name="Void .ctor(Foo)">
35005         <size>7</size>
35006       </method>
35007       <method name="Void .ctor(Bar)">
35008         <size>7</size>
35009       </method>
35010       <method name="Void Test()">
35011         <size>1</size>
35012       </method>
35013       <method name="Void Main()">
35014         <size>19</size>
35015       </method>
35016     </type>
35017     <type name="Foo">
35018       <method name="Void .ctor(Object, IntPtr)">
35019         <size>0</size>
35020       </method>
35021       <method name="Void Invoke()">
35022         <size>0</size>
35023       </method>
35024       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35025         <size>0</size>
35026       </method>
35027       <method name="Void EndInvoke(IAsyncResult)">
35028         <size>0</size>
35029       </method>
35030     </type>
35031     <type name="Bar">
35032       <method name="Void .ctor(Object, IntPtr)">
35033         <size>0</size>
35034       </method>
35035       <method name="Void Invoke(Int32)">
35036         <size>0</size>
35037       </method>
35038       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
35039         <size>0</size>
35040       </method>
35041       <method name="Void EndInvoke(IAsyncResult)">
35042         <size>0</size>
35043       </method>
35044     </type>
35045   </test>
35046   <test name="test-337.cs">
35047     <type name="Test">
35048       <method name="Void .ctor()">
35049         <size>7</size>
35050       </method>
35051       <method name="Void Main()">
35052         <size>16</size>
35053       </method>
35054     </type>
35055   </test>
35056   <test name="test-338.cs">
35057     <type name="X">
35058       <method name="Void .ctor()">
35059         <size>7</size>
35060       </method>
35061       <method name="Void .cctor()">
35062         <size>11</size>
35063       </method>
35064       <method name="Void Main()">
35065         <size>1</size>
35066       </method>
35067       <method name="Y+Z fz()">
35068         <size>6</size>
35069       </method>
35070     </type>
35071     <type name="Y">
35072       <method name="Void .ctor()">
35073         <size>7</size>
35074       </method>
35075     </type>
35076     <type name="Y+Z">
35077       <method name="Void .ctor()">
35078         <size>7</size>
35079       </method>
35080       <method name="Void .cctor()">
35081         <size>11</size>
35082       </method>
35083     </type>
35084   </test>
35085   <test name="test-339.cs">
35086     <type name="C">
35087       <method name="Void .ctor()">
35088         <size>7</size>
35089       </method>
35090       <method name="Void .cctor()">
35091         <size>17</size>
35092       </method>
35093       <method name="Int32 Main()">
35094         <size>86</size>
35095       </method>
35096     </type>
35097   </test>
35098   <test name="test-34.cs">
35099     <type name="Blah">
35100       <method name="Void .ctor()">
35101         <size>7</size>
35102       </method>
35103       <method name="Void Foo(Int32 ByRef, Int32 ByRef)">
35104         <size>7</size>
35105       </method>
35106       <method name="Int32 Bar(Int32, System.Int32[])">
35107         <size>61</size>
35108       </method>
35109       <method name="Void Foo(Int32, Int32)">
35110         <size>7</size>
35111       </method>
35112       <method name="Void In(Int32 ByRef)">
35113         <size>7</size>
35114       </method>
35115       <method name="Void Out(Int32 ByRef)">
35116         <size>7</size>
35117       </method>
35118       <method name="Int32 AddArray(System.Int32[])">
35119         <size>30</size>
35120       </method>
35121       <method name="Int32 AddFancy(FancyInt[])">
35122         <size>39</size>
35123       </method>
35124       <method name="Int32 Main()">
35125         <size>269</size>
35126       </method>
35127     </type>
35128     <type name="&lt;PrivateImplementationDetails&gt;">
35129       <method name="Void .ctor()">
35130         <size>7</size>
35131       </method>
35132     </type>
35133     <type name="FancyInt">
35134       <method name="Void .ctor(Int32)">
35135         <size>8</size>
35136       </method>
35137     </type>
35138   </test>
35139   <test name="test-340.cs">
35140     <type name="FLMID.Bugs.BoolOne.A">
35141       <method name="Void .ctor()">
35142         <size>7</size>
35143       </method>
35144       <method name="Void Add(Boolean, Boolean, UInt32, Boolean)">
35145         <size>8</size>
35146       </method>
35147     </type>
35148     <type name="FLMID.Bugs.BoolOne.B">
35149       <method name="Void .ctor()">
35150         <size>7</size>
35151       </method>
35152     </type>
35153     <type name="FLMID.Bugs.BoolOne.Test">
35154       <method name="Void .ctor()">
35155         <size>7</size>
35156       </method>
35157       <method name="Int32 Main(System.String[])">
35158         <size>34</size>
35159       </method>
35160     </type>
35161     <type name="FLMID.Bugs.BoolOne.B">
35162       <method name="Void FLMID.Bugs.BoolOne.IB.Add(Boolean, Boolean, UInt32, Boolean)">
35163         <size>12</size>
35164       </method>
35165     </type>
35166   </test>
35167   <test name="test-341.cs">
35168     <type name="Test">
35169       <method name="Void .ctor()">
35170         <size>7</size>
35171       </method>
35172       <method name="Void Main()">
35173         <size>1</size>
35174       </method>
35175     </type>
35176     <type name="Libs">
35177       <method name="Void .ctor()">
35178         <size>7</size>
35179       </method>
35180     </type>
35181     <type name="Bar">
35182       <method name="Void .ctor()">
35183         <size>7</size>
35184       </method>
35185     </type>
35186     <type name="Foo">
35187       <method name="Void .ctor()">
35188         <size>7</size>
35189       </method>
35190     </type>
35191   </test>
35192   <test name="test-342.cs">
35193     <type name="A">
35194       <method name="Void .ctor()">
35195         <size>7</size>
35196       </method>
35197       <method name="Void Foo(Int32)">
35198         <size>1</size>
35199       </method>
35200       <method name="Void Foo(Double)">
35201         <size>11</size>
35202       </method>
35203     </type>
35204     <type name="B">
35205       <method name="Void .ctor()">
35206         <size>7</size>
35207       </method>
35208       <method name="Void Foo(Double)">
35209         <size>11</size>
35210       </method>
35211       <method name="Void Main()">
35212         <size>24</size>
35213       </method>
35214     </type>
35215     <type name="A">
35216       <method name="Boolean get_Item(Int32)">
35217         <size>2</size>
35218       </method>
35219       <method name="Boolean get_Item(Double)">
35220         <size>11</size>
35221       </method>
35222     </type>
35223     <type name="B">
35224       <method name="Boolean get_Item(Double)">
35225         <size>11</size>
35226       </method>
35227     </type>
35228   </test>
35229   <test name="test-343.cs">
35230     <type name="X">
35231       <method name="Void .ctor()">
35232         <size>7</size>
35233       </method>
35234       <method name="Void Concat(System.String, System.String, System.String)">
35235         <size>1</size>
35236       </method>
35237       <method name="Void Concat(System.String[])">
35238         <size>11</size>
35239       </method>
35240       <method name="Void Main()">
35241         <size>21</size>
35242       </method>
35243     </type>
35244   </test>
35245   <test name="test-344.cs">
35246     <type name="X">
35247       <method name="Void .ctor()">
35248         <size>7</size>
35249       </method>
35250       <method name="Void add_y(Y)">
35251         <size>47</size>
35252       </method>
35253       <method name="Void remove_y(Y)">
35254         <size>47</size>
35255       </method>
35256       <method name="Void Main(System.String[])">
35257         <size>13</size>
35258       </method>
35259       <method name="Void Foo()">
35260         <size>50</size>
35261       </method>
35262     </type>
35263     <type name="Y">
35264       <method name="Void .ctor(Object, IntPtr)">
35265         <size>0</size>
35266       </method>
35267       <method name="Void Invoke()">
35268         <size>0</size>
35269       </method>
35270       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35271         <size>0</size>
35272       </method>
35273       <method name="Void EndInvoke(IAsyncResult)">
35274         <size>0</size>
35275       </method>
35276     </type>
35277     <type name="X+&lt;Foo&gt;c__AnonStorey0">
35278       <method name="Void .ctor()">
35279         <size>7</size>
35280       </method>
35281       <method name="Void &lt;&gt;m__0()">
35282         <size>28</size>
35283       </method>
35284     </type>
35285   </test>
35286   <test name="test-345.cs">
35287     <type name="EntryPoint">
35288       <method name="Void .ctor()">
35289         <size>7</size>
35290       </method>
35291       <method name="Void Main()">
35292         <size>1</size>
35293       </method>
35294     </type>
35295   </test>
35296   <test name="test-346.cs">
35297     <type name="TestMethods.Class1">
35298       <method name="Void .ctor()">
35299         <size>7</size>
35300       </method>
35301       <method name="Int32 Main()">
35302         <size>91</size>
35303       </method>
35304     </type>
35305     <type name="TestMethods.ParamClass">
35306       <method name="Void .ctor()">
35307         <size>7</size>
35308       </method>
35309     </type>
35310     <type name="TestMethods.TestParam">
35311       <method name="Void .ctor()">
35312         <size>7</size>
35313       </method>
35314     </type>
35315     <type name="TestMethods.BaseClass">
35316       <method name="Void .ctor()">
35317         <size>7</size>
35318       </method>
35319       <method name="Int32 AddItem(TestMethods.ParamClass)">
35320         <size>0</size>
35321       </method>
35322     </type>
35323     <type name="TestMethods.TestClass">
35324       <method name="Void .ctor()">
35325         <size>7</size>
35326       </method>
35327       <method name="Int32 AddItem(System.Object)">
35328         <size>2</size>
35329       </method>
35330       <method name="Int32 AddItem(TestMethods.ParamClass)">
35331         <size>2</size>
35332       </method>
35333     </type>
35334   </test>
35335   <test name="test-347.cs">
35336     <type name="Whatever.Core.Project">
35337       <method name="Void .ctor()">
35338         <size>7</size>
35339       </method>
35340     </type>
35341     <type name="Whatever.Core.A">
35342       <method name="Void .ctor()">
35343         <size>7</size>
35344       </method>
35345       <method name="Whatever.Core.Project get_Project()">
35346         <size>6</size>
35347       </method>
35348     </type>
35349     <type name="SomethingElse.Core.Project">
35350       <method name="Void .ctor()">
35351         <size>7</size>
35352       </method>
35353     </type>
35354     <type name="Whatever.App.B">
35355       <method name="Void .ctor()">
35356         <size>7</size>
35357       </method>
35358       <method name="System.String Execute()">
35359         <size>12</size>
35360       </method>
35361       <method name="Void Main()">
35362         <size>12</size>
35363       </method>
35364     </type>
35365   </test>
35366   <test name="test-348.cs">
35367     <type name="BoundAttribute">
35368       <method name="Void .ctor(Double, Int32)">
35369         <size>7</size>
35370       </method>
35371     </type>
35372     <type name="C">
35373       <method name="Void .ctor()">
35374         <size>7</size>
35375       </method>
35376       <method name="Void Main()">
35377         <size>1</size>
35378       </method>
35379     </type>
35380   </test>
35381   <test name="test-349.cs">
35382     <type name="C">
35383       <method name="Void .ctor()">
35384         <size>7</size>
35385       </method>
35386       <method name="Void add_Ev1(D)">
35387         <size>47</size>
35388       </method>
35389       <method name="Void remove_Ev1(D)">
35390         <size>47</size>
35391       </method>
35392     </type>
35393     <type name="X">
35394       <method name="Void .ctor()">
35395         <size>7</size>
35396       </method>
35397       <method name="Void .cctor()">
35398         <size>1</size>
35399       </method>
35400       <method name="Void add_Ev1(D)">
35401         <size>45</size>
35402       </method>
35403       <method name="Void remove_Ev1(D)">
35404         <size>45</size>
35405       </method>
35406       <method name="Void add_Ev2(D)">
35407         <size>45</size>
35408       </method>
35409       <method name="Void remove_Ev2(D)">
35410         <size>45</size>
35411       </method>
35412     </type>
35413     <type name="X2">
35414       <method name="Void .ctor()">
35415         <size>7</size>
35416       </method>
35417       <method name="Void .cctor()">
35418         <size>7</size>
35419       </method>
35420     </type>
35421     <type name="Test">
35422       <method name="Void .ctor()">
35423         <size>7</size>
35424       </method>
35425       <method name="Void .cctor()">
35426         <size>19</size>
35427       </method>
35428       <method name="Int32 Main()">
35429         <size>63</size>
35430       </method>
35431     </type>
35432     <type name="D">
35433       <method name="Void .ctor(Object, IntPtr)">
35434         <size>0</size>
35435       </method>
35436       <method name="Void Invoke()">
35437         <size>0</size>
35438       </method>
35439       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35440         <size>0</size>
35441       </method>
35442       <method name="Void EndInvoke(IAsyncResult)">
35443         <size>0</size>
35444       </method>
35445     </type>
35446   </test>
35447   <test name="test-35.cs">
35448     <type name="X">
35449       <method name="Void .ctor()">
35450         <size>7</size>
35451       </method>
35452       <method name="Void .cctor()">
35453         <size>7</size>
35454       </method>
35455       <method name="Void a()">
35456         <size>17</size>
35457       </method>
35458       <method name="Void w(Int32)">
35459         <size>22</size>
35460       </method>
35461       <method name="Int32 Main()">
35462         <size>298</size>
35463       </method>
35464     </type>
35465   </test>
35466   <test name="test-350.cs">
35467     <type name="A">
35468       <method name="Void .ctor()">
35469         <size>7</size>
35470       </method>
35471     </type>
35472     <type name="A+BAttribute">
35473       <method name="Void .ctor()">
35474         <size>7</size>
35475       </method>
35476     </type>
35477     <type name="C">
35478       <method name="Void .ctor()">
35479         <size>7</size>
35480       </method>
35481       <method name="Void Main()">
35482         <size>1</size>
35483       </method>
35484     </type>
35485   </test>
35486   <test name="test-351.cs">
35487     <type name="Test.Testee">
35488       <method name="Void .ctor()">
35489         <size>7</size>
35490       </method>
35491       <method name="Void Bar(System.String, System.Object[])">
35492         <size>1</size>
35493       </method>
35494       <method name="Void Main()">
35495         <size>242</size>
35496       </method>
35497     </type>
35498     <type name="Test.Foo">
35499       <method name="Void .ctor(Object, IntPtr)">
35500         <size>0</size>
35501       </method>
35502       <method name="Void Invoke(System.String, System.Object[])">
35503         <size>0</size>
35504       </method>
35505       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
35506         <size>0</size>
35507       </method>
35508       <method name="Void EndInvoke(IAsyncResult)">
35509         <size>0</size>
35510       </method>
35511     </type>
35512   </test>
35513   <test name="test-352.cs">
35514     <type name="C">
35515       <method name="Void .ctor()">
35516         <size>7</size>
35517       </method>
35518       <method name="Void Main()">
35519         <size>1</size>
35520       </method>
35521     </type>
35522   </test>
35523   <test name="test-353.cs">
35524     <type name="Three">
35525       <method name="Void .ctor()">
35526         <size>7</size>
35527       </method>
35528       <method name="Void Main()">
35529         <size>7</size>
35530       </method>
35531     </type>
35532     <type name="One">
35533       <method name="Void .ctor()">
35534         <size>7</size>
35535       </method>
35536     </type>
35537     <type name="Two">
35538       <method name="Void .ctor()">
35539         <size>7</size>
35540       </method>
35541     </type>
35542   </test>
35543   <test name="test-354.cs">
35544     <type name="MYAttr">
35545       <method name="Void .ctor()">
35546         <size>7</size>
35547       </method>
35548     </type>
35549     <type name="A">
35550       <method name="Void .ctor()">
35551         <size>7</size>
35552       </method>
35553       <method name="Void Main()">
35554         <size>1</size>
35555       </method>
35556     </type>
35557   </test>
35558   <test name="test-355.cs">
35559     <type name="Level1.Level1.Level2.MainClass">
35560       <method name="Void .ctor()">
35561         <size>7</size>
35562       </method>
35563       <method name="Void Main()">
35564         <size>1</size>
35565       </method>
35566     </type>
35567   </test>
35568   <test name="test-356.cs">
35569     <type name="MainClass">
35570       <method name="Void .ctor()">
35571         <size>7</size>
35572       </method>
35573       <method name="Void Main()">
35574         <size>1</size>
35575       </method>
35576     </type>
35577   </test>
35578   <test name="test-357.cs">
35579     <type name="SD.Sd">
35580       <method name="Void .ctor()">
35581         <size>7</size>
35582       </method>
35583       <method name="Void F(Boolean)">
35584         <size>1</size>
35585       </method>
35586     </type>
35587     <type name="Foo.Bar">
35588       <method name="Void .ctor()">
35589         <size>25</size>
35590       </method>
35591       <method name="Void Main()">
35592         <size>27</size>
35593       </method>
35594     </type>
35595     <type name="Foo.Bar+f_t">
35596       <method name="Void .ctor(Object, IntPtr)">
35597         <size>0</size>
35598       </method>
35599       <method name="Void Invoke(Boolean)">
35600         <size>0</size>
35601       </method>
35602       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
35603         <size>0</size>
35604       </method>
35605       <method name="Void EndInvoke(IAsyncResult)">
35606         <size>0</size>
35607       </method>
35608     </type>
35609   </test>
35610   <test name="test-358.cs">
35611     <type name="Test">
35612       <method name="Void .ctor()">
35613         <size>7</size>
35614       </method>
35615       <method name="Void Main()">
35616         <size>50</size>
35617       </method>
35618     </type>
35619   </test>
35620   <test name="test-359.cs">
35621     <type name="Test">
35622       <method name="Void .ctor()">
35623         <size>7</size>
35624       </method>
35625       <method name="Void Main()">
35626         <size>1</size>
35627       </method>
35628     </type>
35629   </test>
35630   <test name="test-36.cs">
35631     <type name="Y">
35632       <method name="Void .ctor()">
35633         <size>7</size>
35634       </method>
35635       <method name="Int32 Main()">
35636         <size>276</size>
35637       </method>
35638     </type>
35639     <type name="X">
35640       <method name="IEnumerator GetEnumerator()">
35641         <size>35</size>
35642       </method>
35643     </type>
35644     <type name="&lt;PrivateImplementationDetails&gt;">
35645       <method name="Void .ctor()">
35646         <size>7</size>
35647       </method>
35648     </type>
35649   </test>
35650   <test name="test-360.cs">
35651     <type name="Application">
35652       <method name="Void .ctor()">
35653         <size>7</size>
35654       </method>
35655       <method name="Void Main(System.String[])">
35656         <size>13</size>
35657       </method>
35658     </type>
35659   </test>
35660   <test name="test-361.cs">
35661     <type name="X">
35662       <method name="Void .ctor()">
35663         <size>7</size>
35664       </method>
35665     </type>
35666     <type name="Test">
35667       <method name="Void .ctor()">
35668         <size>7</size>
35669       </method>
35670       <method name="Void Main()">
35671         <size>1</size>
35672       </method>
35673     </type>
35674   </test>
35675   <test name="test-362.cs">
35676     <type name="C">
35677       <method name="Void .ctor()">
35678         <size>7</size>
35679       </method>
35680       <method name="Void Main()">
35681         <size>17</size>
35682       </method>
35683       <method name="Void Test()">
35684         <size>26</size>
35685       </method>
35686     </type>
35687   </test>
35688   <test name="test-363.cs">
35689     <type name="Location">
35690       <method name="Void .ctor()">
35691         <size>7</size>
35692       </method>
35693       <method name="Void .cctor()">
35694         <size>11</size>
35695       </method>
35696     </type>
35697     <type name="Element">
35698       <method name="Void .ctor()">
35699         <size>18</size>
35700       </method>
35701       <method name="Location get_Location()">
35702         <size>7</size>
35703       </method>
35704       <method name="Void set_Location(Location)">
35705         <size>8</size>
35706       </method>
35707     </type>
35708     <type name="T">
35709       <method name="Void .ctor()">
35710         <size>7</size>
35711       </method>
35712       <method name="Void Main()">
35713         <size>1</size>
35714       </method>
35715     </type>
35716   </test>
35717   <test name="test-364.cs">
35718     <type name="X">
35719       <method name="Void .ctor()">
35720         <size>7</size>
35721       </method>
35722       <method name="Int32 Main()">
35723         <size>34</size>
35724       </method>
35725       <method name="Int32 t1(Int32)">
35726         <size>33</size>
35727       </method>
35728       <method name="Int32 t2(Int32)">
35729         <size>47</size>
35730       </method>
35731       <method name="Void Main2(System.String[])">
35732         <size>72</size>
35733       </method>
35734     </type>
35735     <type name="Delegable">
35736       <method name="Void .ctor()">
35737         <size>7</size>
35738       </method>
35739       <method name="Void add_MyDelegate(System.EventHandler)">
35740         <size>47</size>
35741       </method>
35742       <method name="Void remove_MyDelegate(System.EventHandler)">
35743         <size>47</size>
35744       </method>
35745     </type>
35746     <type name="X+Foo">
35747       <method name="Void .ctor(Object, IntPtr)">
35748         <size>0</size>
35749       </method>
35750       <method name="Int32 Invoke()">
35751         <size>0</size>
35752       </method>
35753       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35754         <size>0</size>
35755       </method>
35756       <method name="Int32 EndInvoke(IAsyncResult)">
35757         <size>0</size>
35758       </method>
35759     </type>
35760     <type name="X+&lt;t1&gt;c__AnonStorey0">
35761       <method name="Void .ctor()">
35762         <size>7</size>
35763       </method>
35764       <method name="Int32 &lt;&gt;m__0()">
35765         <size>7</size>
35766       </method>
35767     </type>
35768     <type name="X+&lt;t2&gt;c__AnonStorey1">
35769       <method name="Void .ctor()">
35770         <size>7</size>
35771       </method>
35772       <method name="Int32 &lt;&gt;m__1()">
35773         <size>7</size>
35774       </method>
35775     </type>
35776     <type name="X+&lt;Main2&gt;c__AnonStorey2">
35777       <method name="Void .ctor()">
35778         <size>7</size>
35779       </method>
35780       <method name="Void &lt;&gt;m__2(System.Object, System.EventArgs)">
35781         <size>33</size>
35782       </method>
35783     </type>
35784   </test>
35785   <test name="test-365.cs">
35786     <type name="C">
35787       <method name="Void .ctor()">
35788         <size>19</size>
35789       </method>
35790       <method name="Void set_LiteralType(LiteralType)">
35791         <size>1</size>
35792       </method>
35793       <method name="Void Main()">
35794         <size>1</size>
35795       </method>
35796     </type>
35797   </test>
35798   <test name="test-366.cs">
35799     <type name="C">
35800       <method name="Void .ctor()">
35801         <size>7</size>
35802       </method>
35803       <method name="Int32 Main()">
35804         <size>20</size>
35805       </method>
35806     </type>
35807   </test>
35808   <test name="test-367.cs">
35809     <type name="X">
35810       <method name="Void .ctor()">
35811         <size>7</size>
35812       </method>
35813       <method name="Int32 Main()">
35814         <size>20</size>
35815       </method>
35816     </type>
35817   </test>
35818   <test name="test-368.cs">
35819     <type name="X">
35820       <method name="Void .ctor()">
35821         <size>7</size>
35822       </method>
35823       <method name="Void Main()">
35824         <size>27</size>
35825       </method>
35826     </type>
35827   </test>
35828   <test name="test-369.cs">
35829     <type name="Test">
35830       <method name="Void .ctor()">
35831         <size>7</size>
35832       </method>
35833       <method name="Boolean Equals(System.Object)">
35834         <size>2</size>
35835       </method>
35836       <method name="Int32 GetHashCode()">
35837         <size>2</size>
35838       </method>
35839       <method name="Void Main()">
35840         <size>47</size>
35841       </method>
35842       <method name="Boolean op_Equality(Test, Test)">
35843         <size>14</size>
35844       </method>
35845       <method name="Boolean op_Inequality(Test, Test)">
35846         <size>2</size>
35847       </method>
35848     </type>
35849   </test>
35850   <test name="test-37.cs">
35851     <type name="X">
35852       <method name="Void .ctor()">
35853         <size>7</size>
35854       </method>
35855       <method name="Void m(System.Int32[])">
35856         <size>9</size>
35857       </method>
35858       <method name="Int32 test_int_single_dim()">
35859         <size>88</size>
35860       </method>
35861       <method name="Int32 simple_test_double_dim()">
35862         <size>78</size>
35863       </method>
35864       <method name="Int32 Main()">
35865         <size>12</size>
35866       </method>
35867     </type>
35868   </test>
35869   <test name="test-370.cs">
35870     <type name="Test.Application">
35871       <method name="Void .ctor()">
35872         <size>7</size>
35873       </method>
35874       <method name="Int32 ParseType(System.String)">
35875         <size>168</size>
35876       </method>
35877       <method name="Int32 Main()">
35878         <size>54</size>
35879       </method>
35880     </type>
35881   </test>
35882   <test name="test-371.cs">
35883     <type name="X">
35884       <method name="Void .ctor(Boolean&amp;)">
35885         <size>10</size>
35886       </method>
35887       <method name="Void Main()">
35888         <size>1</size>
35889       </method>
35890     </type>
35891     <type name="Y">
35892       <method name="Void .ctor(Boolean&amp;)">
35893         <size>8</size>
35894       </method>
35895     </type>
35896   </test>
35897   <test name="test-372.cs">
35898     <type name="GenericNode">
35899       <method name="Void .ctor()">
35900         <size>7</size>
35901       </method>
35902       <method name="Int32 GetStat()">
35903         <size>2</size>
35904       </method>
35905     </type>
35906     <type name="GenericFileNode">
35907       <method name="Void .ctor()">
35908         <size>7</size>
35909       </method>
35910       <method name="Int32 NotUsed()">
35911         <size>2</size>
35912       </method>
35913     </type>
35914     <type name="WorkingTest">
35915       <method name="Void .ctor()">
35916         <size>7</size>
35917       </method>
35918       <method name="Int32 GetStat()">
35919         <size>3</size>
35920       </method>
35921     </type>
35922     <type name="FailingTest">
35923       <method name="Void .ctor()">
35924         <size>7</size>
35925       </method>
35926       <method name="Int32 GetStat()">
35927         <size>3</size>
35928       </method>
35929     </type>
35930     <type name="TestWrapper">
35931       <method name="Void .ctor()">
35932         <size>7</size>
35933       </method>
35934       <method name="Boolean Test(Node, System.String)">
35935         <size>39</size>
35936       </method>
35937       <method name="Int32 Main()">
35938         <size>44</size>
35939       </method>
35940     </type>
35941   </test>
35942   <test name="test-373.cs">
35943     <type name="Test">
35944       <method name="Void .ctor()">
35945         <size>7</size>
35946       </method>
35947       <method name="Void Main(System.String[])">
35948         <size>50</size>
35949       </method>
35950     </type>
35951   </test>
35952   <test name="test-374.cs">
35953     <type name="Test">
35954       <method name="Void .ctor()">
35955         <size>7</size>
35956       </method>
35957     </type>
35958     <type name="Rest">
35959       <method name="Void .ctor()">
35960         <size>7</size>
35961       </method>
35962       <method name="Void Main()">
35963         <size>1</size>
35964       </method>
35965     </type>
35966   </test>
35967   <test name="test-375.cs">
35968     <type name="a">
35969       <method name="Void .ctor()">
35970         <size>7</size>
35971       </method>
35972     </type>
35973     <type name="a+b">
35974       <method name="Void .ctor()">
35975         <size>7</size>
35976       </method>
35977     </type>
35978     <type name="c">
35979       <method name="Void .ctor()">
35980         <size>7</size>
35981       </method>
35982       <method name="Void Main()">
35983         <size>1</size>
35984       </method>
35985     </type>
35986     <type name="c+d">
35987       <method name="Void .ctor()">
35988         <size>7</size>
35989       </method>
35990     </type>
35991   </test>
35992   <test name="test-376.cs">
35993     <type name="C">
35994       <method name="Void .ctor()">
35995         <size>7</size>
35996       </method>
35997       <method name="Int32 Main()">
35998         <size>72</size>
35999       </method>
36000     </type>
36001   </test>
36002   <test name="test-377.cs">
36003     <type name="Tests">
36004       <method name="Void .ctor()">
36005         <size>7</size>
36006       </method>
36007       <method name="Void test()">
36008         <size>10</size>
36009       </method>
36010       <method name="Void Main()">
36011         <size>1</size>
36012       </method>
36013     </type>
36014   </test>
36015   <test name="test-378.cs">
36016     <type name="C">
36017       <method name="Void .ctor()">
36018         <size>7</size>
36019       </method>
36020       <method name="Void Main()">
36021         <size>1</size>
36022       </method>
36023     </type>
36024   </test>
36025   <test name="test-379.cs">
36026     <type name="DeadCode">
36027       <method name="Void .ctor()">
36028         <size>7</size>
36029       </method>
36030       <method name="Void Main()">
36031         <size>12</size>
36032       </method>
36033       <method name="System.String SomeFunc(System.String)">
36034         <size>2</size>
36035       </method>
36036     </type>
36037   </test>
36038   <test name="test-38.cs">
36039     <type name="X">
36040       <method name="Void .ctor()">
36041         <size>7</size>
36042       </method>
36043       <method name="Int32 get_Item(Int32)">
36044         <size>20</size>
36045       </method>
36046       <method name="Void set_Item(Int32, Int32)">
36047         <size>26</size>
36048       </method>
36049       <method name="Int32 Foo()">
36050         <size>2</size>
36051       </method>
36052       <method name="Int32 get_Bar()">
36053         <size>7</size>
36054       </method>
36055       <method name="Void set_Bar(Int32)">
36056         <size>8</size>
36057       </method>
36058     </type>
36059     <type name="Y">
36060       <method name="Void .ctor()">
36061         <size>7</size>
36062       </method>
36063       <method name="UInt32 get_Item(UInt32)">
36064         <size>20</size>
36065       </method>
36066       <method name="Void set_Item(UInt32, UInt32)">
36067         <size>26</size>
36068       </method>
36069       <method name="UInt32 Foo()">
36070         <size>2</size>
36071       </method>
36072       <method name="UInt32 get_Bar()">
36073         <size>7</size>
36074       </method>
36075       <method name="Void set_Bar(UInt32)">
36076         <size>8</size>
36077       </method>
36078     </type>
36079     <type name="Test">
36080       <method name="Void .ctor()">
36081         <size>7</size>
36082       </method>
36083       <method name="Int32 Main()">
36084         <size>268</size>
36085       </method>
36086     </type>
36087   </test>
36088   <test name="test-380.cs">
36089     <type name="T">
36090       <method name="Void .ctor()">
36091         <size>7</size>
36092       </method>
36093       <method name="Int32 Main()">
36094         <size>17</size>
36095       </method>
36096     </type>
36097   </test>
36098   <test name="test-381.cs">
36099     <type name="Application">
36100       <method name="Void .ctor()">
36101         <size>7</size>
36102       </method>
36103       <method name="Void Main(System.String[])">
36104         <size>13</size>
36105       </method>
36106     </type>
36107   </test>
36108   <test name="test-382.cs">
36109     <type name="Dec">
36110       <method name="Void .ctor()">
36111         <size>7</size>
36112       </method>
36113       <method name="Void .cctor()">
36114         <size>16</size>
36115       </method>
36116       <method name="Void Main()">
36117         <size>108</size>
36118       </method>
36119     </type>
36120   </test>
36121   <test name="test-383.cs">
36122     <type name="X">
36123       <method name="Void .ctor()">
36124         <size>37</size>
36125       </method>
36126       <method name="X testme(Int32 ByRef)">
36127         <size>5</size>
36128       </method>
36129       <method name="Void Main()">
36130         <size>7</size>
36131       </method>
36132     </type>
36133   </test>
36134   <test name="test-384.cs">
36135     <type name="X">
36136       <method name="Void .ctor()">
36137         <size>7</size>
36138       </method>
36139       <method name="Void .cctor()">
36140         <size>8</size>
36141       </method>
36142       <method name="Void Test()">
36143         <size>40</size>
36144       </method>
36145       <method name="Int32 Main()">
36146         <size>21</size>
36147       </method>
36148     </type>
36149   </test>
36150   <test name="test-385.cs">
36151     <type name="Test">
36152       <method name="Void .ctor()">
36153         <size>7</size>
36154       </method>
36155       <method name="Int32 Main()">
36156         <size>40</size>
36157       </method>
36158     </type>
36159   </test>
36160   <test name="test-386.cs">
36161     <type name="SuperDecimal">
36162       <method name="Void .ctor(Decimal)">
36163         <size>14</size>
36164       </method>
36165       <method name="Void Main()">
36166         <size>15</size>
36167       </method>
36168       <method name="SuperDecimal op_Implicit(Decimal)">
36169         <size>7</size>
36170       </method>
36171     </type>
36172   </test>
36173   <test name="test-387.cs">
36174     <type name="ObjectID">
36175       <method name="Void .ctor(Int64)">
36176         <size>8</size>
36177       </method>
36178       <method name="Void Main()">
36179         <size>22</size>
36180       </method>
36181       <method name="Int64 op_Implicit(ObjectID)">
36182         <size>8</size>
36183       </method>
36184       <method name="ObjectID op_Implicit(Int64)">
36185         <size>7</size>
36186       </method>
36187     </type>
36188   </test>
36189   <test name="test-388.cs">
36190     <type name="Schemas.basefieldtype">
36191       <method name="Void .ctor()">
36192         <size>7</size>
36193       </method>
36194       <method name="System.Object Instantiate()">
36195         <size>2</size>
36196       </method>
36197     </type>
36198     <type name="Schemas.fieldtype">
36199       <method name="Void .ctor()">
36200         <size>7</size>
36201       </method>
36202       <method name="System.Object Instantiate()">
36203         <size>18</size>
36204       </method>
36205     </type>
36206     <type name="Schemas.compoundfield">
36207       <method name="Void .ctor()">
36208         <size>7</size>
36209       </method>
36210       <method name="System.Object Instantiate()">
36211         <size>18</size>
36212       </method>
36213     </type>
36214     <type name="Schemas.field">
36215       <method name="Void .ctor()">
36216         <size>7</size>
36217       </method>
36218       <method name="System.Object Instantiate()">
36219         <size>18</size>
36220       </method>
36221     </type>
36222     <type name="Schemas.formdata">
36223       <method name="Void .ctor()">
36224         <size>7</size>
36225       </method>
36226       <method name="System.Object Instantiate()">
36227         <size>12</size>
36228       </method>
36229     </type>
36230     <type name="Schemas.M">
36231       <method name="Void .ctor()">
36232         <size>7</size>
36233       </method>
36234       <method name="Void Main()">
36235         <size>1</size>
36236       </method>
36237     </type>
36238   </test>
36239   <test name="test-389.cs">
36240     <type name="Schemas.basefieldtype">
36241       <method name="Void .ctor()">
36242         <size>7</size>
36243       </method>
36244       <method name="System.Object Instantiate()">
36245         <size>2</size>
36246       </method>
36247     </type>
36248     <type name="Schemas.fieldtype">
36249       <method name="Void .ctor()">
36250         <size>7</size>
36251       </method>
36252       <method name="System.Object Instantiate()">
36253         <size>18</size>
36254       </method>
36255     </type>
36256     <type name="Schemas.compoundfield">
36257       <method name="Void .ctor()">
36258         <size>7</size>
36259       </method>
36260       <method name="System.Object Instantiate()">
36261         <size>18</size>
36262       </method>
36263     </type>
36264     <type name="Schemas.field">
36265       <method name="Void .ctor()">
36266         <size>7</size>
36267       </method>
36268       <method name="System.Object Instantiate()">
36269         <size>18</size>
36270       </method>
36271     </type>
36272     <type name="Schemas.formdata">
36273       <method name="Void .ctor()">
36274         <size>7</size>
36275       </method>
36276       <method name="System.Object Instantiate()">
36277         <size>12</size>
36278       </method>
36279     </type>
36280     <type name="Schemas.M">
36281       <method name="Void .ctor()">
36282         <size>7</size>
36283       </method>
36284       <method name="Void Main()">
36285         <size>1</size>
36286       </method>
36287     </type>
36288   </test>
36289   <test name="test-39.cs">
36290     <type name="SimpleAttribute">
36291       <method name="Void .ctor(String)">
36292         <size>14</size>
36293       </method>
36294       <method name="System.String get_AnotherArg()">
36295         <size>7</size>
36296       </method>
36297       <method name="Void set_AnotherArg(System.String)">
36298         <size>8</size>
36299       </method>
36300       <method name="Int64 get_LongValue()">
36301         <size>3</size>
36302       </method>
36303       <method name="Void set_LongValue(Int64)">
36304         <size>1</size>
36305       </method>
36306       <method name="System.Int64[] get_ArrayValue()">
36307         <size>7</size>
36308       </method>
36309       <method name="Void set_ArrayValue(System.Int64[])">
36310         <size>1</size>
36311       </method>
36312     </type>
36313     <type name="Blah2">
36314       <method name="Void .ctor()">
36315         <size>7</size>
36316       </method>
36317     </type>
36318     <type name="Blah3">
36319       <method name="Void .ctor()">
36320         <size>7</size>
36321       </method>
36322     </type>
36323     <type name="Blah">
36324       <method name="Void .ctor()">
36325         <size>7</size>
36326       </method>
36327       <method name="Int32 Main()">
36328         <size>181</size>
36329       </method>
36330     </type>
36331   </test>
36332   <test name="test-390.cs">
36333     <type name="C">
36334       <method name="Void .ctor()">
36335         <size>7</size>
36336       </method>
36337       <method name="Void Main()">
36338         <size>1</size>
36339       </method>
36340     </type>
36341     <type name="C+O">
36342       <method name="Void .ctor()">
36343         <size>7</size>
36344       </method>
36345       <method name="Void Foo()">
36346         <size>1</size>
36347       </method>
36348     </type>
36349     <type name="C+N">
36350       <method name="Void .ctor()">
36351         <size>7</size>
36352       </method>
36353       <method name="Void Foo()">
36354         <size>1</size>
36355       </method>
36356     </type>
36357     <type name="C+M">
36358       <method name="Void .ctor()">
36359         <size>7</size>
36360       </method>
36361     </type>
36362   </test>
36363   <test name="test-391.cs">
36364     <type name="C">
36365       <method name="Void .ctor()">
36366         <size>7</size>
36367       </method>
36368       <method name="Void Foo(Int32)">
36369         <size>1</size>
36370       </method>
36371       <method name="Void Foo(Int32 ByRef)">
36372         <size>1</size>
36373       </method>
36374       <method name="Void Bar(Boolean ByRef)">
36375         <size>4</size>
36376       </method>
36377       <method name="Void Bar(Boolean)">
36378         <size>1</size>
36379       </method>
36380       <method name="Void Main()">
36381         <size>1</size>
36382       </method>
36383     </type>
36384   </test>
36385   <test name="test-392.cs">
36386     <type name="C">
36387       <method name="Int32 Test()">
36388         <size>80</size>
36389       </method>
36390       <method name="Int32 Main()">
36391         <size>16</size>
36392       </method>
36393     </type>
36394     <type name="C+S">
36395       <method name="Void .ctor(Int32)">
36396         <size>8</size>
36397       </method>
36398     </type>
36399   </test>
36400   <test name="test-393.cs">
36401     <type name="A">
36402       <method name="Void .ctor(String)">
36403         <size>24</size>
36404       </method>
36405       <method name="Void .ctor()">
36406         <size>7</size>
36407       </method>
36408       <method name="System.String get_Name()">
36409         <size>7</size>
36410       </method>
36411     </type>
36412     <type name="B">
36413       <method name="Void .ctor(String)">
36414         <size>24</size>
36415       </method>
36416       <method name="Void .ctor()">
36417         <size>7</size>
36418       </method>
36419     </type>
36420     <type name="C">
36421       <method name="Void .ctor(String)">
36422         <size>24</size>
36423       </method>
36424     </type>
36425     <type name="Tester">
36426       <method name="Void .ctor()">
36427         <size>7</size>
36428       </method>
36429       <method name="A MethodSampleA(System.String)">
36430         <size>7</size>
36431       </method>
36432       <method name="B MethodSampleB(System.String)">
36433         <size>7</size>
36434       </method>
36435       <method name="C MethodSampleC(System.String)">
36436         <size>7</size>
36437       </method>
36438       <method name="Void Main()">
36439         <size>113</size>
36440       </method>
36441     </type>
36442     <type name="Tester+MethodHandler">
36443       <method name="Void .ctor(Object, IntPtr)">
36444         <size>0</size>
36445       </method>
36446       <method name="A Invoke(System.String)">
36447         <size>0</size>
36448       </method>
36449       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
36450         <size>0</size>
36451       </method>
36452       <method name="A EndInvoke(IAsyncResult)">
36453         <size>0</size>
36454       </method>
36455     </type>
36456   </test>
36457   <test name="test-394.cs">
36458     <type name="A">
36459       <method name="Void .ctor(String)">
36460         <size>24</size>
36461       </method>
36462       <method name="Void .ctor()">
36463         <size>7</size>
36464       </method>
36465       <method name="System.String get_Name()">
36466         <size>7</size>
36467       </method>
36468     </type>
36469     <type name="B">
36470       <method name="Void .ctor(String)">
36471         <size>24</size>
36472       </method>
36473       <method name="Void .ctor()">
36474         <size>7</size>
36475       </method>
36476     </type>
36477     <type name="C">
36478       <method name="Void .ctor(String, String)">
36479         <size>31</size>
36480       </method>
36481       <method name="System.String get_Value()">
36482         <size>7</size>
36483       </method>
36484     </type>
36485     <type name="Tester">
36486       <method name="Void .ctor()">
36487         <size>7</size>
36488       </method>
36489       <method name="System.String MethodSampleA(A)">
36490         <size>7</size>
36491       </method>
36492       <method name="System.String MethodSampleB(B)">
36493         <size>7</size>
36494       </method>
36495       <method name="System.String MethodSampleC(C)">
36496         <size>23</size>
36497       </method>
36498       <method name="Void Main()">
36499         <size>128</size>
36500       </method>
36501     </type>
36502     <type name="Tester+MethodHandler">
36503       <method name="Void .ctor(Object, IntPtr)">
36504         <size>0</size>
36505       </method>
36506       <method name="System.String Invoke(C)">
36507         <size>0</size>
36508       </method>
36509       <method name="IAsyncResult BeginInvoke(C, System.AsyncCallback, System.Object)">
36510         <size>0</size>
36511       </method>
36512       <method name="System.String EndInvoke(IAsyncResult)">
36513         <size>0</size>
36514       </method>
36515     </type>
36516   </test>
36517   <test name="test-395.cs">
36518     <type name="A">
36519       <method name="Void .ctor(String)">
36520         <size>24</size>
36521       </method>
36522       <method name="Void .ctor()">
36523         <size>7</size>
36524       </method>
36525       <method name="System.String get_Name()">
36526         <size>7</size>
36527       </method>
36528     </type>
36529     <type name="B">
36530       <method name="Void .ctor(String)">
36531         <size>24</size>
36532       </method>
36533       <method name="Void .ctor()">
36534         <size>7</size>
36535       </method>
36536     </type>
36537     <type name="C">
36538       <method name="Void .ctor(String, String)">
36539         <size>31</size>
36540       </method>
36541       <method name="System.String get_Value()">
36542         <size>7</size>
36543       </method>
36544     </type>
36545     <type name="Tester">
36546       <method name="Void .ctor()">
36547         <size>7</size>
36548       </method>
36549       <method name="Void MethodSample(B, A, C)">
36550         <size>55</size>
36551       </method>
36552       <method name="Void Main()">
36553         <size>71</size>
36554       </method>
36555     </type>
36556     <type name="Tester+MethodHandler">
36557       <method name="Void .ctor(Object, IntPtr)">
36558         <size>0</size>
36559       </method>
36560       <method name="Void Invoke(C, C, C)">
36561         <size>0</size>
36562       </method>
36563       <method name="IAsyncResult BeginInvoke(C, C, C, System.AsyncCallback, System.Object)">
36564         <size>0</size>
36565       </method>
36566       <method name="Void EndInvoke(IAsyncResult)">
36567         <size>0</size>
36568       </method>
36569     </type>
36570   </test>
36571   <test name="test-396.cs">
36572     <type name="MainClass">
36573       <method name="Void .ctor()">
36574         <size>7</size>
36575       </method>
36576       <method name="Int32 Main()">
36577         <size>22</size>
36578       </method>
36579     </type>
36580   </test>
36581   <test name="test-397.cs">
36582     <type name="TypeCheckAttribute">
36583       <method name="Void .ctor()">
36584         <size>7</size>
36585       </method>
36586     </type>
36587     <type name="PropertyCheckAttribute">
36588       <method name="Void .ctor()">
36589         <size>7</size>
36590       </method>
36591     </type>
36592     <type name="AccessorCheckAttribute">
36593       <method name="Void .ctor(MethodAttributes)">
36594         <size>14</size>
36595       </method>
36596       <method name="MethodAttributes get_Attributes()">
36597         <size>7</size>
36598       </method>
36599     </type>
36600     <type name="Test">
36601       <method name="Void .ctor()">
36602         <size>7</size>
36603       </method>
36604       <method name="Int32 Main(System.String[])">
36605         <size>132</size>
36606       </method>
36607       <method name="Void CheckFlags(System.Reflection.PropertyInfo, System.Reflection.MethodInfo)">
36608         <size>153</size>
36609       </method>
36610     </type>
36611     <type name="A">
36612       <method name="Void .ctor()">
36613         <size>7</size>
36614       </method>
36615       <method name="Int32 get_Value1()">
36616         <size>2</size>
36617       </method>
36618       <method name="Void set_Value1(Int32)">
36619         <size>1</size>
36620       </method>
36621       <method name="Int32 get_Value2()">
36622         <size>2</size>
36623       </method>
36624       <method name="Void set_Value2(Int32)">
36625         <size>1</size>
36626       </method>
36627       <method name="Int32 get_Value3()">
36628         <size>2</size>
36629       </method>
36630       <method name="Void set_Value3(Int32)">
36631         <size>1</size>
36632       </method>
36633       <method name="Int32 get_Value4()">
36634         <size>2</size>
36635       </method>
36636       <method name="Void set_Value4(Int32)">
36637         <size>1</size>
36638       </method>
36639       <method name="Int32 get_Value5()">
36640         <size>2</size>
36641       </method>
36642       <method name="Void set_Value5(Int32)">
36643         <size>1</size>
36644       </method>
36645     </type>
36646   </test>
36647   <test name="test-398.cs">
36648     <type name="Tester">
36649       <method name="Void .ctor()">
36650         <size>7</size>
36651       </method>
36652       <method name="Void Main()">
36653         <size>118</size>
36654       </method>
36655     </type>
36656     <type name="A">
36657       <method name="Void .ctor(Int32)">
36658         <size>14</size>
36659       </method>
36660       <method name="Int32 get_Count()">
36661         <size>7</size>
36662       </method>
36663       <method name="Void set_Count(Int32)">
36664         <size>8</size>
36665       </method>
36666       <method name="Int32 get_Item(Int32)">
36667         <size>2</size>
36668       </method>
36669       <method name="System.String get_Message()">
36670         <size>6</size>
36671       </method>
36672     </type>
36673     <type name="B">
36674       <method name="Void .ctor(Int32)">
36675         <size>8</size>
36676       </method>
36677       <method name="Void set_Count(Int32)">
36678         <size>1</size>
36679       </method>
36680       <method name="Void SetCount(Int32)">
36681         <size>8</size>
36682       </method>
36683       <method name="Int32 get_Item(Int32)">
36684         <size>8</size>
36685       </method>
36686       <method name="System.String get_Message()">
36687         <size>6</size>
36688       </method>
36689       <method name="Void set_Message(System.String)">
36690         <size>1</size>
36691       </method>
36692     </type>
36693   </test>
36694   <test name="test-399.cs">
36695     <type name="TestVararg">
36696       <method name="Void .ctor()">
36697         <size>7</size>
36698       </method>
36699       <method name="Int32 Main()">
36700         <size>345</size>
36701       </method>
36702       <method name="Void F(RuntimeArgumentHandle)">
36703         <size>1</size>
36704       </method>
36705       <method name="Void G(...)">
36706         <size>22</size>
36707       </method>
36708     </type>
36709   </test>
36710   <test name="test-4.cs">
36711     <type name="X">
36712       <method name="Void .ctor()">
36713         <size>7</size>
36714       </method>
36715       <method name="Void test(SByte)">
36716         <size>8</size>
36717       </method>
36718       <method name="Void test(Int32)">
36719         <size>8</size>
36720       </method>
36721       <method name="Int32 Main()">
36722         <size>102</size>
36723       </method>
36724     </type>
36725   </test>
36726   <test name="test-40.cs">
36727     <type name="Blah">
36728       <method name="Void .ctor()">
36729         <size>7</size>
36730       </method>
36731       <method name="Int32 Main()">
36732         <size>203</size>
36733       </method>
36734     </type>
36735   </test>
36736   <test name="test-400.cs">
36737     <type name="X">
36738       <method name="Void .ctor()">
36739         <size>7</size>
36740       </method>
36741       <method name="Void .cctor()">
36742         <size>52</size>
36743       </method>
36744       <method name="Int32 TestDereference()">
36745         <size>89</size>
36746       </method>
36747       <method name="Int32 TestPtrAdd()">
36748         <size>86</size>
36749       </method>
36750       <method name="Int32 TestPtrAssign()">
36751         <size>198</size>
36752       </method>
36753       <method name="Int32 TestPtrArithmetic()">
36754         <size>226</size>
36755       </method>
36756       <method name="Int32 TestMultiple()">
36757         <size>93</size>
36758       </method>
36759       <method name="Int32 Main()">
36760         <size>82</size>
36761       </method>
36762     </type>
36763   </test>
36764   <test name="test-401.cs">
36765     <type name="X">
36766       <method name="Void .ctor()">
36767         <size>7</size>
36768       </method>
36769       <method name="Int32 Main()">
36770         <size>170</size>
36771       </method>
36772     </type>
36773   </test>
36774   <test name="test-402.cs">
36775     <type name="X">
36776       <method name="Void .ctor()">
36777         <size>7</size>
36778       </method>
36779       <method name="Int32 Main()">
36780         <size>18</size>
36781       </method>
36782     </type>
36783   </test>
36784   <test name="test-403.cs">
36785     <type name="Foo">
36786       <method name="Void .ctor()">
36787         <size>7</size>
36788       </method>
36789       <method name="Int32 Main()">
36790         <size>91</size>
36791       </method>
36792     </type>
36793   </test>
36794   <test name="test-404.cs">
36795     <type name="X">
36796       <method name="Void .ctor()">
36797         <size>7</size>
36798       </method>
36799       <method name="Int32 Main()">
36800         <size>48</size>
36801       </method>
36802       <method name="Int32* get_v()">
36803         <size>20</size>
36804       </method>
36805     </type>
36806   </test>
36807   <test name="test-405.cs">
36808     <type name="testapp.LibTestAPI">
36809       <method name="Void .ctor()">
36810         <size>7</size>
36811       </method>
36812       <method name="Void Create()">
36813         <size>17</size>
36814       </method>
36815     </type>
36816     <type name="testapp.TestApp">
36817       <method name="Void .ctor()">
36818         <size>7</size>
36819       </method>
36820       <method name="Void Main(System.String[])">
36821         <size>13</size>
36822       </method>
36823     </type>
36824   </test>
36825   <test name="test-406.cs">
36826     <type name="TestCase.Test">
36827       <method name="Void .ctor()">
36828         <size>7</size>
36829       </method>
36830       <method name="Int32 Main(System.String[])">
36831         <size>180</size>
36832       </method>
36833       <method name="UInt32 DoOp(UInt32*)">
36834         <size>11</size>
36835       </method>
36836       <method name="UInt32 DoOp2(UInt32*)">
36837         <size>10</size>
36838       </method>
36839     </type>
36840   </test>
36841   <test name="test-407.cs">
36842     <type name="MainClass">
36843       <method name="Void .ctor()">
36844         <size>7</size>
36845       </method>
36846       <method name="Void Main()">
36847         <size>12</size>
36848       </method>
36849     </type>
36850   </test>
36851   <test name="test-408.cs">
36852     <type name="T">
36853       <method name="Void .ctor()">
36854         <size>7</size>
36855       </method>
36856       <method name="Int32 Main()">
36857         <size>44</size>
36858       </method>
36859     </type>
36860   </test>
36861   <test name="test-409.cs">
36862     <type name="X">
36863       <method name="Int32 Main()">
36864         <size>27</size>
36865       </method>
36866     </type>
36867   </test>
36868   <test name="test-41.cs">
36869     <type name="X">
36870       <method name="Void .ctor()">
36871         <size>7</size>
36872       </method>
36873       <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)">
36874         <size>188</size>
36875       </method>
36876       <method name="Int32 Main()">
36877         <size>228</size>
36878       </method>
36879     </type>
36880   </test>
36881   <test name="test-410.cs">
36882     <type name="B">
36883       <method name="Void .ctor()">
36884         <size>7</size>
36885       </method>
36886       <method name="Int32 Main()">
36887         <size>28</size>
36888       </method>
36889     </type>
36890   </test>
36891   <test name="test-411.cs">
36892     <type name="QtSamples.QtClass">
36893       <method name="Void .ctor()">
36894         <size>24</size>
36895       </method>
36896       <method name="Void pressEvent()">
36897         <size>1</size>
36898       </method>
36899     </type>
36900     <type name="QtSamples.Testing">
36901       <method name="Void .ctor()">
36902         <size>7</size>
36903       </method>
36904       <method name="Int32 Main()">
36905         <size>8</size>
36906       </method>
36907     </type>
36908   </test>
36909   <test name="test-412.cs">
36910     <type name="Foo.Baz">
36911       <method name="Void .ctor()">
36912         <size>7</size>
36913       </method>
36914       <method name="Void Main()">
36915         <size>1</size>
36916       </method>
36917     </type>
36918   </test>
36919   <test name="test-413.cs">
36920     <type name="Driver">
36921       <method name="Void .ctor()">
36922         <size>7</size>
36923       </method>
36924       <method name="Void Main()">
36925         <size>6</size>
36926       </method>
36927     </type>
36928   </test>
36929   <test name="test-414.cs">
36930     <type name="BB">
36931       <method name="Void .ctor()">
36932         <size>7</size>
36933       </method>
36934       <method name="System.String get_Data()">
36935         <size>2</size>
36936       </method>
36937       <method name="Void Main()">
36938         <size>1</size>
36939       </method>
36940     </type>
36941   </test>
36942   <test name="test-415.cs">
36943     <type name="MyTestExtended">
36944       <method name="Void .ctor()">
36945         <size>7</size>
36946       </method>
36947       <method name="System.String GetName()">
36948         <size>6</size>
36949       </method>
36950       <method name="Void Main(System.String[])">
36951         <size>33</size>
36952       </method>
36953     </type>
36954   </test>
36955   <test name="test-416.cs">
36956     <type name="ModTest">
36957       <method name="Void Main(System.String[])">
36958         <size>20</size>
36959       </method>
36960       <method name="Void .ctor()">
36961         <size>7</size>
36962       </method>
36963     </type>
36964     <type name="n1.Adder">
36965       <method name="Int32 Add(Int32, Int32)">
36966         <size>4</size>
36967       </method>
36968       <method name="Void .ctor()">
36969         <size>7</size>
36970       </method>
36971     </type>
36972   </test>
36973   <test name="test-417.cs">
36974     <type name="blah2.MyClass">
36975       <method name="Void .ctor()">
36976         <size>7</size>
36977       </method>
36978       <method name="Void add_DoSomething(blah.MyFunnyDelegate)">
36979         <size>47</size>
36980       </method>
36981       <method name="Void remove_DoSomething(blah.MyFunnyDelegate)">
36982         <size>47</size>
36983       </method>
36984       <method name="Void DoSomethingFunny()">
36985         <size>46</size>
36986       </method>
36987       <method name="Void Main(System.String[])">
36988         <size>13</size>
36989       </method>
36990     </type>
36991   </test>
36992   <test name="test-419.cs">
36993     <type name="Test">
36994       <method name="Void .ctor()">
36995         <size>7</size>
36996       </method>
36997       <method name="Void Main()">
36998         <size>7</size>
36999       </method>
37000     </type>
37001   </test>
37002   <test name="test-42.cs">
37003     <type name="X">
37004       <method name="Void .ctor()">
37005         <size>7</size>
37006       </method>
37007       <method name="Int32 get_Item(Int32)">
37008         <size>14</size>
37009       </method>
37010       <method name="Void set_Item(Int32, Int32)">
37011         <size>15</size>
37012       </method>
37013       <method name="Int32 get_P()">
37014         <size>7</size>
37015       </method>
37016       <method name="Void set_P(Int32)">
37017         <size>8</size>
37018       </method>
37019     </type>
37020     <type name="Z">
37021       <method name="Void .ctor()">
37022         <size>7</size>
37023       </method>
37024       <method name="Z get_P()">
37025         <size>2</size>
37026       </method>
37027       <method name="Void set_P(Z)">
37028         <size>1</size>
37029       </method>
37030       <method name="Z op_Increment(Z)">
37031         <size>16</size>
37032       </method>
37033     </type>
37034     <type name="Y">
37035       <method name="Void .ctor()">
37036         <size>7</size>
37037       </method>
37038       <method name="Int32 p_pre_increment(X)">
37039         <size>18</size>
37040       </method>
37041       <method name="Int32 p_post_increment(X)">
37042         <size>18</size>
37043       </method>
37044       <method name="Int32 i_pre_increment(X)">
37045         <size>26</size>
37046       </method>
37047       <method name="Int32 i_post_increment(X)">
37048         <size>26</size>
37049       </method>
37050       <method name="Z overload_increment(Z)">
37051         <size>10</size>
37052       </method>
37053       <method name="Z overload_pre_increment(Z)">
37054         <size>10</size>
37055       </method>
37056       <method name="Z ugly(Z)">
37057         <size>21</size>
37058       </method>
37059       <method name="Int32 simple(Int32)">
37060         <size>62</size>
37061       </method>
37062       <method name="Int32 arrays()">
37063         <size>234</size>
37064       </method>
37065       <method name="Int32 Main()">
37066         <size>161</size>
37067       </method>
37068     </type>
37069   </test>
37070   <test name="test-420.cs">
37071     <type name="Test">
37072       <method name="Void .ctor()">
37073         <size>7</size>
37074       </method>
37075       <method name="Void Main()">
37076         <size>7</size>
37077       </method>
37078     </type>
37079   </test>
37080   <test name="test-421.cs">
37081     <type name="A">
37082       <method name="Void .ctor()">
37083         <size>7</size>
37084       </method>
37085       <method name="Void SetObject(System.String)">
37086         <size>12</size>
37087       </method>
37088     </type>
37089     <type name="B">
37090       <method name="Void .ctor()">
37091         <size>7</size>
37092       </method>
37093     </type>
37094     <type name="C">
37095       <method name="Void .ctor()">
37096         <size>7</size>
37097       </method>
37098       <method name="Void .cctor()">
37099         <size>1</size>
37100       </method>
37101       <method name="Void SetObject(System.String)">
37102         <size>18</size>
37103       </method>
37104     </type>
37105     <type name="X">
37106       <method name="Void .ctor()">
37107         <size>7</size>
37108       </method>
37109       <method name="Int32 Main(System.String[])">
37110         <size>31</size>
37111       </method>
37112     </type>
37113   </test>
37114   <test name="test-422.cs">
37115     <type name="HelloWorld.MainClass">
37116       <method name="Void .ctor()">
37117         <size>7</size>
37118       </method>
37119       <method name="Void .cctor()">
37120         <size>17</size>
37121       </method>
37122       <method name="Void Main(System.String[])">
37123         <size>1</size>
37124       </method>
37125       <method name="Boolean CheckTrueThat()">
37126         <size>2</size>
37127       </method>
37128     </type>
37129   </test>
37130   <test name="test-423.cs">
37131     <type name="Test">
37132       <method name="Void .ctor()">
37133         <size>7</size>
37134       </method>
37135       <method name="Void Func(Int32 ByRef)">
37136         <size>12</size>
37137       </method>
37138       <method name="Void Main()">
37139         <size>10</size>
37140       </method>
37141       <method name="Void lowLevelCall(Int32*)">
37142         <size>1</size>
37143       </method>
37144     </type>
37145   </test>
37146   <test name="test-424.cs">
37147     <type name="C">
37148       <method name="Int32 Main()">
37149         <size>35</size>
37150       </method>
37151       <method name="Void .ctor()">
37152         <size>7</size>
37153       </method>
37154     </type>
37155   </test>
37156   <test name="test-425.cs">
37157     <type name="A">
37158       <method name="Void .ctor()">
37159         <size>7</size>
37160       </method>
37161       <method name="Void Main()">
37162         <size>1</size>
37163       </method>
37164     </type>
37165     <type name="AAttribute">
37166       <method name="Void .ctor()">
37167         <size>7</size>
37168       </method>
37169     </type>
37170   </test>
37171   <test name="test-426.cs">
37172     <type name="X">
37173       <method name="Void .ctor()">
37174         <size>7</size>
37175       </method>
37176       <method name="Void Main()">
37177         <size>11</size>
37178       </method>
37179     </type>
37180   </test>
37181   <test name="test-427.cs">
37182     <type name="X">
37183       <method name="Void .ctor()">
37184         <size>7</size>
37185       </method>
37186       <method name="Void Main()">
37187         <size>11</size>
37188       </method>
37189     </type>
37190   </test>
37191   <test name="test-428.cs">
37192     <type name="A">
37193       <method name="Void .ctor()">
37194         <size>7</size>
37195       </method>
37196     </type>
37197     <type name="X">
37198       <method name="Void .ctor()">
37199         <size>7</size>
37200       </method>
37201       <method name="Void Main()">
37202         <size>18</size>
37203       </method>
37204     </type>
37205     <type name="X+A">
37206       <method name="Void .ctor()">
37207         <size>7</size>
37208       </method>
37209     </type>
37210   </test>
37211   <test name="test-429.cs">
37212     <type name="Foo.A">
37213       <method name="Void .ctor()">
37214         <size>7</size>
37215       </method>
37216     </type>
37217     <type name="A">
37218       <method name="Void .ctor()">
37219         <size>7</size>
37220       </method>
37221     </type>
37222     <type name="X">
37223       <method name="Void .ctor()">
37224         <size>7</size>
37225       </method>
37226       <method name="Void Main()">
37227         <size>18</size>
37228       </method>
37229     </type>
37230   </test>
37231   <test name="test-43.cs">
37232     <type name="X">
37233       <method name="Void .ctor()">
37234         <size>7</size>
37235       </method>
37236       <method name="Int32 test_single(System.Int32[])">
37237         <size>34</size>
37238       </method>
37239       <method name="Int32 test_continue(System.Int32[])">
37240         <size>54</size>
37241       </method>
37242       <method name="Boolean test_double(System.Double[])">
37243         <size>58</size>
37244       </method>
37245       <method name="Int32 test_break(System.Int32[])">
37246         <size>54</size>
37247       </method>
37248       <method name="Boolean test_multi(System.Int32[,])">
37249         <size>87</size>
37250       </method>
37251       <method name="Int32 Main()">
37252         <size>284</size>
37253       </method>
37254     </type>
37255     <type name="&lt;PrivateImplementationDetails&gt;">
37256       <method name="Void .ctor()">
37257         <size>7</size>
37258       </method>
37259     </type>
37260   </test>
37261   <test name="test-430.cs">
37262     <type name="A">
37263       <method name="Void .ctor()">
37264         <size>7</size>
37265       </method>
37266     </type>
37267     <type name="X">
37268       <method name="Void .ctor()">
37269         <size>7</size>
37270       </method>
37271       <method name="Void Main()">
37272         <size>18</size>
37273       </method>
37274     </type>
37275     <type name="X+A">
37276       <method name="Void .ctor()">
37277         <size>7</size>
37278       </method>
37279     </type>
37280   </test>
37281   <test name="test-431.cs">
37282     <type name="Foo.A">
37283       <method name="Void .ctor()">
37284         <size>7</size>
37285       </method>
37286     </type>
37287     <type name="X">
37288       <method name="Void .ctor()">
37289         <size>7</size>
37290       </method>
37291       <method name="Void Main()">
37292         <size>18</size>
37293       </method>
37294     </type>
37295   </test>
37296   <test name="test-432.cs">
37297     <type name="Foo.A">
37298       <method name="Void .ctor()">
37299         <size>7</size>
37300       </method>
37301     </type>
37302     <type name="X">
37303       <method name="Void .ctor()">
37304         <size>7</size>
37305       </method>
37306       <method name="Void Main()">
37307         <size>18</size>
37308       </method>
37309     </type>
37310   </test>
37311   <test name="test-433.cs">
37312     <type name="Foo.A">
37313       <method name="Void .ctor()">
37314         <size>7</size>
37315       </method>
37316     </type>
37317     <type name="X">
37318       <method name="Void .ctor()">
37319         <size>7</size>
37320       </method>
37321       <method name="Void .cctor()">
37322         <size>11</size>
37323       </method>
37324       <method name="Void Main()">
37325         <size>16</size>
37326       </method>
37327     </type>
37328   </test>
37329   <test name="test-434.cs">
37330     <type name="Foo.A">
37331       <method name="Void .ctor()">
37332         <size>7</size>
37333       </method>
37334     </type>
37335     <type name="X">
37336       <method name="Void .ctor()">
37337         <size>7</size>
37338       </method>
37339       <method name="Void .cctor()">
37340         <size>11</size>
37341       </method>
37342       <method name="Void Main()">
37343         <size>16</size>
37344       </method>
37345     </type>
37346   </test>
37347   <test name="test-435.cs">
37348     <type name="X">
37349       <method name="Void .ctor()">
37350         <size>7</size>
37351       </method>
37352       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
37353         <size>2</size>
37354       </method>
37355       <method name="Void Main()">
37356         <size>7</size>
37357       </method>
37358     </type>
37359   </test>
37360   <test name="test-436.cs">
37361     <type name="X">
37362       <method name="Void .ctor()">
37363         <size>7</size>
37364       </method>
37365       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
37366         <size>2</size>
37367       </method>
37368       <method name="Void Main()">
37369         <size>7</size>
37370       </method>
37371     </type>
37372   </test>
37373   <test name="test-437.cs">
37374     <type name="T2">
37375       <method name="Void .ctor()">
37376         <size>7</size>
37377       </method>
37378     </type>
37379     <type name="Test">
37380       <method name="Void .ctor()">
37381         <size>7</size>
37382       </method>
37383       <method name="Void Main()">
37384         <size>65</size>
37385       </method>
37386     </type>
37387   </test>
37388   <test name="test-438.cs">
37389     <type name="Program">
37390       <method name="Void .ctor()">
37391         <size>7</size>
37392       </method>
37393       <method name="Void Main(System.String[])">
37394         <size>40</size>
37395       </method>
37396     </type>
37397   </test>
37398   <test name="test-439.cs">
37399     <type name="Test">
37400       <method name="Void .ctor()">
37401         <size>7</size>
37402       </method>
37403       <method name="Void Main()">
37404         <size>45</size>
37405       </method>
37406     </type>
37407     <type name="LayerMask">
37408       <method name="Int32 op_Implicit(LayerMask)">
37409         <size>8</size>
37410       </method>
37411       <method name="LayerMask op_Implicit(Int32)">
37412         <size>11</size>
37413       </method>
37414     </type>
37415   </test>
37416   <test name="test-44.cs">
37417     <type name="X">
37418       <method name="Void .ctor()">
37419         <size>7</size>
37420       </method>
37421       <method name="Int32 dob(System.Int32[,])">
37422         <size>83</size>
37423       </method>
37424       <method name="Int32 count(System.Object)">
37425         <size>39</size>
37426       </method>
37427       <method name="Int32 Main()">
37428         <size>133</size>
37429       </method>
37430     </type>
37431   </test>
37432   <test name="test-440.cs">
37433     <type name="A">
37434       <method name="Void .ctor()">
37435         <size>7</size>
37436       </method>
37437       <method name="Void Main()">
37438         <size>26</size>
37439       </method>
37440       <method name="Double op_Implicit(A)">
37441         <size>10</size>
37442       </method>
37443       <method name="Int32 op_Implicit(A)">
37444         <size>2</size>
37445       </method>
37446     </type>
37447   </test>
37448   <test name="test-441.cs">
37449     <type name="Test">
37450       <method name="Void .ctor()">
37451         <size>7</size>
37452       </method>
37453       <method name="Void .cctor()">
37454         <size>1</size>
37455       </method>
37456       <method name="Void Main()">
37457         <size>25</size>
37458       </method>
37459     </type>
37460   </test>
37461   <test name="test-442.cs">
37462     <type name="ConsoleApplication1.Program">
37463       <method name="Void .ctor()">
37464         <size>7</size>
37465       </method>
37466       <method name="Void Main(System.String[])">
37467         <size>70</size>
37468       </method>
37469     </type>
37470   </test>
37471   <test name="test-443.cs">
37472     <type name="C">
37473       <method name="Void .ctor(ITopic)">
37474         <size>31</size>
37475       </method>
37476       <method name="Void Main()">
37477         <size>1</size>
37478       </method>
37479     </type>
37480   </test>
37481   <test name="test-444.cs">
37482     <type name="쯠쯡쯢">
37483       <method name="Void .ctor()">
37484         <size>7</size>
37485       </method>
37486       <method name="Void Main()">
37487         <size>1</size>
37488       </method>
37489     </type>
37490   </test>
37491   <test name="test-445.cs">
37492     <type name="ConvFromInt">
37493       <method name="Void .ctor()">
37494         <size>14</size>
37495       </method>
37496       <method name="Void .ctor(Int32)">
37497         <size>16</size>
37498       </method>
37499       <method name="ConvFromInt op_Implicit(Int32)">
37500         <size>7</size>
37501       </method>
37502     </type>
37503     <type name="Foo">
37504       <method name="Void .ctor()">
37505         <size>7</size>
37506       </method>
37507       <method name="Void .cctor()">
37508         <size>45</size>
37509       </method>
37510       <method name="Void Main()">
37511         <size>111</size>
37512       </method>
37513     </type>
37514   </test>
37515   <test name="test-446.cs">
37516     <type name="FooTest">
37517       <method name="Void .ctor()">
37518         <size>7</size>
37519       </method>
37520       <method name="Void Main()">
37521         <size>8</size>
37522       </method>
37523       <method name="Void Foo(UInt64)">
37524         <size>1</size>
37525       </method>
37526     </type>
37527   </test>
37528   <test name="test-447.cs">
37529     <type name="System.MonoTODOAttribute">
37530       <method name="Void .ctor()">
37531         <size>7</size>
37532       </method>
37533     </type>
37534     <type name="System.Web.HttpBrowserCapabilities">
37535       <method name="Void .ctor()">
37536         <size>7</size>
37537       </method>
37538       <method name="System.Version get_A()">
37539         <size>6</size>
37540       </method>
37541     </type>
37542     <type name="Test">
37543       <method name="Void .ctor()">
37544         <size>7</size>
37545       </method>
37546       <method name="Void Main()">
37547         <size>1</size>
37548       </method>
37549     </type>
37550   </test>
37551   <test name="test-448.cs">
37552     <type name="MonoDivideProblem">
37553       <method name="Void .ctor()">
37554         <size>7</size>
37555       </method>
37556       <method name="Void .cctor()">
37557         <size>17</size>
37558       </method>
37559       <method name="Void Main(System.String[])">
37560         <size>27</size>
37561       </method>
37562     </type>
37563   </test>
37564   <test name="test-449.cs">
37565     <type name="X">
37566       <method name="Void .ctor()">
37567         <size>7</size>
37568       </method>
37569       <method name="Void Main()">
37570         <size>1</size>
37571       </method>
37572       <method name="Void Z()">
37573         <size>19</size>
37574       </method>
37575       <method name="Void &lt;Z&gt;m__0(System.Object)">
37576         <size>25</size>
37577       </method>
37578       <method name="Void &lt;Z&gt;m__1(System.Object)">
37579         <size>7</size>
37580       </method>
37581     </type>
37582   </test>
37583   <test name="test-45.cs">
37584     <type name="Blah">
37585       <method name="Void .ctor()">
37586         <size>7</size>
37587       </method>
37588       <method name="Void .cctor()">
37589         <size>97</size>
37590       </method>
37591       <method name="Int32 Main()">
37592         <size>755</size>
37593       </method>
37594     </type>
37595     <type name="&lt;PrivateImplementationDetails&gt;">
37596       <method name="Void .ctor()">
37597         <size>7</size>
37598       </method>
37599     </type>
37600   </test>
37601   <test name="test-450.cs">
37602     <type name="A">
37603       <method name="Int32 Main()">
37604         <size>53</size>
37605       </method>
37606       <method name="Byte op_Implicit(A)">
37607         <size>2</size>
37608       </method>
37609       <method name="A op_Implicit(Int32)">
37610         <size>7</size>
37611       </method>
37612       <method name="Void .ctor(Int32)">
37613         <size>14</size>
37614       </method>
37615     </type>
37616   </test>
37617   <test name="test-451.cs">
37618     <type name="Test">
37619       <method name="Void .ctor()">
37620         <size>7</size>
37621       </method>
37622       <method name="Void Main()">
37623         <size>22</size>
37624       </method>
37625     </type>
37626   </test>
37627   <test name="test-452.cs">
37628     <type name="Foo">
37629       <method name="Void .ctor()">
37630         <size>7</size>
37631       </method>
37632     </type>
37633     <type name="Test">
37634       <method name="Void .ctor()">
37635         <size>7</size>
37636       </method>
37637       <method name="Void Main()">
37638         <size>7</size>
37639       </method>
37640     </type>
37641   </test>
37642   <test name="test-453.cs">
37643     <type name="C">
37644       <method name="Void .ctor()">
37645         <size>7</size>
37646       </method>
37647       <method name="Void Main()">
37648         <size>33</size>
37649       </method>
37650     </type>
37651   </test>
37652   <test name="test-455.cs">
37653     <type name="Test">
37654       <method name="Void .ctor()">
37655         <size>7</size>
37656       </method>
37657       <method name="Void Main()">
37658         <size>27</size>
37659       </method>
37660     </type>
37661     <type name="Foo">
37662       <method name="Int32 GetHashCode()">
37663         <size>17</size>
37664       </method>
37665     </type>
37666   </test>
37667   <test name="test-456.cs">
37668     <type name="Test">
37669       <method name="Void .ctor()">
37670         <size>7</size>
37671       </method>
37672       <method name="Void Main()">
37673         <size>16</size>
37674       </method>
37675     </type>
37676     <type name="Foo">
37677       <method name="Void foo()">
37678         <size>11</size>
37679       </method>
37680     </type>
37681   </test>
37682   <test name="test-457.cs">
37683     <type name="Number">
37684       <method name="Void .ctor()">
37685         <size>7</size>
37686       </method>
37687       <method name="Void IDouble.Add(Double)">
37688         <size>11</size>
37689       </method>
37690       <method name="Void IInteger.Add(Int32)">
37691         <size>11</size>
37692       </method>
37693       <method name="Int32 Main()">
37694         <size>52</size>
37695       </method>
37696     </type>
37697   </test>
37698   <test name="test-458.cs">
37699     <type name="MyAttr">
37700       <method name="Void .ctor()">
37701         <size>7</size>
37702       </method>
37703       <method name="Void .ctor(Type)">
37704         <size>7</size>
37705       </method>
37706       <method name="Void .ctor(String)">
37707         <size>7</size>
37708       </method>
37709       <method name="Void .ctor(Int32)">
37710         <size>7</size>
37711       </method>
37712     </type>
37713     <type name="ClassA">
37714       <method name="Void .ctor()">
37715         <size>7</size>
37716       </method>
37717     </type>
37718     <type name="ClassB">
37719       <method name="Void .ctor()">
37720         <size>7</size>
37721       </method>
37722     </type>
37723     <type name="ClassC">
37724       <method name="Void .ctor()">
37725         <size>7</size>
37726       </method>
37727     </type>
37728     <type name="ClassD">
37729       <method name="Void .ctor()">
37730         <size>7</size>
37731       </method>
37732     </type>
37733     <type name="Top">
37734       <method name="Void .ctor()">
37735         <size>7</size>
37736       </method>
37737       <method name="Int32 Main()">
37738         <size>28</size>
37739       </method>
37740     </type>
37741   </test>
37742   <test name="test-459.cs">
37743     <type name="CC">
37744       <method name="Void .ctor()">
37745         <size>7</size>
37746       </method>
37747       <method name="Int32 Main()">
37748         <size>13</size>
37749       </method>
37750     </type>
37751     <type name="CC+IfElseStateMachine">
37752       <method name="Void .ctor()">
37753         <size>7</size>
37754       </method>
37755       <method name="Void HandleToken(Token)">
37756         <size>15</size>
37757       </method>
37758     </type>
37759   </test>
37760   <test name="test-46.cs">
37761     <type name="X">
37762       <method name="Void .ctor()">
37763         <size>7</size>
37764       </method>
37765       <method name="Int32 cast_int(System.Object)">
37766         <size>7</size>
37767       </method>
37768       <method name="UInt32 cast_uint(System.Object)">
37769         <size>7</size>
37770       </method>
37771       <method name="Int16 cast_short(System.Object)">
37772         <size>7</size>
37773       </method>
37774       <method name="Char cast_char(System.Object)">
37775         <size>7</size>
37776       </method>
37777       <method name="UInt16 cast_ushort(System.Object)">
37778         <size>7</size>
37779       </method>
37780       <method name="Byte cast_byte(System.Object)">
37781         <size>7</size>
37782       </method>
37783       <method name="SByte cast_sbyte(System.Object)">
37784         <size>7</size>
37785       </method>
37786       <method name="Int64 cast_long(System.Object)">
37787         <size>7</size>
37788       </method>
37789       <method name="UInt64 cast_ulong(System.Object)">
37790         <size>7</size>
37791       </method>
37792       <method name="Single cast_float(System.Object)">
37793         <size>7</size>
37794       </method>
37795       <method name="Double cast_double(System.Object)">
37796         <size>7</size>
37797       </method>
37798       <method name="Boolean cast_bool(System.Object)">
37799         <size>7</size>
37800       </method>
37801       <method name="Int32 Main()">
37802         <size>1126</size>
37803       </method>
37804     </type>
37805   </test>
37806   <test name="test-460.cs">
37807     <type name="MainClass">
37808       <method name="Void .ctor()">
37809         <size>7</size>
37810       </method>
37811       <method name="Void .cctor()">
37812         <size>18</size>
37813       </method>
37814       <method name="Void Main()">
37815         <size>1</size>
37816       </method>
37817     </type>
37818   </test>
37819   <test name="test-461.cs">
37820     <type name="Valtest">
37821       <method name="Void .ctor()">
37822         <size>7</size>
37823       </method>
37824       <method name="Int32 Main()">
37825         <size>50</size>
37826       </method>
37827     </type>
37828     <type name="Value">
37829       <method name="Void .ctor(Object)">
37830         <size>1</size>
37831       </method>
37832       <method name="System.Object get_Val()">
37833         <size>7</size>
37834       </method>
37835       <method name="System.Enum get_Val2()">
37836         <size>7</size>
37837       </method>
37838     </type>
37839   </test>
37840   <test name="test-462.cs">
37841     <type name="X">
37842       <method name="Void .ctor()">
37843         <size>7</size>
37844       </method>
37845       <method name="Void Method(X)">
37846         <size>1</size>
37847       </method>
37848       <method name="Void Method(System.String)">
37849         <size>8</size>
37850       </method>
37851       <method name="Int32 Main()">
37852         <size>28</size>
37853       </method>
37854     </type>
37855   </test>
37856   <test name="test-463.cs">
37857     <type name="PropertySorter">
37858       <method name="Void .ctor()">
37859         <size>7</size>
37860       </method>
37861     </type>
37862     <type name="PathItemBase">
37863       <method name="Void .ctor()">
37864         <size>7</size>
37865       </method>
37866     </type>
37867     <type name="PathItemBase+TypeConverter">
37868       <method name="Void .ctor()">
37869         <size>7</size>
37870       </method>
37871     </type>
37872     <type name="X">
37873       <method name="Void .ctor()">
37874         <size>7</size>
37875       </method>
37876       <method name="Void Main()">
37877         <size>1</size>
37878       </method>
37879     </type>
37880   </test>
37881   <test name="test-464.cs">
37882     <type name="C">
37883       <method name="Void .ctor()">
37884         <size>7</size>
37885       </method>
37886       <method name="Int32 Main()">
37887         <size>85</size>
37888       </method>
37889     </type>
37890   </test>
37891   <test name="test-465.cs">
37892     <type name="C">
37893       <method name="Void .ctor()">
37894         <size>7</size>
37895       </method>
37896       <method name="Int32 Main()">
37897         <size>85</size>
37898       </method>
37899     </type>
37900   </test>
37901   <test name="test-466.cs">
37902     <type name="A.X.Test">
37903       <method name="Void Main()">
37904         <size>13</size>
37905       </method>
37906       <method name="Void .ctor()">
37907         <size>7</size>
37908       </method>
37909     </type>
37910   </test>
37911   <test name="test-467.cs">
37912     <type name="A">
37913       <method name="Void .ctor()">
37914         <size>7</size>
37915       </method>
37916     </type>
37917     <type name="A+D">
37918       <method name="Int32 Invoke()">
37919         <size>0</size>
37920       </method>
37921       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37922         <size>0</size>
37923       </method>
37924       <method name="Int32 EndInvoke(IAsyncResult)">
37925         <size>0</size>
37926       </method>
37927       <method name="Void .ctor(Object, IntPtr)">
37928         <size>0</size>
37929       </method>
37930     </type>
37931     <type name="B">
37932       <method name="Void .ctor()">
37933         <size>7</size>
37934       </method>
37935     </type>
37936     <type name="B+D">
37937       <method name="Void Invoke()">
37938         <size>0</size>
37939       </method>
37940       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37941         <size>0</size>
37942       </method>
37943       <method name="Void EndInvoke(IAsyncResult)">
37944         <size>0</size>
37945       </method>
37946       <method name="Void .ctor(Object, IntPtr)">
37947         <size>0</size>
37948       </method>
37949     </type>
37950     <type name="C">
37951       <method name="Int32 Foo()">
37952         <size>2</size>
37953       </method>
37954       <method name="Int32 Main()">
37955         <size>29</size>
37956       </method>
37957       <method name="Void .ctor()">
37958         <size>7</size>
37959       </method>
37960     </type>
37961   </test>
37962   <test name="test-468.cs">
37963     <type name="CorMetaDataDispenserExClass">
37964       <method name="Void .ctor()">
37965         <size>0</size>
37966       </method>
37967     </type>
37968     <type name="Test">
37969       <method name="Void .ctor()">
37970         <size>7</size>
37971       </method>
37972       <method name="Void XXX()">
37973         <size>12</size>
37974       </method>
37975       <method name="Void Main()">
37976         <size>1</size>
37977       </method>
37978     </type>
37979   </test>
37980   <test name="test-469.cs">
37981     <type name="Lambda">
37982       <method name="Void .ctor()">
37983         <size>7</size>
37984       </method>
37985       <method name="Void f(Int32)">
37986         <size>7</size>
37987       </method>
37988       <method name="Del[] Make2(Int32)">
37989         <size>50</size>
37990       </method>
37991       <method name="Int32 Main()">
37992         <size>68</size>
37993       </method>
37994     </type>
37995     <type name="Del">
37996       <method name="Void .ctor(Object, IntPtr)">
37997         <size>0</size>
37998       </method>
37999       <method name="Void Invoke(Int32)">
38000         <size>0</size>
38001       </method>
38002       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
38003         <size>0</size>
38004       </method>
38005       <method name="Void EndInvoke(IAsyncResult)">
38006         <size>0</size>
38007       </method>
38008     </type>
38009     <type name="Lambda+&lt;Make2&gt;c__AnonStorey0">
38010       <method name="Void .ctor()">
38011         <size>7</size>
38012       </method>
38013       <method name="Void &lt;&gt;m__0(Int32)">
38014         <size>23</size>
38015       </method>
38016       <method name="Void &lt;&gt;m__1(Int32)">
38017         <size>23</size>
38018       </method>
38019     </type>
38020   </test>
38021   <test name="test-47.cs">
38022     <type name="X">
38023       <method name="Void .ctor()">
38024         <size>7</size>
38025       </method>
38026       <method name="Void .cctor()">
38027         <size>1</size>
38028       </method>
38029       <method name="Boolean f()">
38030         <size>24</size>
38031       </method>
38032       <method name="Boolean t()">
38033         <size>24</size>
38034       </method>
38035       <method name="Int32 Main()">
38036         <size>404</size>
38037       </method>
38038     </type>
38039   </test>
38040   <test name="test-470.cs">
38041     <type name="X">
38042       <method name="Void .ctor()">
38043         <size>7</size>
38044       </method>
38045       <method name="System.String get_ASTNodeTypeName()">
38046         <size>16</size>
38047       </method>
38048     </type>
38049     <type name="Demo">
38050       <method name="Void .ctor()">
38051         <size>7</size>
38052       </method>
38053       <method name="Void Main()">
38054         <size>1</size>
38055       </method>
38056     </type>
38057   </test>
38058   <test name="test-472.cs">
38059     <type name="Test">
38060       <method name="Void .ctor()">
38061         <size>7</size>
38062       </method>
38063       <method name="Int32 get_Prop()">
38064         <size>7</size>
38065       </method>
38066       <method name="Void set_Prop(Int32)">
38067         <size>8</size>
38068       </method>
38069       <method name="Int32 Main()">
38070         <size>79</size>
38071       </method>
38072     </type>
38073   </test>
38074   <test name="test-473.cs">
38075     <type name="UnixMarshal">
38076       <method name="Void .ctor()">
38077         <size>7</size>
38078       </method>
38079       <method name="Void .cctor()">
38080         <size>24</size>
38081       </method>
38082       <method name="Void Default(Int32)">
38083         <size>1</size>
38084       </method>
38085       <method name="System.String GetDescription(Error)">
38086         <size>2</size>
38087       </method>
38088     </type>
38089     <type name="UnixMarshal2">
38090       <method name="Void .ctor()">
38091         <size>7</size>
38092       </method>
38093       <method name="System.String GetDescription(Error)">
38094         <size>2</size>
38095       </method>
38096     </type>
38097     <type name="Stdlib">
38098       <method name="Void .ctor()">
38099         <size>7</size>
38100       </method>
38101     </type>
38102     <type name="TestConst">
38103       <method name="Void .ctor()">
38104         <size>7</size>
38105       </method>
38106     </type>
38107     <type name="XX">
38108       <method name="Void .ctor()">
38109         <size>7</size>
38110       </method>
38111     </type>
38112     <type name="Syscall">
38113       <method name="Void .ctor()">
38114         <size>7</size>
38115       </method>
38116       <method name="Int32 poll(Pollfd[], UInt32, Int32)">
38117         <size>2</size>
38118       </method>
38119     </type>
38120     <type name="EnumWrapper">
38121       <method name="Void .ctor(Int32)">
38122         <size>7</size>
38123       </method>
38124     </type>
38125     <type name="Test">
38126       <method name="Void .ctor()">
38127         <size>7</size>
38128       </method>
38129       <method name="Void Main()">
38130         <size>1</size>
38131       </method>
38132     </type>
38133     <type name="SignalHandler">
38134       <method name="Void .ctor(Object, IntPtr)">
38135         <size>0</size>
38136       </method>
38137       <method name="Void Invoke(Int32)">
38138         <size>0</size>
38139       </method>
38140       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
38141         <size>0</size>
38142       </method>
38143       <method name="Void EndInvoke(IAsyncResult)">
38144         <size>0</size>
38145       </method>
38146     </type>
38147     <type name="PS">
38148       <method name="Void GetDescription(Error)">
38149         <size>1</size>
38150       </method>
38151     </type>
38152     <type name="Value">
38153       <method name="EnumWrapper op_Explicit(Value)">
38154         <size>11</size>
38155       </method>
38156     </type>
38157   </test>
38158   <test name="test-474.cs">
38159     <type name="Z">
38160       <method name="Void .ctor()">
38161         <size>7</size>
38162       </method>
38163       <method name="Void Main()">
38164         <size>13</size>
38165       </method>
38166       <method name="Void TestPreinc(Int32)">
38167         <size>57</size>
38168       </method>
38169       <method name="Void TestPostinc(Int32)">
38170         <size>57</size>
38171       </method>
38172       <method name="Void Assert(Int32, Int32)">
38173         <size>67</size>
38174       </method>
38175     </type>
38176     <type name="Z+X">
38177       <method name="Void .ctor(Object, IntPtr)">
38178         <size>0</size>
38179       </method>
38180       <method name="Void Invoke()">
38181         <size>0</size>
38182       </method>
38183       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38184         <size>0</size>
38185       </method>
38186       <method name="Void EndInvoke(IAsyncResult)">
38187         <size>0</size>
38188       </method>
38189     </type>
38190     <type name="Z+&lt;TestPreinc&gt;c__AnonStorey0">
38191       <method name="Void .ctor()">
38192         <size>7</size>
38193       </method>
38194       <method name="Void &lt;&gt;m__0()">
38195         <size>38</size>
38196       </method>
38197     </type>
38198     <type name="Z+&lt;TestPostinc&gt;c__AnonStorey1">
38199       <method name="Void .ctor()">
38200         <size>7</size>
38201       </method>
38202       <method name="Void &lt;&gt;m__1()">
38203         <size>38</size>
38204       </method>
38205     </type>
38206   </test>
38207   <test name="test-475.cs">
38208     <type name="X">
38209       <method name="Void .ctor()">
38210         <size>7</size>
38211       </method>
38212       <method name="Void .cctor()">
38213         <size>24</size>
38214       </method>
38215       <method name="Void add_e(MyDelegate)">
38216         <size>45</size>
38217       </method>
38218       <method name="Void remove_e(MyDelegate)">
38219         <size>45</size>
38220       </method>
38221       <method name="Void Test(Int32)">
38222         <size>17</size>
38223       </method>
38224       <method name="Int32 Main()">
38225         <size>28</size>
38226       </method>
38227     </type>
38228     <type name="MyDelegate">
38229       <method name="Void .ctor(Object, IntPtr)">
38230         <size>0</size>
38231       </method>
38232       <method name="Void Invoke(Int32)">
38233         <size>0</size>
38234       </method>
38235       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
38236         <size>0</size>
38237       </method>
38238       <method name="Void EndInvoke(IAsyncResult)">
38239         <size>0</size>
38240       </method>
38241     </type>
38242   </test>
38243   <test name="test-476.cs">
38244     <type name="Test">
38245       <method name="Void .ctor()">
38246         <size>7</size>
38247       </method>
38248       <method name="Void Main()">
38249         <size>1</size>
38250       </method>
38251     </type>
38252   </test>
38253   <test name="test-477.cs">
38254     <type name="C">
38255       <method name="Void .ctor()">
38256         <size>7</size>
38257       </method>
38258       <method name="Void Test(Int32 ByRef)">
38259         <size>1</size>
38260       </method>
38261       <method name="Void Main()">
38262         <size>1</size>
38263       </method>
38264     </type>
38265   </test>
38266   <test name="test-478.cs">
38267     <type name="Test.MainClass">
38268       <method name="Void .ctor()">
38269         <size>7</size>
38270       </method>
38271       <method name="Void Main()">
38272         <size>1</size>
38273       </method>
38274     </type>
38275     <type name="Test.TestAttribute">
38276       <method name="Void .ctor(TestEnum2)">
38277         <size>7</size>
38278       </method>
38279     </type>
38280     <type name="Test.Test2Attribute">
38281       <method name="Void .ctor()">
38282         <size>7</size>
38283       </method>
38284     </type>
38285   </test>
38286   <test name="test-479.cs">
38287     <type name="Test.Test">
38288       <method name="Void .ctor()">
38289         <size>7</size>
38290       </method>
38291       <method name="Boolean Equals(System.Object)">
38292         <size>2</size>
38293       </method>
38294       <method name="Int32 GetHashCode()">
38295         <size>2</size>
38296       </method>
38297       <method name="Void Main()">
38298         <size>1</size>
38299       </method>
38300     </type>
38301   </test>
38302   <test name="test-48.cs">
38303     <type name="Blah">
38304       <method name="Void .ctor()">
38305         <size>7</size>
38306       </method>
38307       <method name="Int32 Main()">
38308         <size>55</size>
38309       </method>
38310       <method name="Void Test_1()">
38311         <size>1</size>
38312       </method>
38313     </type>
38314   </test>
38315   <test name="test-480.cs">
38316     <type name="A">
38317       <method name="Void Dispose()">
38318         <size>1</size>
38319       </method>
38320       <method name="Void .ctor(Int32)">
38321         <size>7</size>
38322       </method>
38323     </type>
38324     <type name="C">
38325       <method name="Void Test(System.Object)">
38326         <size>271</size>
38327       </method>
38328       <method name="Int32 Main()">
38329         <size>13</size>
38330       </method>
38331       <method name="Void &lt;Test&gt;m__0(Int32)">
38332         <size>1</size>
38333       </method>
38334       <method name="Void .ctor()">
38335         <size>7</size>
38336       </method>
38337     </type>
38338     <type name="C+D">
38339       <method name="Void Invoke(Int32)">
38340         <size>0</size>
38341       </method>
38342       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
38343         <size>0</size>
38344       </method>
38345       <method name="Void EndInvoke(IAsyncResult)">
38346         <size>0</size>
38347       </method>
38348       <method name="Void .ctor(Object, IntPtr)">
38349         <size>0</size>
38350       </method>
38351     </type>
38352   </test>
38353   <test name="test-481.cs">
38354     <type name="TestClass">
38355       <method name="Int32 Main()">
38356         <size>42</size>
38357       </method>
38358     </type>
38359     <type name="TestDelegate">
38360       <method name="Void .ctor(Object, IntPtr)">
38361         <size>0</size>
38362       </method>
38363       <method name="Void Invoke(Int32 ByRef)">
38364         <size>0</size>
38365       </method>
38366       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
38367         <size>0</size>
38368       </method>
38369       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
38370         <size>0</size>
38371       </method>
38372     </type>
38373     <type name="TestClass">
38374       <method name="Void &lt;Main&gt;m__0(Int32 ByRef)">
38375         <size>4</size>
38376       </method>
38377     </type>
38378   </test>
38379   <test name="test-482.cs">
38380     <type name="X">
38381       <method name="Void .ctor()">
38382         <size>7</size>
38383       </method>
38384       <method name="Void M4(Int32)">
38385         <size>1</size>
38386       </method>
38387       <method name="Void Main()">
38388         <size>1</size>
38389       </method>
38390       <method name="Void M4(Int32, ...)">
38391         <size>1</size>
38392       </method>
38393     </type>
38394   </test>
38395   <test name="test-483.cs">
38396     <type name="Tests">
38397       <method name="Void .ctor()">
38398         <size>7</size>
38399       </method>
38400       <method name="Void Main()">
38401         <size>21</size>
38402       </method>
38403     </type>
38404   </test>
38405   <test name="test-484.cs">
38406     <type name="Test.TestBit">
38407       <method name="Void .ctor()">
38408         <size>7</size>
38409       </method>
38410       <method name="Void Main()">
38411         <size>1</size>
38412       </method>
38413     </type>
38414   </test>
38415   <test name="test-485.cs">
38416     <type name="MonoBUG">
38417       <method name="Void .ctor()">
38418         <size>7</size>
38419       </method>
38420       <method name="Void Main(System.String[])">
38421         <size>44</size>
38422       </method>
38423     </type>
38424   </test>
38425   <test name="test-486.cs">
38426     <type name="Test">
38427       <method name="Void .ctor()">
38428         <size>7</size>
38429       </method>
38430       <method name="Void Main()">
38431         <size>119</size>
38432       </method>
38433     </type>
38434   </test>
38435   <test name="test-487.cs">
38436     <type name="X">
38437       <method name="Void .ctor(Object)">
38438         <size>72</size>
38439       </method>
38440       <method name="Void .cctor()">
38441         <size>1</size>
38442       </method>
38443       <method name="Int32 Main()">
38444         <size>25</size>
38445       </method>
38446     </type>
38447   </test>
38448   <test name="test-488.cs">
38449     <type name="P">
38450       <method name="Void .ctor()">
38451         <size>7</size>
38452       </method>
38453     </type>
38454     <type name="Test">
38455       <method name="Void .ctor()">
38456         <size>7</size>
38457       </method>
38458       <method name="IEnumerable foo()">
38459         <size>2</size>
38460       </method>
38461       <method name="Void Main()">
38462         <size>166</size>
38463       </method>
38464     </type>
38465     <type name="Q">
38466       <method name="Void .ctor(P)">
38467         <size>8</size>
38468       </method>
38469     </type>
38470   </test>
38471   <test name="test-489.cs">
38472     <type name="test">
38473       <method name="Void .ctor()">
38474         <size>7</size>
38475       </method>
38476       <method name="Void Main()">
38477         <size>1</size>
38478       </method>
38479     </type>
38480   </test>
38481   <test name="test-49.cs">
38482     <type name="X">
38483       <method name="Void .ctor()">
38484         <size>7</size>
38485       </method>
38486       <method name="Int32 s(Byte)">
38487         <size>2182</size>
38488       </method>
38489       <method name="Int32 test(Int32)">
38490         <size>70</size>
38491       </method>
38492       <method name="Int32 tests(System.String)">
38493         <size>152</size>
38494       </method>
38495       <method name="Int32 testn(System.String)">
38496         <size>76</size>
38497       </method>
38498       <method name="Int32 testm(System.String)">
38499         <size>77</size>
38500       </method>
38501       <method name="Int32 testo(System.String)">
38502         <size>79</size>
38503       </method>
38504       <method name="Int32 testp(System.String)">
38505         <size>109</size>
38506       </method>
38507       <method name="Int32 test_def(System.String)">
38508         <size>119</size>
38509       </method>
38510       <method name="Int32 test_coverage(Int32)">
38511         <size>18</size>
38512       </method>
38513       <method name="Int32 test_goto(Int32)">
38514         <size>39</size>
38515       </method>
38516       <method name="Int32 test_memberaccess(System.String)">
38517         <size>76</size>
38518       </method>
38519       <method name="Int32 test_string_multiple_targets(System.String)">
38520         <size>128</size>
38521       </method>
38522       <method name="Int32 test_casts(Int32)">
38523         <size>17</size>
38524       </method>
38525       <method name="Int32 testSwitchEnumLong(TestEnum)">
38526         <size>56</size>
38527       </method>
38528       <method name="Int32 test_long_enum_switch()">
38529         <size>66</size>
38530       </method>
38531       <method name="Int32 tests_default(System.String)">
38532         <size>107</size>
38533       </method>
38534       <method name="Int32 tests_default_2(System.String)">
38535         <size>124</size>
38536       </method>
38537       <method name="Void test_76590(System.String)">
38538         <size>107</size>
38539       </method>
38540       <method name="Void test_77964()">
38541         <size>37</size>
38542       </method>
38543       <method name="Boolean bug_78860()">
38544         <size>114</size>
38545       </method>
38546       <method name="Int32 Main()">
38547         <size>1037</size>
38548       </method>
38549     </type>
38550   </test>
38551   <test name="test-490.cs">
38552     <type name="T">
38553       <method name="Void .ctor()">
38554         <size>7</size>
38555       </method>
38556       <method name="Void .cctor()">
38557         <size>39</size>
38558       </method>
38559       <method name="Void Main()">
38560         <size>1</size>
38561       </method>
38562     </type>
38563   </test>
38564   <test name="test-491.cs">
38565     <type name="M">
38566       <method name="Void .ctor()">
38567         <size>7</size>
38568       </method>
38569       <method name="Void Main()">
38570         <size>1</size>
38571       </method>
38572     </type>
38573     <type name="AttrA">
38574       <method name="Void .ctor()">
38575         <size>7</size>
38576       </method>
38577     </type>
38578     <type name="AttrB">
38579       <method name="Void .ctor()">
38580         <size>7</size>
38581       </method>
38582     </type>
38583   </test>
38584   <test name="test-492.cs">
38585     <type name="Test.My1Attribute">
38586       <method name="Void .ctor(Object)">
38587         <size>19</size>
38588       </method>
38589     </type>
38590     <type name="Test.My2Attribute">
38591       <method name="Void .ctor(String[])">
38592         <size>21</size>
38593       </method>
38594     </type>
38595     <type name="Test.My3Attribute">
38596       <method name="Void .ctor(Byte)">
38597         <size>24</size>
38598       </method>
38599     </type>
38600     <type name="Test.Test">
38601       <method name="Void .ctor()">
38602         <size>7</size>
38603       </method>
38604       <method name="Int32 Main()">
38605         <size>60</size>
38606       </method>
38607     </type>
38608   </test>
38609   <test name="test-493.cs">
38610     <type name="A">
38611       <method name="Void .ctor()">
38612         <size>7</size>
38613       </method>
38614       <method name="Int32 get_f()">
38615         <size>2</size>
38616       </method>
38617     </type>
38618     <type name="B">
38619       <method name="Void .ctor()">
38620         <size>7</size>
38621       </method>
38622       <method name="Int32 bar()">
38623         <size>11</size>
38624       </method>
38625     </type>
38626     <type name="C">
38627       <method name="Void .ctor()">
38628         <size>7</size>
38629       </method>
38630       <method name="Void Main()">
38631         <size>1</size>
38632       </method>
38633     </type>
38634   </test>
38635   <test name="test-494.cs">
38636     <type name="Agresso.Foundation.Function">
38637       <method name="Void .ctor()">
38638         <size>7</size>
38639       </method>
38640       <method name="Void Main()">
38641         <size>1</size>
38642       </method>
38643     </type>
38644     <type name="Agresso.Foundation.Translate">
38645       <method name="Void .ctor(Object, IntPtr)">
38646         <size>0</size>
38647       </method>
38648       <method name="Void Invoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef)">
38649         <size>0</size>
38650       </method>
38651       <method name="IAsyncResult BeginInvoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef, System.AsyncCallback, System.Object)">
38652         <size>0</size>
38653       </method>
38654       <method name="Void EndInvoke(System.Text.StringBuilder ByRef, IAsyncResult)">
38655         <size>0</size>
38656       </method>
38657     </type>
38658   </test>
38659   <test name="test-495.cs">
38660     <type name="plj.aClass">
38661       <method name="Void .ctor()">
38662         <size>7</size>
38663       </method>
38664       <method name="plj.aClass op_Implicit(plj.fromClass)">
38665         <size>2</size>
38666       </method>
38667     </type>
38668     <type name="plj.realClass1">
38669       <method name="Void .ctor()">
38670         <size>7</size>
38671       </method>
38672       <method name="plj.realClass1 op_Implicit(plj.fromClass)">
38673         <size>2</size>
38674       </method>
38675     </type>
38676     <type name="plj.fromClass">
38677       <method name="Void .ctor()">
38678         <size>7</size>
38679       </method>
38680       <method name="Void Main()">
38681         <size>1</size>
38682       </method>
38683     </type>
38684   </test>
38685   <test name="test-496.cs">
38686     <type name="Baz">
38687       <method name="Void Main()">
38688         <size>1</size>
38689       </method>
38690       <method name="Void .ctor()">
38691         <size>7</size>
38692       </method>
38693     </type>
38694   </test>
38695   <test name="test-497.cs">
38696     <type name="PlotMenuItem">
38697       <method name="Void .ctor()">
38698         <size>7</size>
38699       </method>
38700       <method name="Void .ctor(EventHandler)">
38701         <size>54</size>
38702       </method>
38703       <method name="Int32 Main()">
38704         <size>50</size>
38705       </method>
38706       <method name="Void MenuItem_Click(System.Object, System.EventArgs)">
38707         <size>11</size>
38708       </method>
38709       <method name="System.EventHandler get_Callback()">
38710         <size>7</size>
38711       </method>
38712       <method name="Void set_Callback(System.EventHandler)">
38713         <size>8</size>
38714       </method>
38715     </type>
38716   </test>
38717   <test name="test-498.cs">
38718     <type name="C">
38719       <method name="Int32 Main()">
38720         <size>81</size>
38721       </method>
38722     </type>
38723     <type name="A">
38724       <method name="Void .ctor(Single)">
38725         <size>0</size>
38726       </method>
38727       <method name="Int32 get_Foo()">
38728         <size>0</size>
38729       </method>
38730     </type>
38731   </test>
38732   <test name="test-499.cs">
38733     <type name="X">
38734       <method name="Void .ctor()">
38735         <size>7</size>
38736       </method>
38737       <method name="Void Main()">
38738         <size>24</size>
38739       </method>
38740     </type>
38741   </test>
38742   <test name="test-5.cs">
38743     <type name="X">
38744       <method name="Void .ctor()">
38745         <size>7</size>
38746       </method>
38747       <method name="Int32 Main()">
38748         <size>37</size>
38749       </method>
38750     </type>
38751   </test>
38752   <test name="test-500.cs">
38753     <type name="SomeCustomAttribute">
38754       <method name="Void .ctor()">
38755         <size>7</size>
38756       </method>
38757     </type>
38758     <type name="MainClass">
38759       <method name="Void .ctor()">
38760         <size>7</size>
38761       </method>
38762       <method name="Int32 Main()">
38763         <size>115</size>
38764       </method>
38765     </type>
38766   </test>
38767   <test name="test-501.cs">
38768     <type name="Tests">
38769       <method name="Void .ctor()">
38770         <size>7</size>
38771       </method>
38772       <method name="Void DumpException(Tests+FilterStackFrame)">
38773         <size>1</size>
38774       </method>
38775       <method name="Void foo(Boolean ByRef)">
38776         <size>49</size>
38777       </method>
38778       <method name="Void Main(System.String[])">
38779         <size>8</size>
38780       </method>
38781     </type>
38782     <type name="Tests+FilterStackFrame">
38783       <method name="Void .ctor(Object, IntPtr)">
38784         <size>0</size>
38785       </method>
38786       <method name="Boolean Invoke(System.Object)">
38787         <size>0</size>
38788       </method>
38789       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
38790         <size>0</size>
38791       </method>
38792       <method name="Boolean EndInvoke(IAsyncResult)">
38793         <size>0</size>
38794       </method>
38795     </type>
38796     <type name="Tests">
38797       <method name="Boolean &lt;foo&gt;m__0(System.Object)">
38798         <size>2</size>
38799       </method>
38800     </type>
38801   </test>
38802   <test name="test-502.cs">
38803     <type name="Base">
38804       <method name="Void .ctor()">
38805         <size>7</size>
38806       </method>
38807       <method name="Int32 get_Property()">
38808         <size>3</size>
38809       </method>
38810       <method name="Void Main()">
38811         <size>1</size>
38812       </method>
38813     </type>
38814     <type name="Derived">
38815       <method name="Void .ctor()">
38816         <size>7</size>
38817       </method>
38818       <method name="Int32 get_Property()">
38819         <size>3</size>
38820       </method>
38821     </type>
38822     <type name="BaseClass">
38823       <method name="Void .ctor()">
38824         <size>7</size>
38825       </method>
38826       <method name="Int32 get_Value()">
38827         <size>2</size>
38828       </method>
38829       <method name="Void set_Value(Int32)">
38830         <size>1</size>
38831       </method>
38832     </type>
38833     <type name="DerivedClass">
38834       <method name="Void .ctor()">
38835         <size>7</size>
38836       </method>
38837       <method name="Int32 get_Value()">
38838         <size>2</size>
38839       </method>
38840     </type>
38841     <type name="ErrorClass">
38842       <method name="Void .ctor()">
38843         <size>7</size>
38844       </method>
38845       <method name="Int32 get_Value()">
38846         <size>2</size>
38847       </method>
38848       <method name="Void set_Value(Int32)">
38849         <size>1</size>
38850       </method>
38851     </type>
38852   </test>
38853   <test name="test-503.cs">
38854     <type name="Foo">
38855       <method name="Void .ctor()">
38856         <size>7</size>
38857       </method>
38858       <method name="Int32 Main()">
38859         <size>33</size>
38860       </method>
38861     </type>
38862   </test>
38863   <test name="test-504.cs">
38864     <type name="Foo">
38865       <method name="Void .ctor()">
38866         <size>7</size>
38867       </method>
38868       <method name="Void .cctor()">
38869         <size>7</size>
38870       </method>
38871       <method name="Int32 f()">
38872         <size>2</size>
38873       </method>
38874       <method name="Int32 Main()">
38875         <size>32</size>
38876       </method>
38877     </type>
38878   </test>
38879   <test name="test-505.cs">
38880     <type name="T">
38881       <method name="Void .ctor()">
38882         <size>7</size>
38883       </method>
38884       <method name="Int32 f()">
38885         <size>19</size>
38886       </method>
38887       <method name="Void Main()">
38888         <size>38</size>
38889       </method>
38890     </type>
38891   </test>
38892   <test name="test-506.cs">
38893     <type name="ProtectedSetter.BaseClass">
38894       <method name="Void .ctor()">
38895         <size>7</size>
38896       </method>
38897       <method name="System.String get_Name()">
38898         <size>0</size>
38899       </method>
38900       <method name="Void set_Name(System.String)">
38901         <size>0</size>
38902       </method>
38903     </type>
38904     <type name="ProtectedSetter.DerivedClass">
38905       <method name="Void .ctor()">
38906         <size>7</size>
38907       </method>
38908       <method name="System.String get_Name()">
38909         <size>2</size>
38910       </method>
38911       <method name="Void set_Name(System.String)">
38912         <size>1</size>
38913       </method>
38914       <method name="Void Main()">
38915         <size>1</size>
38916       </method>
38917     </type>
38918   </test>
38919   <test name="test-507.cs">
38920     <type name="NewslotVirtualFinal.NewslotVirtualFinal">
38921       <method name="Void .ctor()">
38922         <size>7</size>
38923       </method>
38924       <method name="Void SomeMethod()">
38925         <size>1</size>
38926       </method>
38927       <method name="Void SomeMethod2()">
38928         <size>1</size>
38929       </method>
38930     </type>
38931     <type name="NewslotVirtualFinal.C">
38932       <method name="Void .ctor()">
38933         <size>7</size>
38934       </method>
38935       <method name="Int32 Main()">
38936         <size>83</size>
38937       </method>
38938     </type>
38939   </test>
38940   <test name="test-508.cs">
38941     <type name="OutputParam">
38942       <method name="Void .ctor()">
38943         <size>7</size>
38944       </method>
38945       <method name="Void Main(System.String[])">
38946         <size>14</size>
38947       </method>
38948       <method name="Void Method(Int32 ByRef)">
38949         <size>17</size>
38950       </method>
38951     </type>
38952   </test>
38953   <test name="test-509.cs">
38954     <type name="BaseClass">
38955       <method name="Void .ctor()">
38956         <size>7</size>
38957       </method>
38958       <method name="Void add_OnEvent(DelegateHandler)">
38959         <size>47</size>
38960       </method>
38961       <method name="Void remove_OnEvent(DelegateHandler)">
38962         <size>47</size>
38963       </method>
38964     </type>
38965     <type name="ExtendingClass">
38966       <method name="Void .ctor()">
38967         <size>7</size>
38968       </method>
38969       <method name="Void Main()">
38970         <size>1</size>
38971       </method>
38972       <method name="Void EventInterface.add_OnEvent(DelegateHandler)">
38973         <size>8</size>
38974       </method>
38975       <method name="Void EventInterface.remove_OnEvent(DelegateHandler)">
38976         <size>8</size>
38977       </method>
38978     </type>
38979     <type name="DelegateHandler">
38980       <method name="Void .ctor(Object, IntPtr)">
38981         <size>0</size>
38982       </method>
38983       <method name="Void Invoke()">
38984         <size>0</size>
38985       </method>
38986       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38987         <size>0</size>
38988       </method>
38989       <method name="Void EndInvoke(IAsyncResult)">
38990         <size>0</size>
38991       </method>
38992     </type>
38993   </test>
38994   <test name="test-51.cs">
38995     <type name="Base">
38996       <method name="Void .ctor()">
38997         <size>25</size>
38998       </method>
38999       <method name="Int32 get_b_int_property()">
39000         <size>7</size>
39001       </method>
39002       <method name="Void set_b_int_property(Int32)">
39003         <size>8</size>
39004       </method>
39005       <method name="System.String b_get_id()">
39006         <size>6</size>
39007       </method>
39008     </type>
39009     <type name="Derived">
39010       <method name="Void .ctor()">
39011         <size>26</size>
39012       </method>
39013       <method name="Int32 get_b_int_property()">
39014         <size>7</size>
39015       </method>
39016       <method name="Void set_b_int_property(Int32)">
39017         <size>8</size>
39018       </method>
39019       <method name="Int32 Test()">
39020         <size>138</size>
39021       </method>
39022     </type>
39023     <type name="boot">
39024       <method name="Void .ctor()">
39025         <size>7</size>
39026       </method>
39027       <method name="Int32 Main()">
39028         <size>13</size>
39029       </method>
39030     </type>
39031   </test>
39032   <test name="test-510.cs">
39033     <type name="Foo">
39034       <method name="Void .ctor()">
39035         <size>7</size>
39036       </method>
39037       <method name="Void test39(Int32 ByRef)">
39038         <size>36</size>
39039       </method>
39040       <method name="Void Main()">
39041         <size>28</size>
39042       </method>
39043     </type>
39044   </test>
39045   <test name="test-511.cs">
39046     <type name="Foo">
39047       <method name="Void .ctor()">
39048         <size>7</size>
39049       </method>
39050       <method name="Void Main(System.String[])">
39051         <size>17</size>
39052       </method>
39053       <method name="Void f()">
39054         <size>7</size>
39055       </method>
39056     </type>
39057   </test>
39058   <test name="test-512.cs">
39059     <type name="Foo">
39060       <method name="Void .ctor()">
39061         <size>7</size>
39062       </method>
39063       <method name="Void Main(System.String[])">
39064         <size>17</size>
39065       </method>
39066       <method name="Void f()">
39067         <size>7</size>
39068       </method>
39069     </type>
39070   </test>
39071   <test name="test-513.cs">
39072     <type name="Test">
39073       <method name="Void .ctor()">
39074         <size>7</size>
39075       </method>
39076       <method name="Int32 Main()">
39077         <size>246</size>
39078       </method>
39079     </type>
39080   </test>
39081   <test name="test-514.cs">
39082     <type name="X">
39083       <method name="Void .ctor()">
39084         <size>7</size>
39085       </method>
39086       <method name="Void HandleConflict(Int32)">
39087         <size>31</size>
39088       </method>
39089       <method name="Int32 Main()">
39090         <size>40</size>
39091       </method>
39092     </type>
39093   </test>
39094   <test name="test-515.cs">
39095     <type name="X">
39096       <method name="Void .ctor()">
39097         <size>7</size>
39098       </method>
39099       <method name="Void Main()">
39100         <size>35</size>
39101       </method>
39102     </type>
39103   </test>
39104   <test name="test-516.cs">
39105     <type name="X">
39106       <method name="Void .ctor()">
39107         <size>7</size>
39108       </method>
39109       <method name="Void Main()">
39110         <size>35</size>
39111       </method>
39112     </type>
39113   </test>
39114   <test name="test-517.cs">
39115     <type name="Test">
39116       <method name="Void .ctor()">
39117         <size>7</size>
39118       </method>
39119       <method name="Int32 Main()">
39120         <size>11</size>
39121       </method>
39122     </type>
39123   </test>
39124   <test name="test-518.cs">
39125     <type name="Foo">
39126       <method name="Void .ctor()">
39127         <size>7</size>
39128       </method>
39129       <method name="Int32 Main()">
39130         <size>19</size>
39131       </method>
39132     </type>
39133   </test>
39134   <test name="test-519.cs">
39135     <type name="Foo">
39136       <method name="Void .ctor()">
39137         <size>7</size>
39138       </method>
39139       <method name="Int32 Main()">
39140         <size>32</size>
39141       </method>
39142       <method name="Void f()">
39143         <size>29</size>
39144       </method>
39145     </type>
39146   </test>
39147   <test name="test-52.cs">
39148     <type name="Y">
39149       <method name="Void .ctor()">
39150         <size>7</size>
39151       </method>
39152       <method name="Boolean MoveNext()">
39153         <size>28</size>
39154       </method>
39155       <method name="System.Object get_Current()">
39156         <size>12</size>
39157       </method>
39158     </type>
39159     <type name="X">
39160       <method name="Void .ctor()">
39161         <size>7</size>
39162       </method>
39163       <method name="Void .cctor()">
39164         <size>36</size>
39165       </method>
39166       <method name="Y GetEnumerator()">
39167         <size>6</size>
39168       </method>
39169       <method name="Int32 Main()">
39170         <size>501</size>
39171       </method>
39172     </type>
39173   </test>
39174   <test name="test-520.cs">
39175     <type name="FakeInt">
39176       <method name="Void .ctor(Int64)">
39177         <size>14</size>
39178       </method>
39179       <method name="Int64 op_Implicit(FakeInt)">
39180         <size>7</size>
39181       </method>
39182     </type>
39183     <type name="MainClass">
39184       <method name="Void .ctor()">
39185         <size>7</size>
39186       </method>
39187       <method name="Void Main()">
39188         <size>28</size>
39189       </method>
39190     </type>
39191   </test>
39192   <test name="test-521.cs">
39193     <type name="Tests">
39194       <method name="Void .ctor()">
39195         <size>7</size>
39196       </method>
39197       <method name="Void CallWithContextN(System.Object, System.Object[])">
39198         <size>1</size>
39199       </method>
39200       <method name="Void Main()">
39201         <size>14</size>
39202       </method>
39203     </type>
39204     <type name="Tests+CallTargetWithContextN">
39205       <method name="Void .ctor(Object, IntPtr)">
39206         <size>0</size>
39207       </method>
39208       <method name="Void Invoke(System.Object, System.Object[])">
39209         <size>0</size>
39210       </method>
39211       <method name="IAsyncResult BeginInvoke(System.Object, System.Object[], System.AsyncCallback, System.Object)">
39212         <size>0</size>
39213       </method>
39214       <method name="Void EndInvoke(IAsyncResult)">
39215         <size>0</size>
39216       </method>
39217     </type>
39218   </test>
39219   <test name="test-522.cs">
39220     <type name="Const">
39221       <method name="Void .ctor()">
39222         <size>7</size>
39223       </method>
39224       <method name="Void Main()">
39225         <size>1</size>
39226       </method>
39227     </type>
39228   </test>
39229   <test name="test-523.cs">
39230     <type name="T">
39231       <method name="Void .ctor()">
39232         <size>7</size>
39233       </method>
39234       <method name="Int32 stuff()">
39235         <size>20</size>
39236       </method>
39237       <method name="Int32 stuff2()">
39238         <size>44</size>
39239       </method>
39240       <method name="Int32 stuff3()">
39241         <size>44</size>
39242       </method>
39243       <method name="Void stuff4()">
39244         <size>20</size>
39245       </method>
39246       <method name="Void stuff_finally()">
39247         <size>1</size>
39248       </method>
39249       <method name="Void Main()">
39250         <size>1</size>
39251       </method>
39252     </type>
39253   </test>
39254   <test name="test-524.cs">
39255     <type name="Foo">
39256       <method name="Void .ctor()">
39257         <size>7</size>
39258       </method>
39259       <method name="Int32 Main()">
39260         <size>110</size>
39261       </method>
39262     </type>
39263   </test>
39264   <test name="test-525.cs">
39265     <type name="X">
39266       <method name="Void .ctor()">
39267         <size>7</size>
39268       </method>
39269       <method name="Void Finalize()">
39270         <size>36</size>
39271       </method>
39272       <method name="Int32 Test1()">
39273         <size>33</size>
39274       </method>
39275       <method name="Void Test2()">
39276         <size>66</size>
39277       </method>
39278       <method name="Void Main()">
39279         <size>39</size>
39280       </method>
39281     </type>
39282     <type name="&lt;PrivateImplementationDetails&gt;">
39283       <method name="Void .ctor()">
39284         <size>7</size>
39285       </method>
39286     </type>
39287   </test>
39288   <test name="test-526.cs">
39289     <type name="Test">
39290       <method name="Void .ctor()">
39291         <size>7</size>
39292       </method>
39293       <method name="Void Main()">
39294         <size>1</size>
39295       </method>
39296       <method name="Void Foo(IListCounter)">
39297         <size>8</size>
39298       </method>
39299       <method name="Void Foo2(IC)">
39300         <size>8</size>
39301       </method>
39302       <method name="Void Foo3(ICC)">
39303         <size>8</size>
39304       </method>
39305       <method name="Void Foo4(IM2)">
39306         <size>8</size>
39307       </method>
39308     </type>
39309   </test>
39310   <test name="test-527.cs">
39311     <type name="Repro">
39312       <method name="Void .ctor()">
39313         <size>19</size>
39314       </method>
39315       <method name="Int32 Main()">
39316         <size>48</size>
39317       </method>
39318       <method name="Void foo()">
39319         <size>61</size>
39320       </method>
39321       <method name="Int32 bar()">
39322         <size>3</size>
39323       </method>
39324     </type>
39325   </test>
39326   <test name="test-528.cs">
39327     <type name="MicroFocus.MONO.Bugs.Odd">
39328       <method name="Void .ctor()">
39329         <size>7</size>
39330       </method>
39331       <method name="Void .cctor()">
39332         <size>25</size>
39333       </method>
39334       <method name="Void Main()">
39335         <size>1</size>
39336       </method>
39337     </type>
39338   </test>
39339   <test name="test-529.cs">
39340     <type name="C">
39341       <method name="Void .ctor()">
39342         <size>7</size>
39343       </method>
39344       <method name="Void Main()">
39345         <size>8</size>
39346       </method>
39347     </type>
39348   </test>
39349   <test name="test-53.cs">
39350     <type name="MyDispose">
39351       <method name="Void .ctor()">
39352         <size>7</size>
39353       </method>
39354       <method name="Void Dispose()">
39355         <size>8</size>
39356       </method>
39357     </type>
39358     <type name="X">
39359       <method name="Void .ctor()">
39360         <size>7</size>
39361       </method>
39362       <method name="Int32 Main()">
39363         <size>257</size>
39364       </method>
39365     </type>
39366   </test>
39367   <test name="test-530.cs">
39368     <type name="X">
39369       <method name="Void .ctor()">
39370         <size>7</size>
39371       </method>
39372       <method name="Void e(System.Object[])">
39373         <size>1</size>
39374       </method>
39375       <method name="Void Main()">
39376         <size>1</size>
39377       </method>
39378     </type>
39379   </test>
39380   <test name="test-531.cs">
39381     <type name="Test">
39382       <method name="Void .ctor()">
39383         <size>7</size>
39384       </method>
39385       <method name="Void Main()">
39386         <size>11</size>
39387       </method>
39388     </type>
39389   </test>
39390   <test name="test-532.cs">
39391     <type name="X">
39392       <method name="Void .ctor()">
39393         <size>47</size>
39394       </method>
39395       <method name="Void Main()">
39396         <size>1</size>
39397       </method>
39398     </type>
39399   </test>
39400   <test name="test-533.cs">
39401     <type name="Test">
39402       <method name="Void .ctor()">
39403         <size>7</size>
39404       </method>
39405       <method name="Void True(Boolean)">
39406         <size>10</size>
39407       </method>
39408       <method name="Void False(Boolean)">
39409         <size>13</size>
39410       </method>
39411       <method name="Void Main()">
39412         <size>61</size>
39413       </method>
39414     </type>
39415   </test>
39416   <test name="test-535.cs">
39417     <type name="X">
39418       <method name="Void .ctor()">
39419         <size>7</size>
39420       </method>
39421       <method name="Void Main()">
39422         <size>77</size>
39423       </method>
39424       <method name="Void Compile()">
39425         <size>19</size>
39426       </method>
39427       <method name="Void M(Int64)">
39428         <size>1</size>
39429       </method>
39430       <method name="Void M(UInt64)">
39431         <size>1</size>
39432       </method>
39433       <method name="Void M(System.Object)">
39434         <size>1</size>
39435       </method>
39436     </type>
39437   </test>
39438   <test name="test-536.cs">
39439     <type name="Test">
39440       <method name="Void add_Foo(FooHandler)">
39441         <size>45</size>
39442       </method>
39443       <method name="Void remove_Foo(FooHandler)">
39444         <size>45</size>
39445       </method>
39446       <method name="Void OnFooTest()">
39447         <size>1</size>
39448       </method>
39449       <method name="Void Main()">
39450         <size>31</size>
39451       </method>
39452     </type>
39453     <type name="FooHandler">
39454       <method name="Void .ctor(Object, IntPtr)">
39455         <size>0</size>
39456       </method>
39457       <method name="Void Invoke()">
39458         <size>0</size>
39459       </method>
39460       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39461         <size>0</size>
39462       </method>
39463       <method name="Void EndInvoke(IAsyncResult)">
39464         <size>0</size>
39465       </method>
39466     </type>
39467     <type name="Test">
39468       <method name="Void &lt;Main&gt;m__0()">
39469         <size>18</size>
39470       </method>
39471     </type>
39472   </test>
39473   <test name="test-537.cs">
39474     <type name="Base">
39475       <method name="Void .ctor()">
39476         <size>7</size>
39477       </method>
39478       <method name="System.String get_H()">
39479         <size>6</size>
39480       </method>
39481     </type>
39482     <type name="X">
39483       <method name="Void .ctor()">
39484         <size>7</size>
39485       </method>
39486     </type>
39487     <type name="X+Derived">
39488       <method name="Void .ctor()">
39489         <size>7</size>
39490       </method>
39491     </type>
39492     <type name="X+Derived+Nested">
39493       <method name="Void .ctor()">
39494         <size>7</size>
39495       </method>
39496       <method name="Void G()">
39497         <size>21</size>
39498       </method>
39499     </type>
39500     <type name="Derived">
39501       <method name="Void .ctor()">
39502         <size>7</size>
39503       </method>
39504     </type>
39505     <type name="Derived+Nested">
39506       <method name="Void .ctor()">
39507         <size>7</size>
39508       </method>
39509       <method name="Void G()">
39510         <size>18</size>
39511       </method>
39512     </type>
39513     <type name="Test">
39514       <method name="Void .ctor()">
39515         <size>7</size>
39516       </method>
39517       <method name="Void Main()">
39518         <size>1</size>
39519       </method>
39520     </type>
39521   </test>
39522   <test name="test-538.cs">
39523     <type name="concrete">
39524       <method name="Void .ctor()">
39525         <size>7</size>
39526       </method>
39527     </type>
39528     <type name="Program">
39529       <method name="Void .ctor()">
39530         <size>7</size>
39531       </method>
39532       <method name="concrete getConcrete(IInterface)">
39533         <size>6</size>
39534       </method>
39535       <method name="Void Main(System.String[])">
39536         <size>20</size>
39537       </method>
39538     </type>
39539     <type name="testDelegate">
39540       <method name="Void .ctor(Object, IntPtr)">
39541         <size>0</size>
39542       </method>
39543       <method name="IInterface Invoke(concrete)">
39544         <size>0</size>
39545       </method>
39546       <method name="IAsyncResult BeginInvoke(concrete, System.AsyncCallback, System.Object)">
39547         <size>0</size>
39548       </method>
39549       <method name="IInterface EndInvoke(IAsyncResult)">
39550         <size>0</size>
39551       </method>
39552     </type>
39553   </test>
39554   <test name="test-539.cs">
39555     <type name="Test">
39556       <method name="Int32 Main()">
39557         <size>84</size>
39558       </method>
39559       <method name="Void .ctor()">
39560         <size>7</size>
39561       </method>
39562     </type>
39563     <type name="&lt;PrivateImplementationDetails&gt;">
39564       <method name="Void .ctor()">
39565         <size>7</size>
39566       </method>
39567     </type>
39568   </test>
39569   <test name="test-54.cs">
39570     <type name="X">
39571       <method name="Void .ctor()">
39572         <size>7</size>
39573       </method>
39574       <method name="Boolean v()">
39575         <size>26</size>
39576       </method>
39577       <method name="Int32 Main()">
39578         <size>2</size>
39579       </method>
39580     </type>
39581   </test>
39582   <test name="test-540.cs">
39583     <type name="A">
39584       <method name="Void .ctor()">
39585         <size>7</size>
39586       </method>
39587       <method name="Byte op_Implicit(A)">
39588         <size>3</size>
39589       </method>
39590     </type>
39591     <type name="Constraint">
39592       <method name="Void .ctor()">
39593         <size>7</size>
39594       </method>
39595       <method name="Void Foo(System.Object)">
39596         <size>1</size>
39597       </method>
39598       <method name="Int32 Main()">
39599         <size>89</size>
39600       </method>
39601       <method name="Constraint op_LogicalNot(Constraint)">
39602         <size>2</size>
39603       </method>
39604       <method name="Constraint op_UnaryPlus(Constraint)">
39605         <size>2</size>
39606       </method>
39607       <method name="Constraint op_OnesComplement(Constraint)">
39608         <size>2</size>
39609       </method>
39610       <method name="Constraint op_UnaryNegation(Constraint)">
39611         <size>2</size>
39612       </method>
39613     </type>
39614   </test>
39615   <test name="test-541.cs">
39616     <type name="ClassMain">
39617       <method name="Void Main()">
39618         <size>31</size>
39619       </method>
39620       <method name="Void set_test(Boolean)">
39621         <size>1</size>
39622       </method>
39623       <method name="Void &lt;Main&gt;m__0(Int32)">
39624         <size>1</size>
39625       </method>
39626       <method name="Void .ctor()">
39627         <size>7</size>
39628       </method>
39629     </type>
39630     <type name="ClassMain+D">
39631       <method name="Void Invoke(Int32)">
39632         <size>0</size>
39633       </method>
39634       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
39635         <size>0</size>
39636       </method>
39637       <method name="Void EndInvoke(IAsyncResult)">
39638         <size>0</size>
39639       </method>
39640       <method name="Void .ctor(Object, IntPtr)">
39641         <size>0</size>
39642       </method>
39643     </type>
39644   </test>
39645   <test name="test-542.cs">
39646     <type name="X">
39647       <method name="Void .ctor()">
39648         <size>7</size>
39649       </method>
39650       <method name="Void Main()">
39651         <size>1</size>
39652       </method>
39653     </type>
39654     <type name="ARec">
39655       <method name="Void .ctor(Decimal)">
39656         <size>14</size>
39657       </method>
39658       <method name="Decimal Round(Int32)">
39659         <size>13</size>
39660       </method>
39661       <method name="Decimal Round(Decimal, Int32)">
39662         <size>7</size>
39663       </method>
39664     </type>
39665   </test>
39666   <test name="test-543.cs">
39667     <type name="BetterMethod">
39668       <method name="Void .ctor()">
39669         <size>7</size>
39670       </method>
39671       <method name="Int32 get_Item(System.Boolean[])">
39672         <size>2</size>
39673       </method>
39674       <method name="System.String get_Item(Boolean, System.Object)">
39675         <size>6</size>
39676       </method>
39677     </type>
39678     <type name="MainClass">
39679       <method name="Void .ctor()">
39680         <size>7</size>
39681       </method>
39682       <method name="Int32 get_Item(Int32, System.String[])">
39683         <size>2</size>
39684       </method>
39685       <method name="Void set_Item(Int32, System.String[], Int32)">
39686         <size>40</size>
39687       </method>
39688       <method name="System.Object get_Item(Int32, System.Object[])">
39689         <size>2</size>
39690       </method>
39691       <method name="Void set_Item(Int32, System.Object[], System.Object)">
39692         <size>40</size>
39693       </method>
39694       <method name="Boolean get_Item(Int32, Boolean, System.Object[])">
39695         <size>2</size>
39696       </method>
39697       <method name="Void set_Item(Int32, Boolean, System.Object[], Boolean)">
39698         <size>40</size>
39699       </method>
39700       <method name="Void Main(System.String[])">
39701         <size>258</size>
39702       </method>
39703     </type>
39704   </test>
39705   <test name="test-544.cs">
39706     <type name="X">
39707       <method name="Void .ctor()">
39708         <size>7</size>
39709       </method>
39710       <method name="Void Main()">
39711         <size>32</size>
39712       </method>
39713     </type>
39714   </test>
39715   <test name="test-545.cs">
39716     <type name="X">
39717       <method name="Void .ctor()">
39718         <size>7</size>
39719       </method>
39720       <method name="Void Main()">
39721         <size>1</size>
39722       </method>
39723     </type>
39724     <type name="Dingus">
39725       <method name="Void .ctor(Int32)">
39726         <size>1</size>
39727       </method>
39728     </type>
39729   </test>
39730   <test name="test-546.cs">
39731     <type name="NameSpace.C">
39732       <method name="Void .ctor()">
39733         <size>7</size>
39734       </method>
39735       <method name="Void Main()">
39736         <size>1</size>
39737       </method>
39738     </type>
39739   </test>
39740   <test name="test-547.cs">
39741     <type name="C">
39742       <method name="Void .ctor()">
39743         <size>7</size>
39744       </method>
39745       <method name="Void Main()">
39746         <size>1</size>
39747       </method>
39748     </type>
39749   </test>
39750   <test name="test-548.cs">
39751     <type name="Bugs.Bug0">
39752       <method name="Void .ctor()">
39753         <size>7</size>
39754       </method>
39755       <method name="Int32 Main()">
39756         <size>23</size>
39757       </method>
39758     </type>
39759     <type name="Bugs.Bug0+MyBoolean">
39760       <method name="Void .ctor(Boolean)">
39761         <size>8</size>
39762       </method>
39763       <method name="MyBoolean op_Implicit(Boolean)">
39764         <size>7</size>
39765       </method>
39766       <method name="Boolean op_Implicit(MyBoolean)">
39767         <size>8</size>
39768       </method>
39769     </type>
39770   </test>
39771   <test name="test-549.cs">
39772     <type name="Do">
39773       <method name="Void .ctor()">
39774         <size>7</size>
39775       </method>
39776       <method name="Void Register(Get)">
39777         <size>1</size>
39778       </method>
39779       <method name="Void Register(System.Object)">
39780         <size>1</size>
39781       </method>
39782       <method name="System.Object MyGet(Do)">
39783         <size>2</size>
39784       </method>
39785       <method name="Void X()">
39786         <size>19</size>
39787       </method>
39788     </type>
39789     <type name="User">
39790       <method name="Void .ctor()">
39791         <size>7</size>
39792       </method>
39793       <method name="Void Main()">
39794         <size>1</size>
39795       </method>
39796     </type>
39797     <type name="Get">
39798       <method name="Void .ctor(Object, IntPtr)">
39799         <size>0</size>
39800       </method>
39801       <method name="System.Object Invoke(Do)">
39802         <size>0</size>
39803       </method>
39804       <method name="IAsyncResult BeginInvoke(Do, System.AsyncCallback, System.Object)">
39805         <size>0</size>
39806       </method>
39807       <method name="System.Object EndInvoke(IAsyncResult)">
39808         <size>0</size>
39809       </method>
39810     </type>
39811   </test>
39812   <test name="test-55.cs">
39813     <type name="A.B.C">
39814       <method name="Void .ctor()">
39815         <size>7</size>
39816       </method>
39817       <method name="Void Hola()">
39818         <size>11</size>
39819       </method>
39820     </type>
39821     <type name="X.Y.Z.W">
39822       <method name="Void .ctor()">
39823         <size>7</size>
39824       </method>
39825       <method name="Void Ahoj()">
39826         <size>11</size>
39827       </method>
39828     </type>
39829     <type name="Foo.System">
39830       <method name="Void .ctor()">
39831         <size>7</size>
39832       </method>
39833       <method name="Void X()">
39834         <size>11</size>
39835       </method>
39836     </type>
39837     <type name="App">
39838       <method name="Void .ctor()">
39839         <size>7</size>
39840       </method>
39841       <method name="Int32 Main()">
39842         <size>12</size>
39843       </method>
39844     </type>
39845   </test>
39846   <test name="test-550.cs">
39847     <type name="Bla.Blub.Fo‿o">
39848       <method name="Void .ctor()">
39849         <size>7</size>
39850       </method>
39851       <method name="Void Main(System.String[])">
39852         <size>11</size>
39853       </method>
39854     </type>
39855   </test>
39856   <test name="test-551.cs">
39857     <type name="System.Int32">
39858       <method name="Void Main()">
39859         <size>1</size>
39860       </method>
39861     </type>
39862   </test>
39863   <test name="test-552.cs">
39864     <type name="C">
39865       <method name="Void .ctor()">
39866         <size>7</size>
39867       </method>
39868       <method name="Void Test(C)">
39869         <size>1</size>
39870       </method>
39871       <method name="Void Main()">
39872         <size>14</size>
39873       </method>
39874     </type>
39875   </test>
39876   <test name="test-553.cs">
39877     <type name="A">
39878       <method name="Void .ctor()">
39879         <size>7</size>
39880       </method>
39881       <method name="Void Add(System.Object)">
39882         <size>1</size>
39883       </method>
39884     </type>
39885     <type name="B">
39886       <method name="Void .ctor()">
39887         <size>7</size>
39888       </method>
39889       <method name="Boolean Add(System.Object)">
39890         <size>2</size>
39891       </method>
39892       <method name="Void Main()">
39893         <size>1</size>
39894       </method>
39895     </type>
39896   </test>
39897   <test name="test-554.cs">
39898     <type name="C">
39899       <method name="Void .ctor()">
39900         <size>7</size>
39901       </method>
39902       <method name="Int32 Main()">
39903         <size>145</size>
39904       </method>
39905     </type>
39906     <type name="&lt;PrivateImplementationDetails&gt;">
39907       <method name="Void .ctor()">
39908         <size>7</size>
39909       </method>
39910     </type>
39911   </test>
39912   <test name="test-555.cs">
39913     <type name="Test">
39914       <method name="Void .ctor()">
39915         <size>7</size>
39916       </method>
39917       <method name="Int32 Main()">
39918         <size>351</size>
39919       </method>
39920     </type>
39921   </test>
39922   <test name="test-556.cs">
39923     <type name="S">
39924       <method name="Void .ctor()">
39925         <size>7</size>
39926       </method>
39927       <method name="Void Frobnikator()">
39928         <size>1</size>
39929       </method>
39930       <method name="Void CharToX()">
39931         <size>1</size>
39932       </method>
39933       <method name="Int32 Main()">
39934         <size>35</size>
39935       </method>
39936     </type>
39937   </test>
39938   <test name="test-557.cs">
39939     <type name="Test">
39940       <method name="Void .ctor()">
39941         <size>7</size>
39942       </method>
39943       <method name="Void Main(System.String[])">
39944         <size>1</size>
39945       </method>
39946     </type>
39947   </test>
39948   <test name="test-558.cs">
39949     <type name="TestClass">
39950       <method name="Void .ctor()">
39951         <size>7</size>
39952       </method>
39953       <method name="Void Main()">
39954         <size>21</size>
39955       </method>
39956       <method name="Void TestMethod(Int32)">
39957         <size>1</size>
39958       </method>
39959     </type>
39960     <type name="TestClass+OneDelegate">
39961       <method name="Void .ctor(Object, IntPtr)">
39962         <size>0</size>
39963       </method>
39964       <method name="Void Invoke(Int32)">
39965         <size>0</size>
39966       </method>
39967       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
39968         <size>0</size>
39969       </method>
39970       <method name="Void EndInvoke(IAsyncResult)">
39971         <size>0</size>
39972       </method>
39973     </type>
39974   </test>
39975   <test name="test-559.cs">
39976     <type name="C">
39977       <method name="Void .ctor()">
39978         <size>7</size>
39979       </method>
39980       <method name="Void add_TestEvent(B+TestDelegate)">
39981         <size>47</size>
39982       </method>
39983       <method name="Void remove_TestEvent(B+TestDelegate)">
39984         <size>47</size>
39985       </method>
39986       <method name="Void Main()">
39987         <size>1</size>
39988       </method>
39989     </type>
39990   </test>
39991   <test name="test-56.cs">
39992     <type name="A">
39993       <method name="Void .ctor()">
39994         <size>7</size>
39995       </method>
39996       <method name="Int32 get_P()">
39997         <size>7</size>
39998       </method>
39999       <method name="Void set_P(Int32)">
40000         <size>8</size>
40001       </method>
40002       <method name="Int32 get_Q()">
40003         <size>0</size>
40004       </method>
40005       <method name="Void set_Q(Int32)">
40006         <size>0</size>
40007       </method>
40008       <method name="Int32 get_R()">
40009         <size>7</size>
40010       </method>
40011       <method name="Void set_R(Int32)">
40012         <size>8</size>
40013       </method>
40014     </type>
40015     <type name="B">
40016       <method name="Void .ctor()">
40017         <size>7</size>
40018       </method>
40019       <method name="Int32 get_P()">
40020         <size>7</size>
40021       </method>
40022       <method name="Void set_P(Int32)">
40023         <size>8</size>
40024       </method>
40025       <method name="Int32 get_Q()">
40026         <size>7</size>
40027       </method>
40028       <method name="Void set_Q(Int32)">
40029         <size>8</size>
40030       </method>
40031     </type>
40032     <type name="C">
40033       <method name="Void .ctor()">
40034         <size>7</size>
40035       </method>
40036       <method name="Int32 get_Q()">
40037         <size>7</size>
40038       </method>
40039       <method name="Void set_Q(Int32)">
40040         <size>8</size>
40041       </method>
40042       <method name="Int32 get_R()">
40043         <size>7</size>
40044       </method>
40045       <method name="Void set_R(Int32)">
40046         <size>8</size>
40047       </method>
40048     </type>
40049     <type name="M">
40050       <method name="Void .ctor()">
40051         <size>7</size>
40052       </method>
40053       <method name="Int32 Main()">
40054         <size>221</size>
40055       </method>
40056     </type>
40057   </test>
40058   <test name="test-560.cs">
40059     <type name="Bugs.Bug2">
40060       <method name="Void .ctor()">
40061         <size>7</size>
40062       </method>
40063       <method name="Void Main(System.String[])">
40064         <size>81</size>
40065       </method>
40066     </type>
40067     <type name="Bugs.Bug2+MyByte">
40068       <method name="Void .ctor(Byte)">
40069         <size>8</size>
40070       </method>
40071       <method name="MyByte op_Implicit(Byte)">
40072         <size>7</size>
40073       </method>
40074       <method name="Byte op_Implicit(MyByte)">
40075         <size>8</size>
40076       </method>
40077     </type>
40078     <type name="Bugs.Bug2+MyInt">
40079       <method name="Void .ctor(Int32)">
40080         <size>8</size>
40081       </method>
40082       <method name="MyInt op_Implicit(Int32)">
40083         <size>7</size>
40084       </method>
40085       <method name="Int32 op_Implicit(MyInt)">
40086         <size>8</size>
40087       </method>
40088     </type>
40089   </test>
40090   <test name="test-561.cs">
40091     <type name="A">
40092       <method name="Void .ctor()">
40093         <size>7</size>
40094       </method>
40095       <method name="Void I.M()">
40096         <size>1</size>
40097       </method>
40098       <method name="Void M()">
40099         <size>0</size>
40100       </method>
40101     </type>
40102     <type name="C">
40103       <method name="Void .ctor()">
40104         <size>7</size>
40105       </method>
40106       <method name="Void M()">
40107         <size>1</size>
40108       </method>
40109       <method name="Void Main()">
40110         <size>1</size>
40111       </method>
40112     </type>
40113   </test>
40114   <test name="test-562.cs">
40115     <type name="Program">
40116       <method name="Void .ctor()">
40117         <size>7</size>
40118       </method>
40119       <method name="Int32 Main()">
40120         <size>45</size>
40121       </method>
40122     </type>
40123   </test>
40124   <test name="test-563.cs">
40125     <type name="Test">
40126       <method name="Void .ctor()">
40127         <size>7</size>
40128       </method>
40129       <method name="System.Object TestMethod(TestCollection)">
40130         <size>66</size>
40131       </method>
40132       <method name="Void Main()">
40133         <size>1</size>
40134       </method>
40135     </type>
40136   </test>
40137   <test name="test-564.cs">
40138     <type name="A">
40139       <method name="Void .ctor()">
40140         <size>7</size>
40141       </method>
40142       <method name="Void Main()">
40143         <size>1</size>
40144       </method>
40145     </type>
40146   </test>
40147   <test name="test-565.cs">
40148     <type name="T">
40149       <method name="Void .ctor()">
40150         <size>7</size>
40151       </method>
40152       <method name="Boolean Equals(System.Object)">
40153         <size>2</size>
40154       </method>
40155       <method name="Void Main()">
40156         <size>1</size>
40157       </method>
40158     </type>
40159   </test>
40160   <test name="test-566.cs">
40161     <type name="Test">
40162       <method name="Void .ctor()">
40163         <size>7</size>
40164       </method>
40165       <method name="System.String get_Spec()">
40166         <size>12</size>
40167       </method>
40168       <method name="Void Foo(C)">
40169         <size>7</size>
40170       </method>
40171       <method name="Void Foo2(CC)">
40172         <size>12</size>
40173       </method>
40174       <method name="Void Main()">
40175         <size>1</size>
40176       </method>
40177     </type>
40178     <type name="CA">
40179       <method name="Void .ctor()">
40180         <size>7</size>
40181       </method>
40182       <method name="Void set_Spec(System.String)">
40183         <size>1</size>
40184       </method>
40185     </type>
40186     <type name="CB">
40187       <method name="Void .ctor()">
40188         <size>7</size>
40189       </method>
40190       <method name="Void set_Spec(System.String)">
40191         <size>1</size>
40192       </method>
40193     </type>
40194     <type name="CC">
40195       <method name="Void .ctor()">
40196         <size>7</size>
40197       </method>
40198     </type>
40199   </test>
40200   <test name="test-567.cs">
40201     <type name="preservesig_test.Class1">
40202       <method name="Void .ctor()">
40203         <size>7</size>
40204       </method>
40205       <method name="Int32 Main(System.String[])">
40206         <size>143</size>
40207       </method>
40208     </type>
40209     <type name="preservesig_test.TestClass">
40210       <method name="Void .ctor()">
40211         <size>7</size>
40212       </method>
40213       <method name="Void add_e(preservesig_test.TestClass+D)">
40214         <size>47</size>
40215       </method>
40216       <method name="Void remove_e(preservesig_test.TestClass+D)">
40217         <size>47</size>
40218       </method>
40219       <method name="Int32 DoFoo()">
40220         <size>2</size>
40221       </method>
40222       <method name="Int32 get_Foo()">
40223         <size>2</size>
40224       </method>
40225     </type>
40226     <type name="preservesig_test.TestClass+D">
40227       <method name="Void .ctor(Object, IntPtr)">
40228         <size>0</size>
40229       </method>
40230       <method name="Void Invoke()">
40231         <size>0</size>
40232       </method>
40233       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40234         <size>0</size>
40235       </method>
40236       <method name="Void EndInvoke(IAsyncResult)">
40237         <size>0</size>
40238       </method>
40239     </type>
40240   </test>
40241   <test name="test-568.cs">
40242     <type name="B">
40243       <method name="Void .ctor()">
40244         <size>7</size>
40245       </method>
40246       <method name="Void Main()">
40247         <size>1</size>
40248       </method>
40249     </type>
40250   </test>
40251   <test name="test-569.cs">
40252     <type name="MyAttribute">
40253       <method name="Void .ctor()">
40254         <size>7</size>
40255       </method>
40256     </type>
40257     <type name="SubAttribute">
40258       <method name="Void .ctor()">
40259         <size>7</size>
40260       </method>
40261     </type>
40262     <type name="test">
40263       <method name="Void .ctor()">
40264         <size>7</size>
40265       </method>
40266       <method name="Void method()">
40267         <size>1</size>
40268       </method>
40269       <method name="Void Main()">
40270         <size>1</size>
40271       </method>
40272     </type>
40273   </test>
40274   <test name="test-57.cs">
40275     <type name="Button">
40276       <method name="Void .ctor()">
40277         <size>7</size>
40278       </method>
40279       <method name="Void add_Click(EventHandler)">
40280         <size>24</size>
40281       </method>
40282       <method name="Void remove_Click(EventHandler)">
40283         <size>24</size>
40284       </method>
40285       <method name="Void OnClick(Int32, Int32)">
40286         <size>36</size>
40287       </method>
40288       <method name="Void Reset()">
40289         <size>8</size>
40290       </method>
40291     </type>
40292     <type name="Blah">
40293       <method name="Void .ctor()">
40294         <size>18</size>
40295       </method>
40296       <method name="Void Connect()">
40297         <size>59</size>
40298       </method>
40299       <method name="Void Button1_Click(Int32, Int32)">
40300         <size>34</size>
40301       </method>
40302       <method name="Void Foo_Click(Int32, Int32)">
40303         <size>34</size>
40304       </method>
40305       <method name="Void Disconnect()">
40306         <size>34</size>
40307       </method>
40308       <method name="Int32 Main()">
40309         <size>66</size>
40310       </method>
40311     </type>
40312     <type name="EventHandler">
40313       <method name="Void .ctor(Object, IntPtr)">
40314         <size>0</size>
40315       </method>
40316       <method name="Void Invoke(Int32, Int32)">
40317         <size>0</size>
40318       </method>
40319       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
40320         <size>0</size>
40321       </method>
40322       <method name="Void EndInvoke(IAsyncResult)">
40323         <size>0</size>
40324       </method>
40325     </type>
40326   </test>
40327   <test name="test-570.cs">
40328     <type name="Bar">
40329       <method name="Void .ctor()">
40330         <size>7</size>
40331       </method>
40332     </type>
40333     <type name="Program">
40334       <method name="Void .ctor()">
40335         <size>7</size>
40336       </method>
40337       <method name="Void Main()">
40338         <size>47</size>
40339       </method>
40340     </type>
40341   </test>
40342   <test name="test-571.cs">
40343     <type name="Test">
40344       <method name="Void .ctor()">
40345         <size>7</size>
40346       </method>
40347       <method name="Void Main()">
40348         <size>1</size>
40349       </method>
40350     </type>
40351   </test>
40352   <test name="test-572.cs">
40353     <type name="C">
40354       <method name="Void .ctor()">
40355         <size>7</size>
40356       </method>
40357       <method name="Color get_Color()">
40358         <size>10</size>
40359       </method>
40360       <method name="Void ResetCustomColors()">
40361         <size>16</size>
40362       </method>
40363       <method name="Void Main()">
40364         <size>1</size>
40365       </method>
40366     </type>
40367     <type name="Color">
40368       <method name="Color From(Int32)">
40369         <size>10</size>
40370       </method>
40371       <method name="Int32 ToArgb()">
40372         <size>2</size>
40373       </method>
40374     </type>
40375   </test>
40376   <test name="test-573.cs">
40377     <type name="C">
40378       <method name="Void .ctor()">
40379         <size>7</size>
40380       </method>
40381       <method name="Void .cctor()">
40382         <size>11</size>
40383       </method>
40384       <method name="Void Main()">
40385         <size>25</size>
40386       </method>
40387     </type>
40388   </test>
40389   <test name="test-574.cs">
40390     <type name="X">
40391       <method name="Void .ctor()">
40392         <size>7</size>
40393       </method>
40394       <method name="Int32 Main()">
40395         <size>31</size>
40396       </method>
40397     </type>
40398   </test>
40399   <test name="test-575.cs">
40400     <type name="Program">
40401       <method name="Void .ctor()">
40402         <size>7</size>
40403       </method>
40404       <method name="Void Main(System.String[])">
40405         <size>25</size>
40406       </method>
40407     </type>
40408   </test>
40409   <test name="test-576.cs">
40410     <type name="Foo">
40411       <method name="Void .ctor()">
40412         <size>7</size>
40413       </method>
40414       <method name="Void Main()">
40415         <size>24</size>
40416       </method>
40417     </type>
40418   </test>
40419   <test name="test-577.cs">
40420     <type name="C">
40421       <method name="Void IA.add_e_a(System.EventHandler)">
40422         <size>1</size>
40423       </method>
40424       <method name="Void IA.remove_e_a(System.EventHandler)">
40425         <size>1</size>
40426       </method>
40427       <method name="Void IA.add_e_b(System.EventHandler)">
40428         <size>1</size>
40429       </method>
40430       <method name="Void IA.remove_e_b(System.EventHandler)">
40431         <size>1</size>
40432       </method>
40433       <method name="Void Main()">
40434         <size>1</size>
40435       </method>
40436       <method name="Void .ctor()">
40437         <size>7</size>
40438       </method>
40439     </type>
40440   </test>
40441   <test name="test-578.cs">
40442     <type name="Test1.TestItem1">
40443       <method name="Void .ctor()">
40444         <size>7</size>
40445       </method>
40446       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
40447         <size>34</size>
40448       </method>
40449       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
40450         <size>34</size>
40451       </method>
40452       <method name="Int32 Test()">
40453         <size>12</size>
40454       </method>
40455     </type>
40456     <type name="Test1.TestItem2">
40457       <method name="Void .ctor()">
40458         <size>7</size>
40459       </method>
40460       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
40461         <size>18</size>
40462       </method>
40463       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
40464         <size>18</size>
40465       </method>
40466     </type>
40467     <type name="Test1.CC">
40468       <method name="Void .ctor()">
40469         <size>7</size>
40470       </method>
40471       <method name="Int32 Main()">
40472         <size>57</size>
40473       </method>
40474     </type>
40475     <type name="Test1.TestDelegate1">
40476       <method name="Void .ctor(Object, IntPtr)">
40477         <size>0</size>
40478       </method>
40479       <method name="Int32 Invoke()">
40480         <size>0</size>
40481       </method>
40482       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40483         <size>0</size>
40484       </method>
40485       <method name="Int32 EndInvoke(IAsyncResult)">
40486         <size>0</size>
40487       </method>
40488     </type>
40489     <type name="Test1.CC">
40490       <method name="Int32 &lt;Main&gt;m__0()">
40491         <size>2</size>
40492       </method>
40493     </type>
40494   </test>
40495   <test name="test-579.cs">
40496     <type name="TestCase">
40497       <method name="Int32 Main()">
40498         <size>32</size>
40499       </method>
40500       <method name="Void .ctor()">
40501         <size>7</size>
40502       </method>
40503     </type>
40504   </test>
40505   <test name="test-58.cs">
40506     <type name="Blah">
40507       <method name="Void .ctor()">
40508         <size>7</size>
40509       </method>
40510       <method name="Int32 Main()">
40511         <size>27</size>
40512       </method>
40513     </type>
40514   </test>
40515   <test name="test-580.cs">
40516     <type name="Bla">
40517       <method name="Void .ctor()">
40518         <size>7</size>
40519       </method>
40520       <method name="Void BuildNode(System.String ByRef)">
40521         <size>43</size>
40522       </method>
40523       <method name="Void BuildNode(System.String[] ByRef)">
40524         <size>58</size>
40525       </method>
40526       <method name="Void BuildNode_B(System.Object ByRef)">
40527         <size>18</size>
40528       </method>
40529       <method name="System.String BuildNode_C(System.String ByRef)">
40530         <size>80</size>
40531       </method>
40532       <method name="System.String BuildNode_D()">
40533         <size>160</size>
40534       </method>
40535       <method name="Void BuildNode_E(System.String[,] ByRef)">
40536         <size>83</size>
40537       </method>
40538       <method name="Int32 Main()">
40539         <size>290</size>
40540       </method>
40541       <method name="Boolean Test_Object()">
40542         <size>160</size>
40543       </method>
40544       <method name="Boolean Test_Decimal()">
40545         <size>128</size>
40546       </method>
40547     </type>
40548   </test>
40549   <test name="test-581.cs">
40550     <type name="TestParams">
40551       <method name="Void .ctor()">
40552         <size>7</size>
40553       </method>
40554       <method name="System.Object get_Item(System.String[])">
40555         <size>4</size>
40556       </method>
40557       <method name="Void set_Item(System.String[], System.Object)">
40558         <size>40</size>
40559       </method>
40560       <method name="Void TestMethod()">
40561         <size>179</size>
40562       </method>
40563     </type>
40564     <type name="TestNonParams">
40565       <method name="Void .ctor()">
40566         <size>7</size>
40567       </method>
40568       <method name="System.Object get_Item(System.String)">
40569         <size>2</size>
40570       </method>
40571       <method name="Void set_Item(System.String, System.Object)">
40572         <size>40</size>
40573       </method>
40574       <method name="Void TestMethod()">
40575         <size>73</size>
40576       </method>
40577     </type>
40578     <type name="M">
40579       <method name="Void .ctor()">
40580         <size>7</size>
40581       </method>
40582       <method name="Int32 Main()">
40583         <size>22</size>
40584       </method>
40585     </type>
40586   </test>
40587   <test name="test-582.cs">
40588     <type name="TrueClass">
40589       <method name="Void Main()">
40590         <size>1</size>
40591       </method>
40592     </type>
40593   </test>
40594   <test name="test-583.cs">
40595     <type name="Program">
40596       <method name="Void .ctor()">
40597         <size>7</size>
40598       </method>
40599       <method name="Int32 Main()">
40600         <size>19</size>
40601       </method>
40602     </type>
40603     <type name="ObjectContainerBase">
40604       <method name="Void .ctor()">
40605         <size>7</size>
40606       </method>
40607     </type>
40608   </test>
40609   <test name="test-584.cs">
40610     <type name="Style">
40611       <method name="Void .ctor()">
40612         <size>7</size>
40613       </method>
40614       <method name="Style get_CurrentStyle()">
40615         <size>2</size>
40616       </method>
40617       <method name="Void set_CurrentStyle(Style)">
40618         <size>1</size>
40619       </method>
40620       <method name="Boolean LoadCurrentStyle()">
40621         <size>20</size>
40622       </method>
40623       <method name="Style Load()">
40624         <size>2</size>
40625       </method>
40626       <method name="Int32 Main()">
40627         <size>18</size>
40628       </method>
40629     </type>
40630   </test>
40631   <test name="test-585.cs">
40632     <type name="A">
40633       <method name="Void .ctor()">
40634         <size>7</size>
40635       </method>
40636     </type>
40637     <type name="B">
40638       <method name="Void .ctor()">
40639         <size>7</size>
40640       </method>
40641     </type>
40642     <type name="X">
40643       <method name="Void .ctor()">
40644         <size>7</size>
40645       </method>
40646     </type>
40647     <type name="Program">
40648       <method name="Void .ctor()">
40649         <size>7</size>
40650       </method>
40651       <method name="Void Main()">
40652         <size>52</size>
40653       </method>
40654     </type>
40655   </test>
40656   <test name="test-586.cs">
40657     <type name="Program">
40658       <method name="Void .ctor()">
40659         <size>7</size>
40660       </method>
40661       <method name="Int32 Main()">
40662         <size>99</size>
40663       </method>
40664     </type>
40665     <type name="Program+MyColor">
40666       <method name="Void .ctor(Single)">
40667         <size>8</size>
40668       </method>
40669       <method name="Single get_Value()">
40670         <size>7</size>
40671       </method>
40672       <method name="MyColor op_Addition(MyColor, MyColor)">
40673         <size>21</size>
40674       </method>
40675     </type>
40676   </test>
40677   <test name="test-587.cs">
40678     <type name="Program">
40679       <method name="Void .ctor()">
40680         <size>7</size>
40681       </method>
40682       <method name="Int32 Main()">
40683         <size>17</size>
40684       </method>
40685     </type>
40686   </test>
40687   <test name="test-588.cs">
40688     <type name="TestNamespace.TestClass">
40689       <method name="Void .ctor()">
40690         <size>7</size>
40691       </method>
40692       <method name="Void HelloWorld()">
40693         <size>1</size>
40694       </method>
40695     </type>
40696     <type name="SuperClass">
40697       <method name="Void .ctor()">
40698         <size>7</size>
40699       </method>
40700       <method name="TestNamespace.TestClass get_TestClass()">
40701         <size>7</size>
40702       </method>
40703     </type>
40704     <type name="SubClass">
40705       <method name="Void .ctor()">
40706         <size>12</size>
40707       </method>
40708     </type>
40709     <type name="App">
40710       <method name="Void .ctor()">
40711         <size>7</size>
40712       </method>
40713       <method name="Void Main()">
40714         <size>7</size>
40715       </method>
40716     </type>
40717   </test>
40718   <test name="test-589.cs">
40719     <type name="TestNamespace.TestClass">
40720       <method name="Void .ctor()">
40721         <size>7</size>
40722       </method>
40723       <method name="Void HelloWorld()">
40724         <size>1</size>
40725       </method>
40726     </type>
40727     <type name="SuperClass">
40728       <method name="Void .ctor()">
40729         <size>7</size>
40730       </method>
40731       <method name="TestNamespace.TestClass get_TestClass()">
40732         <size>7</size>
40733       </method>
40734       <method name="Void set_TestClass(TestNamespace.TestClass)">
40735         <size>1</size>
40736       </method>
40737     </type>
40738     <type name="SubClass">
40739       <method name="Void .ctor()">
40740         <size>12</size>
40741       </method>
40742     </type>
40743     <type name="App">
40744       <method name="Void .ctor()">
40745         <size>7</size>
40746       </method>
40747       <method name="Void Main()">
40748         <size>7</size>
40749       </method>
40750     </type>
40751   </test>
40752   <test name="test-59.cs">
40753     <type name="X">
40754       <method name="Void .ctor()">
40755         <size>7</size>
40756       </method>
40757       <method name="Int32 test_explicit()">
40758         <size>224</size>
40759       </method>
40760       <method name="Int32 test_implicit()">
40761         <size>102</size>
40762       </method>
40763       <method name="Int32 Main()">
40764         <size>57</size>
40765       </method>
40766     </type>
40767   </test>
40768   <test name="test-590.cs">
40769     <type name="X">
40770       <method name="Void .ctor()">
40771         <size>18</size>
40772       </method>
40773       <method name="Int32 Main()">
40774         <size>28</size>
40775       </method>
40776       <method name="System.String Foo()">
40777         <size>6</size>
40778       </method>
40779       <method name="System.String get_Prop()">
40780         <size>7</size>
40781       </method>
40782       <method name="Void set_Prop(System.String)">
40783         <size>8</size>
40784       </method>
40785       <method name="System.String get_Item(Int32)">
40786         <size>7</size>
40787       </method>
40788       <method name="Void set_Item(Int32, System.String)">
40789         <size>8</size>
40790       </method>
40791       <method name="Int32 Do(System.String, System.String, System.String)">
40792         <size>332</size>
40793       </method>
40794     </type>
40795   </test>
40796   <test name="test-591.cs">
40797     <type name="C1">
40798       <method name="Void .ctor()">
40799         <size>7</size>
40800       </method>
40801       <method name="Void Foo(System.String)">
40802         <size>49</size>
40803       </method>
40804     </type>
40805     <type name="C2">
40806       <method name="Void .ctor()">
40807         <size>7</size>
40808       </method>
40809       <method name="Void Main()">
40810         <size>1</size>
40811       </method>
40812     </type>
40813   </test>
40814   <test name="test-592.cs">
40815     <type name="T">
40816       <method name="Void .ctor()">
40817         <size>7</size>
40818       </method>
40819       <method name="Int32 fib(Int32)">
40820         <size>53</size>
40821       </method>
40822       <method name="Int32 xx(Int32)">
40823         <size>33</size>
40824       </method>
40825       <method name="Void foo(Int32)">
40826         <size>38</size>
40827       </method>
40828       <method name="Void XXXA()">
40829         <size>6</size>
40830       </method>
40831       <method name="Void Main()">
40832         <size>1</size>
40833       </method>
40834     </type>
40835   </test>
40836   <test name="test-593.cs">
40837     <type name="MainClass">
40838       <method name="Void .ctor()">
40839         <size>7</size>
40840       </method>
40841       <method name="Void Foo(I)">
40842         <size>7</size>
40843       </method>
40844       <method name="Void Main()">
40845         <size>1</size>
40846       </method>
40847     </type>
40848   </test>
40849   <test name="test-594.cs">
40850     <type name="Test">
40851       <method name="Void .ctor()">
40852         <size>7</size>
40853       </method>
40854       <method name="Void Main()">
40855         <size>1</size>
40856       </method>
40857     </type>
40858   </test>
40859   <test name="test-595.cs">
40860     <type name="AttributesCollection">
40861       <method name="Void .ctor()">
40862         <size>7</size>
40863       </method>
40864       <method name="System.Object get_Item(SymbolId)">
40865         <size>2</size>
40866       </method>
40867       <method name="Void set_Item(SymbolId, System.Object)">
40868         <size>1</size>
40869       </method>
40870     </type>
40871     <type name="Program">
40872       <method name="Void .ctor()">
40873         <size>7</size>
40874       </method>
40875       <method name="System.Object SetDictionaryValue(System.Object, SymbolId, System.Object)">
40876         <size>18</size>
40877       </method>
40878       <method name="Void Main()">
40879         <size>23</size>
40880       </method>
40881     </type>
40882   </test>
40883   <test name="test-596.cs">
40884     <type name="C">
40885       <method name="Void .ctor()">
40886         <size>7</size>
40887       </method>
40888       <method name="Void Main()">
40889         <size>17</size>
40890       </method>
40891     </type>
40892   </test>
40893   <test name="test-597.cs">
40894     <type name="TestNS.Foo">
40895       <method name="Void .ctor()">
40896         <size>7</size>
40897       </method>
40898     </type>
40899     <type name="TestNS.XElement">
40900       <method name="Void .ctor()">
40901         <size>7</size>
40902       </method>
40903       <method name="TestNS.Bar get_Document()">
40904         <size>2</size>
40905       </method>
40906       <method name="System.Object get_CrashHere()">
40907         <size>29</size>
40908       </method>
40909     </type>
40910     <type name="TestNS.Element">
40911       <method name="Void .ctor()">
40912         <size>7</size>
40913       </method>
40914       <method name="TestNS.Foo get_Document()">
40915         <size>2</size>
40916       </method>
40917     </type>
40918     <type name="TestNS.Bar">
40919       <method name="Void .ctor()">
40920         <size>7</size>
40921       </method>
40922       <method name="IHoge get_Root()">
40923         <size>2</size>
40924       </method>
40925     </type>
40926     <type name="TestNS.C">
40927       <method name="Void .ctor()">
40928         <size>7</size>
40929       </method>
40930       <method name="Void Main()">
40931         <size>1</size>
40932       </method>
40933     </type>
40934   </test>
40935   <test name="test-598.cs">
40936     <type name="Test">
40937       <method name="Void .ctor()">
40938         <size>35</size>
40939       </method>
40940       <method name="V get_v()">
40941         <size>7</size>
40942       </method>
40943       <method name="Void Main()">
40944         <size>1</size>
40945       </method>
40946     </type>
40947     <type name="V">
40948       <method name="Void set_Item(Int32, Int32)">
40949         <size>1</size>
40950       </method>
40951     </type>
40952   </test>
40953   <test name="test-599.cs">
40954     <type name="Test.String">
40955       <method name="Void .ctor(String)">
40956         <size>14</size>
40957       </method>
40958       <method name="Test.String op_Implicit(System.String)">
40959         <size>15</size>
40960       </method>
40961       <method name="System.String op_Implicit(Test.String)">
40962         <size>15</size>
40963       </method>
40964     </type>
40965     <type name="TestCompiler.MainClass">
40966       <method name="Void .ctor()">
40967         <size>7</size>
40968       </method>
40969       <method name="Int32 Main()">
40970         <size>80</size>
40971       </method>
40972     </type>
40973   </test>
40974   <test name="test-6.cs">
40975     <type name="X">
40976       <method name="Void .ctor()">
40977         <size>7</size>
40978       </method>
40979       <method name="Int32 Main()">
40980         <size>37</size>
40981       </method>
40982     </type>
40983   </test>
40984   <test name="test-60.cs">
40985     <type name="ns5.Y">
40986       <method name="Void .ctor()">
40987         <size>7</size>
40988       </method>
40989       <method name="Void Run()">
40990         <size>1</size>
40991       </method>
40992     </type>
40993     <type name="X">
40994       <method name="Void .ctor()">
40995         <size>7</size>
40996       </method>
40997       <method name="Int32 Main()">
40998         <size>14</size>
40999       </method>
41000     </type>
41001   </test>
41002   <test name="test-600.cs">
41003     <type name="Test.Regression">
41004       <method name="Void .ctor()">
41005         <size>7</size>
41006       </method>
41007       <method name="Int32 Main()">
41008         <size>90</size>
41009       </method>
41010     </type>
41011   </test>
41012   <test name="test-601.cs">
41013     <type name="C">
41014       <method name="Void .ctor()">
41015         <size>7</size>
41016       </method>
41017       <method name="Void Main()">
41018         <size>1</size>
41019       </method>
41020     </type>
41021     <type name="C+MarkerUpdatedVMDelegate">
41022       <method name="Void .ctor(Object, IntPtr)">
41023         <size>0</size>
41024       </method>
41025       <method name="Void Invoke(IntPtr, IntPtr)">
41026         <size>0</size>
41027       </method>
41028       <method name="IAsyncResult BeginInvoke(IntPtr, IntPtr, System.AsyncCallback, System.Object)">
41029         <size>0</size>
41030       </method>
41031       <method name="Void EndInvoke(IAsyncResult)">
41032         <size>0</size>
41033       </method>
41034     </type>
41035   </test>
41036   <test name="test-602.cs">
41037     <type name="C">
41038       <method name="Void .ctor()">
41039         <size>7</size>
41040       </method>
41041       <method name="Int32 Main()">
41042         <size>95</size>
41043       </method>
41044       <method name="Int32 Error(System.String, System.Object[])">
41045         <size>8</size>
41046       </method>
41047       <method name="Int32 Format(System.String, System.Object)">
41048         <size>2</size>
41049       </method>
41050       <method name="Int32 Format(System.String, System.Object[])">
41051         <size>2</size>
41052       </method>
41053       <method name="Int32 Format(System.String, System.Object, System.Object[])">
41054         <size>2</size>
41055       </method>
41056       <method name="Int32 Test_A(System.String)">
41057         <size>2</size>
41058       </method>
41059       <method name="Int32 Test_A(System.String, System.Object[])">
41060         <size>2</size>
41061       </method>
41062       <method name="Int32 Test_C(System.Type, System.Int32[])">
41063         <size>2</size>
41064       </method>
41065       <method name="Int32 Test_C(System.Type, System.Int32[], System.Int32[])">
41066         <size>2</size>
41067       </method>
41068     </type>
41069   </test>
41070   <test name="test-603.cs">
41071     <type name="ConsoleApplication1.Program">
41072       <method name="Void .ctor()">
41073         <size>7</size>
41074       </method>
41075       <method name="Void .cctor()">
41076         <size>1</size>
41077       </method>
41078       <method name="Int32 Main()">
41079         <size>52</size>
41080       </method>
41081     </type>
41082   </test>
41083   <test name="test-604.cs">
41084     <type name="Program">
41085       <method name="Void .ctor()">
41086         <size>7</size>
41087       </method>
41088       <method name="Int32 Main()">
41089         <size>83</size>
41090       </method>
41091     </type>
41092     <type name="Program+ImplementingExplicitInterfacesMembers">
41093       <method name="Void .ctor()">
41094         <size>7</size>
41095       </method>
41096       <method name="Void Program.Iface1.IfaceMethod1()">
41097         <size>1</size>
41098       </method>
41099       <method name="Void Program.Iface2.IfaceMethod2()">
41100         <size>1</size>
41101       </method>
41102     </type>
41103   </test>
41104   <test name="test-605.cs">
41105     <type name="TestA">
41106       <method name="Void .ctor()">
41107         <size>7</size>
41108       </method>
41109       <method name="System.String get_Method()">
41110         <size>2</size>
41111       </method>
41112     </type>
41113     <type name="TestB">
41114       <method name="Void .ctor()">
41115         <size>7</size>
41116       </method>
41117       <method name="System.String get_Method()">
41118         <size>2</size>
41119       </method>
41120       <method name="Void Main()">
41121         <size>1</size>
41122       </method>
41123     </type>
41124   </test>
41125   <test name="test-606.cs">
41126     <type name="Program">
41127       <method name="Void .ctor()">
41128         <size>7</size>
41129       </method>
41130       <method name="Int32 Main()">
41131         <size>157</size>
41132       </method>
41133     </type>
41134     <type name="Info">
41135       <method name="Void .ctor()">
41136         <size>7</size>
41137       </method>
41138       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
41139         <size>2</size>
41140       </method>
41141       <method name="Void System.Collections.IEnumerator.Reset()">
41142         <size>1</size>
41143       </method>
41144       <method name="System.Object System.Collections.IEnumerator.get_Current()">
41145         <size>2</size>
41146       </method>
41147       <method name="System.Object Mono.Test.ITest.get_Item(Int32)">
41148         <size>2</size>
41149       </method>
41150       <method name="Void Mono.Test.ITest.set_Item(Int32, System.Object)">
41151         <size>1</size>
41152       </method>
41153     </type>
41154   </test>
41155   <test name="test-607.cs">
41156     <type name="Program">
41157       <method name="Void .ctor()">
41158         <size>7</size>
41159       </method>
41160       <method name="Int32 Main()">
41161         <size>120</size>
41162       </method>
41163     </type>
41164   </test>
41165   <test name="test-608.cs">
41166     <type name="X">
41167       <method name="Void .ctor()">
41168         <size>7</size>
41169       </method>
41170       <method name="Void Main()">
41171         <size>60</size>
41172       </method>
41173     </type>
41174   </test>
41175   <test name="test-609.cs">
41176     <type name="Test">
41177       <method name="Void .ctor()">
41178         <size>7</size>
41179       </method>
41180       <method name="Int32 Main()">
41181         <size>36</size>
41182       </method>
41183     </type>
41184   </test>
41185   <test name="test-61.cs">
41186     <type name="X">
41187       <method name="Void .ctor()">
41188         <size>7</size>
41189       </method>
41190       <method name="Void add_XX(X+MyEvent)">
41191         <size>3</size>
41192       </method>
41193       <method name="Void remove_XX(X+MyEvent)">
41194         <size>3</size>
41195       </method>
41196       <method name="Int32 get_Property()">
41197         <size>4</size>
41198       </method>
41199       <method name="Void set_Property(Int32)">
41200         <size>3</size>
41201       </method>
41202       <method name="Int32 get_P2()">
41203         <size>2</size>
41204       </method>
41205       <method name="Void set_P3(Int32)">
41206         <size>1</size>
41207       </method>
41208       <method name="Int32 Main()">
41209         <size>2</size>
41210       </method>
41211     </type>
41212     <type name="X+MyEvent">
41213       <method name="Void .ctor(Object, IntPtr)">
41214         <size>0</size>
41215       </method>
41216       <method name="Void Invoke()">
41217         <size>0</size>
41218       </method>
41219       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41220         <size>0</size>
41221       </method>
41222       <method name="Void EndInvoke(IAsyncResult)">
41223         <size>0</size>
41224       </method>
41225     </type>
41226   </test>
41227   <test name="test-610.cs">
41228     <type name="A">
41229       <method name="Void .ctor()">
41230         <size>7</size>
41231       </method>
41232       <method name="Void Main()">
41233         <size>1</size>
41234       </method>
41235     </type>
41236     <type name="A+C">
41237       <method name="Void .ctor()">
41238         <size>7</size>
41239       </method>
41240     </type>
41241     <type name="A+C+D">
41242       <method name="Void .ctor()">
41243         <size>7</size>
41244       </method>
41245     </type>
41246     <type name="N.B">
41247       <method name="Void .ctor()">
41248         <size>7</size>
41249       </method>
41250     </type>
41251     <type name="N.B+C">
41252       <method name="Void .ctor()">
41253         <size>7</size>
41254       </method>
41255     </type>
41256     <type name="N.B+C+E">
41257       <method name="Void .ctor()">
41258         <size>7</size>
41259       </method>
41260     </type>
41261     <type name="N.B+A">
41262       <method name="Void .ctor()">
41263         <size>7</size>
41264       </method>
41265     </type>
41266     <type name="N.B+A+D">
41267       <method name="Void .ctor()">
41268         <size>7</size>
41269       </method>
41270     </type>
41271   </test>
41272   <test name="test-611.cs">
41273     <type name="T">
41274       <method name="Void .ctor()">
41275         <size>7</size>
41276       </method>
41277     </type>
41278     <type name="T+Protected">
41279       <method name="Void .ctor()">
41280         <size>7</size>
41281       </method>
41282     </type>
41283     <type name="D">
41284       <method name="Void .ctor()">
41285         <size>7</size>
41286       </method>
41287     </type>
41288     <type name="D+Private">
41289       <method name="Void .ctor()">
41290         <size>7</size>
41291       </method>
41292       <method name="Void Stuff(T+Protected)">
41293         <size>1</size>
41294       </method>
41295     </type>
41296     <type name="D2">
41297       <method name="Void .ctor()">
41298         <size>7</size>
41299       </method>
41300     </type>
41301     <type name="D2+P">
41302       <method name="Void .ctor()">
41303         <size>7</size>
41304       </method>
41305     </type>
41306     <type name="D2+P+Private">
41307       <method name="Void .ctor()">
41308         <size>7</size>
41309       </method>
41310       <method name="Void Stuff(T+Protected)">
41311         <size>1</size>
41312       </method>
41313     </type>
41314     <type name="Z">
41315       <method name="Void .ctor()">
41316         <size>7</size>
41317       </method>
41318       <method name="Void Main()">
41319         <size>1</size>
41320       </method>
41321     </type>
41322   </test>
41323   <test name="test-612.cs">
41324     <type name="Abcdefghijklmnopqrstuvwxyz">
41325       <method name="Void .ctor()">
41326         <size>7</size>
41327       </method>
41328       <method name="Void .cctor()">
41329         <size>7</size>
41330       </method>
41331     </type>
41332     <type name="OO">
41333       <method name="Void .ctor()">
41334         <size>7</size>
41335       </method>
41336       <method name="Void D()">
41337         <size>5293</size>
41338       </method>
41339     </type>
41340     <type name="Zyxwvutsrqp">
41341       <method name="Void .ctor()">
41342         <size>7</size>
41343       </method>
41344       <method name="Void .cctor()">
41345         <size>7</size>
41346       </method>
41347     </type>
41348     <type name="XXX">
41349       <method name="Void .ctor()">
41350         <size>7</size>
41351       </method>
41352       <method name="Boolean IsAltered()">
41353         <size>859</size>
41354       </method>
41355       <method name="Void Main()">
41356         <size>1</size>
41357       </method>
41358     </type>
41359   </test>
41360   <test name="test-613.cs">
41361     <type name="M">
41362       <method name="Void .ctor()">
41363         <size>7</size>
41364       </method>
41365       <method name="Boolean g()">
41366         <size>8</size>
41367       </method>
41368       <method name="Int32 Main()">
41369         <size>62</size>
41370       </method>
41371     </type>
41372   </test>
41373   <test name="test-614.cs">
41374     <type name="C">
41375       <method name="Void .ctor()">
41376         <size>7</size>
41377       </method>
41378       <method name="Void And()">
41379         <size>73</size>
41380       </method>
41381       <method name="Void Or()">
41382         <size>129</size>
41383       </method>
41384       <method name="Int32 Main()">
41385         <size>70</size>
41386       </method>
41387     </type>
41388   </test>
41389   <test name="test-615.cs">
41390     <type name="C">
41391       <method name="Void .ctor()">
41392         <size>7</size>
41393       </method>
41394       <method name="Void Main()">
41395         <size>16</size>
41396       </method>
41397     </type>
41398   </test>
41399   <test name="test-617.cs">
41400     <type name="Y">
41401       <method name="Void .ctor()">
41402         <size>7</size>
41403       </method>
41404       <method name="Void X.add_Foo(MyDelegate)">
41405         <size>1</size>
41406       </method>
41407       <method name="Void X.remove_Foo(MyDelegate)">
41408         <size>1</size>
41409       </method>
41410       <method name="Void add_Foo(MyDelegate)">
41411         <size>47</size>
41412       </method>
41413       <method name="Void remove_Foo(MyDelegate)">
41414         <size>47</size>
41415       </method>
41416       <method name="Int32 X.get_Prop()">
41417         <size>2</size>
41418       </method>
41419       <method name="Int32 Main()">
41420         <size>86</size>
41421       </method>
41422     </type>
41423     <type name="MyDelegate">
41424       <method name="Void .ctor(Object, IntPtr)">
41425         <size>0</size>
41426       </method>
41427       <method name="Int64 Invoke()">
41428         <size>0</size>
41429       </method>
41430       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41431         <size>0</size>
41432       </method>
41433       <method name="Int64 EndInvoke(IAsyncResult)">
41434         <size>0</size>
41435       </method>
41436     </type>
41437   </test>
41438   <test name="test-618.cs">
41439     <type name="C">
41440       <method name="Void .ctor()">
41441         <size>7</size>
41442       </method>
41443       <method name="Void ZeroBasedReductions()">
41444         <size>17</size>
41445       </method>
41446       <method name="Void Main()">
41447         <size>11</size>
41448       </method>
41449       <method name="Void ZeroBasedReductionsWithConversion()">
41450         <size>15</size>
41451       </method>
41452     </type>
41453   </test>
41454   <test name="test-619.cs">
41455     <type name="X">
41456       <method name="Void .ctor()">
41457         <size>7</size>
41458       </method>
41459       <method name="Void Main()">
41460         <size>11</size>
41461       </method>
41462     </type>
41463   </test>
41464   <test name="test-62.cs">
41465     <type name="X">
41466       <method name="Void .ctor()">
41467         <size>7</size>
41468       </method>
41469       <method name="X[] GetX()">
41470         <size>2</size>
41471       </method>
41472       <method name="System.Int32[] getInt()">
41473         <size>2</size>
41474       </method>
41475       <method name="System.Int32[,,] getMoreInt()">
41476         <size>2</size>
41477       </method>
41478       <method name="Int32 Main()">
41479         <size>2</size>
41480       </method>
41481     </type>
41482   </test>
41483   <test name="test-620.cs">
41484     <type name="X">
41485       <method name="Void .ctor()">
41486         <size>7</size>
41487       </method>
41488       <method name="Void A(Int32 ByRef)">
41489         <size>7</size>
41490       </method>
41491       <method name="Void B(Int32 ByRef)">
41492         <size>7</size>
41493       </method>
41494       <method name="Int32 Main()">
41495         <size>22</size>
41496       </method>
41497     </type>
41498   </test>
41499   <test name="test-621.cs">
41500     <type name="X">
41501       <method name="Void .ctor()">
41502         <size>7</size>
41503       </method>
41504       <method name="Void Main()">
41505         <size>129</size>
41506       </method>
41507     </type>
41508   </test>
41509   <test name="test-622.cs">
41510     <type name="A">
41511       <method name="Void .ctor(Int32)">
41512         <size>1</size>
41513       </method>
41514     </type>
41515     <type name="B">
41516       <method name="Void .ctor(Int32)">
41517         <size>7</size>
41518       </method>
41519     </type>
41520     <type name="X">
41521       <method name="Void .ctor()">
41522         <size>7</size>
41523       </method>
41524       <method name="Void Foo(A ByRef)">
41525         <size>8</size>
41526       </method>
41527       <method name="Void Foo(System.Object ByRef)">
41528         <size>9</size>
41529       </method>
41530       <method name="Int32 Main()">
41531         <size>16</size>
41532       </method>
41533     </type>
41534   </test>
41535   <test name="test-623.cs">
41536     <type name="X">
41537       <method name="Void .ctor()">
41538         <size>7</size>
41539       </method>
41540       <method name="Void a()">
41541         <size>0</size>
41542       </method>
41543     </type>
41544     <type name="Y">
41545       <method name="Void .ctor()">
41546         <size>7</size>
41547       </method>
41548       <method name="Void a()">
41549         <size>11</size>
41550       </method>
41551       <method name="Void Main()">
41552         <size>13</size>
41553       </method>
41554     </type>
41555   </test>
41556   <test name="test-624.cs">
41557     <type name="X">
41558       <method name="Void .ctor()">
41559         <size>7</size>
41560       </method>
41561       <method name="Int32 get_Type()">
41562         <size>2</size>
41563       </method>
41564       <method name="Void Main()">
41565         <size>3</size>
41566       </method>
41567     </type>
41568   </test>
41569   <test name="test-625.cs">
41570     <type name="Location">
41571       <method name="Void .ctor()">
41572         <size>7</size>
41573       </method>
41574       <method name="Int32 get_Null()">
41575         <size>2</size>
41576       </method>
41577     </type>
41578     <type name="X">
41579       <method name="Void .ctor()">
41580         <size>13</size>
41581       </method>
41582       <method name="Void Main()">
41583         <size>1</size>
41584       </method>
41585     </type>
41586   </test>
41587   <test name="test-626.cs">
41588     <type name="X">
41589       <method name="Void .ctor()">
41590         <size>7</size>
41591       </method>
41592       <method name="Void A()">
41593         <size>1</size>
41594       </method>
41595       <method name="Void Main()">
41596         <size>37</size>
41597       </method>
41598     </type>
41599   </test>
41600   <test name="test-627.cs">
41601     <type name="B">
41602       <method name="Void .ctor()">
41603         <size>7</size>
41604       </method>
41605       <method name="Void X.B()">
41606         <size>1</size>
41607       </method>
41608       <method name="Void A.B()">
41609         <size>1</size>
41610       </method>
41611     </type>
41612     <type name="M">
41613       <method name="Void .ctor()">
41614         <size>7</size>
41615       </method>
41616       <method name="Void N(System.Object)">
41617         <size>8</size>
41618       </method>
41619       <method name="Void Main()">
41620         <size>1</size>
41621       </method>
41622     </type>
41623   </test>
41624   <test name="test-628.cs">
41625     <type name="N1.B">
41626       <method name="Void .ctor()">
41627         <size>7</size>
41628       </method>
41629     </type>
41630     <type name="X">
41631       <method name="Void .ctor()">
41632         <size>7</size>
41633       </method>
41634     </type>
41635     <type name="X2">
41636       <method name="Void .ctor()">
41637         <size>7</size>
41638       </method>
41639     </type>
41640     <type name="Y2">
41641       <method name="Void .ctor()">
41642         <size>7</size>
41643       </method>
41644     </type>
41645     <type name="Y">
41646       <method name="Void .ctor()">
41647         <size>7</size>
41648       </method>
41649       <method name="Void Main()">
41650         <size>1</size>
41651       </method>
41652     </type>
41653   </test>
41654   <test name="test-629.cs">
41655     <type name="Foo">
41656       <method name="Void Main()">
41657         <size>1</size>
41658       </method>
41659       <method name="Void .ctor()">
41660         <size>7</size>
41661       </method>
41662     </type>
41663     <type name="Foo+Nested">
41664       <method name="Int32 get_Bar()">
41665         <size>2</size>
41666       </method>
41667     </type>
41668   </test>
41669   <test name="test-63.cs">
41670     <type name="X">
41671       <method name="Void .ctor()">
41672         <size>7</size>
41673       </method>
41674       <method name="Int32 Main()">
41675         <size>96</size>
41676       </method>
41677     </type>
41678   </test>
41679   <test name="test-630.cs">
41680     <type name="MyEx">
41681       <method name="Void .ctor()">
41682         <size>7</size>
41683       </method>
41684     </type>
41685     <type name="Ex">
41686       <method name="Void .ctor()">
41687         <size>7</size>
41688       </method>
41689       <method name="Int32 test(Int32)">
41690         <size>37</size>
41691       </method>
41692       <method name="Int32 Main()">
41693         <size>70</size>
41694       </method>
41695     </type>
41696   </test>
41697   <test name="test-631.cs">
41698     <type name="A">
41699       <method name="Void .ctor()">
41700         <size>7</size>
41701       </method>
41702       <method name="SByte op_Implicit(A)">
41703         <size>2</size>
41704       </method>
41705       <method name="Byte op_Implicit(A)">
41706         <size>2</size>
41707       </method>
41708       <method name="Int16 op_Implicit(A)">
41709         <size>2</size>
41710       </method>
41711       <method name="UInt16 op_Implicit(A)">
41712         <size>2</size>
41713       </method>
41714       <method name="Int32 op_Implicit(A)">
41715         <size>2</size>
41716       </method>
41717       <method name="UInt32 op_Implicit(A)">
41718         <size>2</size>
41719       </method>
41720       <method name="Int64 op_Implicit(A)">
41721         <size>3</size>
41722       </method>
41723       <method name="UInt64 op_Implicit(A)">
41724         <size>3</size>
41725       </method>
41726     </type>
41727     <type name="A2">
41728       <method name="Void .ctor()">
41729         <size>7</size>
41730       </method>
41731       <method name="SByte op_Implicit(A2)">
41732         <size>2</size>
41733       </method>
41734       <method name="Byte op_Implicit(A2)">
41735         <size>2</size>
41736       </method>
41737       <method name="Int16 op_Implicit(A2)">
41738         <size>2</size>
41739       </method>
41740       <method name="UInt32 op_Implicit(A2)">
41741         <size>2</size>
41742       </method>
41743       <method name="Int64 op_Implicit(A2)">
41744         <size>3</size>
41745       </method>
41746       <method name="UInt64 op_Implicit(A2)">
41747         <size>3</size>
41748       </method>
41749     </type>
41750     <type name="A3">
41751       <method name="Void .ctor()">
41752         <size>7</size>
41753       </method>
41754       <method name="SByte op_Implicit(A3)">
41755         <size>2</size>
41756       </method>
41757       <method name="UInt32 op_Implicit(A3)">
41758         <size>2</size>
41759       </method>
41760       <method name="Int64 op_Implicit(A3)">
41761         <size>3</size>
41762       </method>
41763       <method name="UInt64 op_Implicit(A3)">
41764         <size>3</size>
41765       </method>
41766     </type>
41767     <type name="A4">
41768       <method name="Void .ctor()">
41769         <size>7</size>
41770       </method>
41771       <method name="UInt32 op_Implicit(A4)">
41772         <size>2</size>
41773       </method>
41774       <method name="Int64 op_Implicit(A4)">
41775         <size>3</size>
41776       </method>
41777       <method name="UInt64 op_Implicit(A4)">
41778         <size>3</size>
41779       </method>
41780     </type>
41781     <type name="A5">
41782       <method name="Void .ctor()">
41783         <size>7</size>
41784       </method>
41785       <method name="UInt32 op_Implicit(A5)">
41786         <size>2</size>
41787       </method>
41788       <method name="Int32 op_Implicit(A5)">
41789         <size>2</size>
41790       </method>
41791     </type>
41792     <type name="A6">
41793       <method name="Void .ctor()">
41794         <size>7</size>
41795       </method>
41796       <method name="Byte op_Implicit(A6)">
41797         <size>2</size>
41798       </method>
41799     </type>
41800     <type name="MyDecimal">
41801       <method name="Void .ctor()">
41802         <size>7</size>
41803       </method>
41804       <method name="Decimal op_Implicit(MyDecimal)">
41805         <size>8</size>
41806       </method>
41807     </type>
41808     <type name="Constraint">
41809       <method name="Void .ctor()">
41810         <size>7</size>
41811       </method>
41812       <method name="Int32 Main()">
41813         <size>293</size>
41814       </method>
41815     </type>
41816   </test>
41817   <test name="test-632.cs">
41818     <type name="Bug379822">
41819       <method name="Void .ctor()">
41820         <size>7</size>
41821       </method>
41822       <method name="Void Assert(Boolean, Boolean)">
41823         <size>19</size>
41824       </method>
41825       <method name="Void TestAnd(Boolean)">
41826         <size>79</size>
41827       </method>
41828       <method name="Void TestOr(Boolean)">
41829         <size>88</size>
41830       </method>
41831       <method name="Void Test(Boolean)">
41832         <size>13</size>
41833       </method>
41834       <method name="Void Main()">
41835         <size>13</size>
41836       </method>
41837     </type>
41838   </test>
41839   <test name="test-633.cs">
41840     <type name="Test.C">
41841       <method name="Void .ctor()">
41842         <size>7</size>
41843       </method>
41844       <method name="Void Main()">
41845         <size>1</size>
41846       </method>
41847     </type>
41848   </test>
41849   <test name="test-634.cs">
41850     <type name="Test">
41851       <method name="Void .ctor()">
41852         <size>7</size>
41853       </method>
41854       <method name="Void TestFunc()">
41855         <size>2</size>
41856       </method>
41857       <method name="Void Main(System.String[])">
41858         <size>6</size>
41859       </method>
41860     </type>
41861     <type name="Test+D">
41862       <method name="Void .ctor(Object, IntPtr)">
41863         <size>0</size>
41864       </method>
41865       <method name="Void Invoke()">
41866         <size>0</size>
41867       </method>
41868       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41869         <size>0</size>
41870       </method>
41871       <method name="Void EndInvoke(IAsyncResult)">
41872         <size>0</size>
41873       </method>
41874     </type>
41875   </test>
41876   <test name="test-635.cs">
41877     <type name="ShortCircuitFold">
41878       <method name="Void .ctor()">
41879         <size>7</size>
41880       </method>
41881       <method name="Boolean get_False()">
41882         <size>14</size>
41883       </method>
41884       <method name="Boolean get_True()">
41885         <size>14</size>
41886       </method>
41887       <method name="Void a(Boolean, Boolean)">
41888         <size>19</size>
41889       </method>
41890       <method name="Void c(Int32)">
41891         <size>67</size>
41892       </method>
41893       <method name="Boolean f()">
41894         <size>11</size>
41895       </method>
41896       <method name="Void Main()">
41897         <size>167</size>
41898       </method>
41899     </type>
41900   </test>
41901   <test name="test-636.cs">
41902     <type name="Foo">
41903       <method name="Void .ctor()">
41904         <size>7</size>
41905       </method>
41906       <method name="Boolean get_False()">
41907         <size>14</size>
41908       </method>
41909       <method name="Void ping()">
41910         <size>13</size>
41911       </method>
41912       <method name="Int32 test_while(Int32)">
41913         <size>53</size>
41914       </method>
41915       <method name="Int32 test_do_while(Int32)">
41916         <size>53</size>
41917       </method>
41918       <method name="Int32 test_for(Int32)">
41919         <size>64</size>
41920       </method>
41921       <method name="Void test_for_empty()">
41922         <size>35</size>
41923       </method>
41924       <method name="Void Main()">
41925         <size>30</size>
41926       </method>
41927     </type>
41928   </test>
41929   <test name="test-637.cs">
41930     <type name="A">
41931       <method name="System.Type get_Value()">
41932         <size>7</size>
41933       </method>
41934       <method name="Void set_Value(System.Type)">
41935         <size>8</size>
41936       </method>
41937       <method name="Void .ctor()">
41938         <size>7</size>
41939       </method>
41940       <method name="Void .ctor(Object)">
41941         <size>19</size>
41942       </method>
41943     </type>
41944     <type name="TestProp">
41945       <method name="Void .ctor()">
41946         <size>7</size>
41947       </method>
41948     </type>
41949     <type name="Test">
41950       <method name="Int32 Main()">
41951         <size>106</size>
41952       </method>
41953       <method name="Void .ctor()">
41954         <size>7</size>
41955       </method>
41956     </type>
41957   </test>
41958   <test name="test-638.cs">
41959     <type name="Fail">
41960       <method name="Void .ctor()">
41961         <size>7</size>
41962       </method>
41963       <method name="Void Main()">
41964         <size>110</size>
41965       </method>
41966     </type>
41967     <type name="Fail+&lt;Main&gt;c__AnonStorey0">
41968       <method name="Void .ctor()">
41969         <size>7</size>
41970       </method>
41971       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
41972         <size>28</size>
41973       </method>
41974     </type>
41975   </test>
41976   <test name="test-639.cs">
41977     <type name="Foo">
41978       <method name="Void .ctor()">
41979         <size>7</size>
41980       </method>
41981       <method name="System.String get_s()">
41982         <size>13</size>
41983       </method>
41984       <method name="Void set_s(System.String)">
41985         <size>34</size>
41986       </method>
41987       <method name="Void Main()">
41988         <size>67</size>
41989       </method>
41990     </type>
41991   </test>
41992   <test name="test-64.cs">
41993     <type name="Operator">
41994       <method name="Void .ctor()">
41995         <size>7</size>
41996       </method>
41997     </type>
41998     <type name="Blah">
41999       <method name="Void .ctor(Operator)">
42000         <size>7</size>
42001       </method>
42002     </type>
42003     <type name="T">
42004       <method name="Void .ctor()">
42005         <size>7</size>
42006       </method>
42007       <method name="Int32 Main()">
42008         <size>9</size>
42009       </method>
42010     </type>
42011   </test>
42012   <test name="test-640.cs">
42013     <type name="C">
42014       <method name="Void .ctor()">
42015         <size>7</size>
42016       </method>
42017       <method name="Int32 Main()">
42018         <size>100</size>
42019       </method>
42020     </type>
42021   </test>
42022   <test name="test-641.cs">
42023     <type name="Identifier">
42024       <method name="Void .ctor()">
42025         <size>7</size>
42026       </method>
42027       <method name="Int32 Main()">
42028         <size>55</size>
42029       </method>
42030       <method name="Boolean op_Equality(Identifier, Identifier)">
42031         <size>2</size>
42032       </method>
42033       <method name="Boolean op_Inequality(Identifier, Identifier)">
42034         <size>2</size>
42035       </method>
42036       <method name="Identifier op_Implicit(System.String)">
42037         <size>2</size>
42038       </method>
42039       <method name="System.String op_Implicit(Identifier)">
42040         <size>2</size>
42041       </method>
42042       <method name="Decimal op_Implicit(Identifier)">
42043         <size>7</size>
42044       </method>
42045     </type>
42046   </test>
42047   <test name="test-642.cs">
42048     <type name="C">
42049       <method name="Void .ctor()">
42050         <size>7</size>
42051       </method>
42052       <method name="Int32 Main()">
42053         <size>40</size>
42054       </method>
42055     </type>
42056   </test>
42057   <test name="test-643.cs">
42058     <type name="PointerArithmeticTest">
42059       <method name="Void .ctor()">
42060         <size>7</size>
42061       </method>
42062       <method name="Int32 Main()">
42063         <size>130</size>
42064       </method>
42065       <method name="Int32* Conversions(Int64)">
42066         <size>3</size>
42067       </method>
42068       <method name="Int32 CheckAdd(Byte*, Int32)">
42069         <size>14</size>
42070       </method>
42071       <method name="Int32 CheckSub(Int16*, Int32)">
42072         <size>16</size>
42073       </method>
42074       <method name="Int32 CheckSub2(Int16*, Int32)">
42075         <size>23</size>
42076       </method>
42077     </type>
42078   </test>
42079   <test name="test-644.cs">
42080     <type name="Program">
42081       <method name="Void .ctor()">
42082         <size>7</size>
42083       </method>
42084       <method name="System.Object M(Int32)">
42085         <size>2</size>
42086       </method>
42087       <method name="Void Test_1()">
42088         <size>59</size>
42089       </method>
42090       <method name="Boolean Test_2()">
42091         <size>24</size>
42092       </method>
42093       <method name="Boolean Test_3()">
42094         <size>24</size>
42095       </method>
42096       <method name="Boolean Test_4(Program+D)">
42097         <size>13</size>
42098       </method>
42099       <method name="Int32 Main()">
42100         <size>75</size>
42101       </method>
42102     </type>
42103     <type name="Program+D">
42104       <method name="Void .ctor(Object, IntPtr)">
42105         <size>0</size>
42106       </method>
42107       <method name="System.Object Invoke(Int32)">
42108         <size>0</size>
42109       </method>
42110       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
42111         <size>0</size>
42112       </method>
42113       <method name="System.Object EndInvoke(IAsyncResult)">
42114         <size>0</size>
42115       </method>
42116     </type>
42117   </test>
42118   <test name="test-645.cs">
42119     <type name="C">
42120       <method name="Void Main()">
42121         <size>30</size>
42122       </method>
42123       <method name="Void .ctor()">
42124         <size>7</size>
42125       </method>
42126     </type>
42127   </test>
42128   <test name="test-646.cs">
42129     <type name="Program">
42130       <method name="Void .ctor()">
42131         <size>7</size>
42132       </method>
42133       <method name="Int64 CastUIntPtrToInt64(UIntPtr)">
42134         <size>7</size>
42135       </method>
42136       <method name="UInt32 CastIntPtrToUInt32(IntPtr)">
42137         <size>7</size>
42138       </method>
42139       <method name="Int32 Main()">
42140         <size>113</size>
42141       </method>
42142     </type>
42143   </test>
42144   <test name="test-647.cs">
42145     <type name="Foo">
42146       <method name="Void .ctor()">
42147         <size>7</size>
42148       </method>
42149       <method name="Void Main()">
42150         <size>28</size>
42151       </method>
42152     </type>
42153   </test>
42154   <test name="test-648.cs">
42155     <type name="ParamMismatch.TestCase">
42156       <method name="Void .ctor()">
42157         <size>7</size>
42158       </method>
42159       <method name="Void add_Culprit(System.EventHandler)">
42160         <size>1</size>
42161       </method>
42162       <method name="Void remove_Culprit(System.EventHandler)">
42163         <size>1</size>
42164       </method>
42165       <method name="Void Main()">
42166         <size>1</size>
42167       </method>
42168       <method name="Void Finalize()">
42169         <size>13</size>
42170       </method>
42171     </type>
42172   </test>
42173   <test name="test-649.cs">
42174     <type name="MainClass">
42175       <method name="Void .ctor()">
42176         <size>7</size>
42177       </method>
42178       <method name="Void Main(System.String[])">
42179         <size>609</size>
42180       </method>
42181     </type>
42182     <type name="MainClass+Decimal2">
42183       <method name="Void .ctor(Double)">
42184         <size>13</size>
42185       </method>
42186       <method name="Void .ctor(Decimal)">
42187         <size>8</size>
42188       </method>
42189       <method name="Decimal2 op_Explicit(Decimal)">
42190         <size>7</size>
42191       </method>
42192       <method name="Decimal2 op_Explicit(Double)">
42193         <size>7</size>
42194       </method>
42195       <method name="Decimal op_Implicit(Decimal2)">
42196         <size>8</size>
42197       </method>
42198     </type>
42199   </test>
42200   <test name="test-65.cs">
42201     <type name="X">
42202       <method name="Void .ctor()">
42203         <size>7</size>
42204       </method>
42205       <method name="Void receiver(S)">
42206         <size>7</size>
42207       </method>
42208       <method name="System.Object BoxS()">
42209         <size>21</size>
42210       </method>
42211       <method name="S Plain()">
42212         <size>16</size>
42213       </method>
42214       <method name="Int32 Main()">
42215         <size>98</size>
42216       </method>
42217     </type>
42218   </test>
42219   <test name="test-650.cs">
42220     <type name="App">
42221       <method name="Void .ctor()">
42222         <size>7</size>
42223       </method>
42224       <method name="Void Main()">
42225         <size>1</size>
42226       </method>
42227     </type>
42228   </test>
42229   <test name="test-651.cs">
42230     <type name="Foo">
42231       <method name="Void .ctor()">
42232         <size>7</size>
42233       </method>
42234       <method name="Void Open(IList)">
42235         <size>1</size>
42236       </method>
42237       <method name="Void Open(System.Collections.ArrayList ByRef)">
42238         <size>20</size>
42239       </method>
42240       <method name="Void Main()">
42241         <size>1</size>
42242       </method>
42243     </type>
42244   </test>
42245   <test name="test-652.cs">
42246     <type name="C">
42247       <method name="Void .ctor()">
42248         <size>7</size>
42249       </method>
42250       <method name="Int32 Main()">
42251         <size>6</size>
42252       </method>
42253       <method name="Int32 Test()">
42254         <size>27</size>
42255       </method>
42256     </type>
42257   </test>
42258   <test name="test-653.cs">
42259     <type name="C">
42260       <method name="Void .ctor()">
42261         <size>7</size>
42262       </method>
42263       <method name="Int32 Test()">
42264         <size>50</size>
42265       </method>
42266       <method name="Void Test2()">
42267         <size>32</size>
42268       </method>
42269       <method name="Void Test2(SByte, Int16, Int32, Int64, UInt64)">
42270         <size>39</size>
42271       </method>
42272       <method name="Int32 Main()">
42273         <size>41</size>
42274       </method>
42275     </type>
42276   </test>
42277   <test name="test-654.cs">
42278     <type name="Program">
42279       <method name="Void .ctor()">
42280         <size>7</size>
42281       </method>
42282       <method name="Int32 Main()">
42283         <size>8</size>
42284       </method>
42285       <method name="Int32 Test(SByte*)">
42286         <size>33</size>
42287       </method>
42288     </type>
42289   </test>
42290   <test name="test-655.cs">
42291     <type name="D">
42292       <method name="Void .ctor()">
42293         <size>7</size>
42294       </method>
42295       <method name="Byte get_Item(Int32)">
42296         <size>7</size>
42297       </method>
42298       <method name="Void set_Item(Int32, Byte)">
42299         <size>8</size>
42300       </method>
42301       <method name="Int32 Main()">
42302         <size>69</size>
42303       </method>
42304     </type>
42305   </test>
42306   <test name="test-656.cs">
42307     <type name="Goo">
42308       <method name="Void .ctor()">
42309         <size>7</size>
42310       </method>
42311       <method name="Void Main()">
42312         <size>26</size>
42313       </method>
42314     </type>
42315   </test>
42316   <test name="test-657.cs">
42317     <type name="TestDebug.C">
42318       <method name="Void .ctor()">
42319         <size>7</size>
42320       </method>
42321       <method name="Void Method()">
42322         <size>1</size>
42323       </method>
42324     </type>
42325     <type name="TestDebug.Program">
42326       <method name="Void .ctor()">
42327         <size>7</size>
42328       </method>
42329       <method name="Void Excluded()">
42330         <size>11</size>
42331       </method>
42332       <method name="Int32 Main()">
42333         <size>7</size>
42334       </method>
42335     </type>
42336   </test>
42337   <test name="test-658.cs">
42338     <type name="A">
42339       <method name="Void .ctor()">
42340         <size>7</size>
42341       </method>
42342       <method name="Int32 get_Thread()">
42343         <size>2</size>
42344       </method>
42345     </type>
42346     <type name="Thread">
42347       <method name="Void .ctor()">
42348         <size>7</size>
42349       </method>
42350       <method name="Void Foo()">
42351         <size>1</size>
42352       </method>
42353     </type>
42354     <type name="B">
42355       <method name="Void .ctor()">
42356         <size>7</size>
42357       </method>
42358       <method name="Void Main()">
42359         <size>6</size>
42360       </method>
42361     </type>
42362   </test>
42363   <test name="test-659.cs">
42364     <type name="MySubClass">
42365       <method name="Void .ctor()">
42366         <size>7</size>
42367       </method>
42368       <method name="Int32 Main()">
42369         <size>30</size>
42370       </method>
42371       <method name="Void set_BB(Int32, Boolean)">
42372         <size>1</size>
42373       </method>
42374       <method name="Void Iface.set_AA(Int32, Boolean)">
42375         <size>9</size>
42376       </method>
42377     </type>
42378   </test>
42379   <test name="test-66.cs">
42380     <type name="Y">
42381       <method name="Void .ctor()">
42382         <size>7</size>
42383       </method>
42384     </type>
42385     <type name="X">
42386       <method name="Void .ctor()">
42387         <size>7</size>
42388       </method>
42389       <method name="Void .cctor()">
42390         <size>53</size>
42391       </method>
42392       <method name="Void FillOne()">
42393         <size>18</size>
42394       </method>
42395       <method name="Void FillSingle()">
42396         <size>39</size>
42397       </method>
42398       <method name="Void FillDouble()">
42399         <size>59</size>
42400       </method>
42401       <method name="Void FillObject()">
42402         <size>52</size>
42403       </method>
42404       <method name="Void FillDoubleObject()">
42405         <size>81</size>
42406       </method>
42407       <method name="Int32 TestSingle()">
42408         <size>47</size>
42409       </method>
42410       <method name="Int32 TestDouble()">
42411         <size>67</size>
42412       </method>
42413       <method name="Int32 TestObjectSingle()">
42414         <size>48</size>
42415       </method>
42416       <method name="Int32 TestObjectDouble()">
42417         <size>72</size>
42418       </method>
42419       <method name="Int32 Main()">
42420         <size>80</size>
42421       </method>
42422     </type>
42423   </test>
42424   <test name="test-660.cs">
42425     <type name="Test">
42426       <method name="Void .ctor()">
42427         <size>7</size>
42428       </method>
42429       <method name="Void Main()">
42430         <size>25</size>
42431       </method>
42432     </type>
42433     <type name="Status">
42434       <method name="Void .ctor(Code)">
42435         <size>8</size>
42436       </method>
42437       <method name="Status op_Implicit(Code)">
42438         <size>7</size>
42439       </method>
42440       <method name="Code op_Implicit(Status)">
42441         <size>8</size>
42442       </method>
42443     </type>
42444   </test>
42445   <test name="test-661.cs">
42446     <type name="Test">
42447       <method name="Void .ctor()">
42448         <size>7</size>
42449       </method>
42450       <method name="Void Main()">
42451         <size>1</size>
42452       </method>
42453       <method name="Void TestMethod()">
42454         <size>15</size>
42455       </method>
42456       <method name="SummaryInfo GetSummary()">
42457         <size>2</size>
42458       </method>
42459     </type>
42460   </test>
42461   <test name="test-662.cs">
42462     <type name="C">
42463       <method name="Void .ctor()">
42464         <size>7</size>
42465       </method>
42466       <method name="Void Main()">
42467         <size>1</size>
42468       </method>
42469     </type>
42470   </test>
42471   <test name="test-663.cs">
42472     <type name="A">
42473       <method name="Void .ctor()">
42474         <size>7</size>
42475       </method>
42476       <method name="Int32 op_Implicit(A)">
42477         <size>2</size>
42478       </method>
42479       <method name="Boolean op_Implicit(A)">
42480         <size>2</size>
42481       </method>
42482     </type>
42483     <type name="C">
42484       <method name="Void .ctor()">
42485         <size>7</size>
42486       </method>
42487       <method name="Void Main()">
42488         <size>17</size>
42489       </method>
42490     </type>
42491   </test>
42492   <test name="test-664.cs">
42493     <type name="C">
42494       <method name="Void .ctor()">
42495         <size>7</size>
42496       </method>
42497       <method name="Boolean Test(System.String)">
42498         <size>148</size>
42499       </method>
42500       <method name="Int32 Main()">
42501         <size>49</size>
42502       </method>
42503     </type>
42504   </test>
42505   <test name="test-665.cs">
42506     <type name="Test">
42507       <method name="Void .ctor()">
42508         <size>7</size>
42509       </method>
42510       <method name="Int32 Main()">
42511         <size>14</size>
42512       </method>
42513       <method name="Int32 Method(System.Object)">
42514         <size>2</size>
42515       </method>
42516     </type>
42517   </test>
42518   <test name="test-666.cs">
42519     <type name="C">
42520       <method name="Void .ctor()">
42521         <size>7</size>
42522       </method>
42523       <method name="Void Main()">
42524         <size>1</size>
42525       </method>
42526     </type>
42527   </test>
42528   <test name="test-667.cs">
42529     <type name="CA">
42530       <method name="Void .ctor()">
42531         <size>7</size>
42532       </method>
42533       <method name="Void IA.M()">
42534         <size>1</size>
42535       </method>
42536     </type>
42537     <type name="CC">
42538       <method name="Void .ctor()">
42539         <size>7</size>
42540       </method>
42541       <method name="Void Main()">
42542         <size>1</size>
42543       </method>
42544     </type>
42545   </test>
42546   <test name="test-668.cs">
42547     <type name="Bar">
42548       <method name="Void .ctor()">
42549         <size>7</size>
42550       </method>
42551     </type>
42552     <type name="Test">
42553       <method name="Void .ctor()">
42554         <size>7</size>
42555       </method>
42556       <method name="Void Main()">
42557         <size>7</size>
42558       </method>
42559     </type>
42560   </test>
42561   <test name="test-669.cs">
42562     <type name="Test">
42563       <method name="Void .ctor()">
42564         <size>7</size>
42565       </method>
42566       <method name="Void Main()">
42567         <size>3</size>
42568       </method>
42569     </type>
42570   </test>
42571   <test name="test-670.cs">
42572     <type name="C">
42573       <method name="Void .ctor()">
42574         <size>7</size>
42575       </method>
42576       <method name="Void Main()">
42577         <size>14</size>
42578       </method>
42579     </type>
42580   </test>
42581   <test name="test-671.cs">
42582     <type name="C">
42583       <method name="Void .ctor()">
42584         <size>7</size>
42585       </method>
42586       <method name="Int32 Main()">
42587         <size>19</size>
42588       </method>
42589       <method name="Boolean Bar(System.Object)">
42590         <size>2</size>
42591       </method>
42592     </type>
42593   </test>
42594   <test name="test-672.cs">
42595     <type name="X">
42596       <method name="Void .ctor()">
42597         <size>7</size>
42598       </method>
42599       <method name="S* get_Foo2()">
42600         <size>3</size>
42601       </method>
42602       <method name="Void Main()">
42603         <size>1</size>
42604       </method>
42605       <method name="Int32* get_Foo()">
42606         <size>3</size>
42607       </method>
42608     </type>
42609   </test>
42610   <test name="test-673.cs">
42611     <type name="Test">
42612       <method name="Void .ctor()">
42613         <size>7</size>
42614       </method>
42615       <method name="Void Foo()">
42616         <size>1</size>
42617       </method>
42618       <method name="Int32 Main()">
42619         <size>85</size>
42620       </method>
42621     </type>
42622   </test>
42623   <test name="test-674.cs">
42624     <type name="Test">
42625       <method name="Void .ctor()">
42626         <size>7</size>
42627       </method>
42628       <method name="Int32 Main()">
42629         <size>56</size>
42630       </method>
42631       <method name="Int32 &lt;Main&gt;m__0(Int32)">
42632         <size>2</size>
42633       </method>
42634     </type>
42635     <type name="Test+D">
42636       <method name="Void .ctor(Object, IntPtr)">
42637         <size>0</size>
42638       </method>
42639       <method name="Int32 Invoke(Int32)">
42640         <size>0</size>
42641       </method>
42642       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
42643         <size>0</size>
42644       </method>
42645       <method name="Int32 EndInvoke(IAsyncResult)">
42646         <size>0</size>
42647       </method>
42648     </type>
42649   </test>
42650   <test name="test-675.cs">
42651     <type name="B">
42652       <method name="Void .ctor()">
42653         <size>7</size>
42654       </method>
42655       <method name="Int32 GetHashCode()">
42656         <size>2</size>
42657       </method>
42658       <method name="Boolean Equals(System.Object)">
42659         <size>2</size>
42660       </method>
42661       <method name="Boolean op_Equality(B, B)">
42662         <size>2</size>
42663       </method>
42664       <method name="Boolean op_Inequality(B, B)">
42665         <size>2</size>
42666       </method>
42667     </type>
42668     <type name="Test">
42669       <method name="Void .ctor()">
42670         <size>7</size>
42671       </method>
42672       <method name="Int32 Main()">
42673         <size>2</size>
42674       </method>
42675     </type>
42676   </test>
42677   <test name="test-676.cs">
42678     <type name="N.Item">
42679       <method name="Void .ctor()">
42680         <size>7</size>
42681       </method>
42682     </type>
42683     <type name="N.Test">
42684       <method name="Void .ctor()">
42685         <size>7</size>
42686       </method>
42687       <method name="N.Item get_Item(N.Test)">
42688         <size>2</size>
42689       </method>
42690       <method name="Void Foo(ItemSlot)">
42691         <size>27</size>
42692       </method>
42693       <method name="Int32 Main()">
42694         <size>2</size>
42695       </method>
42696     </type>
42697   </test>
42698   <test name="test-677.cs">
42699     <type name="InvokeWindow">
42700       <method name="Void .ctor()">
42701         <size>7</size>
42702       </method>
42703       <method name="Void add_E(D)">
42704         <size>47</size>
42705       </method>
42706       <method name="Void remove_E(D)">
42707         <size>47</size>
42708       </method>
42709       <method name="Void Run()">
42710         <size>12</size>
42711       </method>
42712     </type>
42713     <type name="Test">
42714       <method name="Void .ctor()">
42715         <size>7</size>
42716       </method>
42717       <method name="Int32 Main()">
42718         <size>32</size>
42719       </method>
42720       <method name="Void OnDeleteEvent()">
42721         <size>1</size>
42722       </method>
42723       <method name="Void OnDeleteEvent(Int32)">
42724         <size>1</size>
42725       </method>
42726     </type>
42727     <type name="D">
42728       <method name="Void .ctor(Object, IntPtr)">
42729         <size>0</size>
42730       </method>
42731       <method name="Void Invoke()">
42732         <size>0</size>
42733       </method>
42734       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42735         <size>0</size>
42736       </method>
42737       <method name="Void EndInvoke(IAsyncResult)">
42738         <size>0</size>
42739       </method>
42740     </type>
42741   </test>
42742   <test name="test-678.cs">
42743     <type name="NaNTest">
42744       <method name="Void .ctor(Double, Double)">
42745         <size>171</size>
42746       </method>
42747       <method name="Int32 Main()">
42748         <size>26</size>
42749       </method>
42750     </type>
42751   </test>
42752   <test name="test-679.cs">
42753     <type name="Program">
42754       <method name="Void .ctor()">
42755         <size>7</size>
42756       </method>
42757       <method name="Int32 Main()">
42758         <size>12</size>
42759       </method>
42760     </type>
42761   </test>
42762   <test name="test-68.cs">
42763     <type name="Y">
42764       <method name="Void .ctor()">
42765         <size>14</size>
42766       </method>
42767     </type>
42768     <type name="X">
42769       <method name="Void .ctor()">
42770         <size>7</size>
42771       </method>
42772       <method name="Int32 Main()">
42773         <size>147</size>
42774       </method>
42775     </type>
42776   </test>
42777   <test name="test-680.cs">
42778     <type name="AsStringProblem.MainClass">
42779       <method name="Void .ctor()">
42780         <size>7</size>
42781       </method>
42782       <method name="Void Main()">
42783         <size>94</size>
42784       </method>
42785     </type>
42786   </test>
42787   <test name="test-681.cs">
42788     <type name="Bug">
42789       <method name="Void .ctor()">
42790         <size>20</size>
42791       </method>
42792       <method name="Void Main()">
42793         <size>1</size>
42794       </method>
42795     </type>
42796     <type name="BugClass">
42797       <method name="Void .cctor()">
42798         <size>18</size>
42799       </method>
42800       <method name="Void FooImplementation(System.Void*)">
42801         <size>1</size>
42802       </method>
42803     </type>
42804     <type name="BugClass+Foo">
42805       <method name="Void .ctor(Object, IntPtr)">
42806         <size>0</size>
42807       </method>
42808       <method name="Void Invoke(System.Void*)">
42809         <size>0</size>
42810       </method>
42811       <method name="IAsyncResult BeginInvoke(System.Void*, System.AsyncCallback, System.Object)">
42812         <size>0</size>
42813       </method>
42814       <method name="Void EndInvoke(IAsyncResult)">
42815         <size>0</size>
42816       </method>
42817     </type>
42818   </test>
42819   <test name="test-683.cs">
42820     <type name="broken_cast">
42821       <method name="Void .ctor()">
42822         <size>7</size>
42823       </method>
42824       <method name="Int32 Main()">
42825         <size>32</size>
42826       </method>
42827     </type>
42828   </test>
42829   <test name="test-684.cs">
42830     <type name="mono_bug.Program">
42831       <method name="Void .ctor()">
42832         <size>7</size>
42833       </method>
42834       <method name="Void Main()">
42835         <size>71</size>
42836       </method>
42837       <method name="System.Double[][,] ReturnArray()">
42838         <size>62</size>
42839       </method>
42840     </type>
42841   </test>
42842   <test name="test-685.cs">
42843     <type name="C">
42844       <method name="Void .ctor()">
42845         <size>7</size>
42846       </method>
42847       <method name="Void Main()">
42848         <size>28</size>
42849       </method>
42850     </type>
42851   </test>
42852   <test name="test-686.cs">
42853     <type name="Test">
42854       <method name="Void .ctor()">
42855         <size>7</size>
42856       </method>
42857       <method name="Void Main()">
42858         <size>51</size>
42859       </method>
42860       <method name="Void Foo()">
42861         <size>148</size>
42862       </method>
42863     </type>
42864   </test>
42865   <test name="test-687.cs">
42866     <type name="XUnit">
42867       <method name="Void .ctor(Double)">
42868         <size>8</size>
42869       </method>
42870       <method name="XUnit op_Implicit(Double)">
42871         <size>10</size>
42872       </method>
42873       <method name="Double op_Implicit(XUnit)">
42874         <size>8</size>
42875       </method>
42876     </type>
42877     <type name="Unit">
42878       <method name="Void .ctor(Double)">
42879         <size>8</size>
42880       </method>
42881       <method name="Unit op_Implicit(Double)">
42882         <size>10</size>
42883       </method>
42884       <method name="Double op_Implicit(Unit)">
42885         <size>8</size>
42886       </method>
42887     </type>
42888     <type name="Test">
42889       <method name="Void .ctor()">
42890         <size>7</size>
42891       </method>
42892       <method name="Int32 Main()">
42893         <size>56</size>
42894       </method>
42895     </type>
42896   </test>
42897   <test name="test-688.cs">
42898     <type name="Test">
42899       <method name="Void .ctor()">
42900         <size>7</size>
42901       </method>
42902       <method name="Int32 Main()">
42903         <size>46</size>
42904       </method>
42905       <method name="Byte* GetFoo()">
42906         <size>7</size>
42907       </method>
42908       <method name="Byte* GetFoo2()">
42909         <size>7</size>
42910       </method>
42911     </type>
42912   </test>
42913   <test name="test-689.cs">
42914     <type name="Sample">
42915       <method name="Void Main()">
42916         <size>3</size>
42917       </method>
42918       <method name="Void Foo(Byte*, Byte*)">
42919         <size>42</size>
42920       </method>
42921     </type>
42922   </test>
42923   <test name="test-69.cs">
42924     <type name="Blah">
42925       <method name="Void .ctor()">
42926         <size>7</size>
42927       </method>
42928       <method name="Void Start_internal(IntPtr)">
42929         <size>0</size>
42930       </method>
42931       <method name="Int32 Main()">
42932         <size>2</size>
42933       </method>
42934     </type>
42935   </test>
42936   <test name="test-690.cs">
42937     <type name="Test.Test">
42938       <method name="Void .ctor()">
42939         <size>7</size>
42940       </method>
42941       <method name="Void Main()">
42942         <size>1</size>
42943       </method>
42944     </type>
42945   </test>
42946   <test name="test-691.cs">
42947     <type name="ConsoleApplication6.Program">
42948       <method name="Void .ctor()">
42949         <size>7</size>
42950       </method>
42951       <method name="Void .cctor()">
42952         <size>23</size>
42953       </method>
42954       <method name="Void Main()">
42955         <size>128</size>
42956       </method>
42957     </type>
42958   </test>
42959   <test name="test-692.cs">
42960     <type name="Test">
42961       <method name="Void .ctor()">
42962         <size>7</size>
42963       </method>
42964       <method name="Void test1(DateTime ByRef)">
42965         <size>10</size>
42966       </method>
42967       <method name="Void test2(DateTime ByRef)">
42968         <size>13</size>
42969       </method>
42970       <method name="Int32 Main()">
42971         <size>141</size>
42972       </method>
42973     </type>
42974   </test>
42975   <test name="test-693.cs">
42976     <type name="ConstTest">
42977       <method name="Void .ctor()">
42978         <size>7</size>
42979       </method>
42980       <method name="Int32 Main()">
42981         <size>32</size>
42982       </method>
42983     </type>
42984   </test>
42985   <test name="test-694.cs">
42986     <type name="Test">
42987       <method name="Void .ctor()">
42988         <size>7</size>
42989       </method>
42990       <method name="Int32 Main()">
42991         <size>2</size>
42992       </method>
42993     </type>
42994   </test>
42995   <test name="test-695.cs">
42996     <type name="Program">
42997       <method name="Int32 Main()">
42998         <size>680</size>
42999       </method>
43000       <method name="System.String get_BaseDirectory()">
43001         <size>28</size>
43002       </method>
43003       <method name="Void .ctor()">
43004         <size>7</size>
43005       </method>
43006       <method name="Void .cctor()">
43007         <size>53</size>
43008       </method>
43009     </type>
43010     <type name="&lt;PrivateImplementationDetails&gt;">
43011       <method name="Void .ctor()">
43012         <size>7</size>
43013       </method>
43014     </type>
43015   </test>
43016   <test name="test-696.cs">
43017     <type name="S">
43018       <method name="Void f(S)">
43019         <size>1</size>
43020       </method>
43021       <method name="S op_Implicit(C)">
43022         <size>2</size>
43023       </method>
43024     </type>
43025     <type name="C">
43026       <method name="Void .ctor()">
43027         <size>7</size>
43028       </method>
43029       <method name="Void Main()">
43030         <size>12</size>
43031       </method>
43032     </type>
43033   </test>
43034   <test name="test-697.cs">
43035     <type name="C">
43036       <method name="Void .ctor()">
43037         <size>7</size>
43038       </method>
43039       <method name="Void Main()">
43040         <size>1</size>
43041       </method>
43042     </type>
43043   </test>
43044   <test name="test-698.cs">
43045     <type name="test">
43046       <method name="Void .ctor()">
43047         <size>7</size>
43048       </method>
43049       <method name="Void Main()">
43050         <size>12</size>
43051       </method>
43052     </type>
43053   </test>
43054   <test name="test-699.cs">
43055     <type name="D">
43056       <method name="Void .ctor(String)">
43057         <size>25</size>
43058       </method>
43059       <method name="System.String get_message()">
43060         <size>7</size>
43061       </method>
43062       <method name="Void Main()">
43063         <size>1</size>
43064       </method>
43065     </type>
43066   </test>
43067   <test name="test-7.cs">
43068     <type name="Mine.MyBoolean">
43069       <method name="Void .ctor()">
43070         <size>7</size>
43071       </method>
43072       <method name="Boolean op_Implicit(Mine.MyBoolean)">
43073         <size>2</size>
43074       </method>
43075     </type>
43076     <type name="Mine.MyTrueFalse">
43077       <method name="Void .ctor()">
43078         <size>7</size>
43079       </method>
43080       <method name="Boolean op_True(Mine.MyTrueFalse)">
43081         <size>2</size>
43082       </method>
43083       <method name="Boolean op_False(Mine.MyTrueFalse)">
43084         <size>2</size>
43085       </method>
43086     </type>
43087     <type name="Mine.Blah">
43088       <method name="Void .ctor(Int32)">
43089         <size>14</size>
43090       </method>
43091       <method name="Int32 Main()">
43092         <size>408</size>
43093       </method>
43094       <method name="Mine.Blah op_Addition(Mine.Blah, Mine.Blah)">
43095         <size>31</size>
43096       </method>
43097       <method name="Mine.Blah op_UnaryPlus(Mine.Blah)">
43098         <size>22</size>
43099       </method>
43100       <method name="Mine.Blah op_UnaryNegation(Mine.Blah)">
43101         <size>23</size>
43102       </method>
43103       <method name="Mine.Blah op_Subtraction(Mine.Blah, Mine.Blah)">
43104         <size>31</size>
43105       </method>
43106       <method name="Int32 op_Multiply(Mine.Blah, Mine.Blah)">
43107         <size>24</size>
43108       </method>
43109       <method name="Int32 op_Division(Mine.Blah, Mine.Blah)">
43110         <size>24</size>
43111       </method>
43112       <method name="Int32 op_Modulus(Mine.Blah, Mine.Blah)">
43113         <size>24</size>
43114       </method>
43115       <method name="Mine.Blah op_OnesComplement(Mine.Blah)">
43116         <size>23</size>
43117       </method>
43118       <method name="Boolean op_LogicalNot(Mine.Blah)">
43119         <size>20</size>
43120       </method>
43121       <method name="Mine.Blah op_Increment(Mine.Blah)">
43122         <size>26</size>
43123       </method>
43124       <method name="Mine.Blah op_Decrement(Mine.Blah)">
43125         <size>26</size>
43126       </method>
43127       <method name="Boolean op_True(Mine.Blah)">
43128         <size>20</size>
43129       </method>
43130       <method name="Boolean op_False(Mine.Blah)">
43131         <size>23</size>
43132       </method>
43133       <method name="Int32 op_Implicit(Mine.Blah)">
43134         <size>17</size>
43135       </method>
43136       <method name="Double op_Explicit(Mine.Blah)">
43137         <size>18</size>
43138       </method>
43139     </type>
43140   </test>
43141   <test name="test-70.cs">
43142     <type name="X">
43143       <method name="Void .ctor()">
43144         <size>7</size>
43145       </method>
43146       <method name="Int32 get_A()">
43147         <size>2</size>
43148       </method>
43149       <method name="Int32 B()">
43150         <size>2</size>
43151       </method>
43152     </type>
43153     <type name="Y">
43154       <method name="Void .ctor()">
43155         <size>7</size>
43156       </method>
43157       <method name="Int32 get_A()">
43158         <size>9</size>
43159       </method>
43160       <method name="Int32 B()">
43161         <size>9</size>
43162       </method>
43163     </type>
43164     <type name="Z">
43165       <method name="Void .ctor()">
43166         <size>7</size>
43167       </method>
43168       <method name="Int32 Main()">
43169         <size>70</size>
43170       </method>
43171     </type>
43172   </test>
43173   <test name="test-700.cs">
43174     <type name="FooAttribute">
43175       <method name="Void .ctor(String)">
43176         <size>7</size>
43177       </method>
43178     </type>
43179     <type name="Test">
43180       <method name="Void .ctor()">
43181         <size>7</size>
43182       </method>
43183     </type>
43184     <type name="Program">
43185       <method name="Void .ctor()">
43186         <size>7</size>
43187       </method>
43188       <method name="Void Main()">
43189         <size>1</size>
43190       </method>
43191     </type>
43192   </test>
43193   <test name="test-701.cs">
43194     <type name="Foo">
43195       <method name="Void .ctor()">
43196         <size>7</size>
43197       </method>
43198       <method name="UInt16 ToUint16()">
43199         <size>6</size>
43200       </method>
43201       <method name="Void Main()">
43202         <size>1</size>
43203       </method>
43204     </type>
43205   </test>
43206   <test name="test-702.cs">
43207     <type name="S">
43208       <method name="Void Main()">
43209         <size>9</size>
43210       </method>
43211       <method name="Void .ctor(Int32)">
43212         <size>8</size>
43213       </method>
43214       <method name="Void .ctor(String, Int32)">
43215         <size>15</size>
43216       </method>
43217     </type>
43218   </test>
43219   <test name="test-703.cs">
43220     <type name="A">
43221       <method name="Void .ctor()">
43222         <size>7</size>
43223       </method>
43224       <method name="Void add_Finished(System.EventHandler)">
43225         <size>0</size>
43226       </method>
43227       <method name="Void remove_Finished(System.EventHandler)">
43228         <size>0</size>
43229       </method>
43230       <method name="Void test(A)">
43231         <size>19</size>
43232       </method>
43233       <method name="Void TestA(System.Object, System.EventArgs)">
43234         <size>25</size>
43235       </method>
43236     </type>
43237     <type name="B">
43238       <method name="Void .ctor()">
43239         <size>49</size>
43240       </method>
43241       <method name="Void add_Finished(System.EventHandler)">
43242         <size>47</size>
43243       </method>
43244       <method name="Void remove_Finished(System.EventHandler)">
43245         <size>47</size>
43246       </method>
43247       <method name="Void TestB(System.Object, System.EventArgs)">
43248         <size>25</size>
43249       </method>
43250       <method name="Int32 Main()">
43251         <size>14</size>
43252       </method>
43253     </type>
43254   </test>
43255   <test name="test-705.cs">
43256     <type name="Test">
43257       <method name="Void .ctor()">
43258         <size>7</size>
43259       </method>
43260       <method name="Void .cctor()">
43261         <size>1</size>
43262       </method>
43263       <method name="Nested GetEnumerator()">
43264         <size>10</size>
43265       </method>
43266     </type>
43267     <type name="Test+Nested">
43268       <method name="Void System.IDisposable.Dispose()">
43269         <size>13</size>
43270       </method>
43271       <method name="Int32 get_Current()">
43272         <size>2</size>
43273       </method>
43274       <method name="Boolean MoveNext()">
43275         <size>2</size>
43276       </method>
43277       <method name="Void Reset()">
43278         <size>1</size>
43279       </method>
43280       <method name="Void Dispose()">
43281         <size>11</size>
43282       </method>
43283     </type>
43284     <type name="Program">
43285       <method name="Int32 Main()">
43286         <size>72</size>
43287       </method>
43288     </type>
43289   </test>
43290   <test name="test-706.cs">
43291     <type name="Test.CustomParentAttribute">
43292       <method name="Void .ctor()">
43293         <size>7</size>
43294       </method>
43295       <method name="Void DoSomething()">
43296         <size>0</size>
43297       </method>
43298     </type>
43299     <type name="Test.MyClass">
43300       <method name="Void .ctor()">
43301         <size>7</size>
43302       </method>
43303       <method name="Void Main()">
43304         <size>1</size>
43305       </method>
43306     </type>
43307     <type name="Test.MyClass+CustomChildAttribute">
43308       <method name="Void .ctor()">
43309         <size>7</size>
43310       </method>
43311       <method name="Void DoSomething()">
43312         <size>1</size>
43313       </method>
43314     </type>
43315   </test>
43316   <test name="test-707.cs">
43317     <type name="Tzap">
43318       <method name="Void .ctor()">
43319         <size>7</size>
43320       </method>
43321     </type>
43322     <type name="Tzap+Baz">
43323       <method name="Void .ctor()">
43324         <size>7</size>
43325       </method>
43326       <method name="Void Gazonk()">
43327         <size>7</size>
43328       </method>
43329       <method name="Void Main()">
43330         <size>1</size>
43331       </method>
43332     </type>
43333     <type name="Tzap+Bar">
43334       <method name="Void .ctor()">
43335         <size>7</size>
43336       </method>
43337       <method name="Void Foo()">
43338         <size>1</size>
43339       </method>
43340     </type>
43341   </test>
43342   <test name="test-708.cs">
43343     <type name="A">
43344       <method name="Void .ctor()">
43345         <size>7</size>
43346       </method>
43347       <method name="A+ADelegate Delegate2(Boolean)">
43348         <size>25</size>
43349       </method>
43350       <method name="Void Main()">
43351         <size>1</size>
43352       </method>
43353     </type>
43354     <type name="A+ADelegate">
43355       <method name="Void .ctor(Object, IntPtr)">
43356         <size>0</size>
43357       </method>
43358       <method name="A+ADelegate Invoke(Boolean)">
43359         <size>0</size>
43360       </method>
43361       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
43362         <size>0</size>
43363       </method>
43364       <method name="A+ADelegate EndInvoke(IAsyncResult)">
43365         <size>0</size>
43366       </method>
43367     </type>
43368   </test>
43369   <test name="test-709.cs">
43370     <type name="C">
43371       <method name="Void .ctor()">
43372         <size>7</size>
43373       </method>
43374       <method name="Void CopyTo(Int32, System.Char[], Int32, Int32)">
43375         <size>68</size>
43376       </method>
43377       <method name="Void CharCopy(Char*, Char*, Int32)">
43378         <size>33</size>
43379       </method>
43380       <method name="Int32 Main()">
43381         <size>58</size>
43382       </method>
43383     </type>
43384   </test>
43385   <test name="test-71.cs">
43386     <type name="X">
43387       <method name="Void .ctor()">
43388         <size>7</size>
43389       </method>
43390       <method name="Void Main()">
43391         <size>37</size>
43392       </method>
43393     </type>
43394     <type name="MethodSignature">
43395       <method name="Void .ctor(String, Type, Type[])">
43396         <size>22</size>
43397       </method>
43398     </type>
43399   </test>
43400   <test name="test-710.cs">
43401     <type name="Z">
43402       <method name="Void .ctor()">
43403         <size>7</size>
43404       </method>
43405     </type>
43406     <type name="C">
43407       <method name="Void .ctor()">
43408         <size>7</size>
43409       </method>
43410       <method name="Void Main()">
43411         <size>7</size>
43412       </method>
43413     </type>
43414   </test>
43415   <test name="test-711.cs">
43416     <type name="N.Test">
43417       <method name="Void .ctor()">
43418         <size>7</size>
43419       </method>
43420       <method name="Void .ctor(Int32)">
43421         <size>7</size>
43422       </method>
43423       <method name="Void Main()">
43424         <size>1</size>
43425       </method>
43426     </type>
43427   </test>
43428   <test name="test-712.cs">
43429     <type name="Hello">
43430       <method name="Void .ctor()">
43431         <size>7</size>
43432       </method>
43433       <method name="Void Main()">
43434         <size>22</size>
43435       </method>
43436     </type>
43437   </test>
43438   <test name="test-713.cs">
43439     <type name="DispBar">
43440       <method name="Void .ctor()">
43441         <size>7</size>
43442       </method>
43443       <method name="Void Dispose()">
43444         <size>11</size>
43445       </method>
43446     </type>
43447     <type name="Foo">
43448       <method name="Void .ctor()">
43449         <size>7</size>
43450       </method>
43451       <method name="IDisposable GetBar()">
43452         <size>6</size>
43453       </method>
43454     </type>
43455     <type name="Test">
43456       <method name="Void .ctor()">
43457         <size>7</size>
43458       </method>
43459       <method name="Void .cctor()">
43460         <size>11</size>
43461       </method>
43462       <method name="Boolean TryThing()">
43463         <size>46</size>
43464       </method>
43465       <method name="Void Main()">
43466         <size>7</size>
43467       </method>
43468     </type>
43469   </test>
43470   <test name="test-714.cs">
43471     <type name="Hello">
43472       <method name="Void .ctor()">
43473         <size>7</size>
43474       </method>
43475       <method name="Void IBar.Test()">
43476         <size>1</size>
43477       </method>
43478       <method name="Void Main()">
43479         <size>1</size>
43480       </method>
43481     </type>
43482   </test>
43483   <test name="test-715.cs">
43484     <type name="C">
43485       <method name="Int32 Main()">
43486         <size>2</size>
43487       </method>
43488       <method name="Void .ctor()">
43489         <size>7</size>
43490       </method>
43491     </type>
43492   </test>
43493   <test name="test-716.cs">
43494     <type name="SS">
43495       <method name="Void .cctor()">
43496         <size>8</size>
43497       </method>
43498     </type>
43499     <type name="SSS">
43500       <method name="Void .cctor()">
43501         <size>15</size>
43502       </method>
43503     </type>
43504     <type name="C">
43505       <method name="Void .ctor()">
43506         <size>7</size>
43507       </method>
43508     </type>
43509     <type name="CC">
43510       <method name="Void .ctor()">
43511         <size>7</size>
43512       </method>
43513       <method name="Void .cctor()">
43514         <size>8</size>
43515       </method>
43516     </type>
43517     <type name="CCC">
43518       <method name="Void .ctor()">
43519         <size>7</size>
43520       </method>
43521       <method name="Void .cctor()">
43522         <size>11</size>
43523       </method>
43524     </type>
43525     <type name="X">
43526       <method name="Void .ctor()">
43527         <size>7</size>
43528       </method>
43529       <method name="Int32 Main()">
43530         <size>192</size>
43531       </method>
43532     </type>
43533   </test>
43534   <test name="test-717.cs">
43535     <type name="AA">
43536       <method name="Void .ctor()">
43537         <size>7</size>
43538       </method>
43539       <method name="Int32 Foo(Int32)">
43540         <size>2</size>
43541       </method>
43542     </type>
43543     <type name="A">
43544       <method name="Void .ctor()">
43545         <size>7</size>
43546       </method>
43547       <method name="Int32 Foo(Byte)">
43548         <size>2</size>
43549       </method>
43550       <method name="Int32 Foo(Int32)">
43551         <size>2</size>
43552       </method>
43553     </type>
43554     <type name="B">
43555       <method name="Void .ctor()">
43556         <size>7</size>
43557       </method>
43558       <method name="Int32 Foo(Int32)">
43559         <size>2</size>
43560       </method>
43561       <method name="Void Foo(System.String)">
43562         <size>1</size>
43563       </method>
43564     </type>
43565     <type name="S">
43566       <method name="System.String ToString()">
43567         <size>6</size>
43568       </method>
43569     </type>
43570     <type name="MyClass">
43571       <method name="Void .ctor()">
43572         <size>7</size>
43573       </method>
43574       <method name="Int32 Main()">
43575         <size>67</size>
43576       </method>
43577     </type>
43578   </test>
43579   <test name="test-718.cs">
43580     <type name="A">
43581       <method name="Void .ctor()">
43582         <size>7</size>
43583       </method>
43584       <method name="Void Foo(Int32, Int32)">
43585         <size>1</size>
43586       </method>
43587     </type>
43588     <type name="B">
43589       <method name="Void .ctor()">
43590         <size>7</size>
43591       </method>
43592       <method name="Void Main()">
43593         <size>8</size>
43594       </method>
43595       <method name="Void Foo(Int32)">
43596         <size>1</size>
43597       </method>
43598     </type>
43599   </test>
43600   <test name="test-719.cs">
43601     <type name="C">
43602       <method name="Void .ctor()">
43603         <size>7</size>
43604       </method>
43605       <method name="Void Main()">
43606         <size>1</size>
43607       </method>
43608     </type>
43609   </test>
43610   <test name="test-72.cs">
43611     <type name="outer">
43612       <method name="Void .ctor()">
43613         <size>7</size>
43614       </method>
43615       <method name="Int32 Main()">
43616         <size>2</size>
43617       </method>
43618     </type>
43619     <type name="outer+inner">
43620       <method name="Void .ctor()">
43621         <size>7</size>
43622       </method>
43623       <method name="Void meth(System.Object)">
43624         <size>8</size>
43625       </method>
43626     </type>
43627   </test>
43628   <test name="test-720.cs">
43629     <type name="N.Program">
43630       <method name="Void .ctor()">
43631         <size>7</size>
43632       </method>
43633       <method name="Void Main()">
43634         <size>18</size>
43635       </method>
43636     </type>
43637     <type name="N.Parent">
43638       <method name="Void .ctor()">
43639         <size>7</size>
43640       </method>
43641       <method name="Void add_Example(N.Parent+ExampleHandler)">
43642         <size>0</size>
43643       </method>
43644       <method name="Void remove_Example(N.Parent+ExampleHandler)">
43645         <size>0</size>
43646       </method>
43647     </type>
43648     <type name="N.Child">
43649       <method name="Void .ctor()">
43650         <size>7</size>
43651       </method>
43652       <method name="Void add_Example(N.Parent+ExampleHandler)">
43653         <size>47</size>
43654       </method>
43655       <method name="Void remove_Example(N.Parent+ExampleHandler)">
43656         <size>47</size>
43657       </method>
43658       <method name="Void OnExample()">
43659         <size>23</size>
43660       </method>
43661     </type>
43662     <type name="N.Parent+ExampleHandler">
43663       <method name="Void .ctor(Object, IntPtr)">
43664         <size>0</size>
43665       </method>
43666       <method name="Void Invoke()">
43667         <size>0</size>
43668       </method>
43669       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43670         <size>0</size>
43671       </method>
43672       <method name="Void EndInvoke(IAsyncResult)">
43673         <size>0</size>
43674       </method>
43675     </type>
43676   </test>
43677   <test name="test-721.cs">
43678     <type name="Program">
43679       <method name="Void .ctor()">
43680         <size>7</size>
43681       </method>
43682       <method name="Int32 Main()">
43683         <size>55</size>
43684       </method>
43685     </type>
43686     <type name="Control">
43687       <method name="Void .ctor()">
43688         <size>7</size>
43689       </method>
43690       <method name="Void set_Foo(Int32)">
43691         <size>1</size>
43692       </method>
43693     </type>
43694   </test>
43695   <test name="test-722.cs">
43696     <type name="S">
43697       <method name="Void set_Prop(Int32)">
43698         <size>8</size>
43699       </method>
43700       <method name="Void M[T](T)">
43701         <size>18</size>
43702       </method>
43703       <method name="Void Main()">
43704         <size>60</size>
43705       </method>
43706       <method name="Void .ctor(Int32)">
43707         <size>8</size>
43708       </method>
43709     </type>
43710   </test>
43711   <test name="test-723.cs">
43712     <type name="Test">
43713       <method name="Void .ctor()">
43714         <size>7</size>
43715       </method>
43716       <method name="Int32 get_Count()">
43717         <size>2</size>
43718       </method>
43719     </type>
43720     <type name="Maine">
43721       <method name="Int32 Main()">
43722         <size>21</size>
43723       </method>
43724     </type>
43725   </test>
43726   <test name="test-724.cs">
43727     <type name="Test">
43728       <method name="Void .ctor()">
43729         <size>7</size>
43730       </method>
43731       <method name="Int32 DoTest(System.String, System.String, System.String, Int32)">
43732         <size>29</size>
43733       </method>
43734       <method name="Int32 Main()">
43735         <size>110</size>
43736       </method>
43737     </type>
43738     <type name="Concrete">
43739       <method name="Void .ctor()">
43740         <size>7</size>
43741       </method>
43742       <method name="System.String A.get_Spec()">
43743         <size>6</size>
43744       </method>
43745       <method name="System.String B.get_Spec()">
43746         <size>6</size>
43747       </method>
43748       <method name="System.String get_Spec()">
43749         <size>6</size>
43750       </method>
43751     </type>
43752   </test>
43753   <test name="test-725.cs">
43754     <type name="D">
43755       <method name="Int32 Invoke(Int32 ByRef)">
43756         <size>0</size>
43757       </method>
43758       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
43759         <size>0</size>
43760       </method>
43761       <method name="Int32 EndInvoke(Int32 ByRef, IAsyncResult)">
43762         <size>0</size>
43763       </method>
43764       <method name="Void .ctor(Object, IntPtr)">
43765         <size>0</size>
43766       </method>
43767     </type>
43768     <type name="B">
43769       <method name="Int32 Main()">
43770         <size>237</size>
43771       </method>
43772       <method name="Void .ctor()">
43773         <size>7</size>
43774       </method>
43775     </type>
43776   </test>
43777   <test name="test-726.cs">
43778     <type name="CS0102">
43779       <method name="System.Object IFoo.Clone()">
43780         <size>2</size>
43781       </method>
43782       <method name="Void Main()">
43783         <size>1</size>
43784       </method>
43785       <method name="Void .ctor()">
43786         <size>7</size>
43787       </method>
43788     </type>
43789     <type name="CS0102+Clone">
43790       <method name="Void .ctor()">
43791         <size>7</size>
43792       </method>
43793     </type>
43794   </test>
43795   <test name="test-727.cs">
43796     <type name="IDisposableTest.MainClass">
43797       <method name="Int32 Main()">
43798         <size>113</size>
43799       </method>
43800       <method name="Void .ctor()">
43801         <size>7</size>
43802       </method>
43803     </type>
43804     <type name="IDisposableTest.Foo">
43805       <method name="Void Dispose()">
43806         <size>32</size>
43807       </method>
43808       <method name="Void .ctor()">
43809         <size>57</size>
43810       </method>
43811       <method name="Void .cctor()">
43812         <size>1</size>
43813       </method>
43814     </type>
43815   </test>
43816   <test name="test-728.cs">
43817     <type name="Tests">
43818       <method name="Int32 Main()">
43819         <size>25</size>
43820       </method>
43821       <method name="Void .ctor()">
43822         <size>7</size>
43823       </method>
43824     </type>
43825   </test>
43826   <test name="test-729.cs">
43827     <type name="Primes.MainClass">
43828       <method name="Int32 Main()">
43829         <size>136</size>
43830       </method>
43831       <method name="Void .ctor()">
43832         <size>7</size>
43833       </method>
43834     </type>
43835   </test>
43836   <test name="test-73.cs">
43837     <type name="Abstract">
43838       <method name="Void .ctor()">
43839         <size>7</size>
43840       </method>
43841       <method name="Int32 A()">
43842         <size>0</size>
43843       </method>
43844     </type>
43845     <type name="Concrete">
43846       <method name="Void .ctor()">
43847         <size>7</size>
43848       </method>
43849       <method name="Int32 A()">
43850         <size>2</size>
43851       </method>
43852     </type>
43853     <type name="Test">
43854       <method name="Void .ctor()">
43855         <size>7</size>
43856       </method>
43857       <method name="Int32 Main()">
43858         <size>22</size>
43859       </method>
43860     </type>
43861   </test>
43862   <test name="test-730.cs">
43863     <type name="Demo">
43864       <method name="Void Test(System.Object)">
43865         <size>1</size>
43866       </method>
43867       <method name="Int32 Test(Int32)">
43868         <size>2</size>
43869       </method>
43870       <method name="Int32 GetPhones()">
43871         <size>22</size>
43872       </method>
43873       <method name="Int32 Main()">
43874         <size>23</size>
43875       </method>
43876       <method name="Void .ctor()">
43877         <size>7</size>
43878       </method>
43879     </type>
43880     <type name="Demo+D">
43881       <method name="Int32 Invoke(Int32)">
43882         <size>0</size>
43883       </method>
43884       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
43885         <size>0</size>
43886       </method>
43887       <method name="Int32 EndInvoke(IAsyncResult)">
43888         <size>0</size>
43889       </method>
43890       <method name="Void .ctor(Object, IntPtr)">
43891         <size>0</size>
43892       </method>
43893     </type>
43894   </test>
43895   <test name="test-731.cs">
43896     <type name="C">
43897       <method name="Int32 Main()">
43898         <size>34</size>
43899       </method>
43900       <method name="Void .ctor()">
43901         <size>7</size>
43902       </method>
43903     </type>
43904     <type name="&lt;PrivateImplementationDetails&gt;">
43905       <method name="Void .ctor()">
43906         <size>7</size>
43907       </method>
43908     </type>
43909   </test>
43910   <test name="test-732.cs">
43911     <type name="C">
43912       <method name="Int32 op_Implicit(C, Boolean)">
43913         <size>2</size>
43914       </method>
43915       <method name="Int32 Main()">
43916         <size>22</size>
43917       </method>
43918       <method name="Int32 op_Explicit(C)">
43919         <size>2</size>
43920       </method>
43921       <method name="Void .ctor()">
43922         <size>7</size>
43923       </method>
43924     </type>
43925   </test>
43926   <test name="test-733.cs">
43927     <type name="Test">
43928       <method name="Int32 Main()">
43929         <size>88</size>
43930       </method>
43931       <method name="Void .ctor()">
43932         <size>7</size>
43933       </method>
43934     </type>
43935   </test>
43936   <test name="test-734.cs">
43937     <type name="M">
43938       <method name="Void Run()">
43939         <size>23</size>
43940       </method>
43941       <method name="Int32 Main()">
43942         <size>72</size>
43943       </method>
43944       <method name="Void .ctor()">
43945         <size>7</size>
43946       </method>
43947     </type>
43948   </test>
43949   <test name="test-735.cs">
43950     <type name="B">
43951       <method name="Void .ctor()">
43952         <size>7</size>
43953       </method>
43954     </type>
43955     <type name="B+C">
43956       <method name="Void Main()">
43957         <size>1</size>
43958       </method>
43959       <method name="Void .ctor()">
43960         <size>7</size>
43961       </method>
43962     </type>
43963     <type name="B+C+X">
43964       <method name="Void .ctor()">
43965         <size>7</size>
43966       </method>
43967     </type>
43968     <type name="B+D">
43969       <method name="Void .ctor()">
43970         <size>7</size>
43971       </method>
43972     </type>
43973   </test>
43974   <test name="test-736.cs">
43975     <type name="TestGeneric`1[T]">
43976       <method name="Void add_Event(System.EventHandler)">
43977         <size>47</size>
43978       </method>
43979       <method name="Void remove_Event(System.EventHandler)">
43980         <size>47</size>
43981       </method>
43982       <method name="Void Raise()">
43983         <size>18</size>
43984       </method>
43985       <method name="Void .ctor()">
43986         <size>7</size>
43987       </method>
43988     </type>
43989     <type name="TestGeneric2`1[T]">
43990       <method name="Void add_Event(TestGeneric2`1+GenericHandler[T])">
43991         <size>47</size>
43992       </method>
43993       <method name="Void remove_Event(TestGeneric2`1+GenericHandler[T])">
43994         <size>47</size>
43995       </method>
43996       <method name="Void Raise()">
43997         <size>21</size>
43998       </method>
43999       <method name="Void .ctor()">
44000         <size>7</size>
44001       </method>
44002     </type>
44003     <type name="Test">
44004       <method name="Void add_Event(System.EventHandler)">
44005         <size>47</size>
44006       </method>
44007       <method name="Void remove_Event(System.EventHandler)">
44008         <size>47</size>
44009       </method>
44010       <method name="Void Raise()">
44011         <size>18</size>
44012       </method>
44013       <method name="Void Main()">
44014         <size>1</size>
44015       </method>
44016       <method name="Void .ctor()">
44017         <size>7</size>
44018       </method>
44019     </type>
44020     <type name="TestGeneric2`1+GenericHandler[T]">
44021       <method name="Void Invoke(T)">
44022         <size>0</size>
44023       </method>
44024       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
44025         <size>0</size>
44026       </method>
44027       <method name="Void EndInvoke(IAsyncResult)">
44028         <size>0</size>
44029       </method>
44030       <method name="Void .ctor(Object, IntPtr)">
44031         <size>0</size>
44032       </method>
44033     </type>
44034   </test>
44035   <test name="test-737.cs">
44036     <type name="Breaks">
44037       <method name="Double get_Item(Int32, Int32)">
44038         <size>7</size>
44039       </method>
44040       <method name="Void set_Item(Int32, Int32, Double)">
44041         <size>8</size>
44042       </method>
44043       <method name="Void .ctor(Double)">
44044         <size>8</size>
44045       </method>
44046     </type>
44047     <type name="Tester">
44048       <method name="Int32 Main()">
44049         <size>74</size>
44050       </method>
44051       <method name="Void .ctor()">
44052         <size>7</size>
44053       </method>
44054     </type>
44055   </test>
44056   <test name="test-738.cs">
44057     <type name="TestNamespace.ResumableInputStream">
44058       <method name="Void Main()">
44059         <size>1</size>
44060       </method>
44061       <method name="Void .ctor()">
44062         <size>18</size>
44063       </method>
44064     </type>
44065   </test>
44066   <test name="test-739.cs">
44067     <type name="X">
44068       <method name="Void Finalize()">
44069         <size>19</size>
44070       </method>
44071       <method name="Void Foo()">
44072         <size>1</size>
44073       </method>
44074       <method name="Int32 Main()">
44075         <size>89</size>
44076       </method>
44077       <method name="Void .ctor()">
44078         <size>7</size>
44079       </method>
44080     </type>
44081   </test>
44082   <test name="test-74.cs">
44083     <type name="X">
44084       <method name="Void .ctor()">
44085         <size>7</size>
44086       </method>
44087       <method name="Int32 Main()">
44088         <size>168</size>
44089       </method>
44090     </type>
44091   </test>
44092   <test name="test-740.cs">
44093     <type name="FixedTest">
44094       <method name="Int32 Main()">
44095         <size>336</size>
44096       </method>
44097       <method name="Void .ctor()">
44098         <size>7</size>
44099       </method>
44100     </type>
44101     <type name="FixedTest+TValue">
44102       <method name="System.String ToString()">
44103         <size>17</size>
44104       </method>
44105       <method name="Void .ctor(Int64)">
44106         <size>28</size>
44107       </method>
44108     </type>
44109   </test>
44110   <test name="test-741.cs">
44111     <type name="Test">
44112       <method name="Void test()">
44113         <size>18</size>
44114       </method>
44115       <method name="Void Main()">
44116         <size>1</size>
44117       </method>
44118       <method name="Void .ctor()">
44119         <size>7</size>
44120       </method>
44121     </type>
44122   </test>
44123   <test name="test-742.cs">
44124     <type name="Test">
44125       <method name="Test Set(C)">
44126         <size>20</size>
44127       </method>
44128     </type>
44129     <type name="C">
44130       <method name="Void .ctor()">
44131         <size>7</size>
44132       </method>
44133     </type>
44134     <type name="Driver">
44135       <method name="Int32 Main()">
44136         <size>41</size>
44137       </method>
44138       <method name="Void .ctor()">
44139         <size>7</size>
44140       </method>
44141     </type>
44142   </test>
44143   <test name="test-743.cs">
44144     <type name="C">
44145       <method name="Void Main()">
44146         <size>11</size>
44147       </method>
44148       <method name="Void Test()">
44149         <size>30</size>
44150       </method>
44151       <method name="Void .ctor()">
44152         <size>7</size>
44153       </method>
44154     </type>
44155   </test>
44156   <test name="test-744.cs">
44157     <type name="M">
44158       <method name="Void Main()">
44159         <size>7</size>
44160       </method>
44161       <method name="Void .ctor()">
44162         <size>7</size>
44163       </method>
44164     </type>
44165     <type name="M+Nested">
44166       <method name="Void Extra()">
44167         <size>1</size>
44168       </method>
44169       <method name="Void .ctor()">
44170         <size>7</size>
44171       </method>
44172     </type>
44173     <type name="A">
44174       <method name="Void AMethod()">
44175         <size>0</size>
44176       </method>
44177       <method name="Void .ctor()">
44178         <size>7</size>
44179       </method>
44180     </type>
44181     <type name="B">
44182       <method name="Void BMethod()">
44183         <size>0</size>
44184       </method>
44185       <method name="Void .ctor()">
44186         <size>7</size>
44187       </method>
44188     </type>
44189     <type name="C">
44190       <method name="Void AMethod()">
44191         <size>1</size>
44192       </method>
44193       <method name="Void BMethod()">
44194         <size>1</size>
44195       </method>
44196       <method name="Void Extra()">
44197         <size>0</size>
44198       </method>
44199       <method name="Void .ctor()">
44200         <size>7</size>
44201       </method>
44202     </type>
44203   </test>
44204   <test name="test-745.cs">
44205     <type name="C">
44206       <method name="Void Main()">
44207         <size>28</size>
44208       </method>
44209       <method name="Void .ctor()">
44210         <size>7</size>
44211       </method>
44212     </type>
44213   </test>
44214   <test name="test-746.cs">
44215     <type name="Test">
44216       <method name="Void Foo(IListCounter)">
44217         <size>8</size>
44218       </method>
44219       <method name="Void Main()">
44220         <size>1</size>
44221       </method>
44222       <method name="Void .ctor()">
44223         <size>7</size>
44224       </method>
44225     </type>
44226   </test>
44227   <test name="test-747.cs">
44228     <type name="B">
44229       <method name="Void .ctor()">
44230         <size>7</size>
44231       </method>
44232     </type>
44233     <type name="B+BNested">
44234       <method name="Void .ctor()">
44235         <size>7</size>
44236       </method>
44237     </type>
44238     <type name="A">
44239       <method name="Void .ctor()">
44240         <size>7</size>
44241       </method>
44242     </type>
44243     <type name="AA">
44244       <method name="Void .ctor()">
44245         <size>7</size>
44246       </method>
44247     </type>
44248     <type name="AA+ANested">
44249       <method name="Void .ctor()">
44250         <size>7</size>
44251       </method>
44252     </type>
44253     <type name="M">
44254       <method name="Void Main()">
44255         <size>1</size>
44256       </method>
44257       <method name="Void .ctor()">
44258         <size>7</size>
44259       </method>
44260     </type>
44261   </test>
44262   <test name="test-748.cs">
44263     <type name="M">
44264       <method name="RealTest.Foo Test()">
44265         <size>6</size>
44266       </method>
44267       <method name="Void Main()">
44268         <size>1</size>
44269       </method>
44270       <method name="Void .ctor()">
44271         <size>7</size>
44272       </method>
44273     </type>
44274     <type name="Test.Local.M">
44275       <method name="RealTest.Foo Test()">
44276         <size>6</size>
44277       </method>
44278       <method name="Void .ctor()">
44279         <size>7</size>
44280       </method>
44281     </type>
44282     <type name="RealTest.Foo">
44283       <method name="Void .ctor()">
44284         <size>7</size>
44285       </method>
44286     </type>
44287   </test>
44288   <test name="test-749.cs">
44289     <type name="M">
44290       <method name="Void Main()">
44291         <size>14</size>
44292       </method>
44293       <method name="Void .ctor()">
44294         <size>7</size>
44295       </method>
44296     </type>
44297   </test>
44298   <test name="test-75.cs">
44299     <type name="X">
44300       <method name="Void .ctor()">
44301         <size>7</size>
44302       </method>
44303       <method name="Void .cctor()">
44304         <size>1</size>
44305       </method>
44306       <method name="X op_Addition(X, X)">
44307         <size>8</size>
44308       </method>
44309     </type>
44310     <type name="Y">
44311       <method name="Void .ctor()">
44312         <size>7</size>
44313       </method>
44314     </type>
44315     <type name="Z">
44316       <method name="Void .ctor()">
44317         <size>7</size>
44318       </method>
44319     </type>
44320     <type name="driver">
44321       <method name="Void .ctor()">
44322         <size>7</size>
44323       </method>
44324       <method name="Int32 Main()">
44325         <size>34</size>
44326       </method>
44327     </type>
44328   </test>
44329   <test name="test-750.cs">
44330     <type name="M">
44331       <method name="Void Main()">
44332         <size>1</size>
44333       </method>
44334       <method name="Void .ctor()">
44335         <size>7</size>
44336       </method>
44337     </type>
44338   </test>
44339   <test name="test-751.cs">
44340     <type name="LocalNS.Compiler">
44341       <method name="Void .ctor()">
44342         <size>7</size>
44343       </method>
44344     </type>
44345     <type name="System.Local.M">
44346       <method name="Void Main()">
44347         <size>7</size>
44348       </method>
44349       <method name="Void .ctor()">
44350         <size>7</size>
44351       </method>
44352     </type>
44353   </test>
44354   <test name="test-752.cs">
44355     <type name="M">
44356       <method name="Void Main()">
44357         <size>1</size>
44358       </method>
44359       <method name="Void .ctor()">
44360         <size>7</size>
44361       </method>
44362     </type>
44363   </test>
44364   <test name="test-753.cs">
44365     <type name="AI2">
44366       <method name="System.String IA.get_val()">
44367         <size>6</size>
44368       </method>
44369       <method name="Void IA.set_val(System.String)">
44370         <size>1</size>
44371       </method>
44372       <method name="Int32 get_val()">
44373         <size>3</size>
44374       </method>
44375       <method name="Void set_val(Int32)">
44376         <size>1</size>
44377       </method>
44378       <method name="Void stuff(IAI2)">
44379         <size>13</size>
44380       </method>
44381       <method name="Void Main()">
44382         <size>1</size>
44383       </method>
44384       <method name="Void .ctor()">
44385         <size>7</size>
44386       </method>
44387     </type>
44388   </test>
44389   <test name="test-754.cs">
44390     <type name="Bug.D">
44391       <method name="Void Invoke()">
44392         <size>0</size>
44393       </method>
44394       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44395         <size>0</size>
44396       </method>
44397       <method name="Void EndInvoke(IAsyncResult)">
44398         <size>0</size>
44399       </method>
44400       <method name="Void .ctor(Object, IntPtr)">
44401         <size>0</size>
44402       </method>
44403     </type>
44404     <type name="Bug.A">
44405       <method name="Void add_E(Bug.D)">
44406         <size>0</size>
44407       </method>
44408       <method name="Void remove_E(Bug.D)">
44409         <size>0</size>
44410       </method>
44411       <method name="Void .ctor()">
44412         <size>7</size>
44413       </method>
44414     </type>
44415     <type name="Bug.B">
44416       <method name="Void add_E(Bug.D)">
44417         <size>1</size>
44418       </method>
44419       <method name="Void remove_E(Bug.D)">
44420         <size>1</size>
44421       </method>
44422       <method name="Void .ctor()">
44423         <size>7</size>
44424       </method>
44425     </type>
44426     <type name="Bug.M">
44427       <method name="Void Main()">
44428         <size>1</size>
44429       </method>
44430       <method name="Void .ctor()">
44431         <size>7</size>
44432       </method>
44433     </type>
44434   </test>
44435   <test name="test-755.cs">
44436     <type name="Item">
44437       <method name="Void .ctor()">
44438         <size>7</size>
44439       </method>
44440       <method name="Void .cctor()">
44441         <size>8</size>
44442       </method>
44443     </type>
44444     <type name="Item+Builder">
44445       <method name="Int32 get_Foo()">
44446         <size>6</size>
44447       </method>
44448       <method name="System.Object get_Item(Int32)">
44449         <size>2</size>
44450       </method>
44451       <method name="System.Object get_Item(Int32, Int32)">
44452         <size>2</size>
44453       </method>
44454       <method name="Void .ctor()">
44455         <size>7</size>
44456       </method>
44457     </type>
44458     <type name="Program">
44459       <method name="Void Main()">
44460         <size>1</size>
44461       </method>
44462       <method name="Void .ctor()">
44463         <size>7</size>
44464       </method>
44465     </type>
44466   </test>
44467   <test name="test-756.cs">
44468     <type name="UnsafeTest">
44469       <method name="Void Main()">
44470         <size>12</size>
44471       </method>
44472       <method name="Void .ctor()">
44473         <size>7</size>
44474       </method>
44475     </type>
44476   </test>
44477   <test name="test-757.cs">
44478     <type name="TestClass1">
44479       <method name="Void Test()">
44480         <size>34</size>
44481       </method>
44482       <method name="Int32 Main()">
44483         <size>20</size>
44484       </method>
44485       <method name="Void .ctor()">
44486         <size>7</size>
44487       </method>
44488     </type>
44489     <type name="&lt;PrivateImplementationDetails&gt;">
44490       <method name="Void .ctor()">
44491         <size>7</size>
44492       </method>
44493     </type>
44494   </test>
44495   <test name="test-758.cs">
44496     <type name="C">
44497       <method name="Void Main()">
44498         <size>1</size>
44499       </method>
44500       <method name="Void .ctor()">
44501         <size>7</size>
44502       </method>
44503     </type>
44504     <type name="D">
44505       <method name="Void Finalize()">
44506         <size>13</size>
44507       </method>
44508       <method name="Void .ctor()">
44509         <size>7</size>
44510       </method>
44511     </type>
44512   </test>
44513   <test name="test-76.cs">
44514     <type name="foo">
44515       <method name="Void .ctor()">
44516         <size>7</size>
44517       </method>
44518       <method name="System.String strcat(System.String[])">
44519         <size>47</size>
44520       </method>
44521       <method name="Int32 Main()">
44522         <size>142</size>
44523       </method>
44524     </type>
44525   </test>
44526   <test name="test-760.cs">
44527     <type name="A">
44528       <method name="Void .ctor()">
44529         <size>7</size>
44530       </method>
44531     </type>
44532     <type name="Test">
44533       <method name="Void Main()">
44534         <size>7</size>
44535       </method>
44536       <method name="Void .ctor()">
44537         <size>7</size>
44538       </method>
44539     </type>
44540   </test>
44541   <test name="test-761.cs">
44542     <type name="C">
44543       <method name="Int32 get_I()">
44544         <size>7</size>
44545       </method>
44546       <method name="Void set_I(Int32)">
44547         <size>8</size>
44548       </method>
44549       <method name="Void Main()">
44550         <size>1</size>
44551       </method>
44552       <method name="Void .ctor()">
44553         <size>7</size>
44554       </method>
44555     </type>
44556   </test>
44557   <test name="test-762.cs">
44558     <type name="N1.Derived.Dummy">
44559       <method name="Void .ctor()">
44560         <size>7</size>
44561       </method>
44562     </type>
44563     <type name="N2.Derived.Dummy">
44564       <method name="Void .ctor()">
44565         <size>7</size>
44566       </method>
44567     </type>
44568     <type name="DerivedAttribute">
44569       <method name="Void .ctor()">
44570         <size>7</size>
44571       </method>
44572     </type>
44573     <type name="T">
44574       <method name="Void Main()">
44575         <size>1</size>
44576       </method>
44577       <method name="Void .ctor()">
44578         <size>7</size>
44579       </method>
44580     </type>
44581   </test>
44582   <test name="test-763.cs">
44583     <type name="StaticDelegateWithSameNameAsInstance">
44584       <method name="Void set_MyProvider(StaticDelegateWithSameNameAsInstance+Provider)">
44585         <size>35</size>
44586       </method>
44587       <method name="Void StaticCallback()">
44588         <size>31</size>
44589       </method>
44590       <method name="Void StaticCallback(System.String)">
44591         <size>35</size>
44592       </method>
44593       <method name="Int32 Main()">
44594         <size>36</size>
44595       </method>
44596       <method name="Void .ctor()">
44597         <size>7</size>
44598       </method>
44599       <method name="Void .cctor()">
44600         <size>7</size>
44601       </method>
44602     </type>
44603     <type name="StaticDelegateWithSameNameAsInstance+Provider">
44604       <method name="Void Invoke(System.String)">
44605         <size>0</size>
44606       </method>
44607       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
44608         <size>0</size>
44609       </method>
44610       <method name="Void EndInvoke(IAsyncResult)">
44611         <size>0</size>
44612       </method>
44613       <method name="Void .ctor(Object, IntPtr)">
44614         <size>0</size>
44615       </method>
44616     </type>
44617   </test>
44618   <test name="test-764.cs">
44619     <type name="Item">
44620       <method name="Void .ctor()">
44621         <size>7</size>
44622       </method>
44623       <method name="Void .cctor()">
44624         <size>11</size>
44625       </method>
44626     </type>
44627     <type name="Caller">
44628       <method name="System.String get_Item(System.String)">
44629         <size>2</size>
44630       </method>
44631       <method name="Int32 get_Item(Int32)">
44632         <size>2</size>
44633       </method>
44634       <method name="Void Foo()">
44635         <size>12</size>
44636       </method>
44637       <method name="Void Main()">
44638         <size>1</size>
44639       </method>
44640       <method name="Void .ctor()">
44641         <size>7</size>
44642       </method>
44643     </type>
44644   </test>
44645   <test name="test-765.cs">
44646     <type name="B">
44647       <method name="Void Foo(Int32)">
44648         <size>1</size>
44649       </method>
44650       <method name="Void .ctor()">
44651         <size>7</size>
44652       </method>
44653     </type>
44654     <type name="A">
44655       <method name="Void Foo(System.String)">
44656         <size>1</size>
44657       </method>
44658       <method name="Void .ctor()">
44659         <size>7</size>
44660       </method>
44661     </type>
44662     <type name="Test">
44663       <method name="Void Main()">
44664         <size>11</size>
44665       </method>
44666     </type>
44667   </test>
44668   <test name="test-766.cs">
44669     <type name="A.Color">
44670       <method name="Color get_Base()">
44671         <size>6</size>
44672       </method>
44673       <method name="Color get_NewBase()">
44674         <size>7</size>
44675       </method>
44676       <method name="Void Main()">
44677         <size>1</size>
44678       </method>
44679       <method name="Void .ctor()">
44680         <size>7</size>
44681       </method>
44682     </type>
44683     <type name="B.Color">
44684       <method name="Color From(Int32)">
44685         <size>10</size>
44686       </method>
44687       <method name="Void .cctor()">
44688         <size>15</size>
44689       </method>
44690     </type>
44691   </test>
44692   <test name="test-767.cs">
44693     <type name="Test">
44694       <method name="Int32 Foo()">
44695         <size>2</size>
44696       </method>
44697       <method name="Void Main()">
44698         <size>1</size>
44699       </method>
44700       <method name="Void .ctor()">
44701         <size>7</size>
44702       </method>
44703     </type>
44704     <type name="S">
44705       <method name="Test get_Test()">
44706         <size>6</size>
44707       </method>
44708       <method name="Void .cctor()">
44709         <size>11</size>
44710       </method>
44711     </type>
44712   </test>
44713   <test name="test-768.cs">
44714     <type name="A.N.Wrong">
44715       <method name="Void .ctor()">
44716         <size>7</size>
44717       </method>
44718     </type>
44719     <type name="N.C">
44720       <method name="Void .ctor()">
44721         <size>7</size>
44722       </method>
44723     </type>
44724     <type name="X.TestClass">
44725       <method name="Void Main()">
44726         <size>7</size>
44727       </method>
44728       <method name="Void .ctor()">
44729         <size>7</size>
44730       </method>
44731     </type>
44732   </test>
44733   <test name="test-769.cs">
44734     <type name="C">
44735       <method name="Void I.Clear()">
44736         <size>1</size>
44737       </method>
44738       <method name="Void Clear()">
44739         <size>1</size>
44740       </method>
44741       <method name="Int32 Main()">
44742         <size>114</size>
44743       </method>
44744       <method name="Void .ctor()">
44745         <size>7</size>
44746       </method>
44747     </type>
44748   </test>
44749   <test name="test-77.cs">
44750     <type name="XX">
44751       <method name="Void .ctor()">
44752         <size>7</size>
44753       </method>
44754       <method name="Int32 Main()">
44755         <size>220</size>
44756       </method>
44757     </type>
44758   </test>
44759   <test name="test-770.cs">
44760     <type name="MyClass">
44761       <method name="Void Main()">
44762         <size>13</size>
44763       </method>
44764       <method name="Void .ctor()">
44765         <size>7</size>
44766       </method>
44767     </type>
44768     <type name="MyClass+A">
44769       <method name="Void add_MouseClick(System.EventHandler)">
44770         <size>47</size>
44771       </method>
44772       <method name="Void remove_MouseClick(System.EventHandler)">
44773         <size>47</size>
44774       </method>
44775       <method name="Void .ctor()">
44776         <size>7</size>
44777       </method>
44778     </type>
44779     <type name="MyClass+B">
44780       <method name="Void add_MouseClick(System.EventHandler)">
44781         <size>47</size>
44782       </method>
44783       <method name="Void remove_MouseClick(System.EventHandler)">
44784         <size>47</size>
44785       </method>
44786       <method name="Void .ctor()">
44787         <size>7</size>
44788       </method>
44789     </type>
44790     <type name="MyClass+C">
44791       <method name="Void MouseClick()">
44792         <size>11</size>
44793       </method>
44794       <method name="Void .ctor()">
44795         <size>7</size>
44796       </method>
44797     </type>
44798   </test>
44799   <test name="test-771.cs">
44800     <type name="InternalAccess.Base">
44801       <method name="System.String get_Prop()">
44802         <size>6</size>
44803       </method>
44804       <method name="Void .ctor()">
44805         <size>7</size>
44806       </method>
44807     </type>
44808     <type name="InternalAccess.DerivedInternalExample">
44809       <method name="System.String get_Prop()">
44810         <size>6</size>
44811       </method>
44812       <method name="Void .ctor()">
44813         <size>7</size>
44814       </method>
44815     </type>
44816     <type name="InternalAccess.DerivedProtectedExample">
44817       <method name="System.String get_Prop()">
44818         <size>6</size>
44819       </method>
44820       <method name="Void .ctor()">
44821         <size>7</size>
44822       </method>
44823     </type>
44824     <type name="InternalAccess.MainClass">
44825       <method name="Int32 Main()">
44826         <size>60</size>
44827       </method>
44828       <method name="Void .ctor()">
44829         <size>7</size>
44830       </method>
44831     </type>
44832   </test>
44833   <test name="test-772.cs">
44834     <type name="Test">
44835       <method name="Void Main()">
44836         <size>14</size>
44837       </method>
44838       <method name="Void .ctor()">
44839         <size>7</size>
44840       </method>
44841     </type>
44842     <type name="Foo">
44843       <method name="Void .ctor(Object)">
44844         <size>17</size>
44845       </method>
44846       <method name="Void .ctor(String, Object[])">
44847         <size>7</size>
44848       </method>
44849     </type>
44850   </test>
44851   <test name="test-773.cs">
44852     <type name="Foo">
44853       <method name="Int32 get_Item(Int32)">
44854         <size>3</size>
44855       </method>
44856       <method name="Int32 IFoo.get_Bar(Int32)">
44857         <size>8</size>
44858       </method>
44859       <method name="Void .ctor()">
44860         <size>7</size>
44861       </method>
44862     </type>
44863     <type name="Bar">
44864       <method name="Int32 get_Baz(Int32)">
44865         <size>0</size>
44866       </method>
44867       <method name="Void .ctor()">
44868         <size>7</size>
44869       </method>
44870     </type>
44871     <type name="Babar">
44872       <method name="Int32 get_Baz(Int32)">
44873         <size>3</size>
44874       </method>
44875       <method name="Void .ctor()">
44876         <size>7</size>
44877       </method>
44878     </type>
44879     <type name="Test">
44880       <method name="Int32 Main()">
44881         <size>68</size>
44882       </method>
44883       <method name="Void .ctor()">
44884         <size>7</size>
44885       </method>
44886     </type>
44887   </test>
44888   <test name="test-774.cs">
44889     <type name="C">
44890       <method name="Int32 I.get_Item(Int32)">
44891         <size>2</size>
44892       </method>
44893       <method name="Void I.set_Item(Int32, Int32)">
44894         <size>1</size>
44895       </method>
44896       <method name="Int32 get_Item(Int32)">
44897         <size>2</size>
44898       </method>
44899       <method name="Void set_Item(Int32, Int32)">
44900         <size>1</size>
44901       </method>
44902       <method name="Void Main()">
44903         <size>1</size>
44904       </method>
44905       <method name="Void .ctor()">
44906         <size>7</size>
44907       </method>
44908     </type>
44909   </test>
44910   <test name="test-775.cs">
44911     <type name="C">
44912       <method name="Void A.add_Member(System.EventHandler)">
44913         <size>34</size>
44914       </method>
44915       <method name="Void A.remove_Member(System.EventHandler)">
44916         <size>24</size>
44917       </method>
44918       <method name="Void add_Member(System.EventHandler)">
44919         <size>34</size>
44920       </method>
44921       <method name="Void remove_Member(System.EventHandler)">
44922         <size>24</size>
44923       </method>
44924       <method name="Void .ctor()">
44925         <size>7</size>
44926       </method>
44927     </type>
44928     <type name="Test">
44929       <method name="Int32 Main()">
44930         <size>11</size>
44931       </method>
44932       <method name="Int32 TestMe()">
44933         <size>155</size>
44934       </method>
44935       <method name="Void f(System.Object, System.EventArgs)">
44936         <size>1</size>
44937       </method>
44938       <method name="Void .ctor()">
44939         <size>7</size>
44940       </method>
44941     </type>
44942   </test>
44943   <test name="test-776.cs">
44944     <type name="First">
44945       <method name="System.Object get_Item(System.String)">
44946         <size>6</size>
44947       </method>
44948       <method name="Void set_Item(System.String, System.Object)">
44949         <size>1</size>
44950       </method>
44951       <method name="Void .ctor()">
44952         <size>7</size>
44953       </method>
44954     </type>
44955     <type name="Second">
44956       <method name="System.Object get_Item(System.String)">
44957         <size>6</size>
44958       </method>
44959       <method name="Void set_Item(System.String, System.Object)">
44960         <size>1</size>
44961       </method>
44962       <method name="Void .ctor()">
44963         <size>7</size>
44964       </method>
44965     </type>
44966     <type name="Third">
44967       <method name="System.Object get_Item(System.String)">
44968         <size>8</size>
44969       </method>
44970       <method name="Void set_Item(System.String, System.Object)">
44971         <size>1</size>
44972       </method>
44973       <method name="Void .ctor()">
44974         <size>7</size>
44975       </method>
44976     </type>
44977     <type name="a">
44978       <method name="Int32 Main(System.String[])">
44979         <size>31</size>
44980       </method>
44981       <method name="Void .ctor()">
44982         <size>7</size>
44983       </method>
44984     </type>
44985   </test>
44986   <test name="test-777.cs">
44987     <type name="MediaStore">
44988       <method name="Void Main()">
44989         <size>1</size>
44990       </method>
44991       <method name="Void .ctor()">
44992         <size>7</size>
44993       </method>
44994     </type>
44995     <type name="MediaStore+Thing">
44996       <method name="Void .ctor()">
44997         <size>7</size>
44998       </method>
44999     </type>
45000   </test>
45001   <test name="test-778.cs">
45002     <type name="A">
45003       <method name="Int32 Test()">
45004         <size>6</size>
45005       </method>
45006       <method name="Void .ctor()">
45007         <size>7</size>
45008       </method>
45009     </type>
45010     <type name="B">
45011       <method name="Int32 Test()">
45012         <size>12</size>
45013       </method>
45014       <method name="Void Test(System.Object[])">
45015         <size>1</size>
45016       </method>
45017       <method name="Void Test(System.Object[], System.String)">
45018         <size>1</size>
45019       </method>
45020       <method name="Void .ctor()">
45021         <size>7</size>
45022       </method>
45023     </type>
45024     <type name="C">
45025       <method name="Void Test(System.Object[], System.String)">
45026         <size>1</size>
45027       </method>
45028       <method name="Void .ctor()">
45029         <size>7</size>
45030       </method>
45031     </type>
45032     <type name="D">
45033       <method name="Int32 Test()">
45034         <size>7</size>
45035       </method>
45036       <method name="Void .ctor()">
45037         <size>7</size>
45038       </method>
45039     </type>
45040     <type name="T">
45041       <method name="Int32 Main()">
45042         <size>22</size>
45043       </method>
45044       <method name="Void .ctor()">
45045         <size>7</size>
45046       </method>
45047     </type>
45048   </test>
45049   <test name="test-779.cs">
45050     <type name="Test">
45051       <method name="Int32 Main()">
45052         <size>20</size>
45053       </method>
45054       <method name="Boolean test1(Int64, Int64)">
45055         <size>14</size>
45056       </method>
45057     </type>
45058   </test>
45059   <test name="test-78.cs">
45060     <type name="N1.B">
45061       <method name="Void .ctor()">
45062         <size>7</size>
45063       </method>
45064       <method name="Boolean ShortCasting()">
45065         <size>19</size>
45066       </method>
45067       <method name="Boolean IntCasting()">
45068         <size>18</size>
45069       </method>
45070       <method name="Int32 Main()">
45071         <size>26</size>
45072       </method>
45073     </type>
45074   </test>
45075   <test name="test-780.cs">
45076     <type name="MonoVirtuals.X">
45077       <method name="Void .ctor()">
45078         <size>7</size>
45079       </method>
45080     </type>
45081     <type name="MonoVirtuals.Y">
45082       <method name="Void .ctor()">
45083         <size>7</size>
45084       </method>
45085     </type>
45086     <type name="MonoVirtuals.A">
45087       <method name="Int32 f(MonoVirtuals.X)">
45088         <size>12</size>
45089       </method>
45090       <method name="Int32 f(MonoVirtuals.Y)">
45091         <size>13</size>
45092       </method>
45093       <method name="Int32 get_Item(MonoVirtuals.X)">
45094         <size>12</size>
45095       </method>
45096       <method name="Int32 get_Item(MonoVirtuals.Y)">
45097         <size>13</size>
45098       </method>
45099       <method name="Void .ctor()">
45100         <size>7</size>
45101       </method>
45102     </type>
45103     <type name="MonoVirtuals.B">
45104       <method name="Int32 f(MonoVirtuals.X)">
45105         <size>19</size>
45106       </method>
45107       <method name="Int32 get_Item(MonoVirtuals.X)">
45108         <size>19</size>
45109       </method>
45110       <method name="Void .ctor()">
45111         <size>7</size>
45112       </method>
45113     </type>
45114     <type name="MonoVirtuals.C">
45115       <method name="Int32 f(MonoVirtuals.X)">
45116         <size>18</size>
45117       </method>
45118       <method name="Int32 f(MonoVirtuals.Y)">
45119         <size>18</size>
45120       </method>
45121       <method name="Int32 get_Item(MonoVirtuals.X)">
45122         <size>18</size>
45123       </method>
45124       <method name="Int32 get_Item(MonoVirtuals.Y)">
45125         <size>18</size>
45126       </method>
45127       <method name="Void .ctor()">
45128         <size>7</size>
45129       </method>
45130     </type>
45131     <type name="MonoVirtuals.MainClass">
45132       <method name="Int32 Main()">
45133         <size>46</size>
45134       </method>
45135       <method name="Void .ctor()">
45136         <size>7</size>
45137       </method>
45138     </type>
45139   </test>
45140   <test name="test-781.cs">
45141     <type name="D">
45142       <method name="Void Invoke()">
45143         <size>0</size>
45144       </method>
45145       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45146         <size>0</size>
45147       </method>
45148       <method name="Void EndInvoke(IAsyncResult)">
45149         <size>0</size>
45150       </method>
45151       <method name="Void .ctor(Object, IntPtr)">
45152         <size>0</size>
45153       </method>
45154     </type>
45155     <type name="E">
45156       <method name="Void add_temp(D)">
45157         <size>47</size>
45158       </method>
45159       <method name="Void remove_temp(D)">
45160         <size>47</size>
45161       </method>
45162       <method name="Void .ctor()">
45163         <size>7</size>
45164       </method>
45165     </type>
45166     <type name="A">
45167       <method name="E get_Prop()">
45168         <size>6</size>
45169       </method>
45170       <method name="Void Test()">
45171         <size>41</size>
45172       </method>
45173       <method name="Void Main()">
45174         <size>13</size>
45175       </method>
45176       <method name="Void &lt;Test&gt;m__0()">
45177         <size>1</size>
45178       </method>
45179       <method name="Void .ctor()">
45180         <size>7</size>
45181       </method>
45182     </type>
45183   </test>
45184   <test name="test-782.cs">
45185     <type name="Test">
45186       <method name="Void Main()">
45187         <size>1</size>
45188       </method>
45189       <method name="Void .ctor()">
45190         <size>7</size>
45191       </method>
45192     </type>
45193   </test>
45194   <test name="test-783.cs">
45195     <type name="C">
45196       <method name="Void M(E)">
45197         <size>1</size>
45198       </method>
45199       <method name="Void .ctor()">
45200         <size>7</size>
45201       </method>
45202       <method name="Int32 Test(Int32)">
45203         <size>2</size>
45204       </method>
45205       <method name="Int32 Test(E)">
45206         <size>2</size>
45207       </method>
45208       <method name="Int32 Main()">
45209         <size>88</size>
45210       </method>
45211     </type>
45212   </test>
45213   <test name="test-784.cs">
45214     <type name="A">
45215       <method name="Int32 get_Item(Int32)">
45216         <size>6</size>
45217       </method>
45218       <method name="Void set_Item(Int32, Int32)">
45219         <size>8</size>
45220       </method>
45221       <method name="Void .ctor()">
45222         <size>15</size>
45223       </method>
45224     </type>
45225     <type name="B">
45226       <method name="Int32 get_Item(Int32)">
45227         <size>7</size>
45228       </method>
45229       <method name="Void .ctor()">
45230         <size>7</size>
45231       </method>
45232     </type>
45233     <type name="C">
45234       <method name="Int32 get_Item(Int32)">
45235         <size>8</size>
45236       </method>
45237       <method name="Void set_Item(Int32, Int32)">
45238         <size>9</size>
45239       </method>
45240       <method name="Int32 Main()">
45241         <size>52</size>
45242       </method>
45243       <method name="Void .ctor()">
45244         <size>7</size>
45245       </method>
45246     </type>
45247   </test>
45248   <test name="test-785.cs">
45249     <type name="Base">
45250       <method name="Int32 get_Prop()">
45251         <size>0</size>
45252       </method>
45253       <method name="Void set_Prop(Int32)">
45254         <size>0</size>
45255       </method>
45256       <method name="Int32 get_Item(Int32)">
45257         <size>0</size>
45258       </method>
45259       <method name="Void TestVoid()">
45260         <size>0</size>
45261       </method>
45262       <method name="Void TestInt(Int32)">
45263         <size>0</size>
45264       </method>
45265       <method name="Void .ctor()">
45266         <size>7</size>
45267       </method>
45268     </type>
45269     <type name="DeriveVTable">
45270       <method name="Int32 get_Prop()">
45271         <size>2</size>
45272       </method>
45273       <method name="Int32 get_Item(Int32)">
45274         <size>2</size>
45275       </method>
45276       <method name="Void TestVoid()">
45277         <size>1</size>
45278       </method>
45279       <method name="Void TestInt(Int32)">
45280         <size>1</size>
45281       </method>
45282       <method name="Void .ctor()">
45283         <size>7</size>
45284       </method>
45285     </type>
45286     <type name="NewVTable">
45287       <method name="Int32 get_Prop()">
45288         <size>0</size>
45289       </method>
45290       <method name="Int32 get_Item(Int32)">
45291         <size>2</size>
45292       </method>
45293       <method name="Void TestVoid()">
45294         <size>1</size>
45295       </method>
45296       <method name="Void TestInt(Int32)">
45297         <size>1</size>
45298       </method>
45299       <method name="Void Overload()">
45300         <size>1</size>
45301       </method>
45302       <method name="Void Overload(Int32)">
45303         <size>1</size>
45304       </method>
45305       <method name="Void Main()">
45306         <size>1</size>
45307       </method>
45308       <method name="Void .ctor()">
45309         <size>7</size>
45310       </method>
45311     </type>
45312   </test>
45313   <test name="test-786.cs">
45314     <type name="A">
45315       <method name="System.String op_Implicit(A)">
45316         <size>18</size>
45317       </method>
45318       <method name="System.Delegate op_Implicit(A)">
45319         <size>2</size>
45320       </method>
45321       <method name="Void .ctor()">
45322         <size>7</size>
45323       </method>
45324     </type>
45325     <type name="B">
45326       <method name="System.String op_Implicit(B)">
45327         <size>18</size>
45328       </method>
45329     </type>
45330     <type name="D">
45331       <method name="System.Delegate op_Implicit(D)">
45332         <size>14</size>
45333       </method>
45334     </type>
45335     <type name="E">
45336       <method name="Boolean op_Implicit(E)">
45337         <size>14</size>
45338       </method>
45339     </type>
45340     <type name="Program">
45341       <method name="Int32 Main()">
45342         <size>372</size>
45343       </method>
45344       <method name="Void .ctor()">
45345         <size>7</size>
45346       </method>
45347     </type>
45348   </test>
45349   <test name="test-787.cs">
45350     <type name="A">
45351       <method name="Void set_Prop(System.String)">
45352         <size>1</size>
45353       </method>
45354       <method name="System.String get_Prop()">
45355         <size>2</size>
45356       </method>
45357       <method name="Int32 Field()">
45358         <size>2</size>
45359       </method>
45360       <method name="Void .ctor()">
45361         <size>7</size>
45362       </method>
45363     </type>
45364     <type name="B">
45365       <method name="Void set_Prop(System.String)">
45366         <size>1</size>
45367       </method>
45368       <method name="System.String get_Prop()">
45369         <size>6</size>
45370       </method>
45371       <method name="Void .ctor()">
45372         <size>7</size>
45373       </method>
45374     </type>
45375     <type name="Test">
45376       <method name="Void Main()">
45377         <size>1</size>
45378       </method>
45379       <method name="Void .ctor()">
45380         <size>7</size>
45381       </method>
45382     </type>
45383   </test>
45384   <test name="test-788.cs">
45385     <type name="Program">
45386       <method name="Int32 Main()">
45387         <size>31</size>
45388       </method>
45389       <method name="Void .ctor()">
45390         <size>7</size>
45391       </method>
45392     </type>
45393     <type name="A">
45394       <method name="System.String get_Message()">
45395         <size>6</size>
45396       </method>
45397       <method name="Void .ctor()">
45398         <size>7</size>
45399       </method>
45400     </type>
45401     <type name="B">
45402       <method name="System.String get_Message()">
45403         <size>6</size>
45404       </method>
45405       <method name="Void .ctor()">
45406         <size>7</size>
45407       </method>
45408     </type>
45409   </test>
45410   <test name="test-789.cs">
45411     <type name="Program">
45412       <method name="Void Main()">
45413         <size>76</size>
45414       </method>
45415       <method name="Void &lt;Main&gt;m__0()">
45416         <size>7</size>
45417       </method>
45418       <method name="Void .ctor()">
45419         <size>7</size>
45420       </method>
45421     </type>
45422   </test>
45423   <test name="test-79.cs">
45424     <type name="X">
45425       <method name="Void .ctor()">
45426         <size>7</size>
45427       </method>
45428       <method name="Int32 Main()">
45429         <size>40</size>
45430       </method>
45431     </type>
45432   </test>
45433   <test name="test-790.cs">
45434     <type name="S">
45435       <method name="Void .ctor(Double)">
45436         <size>1</size>
45437       </method>
45438     </type>
45439     <type name="Test">
45440       <method name="Void Verify_1(Test ByRef, Test ByRef)">
45441         <size>20</size>
45442       </method>
45443       <method name="Void Verify_2(S ByRef, S ByRef)">
45444         <size>28</size>
45445       </method>
45446       <method name="Void Verify_3(E ByRef, E ByRef)">
45447         <size>9</size>
45448       </method>
45449       <method name="Int32 Main()">
45450         <size>29</size>
45451       </method>
45452     </type>
45453   </test>
45454   <test name="test-791.cs">
45455     <type name="testApp.TestApp">
45456       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
45457         <size>12</size>
45458       </method>
45459       <method name="Int32 Main()">
45460         <size>68</size>
45461       </method>
45462       <method name="Boolean GetEnumerator()">
45463         <size>6</size>
45464       </method>
45465       <method name="Void .ctor()">
45466         <size>7</size>
45467       </method>
45468     </type>
45469   </test>
45470   <test name="test-792.cs">
45471     <type name="Program">
45472       <method name="Void Test()">
45473         <size>24</size>
45474       </method>
45475       <method name="Void Test2(IMemberDelayed)">
45476         <size>8</size>
45477       </method>
45478       <method name="Void Main()">
45479         <size>1</size>
45480       </method>
45481       <method name="Void .ctor()">
45482         <size>7</size>
45483       </method>
45484     </type>
45485   </test>
45486   <test name="test-793.cs">
45487     <type name="MonoPointerBugTest.Program">
45488       <method name="Int32 Main()">
45489         <size>43</size>
45490       </method>
45491       <method name="Void .ctor()">
45492         <size>7</size>
45493       </method>
45494     </type>
45495   </test>
45496   <test name="test-794.cs">
45497     <type name="C">
45498       <method name="Void Main()">
45499         <size>11</size>
45500       </method>
45501       <method name="Void TestCallOnly()">
45502         <size>65</size>
45503       </method>
45504       <method name="Void SomeMethod()">
45505         <size>1</size>
45506       </method>
45507       <method name="Void .ctor()">
45508         <size>7</size>
45509       </method>
45510     </type>
45511   </test>
45512   <test name="test-795.cs">
45513     <type name="Test">
45514       <method name="Int32 Main()">
45515         <size>112</size>
45516       </method>
45517       <method name="Void .ctor()">
45518         <size>25</size>
45519       </method>
45520     </type>
45521   </test>
45522   <test name="test-796.cs">
45523     <type name="Program">
45524       <method name="Void Main()">
45525         <size>1</size>
45526       </method>
45527       <method name="Void .ctor()">
45528         <size>7</size>
45529       </method>
45530     </type>
45531     <type name="FooAttribute">
45532       <method name="Void .ctor()">
45533         <size>7</size>
45534       </method>
45535     </type>
45536   </test>
45537   <test name="test-797.cs">
45538     <type name="C">
45539       <method name="Void Main()">
45540         <size>1</size>
45541       </method>
45542       <method name="Void .ctor()">
45543         <size>7</size>
45544       </method>
45545     </type>
45546   </test>
45547   <test name="test-798.cs">
45548     <type name="A">
45549       <method name="Void Foo(Int32 ByRef)">
45550         <size>5</size>
45551       </method>
45552       <method name="Void .ctor()">
45553         <size>7</size>
45554       </method>
45555     </type>
45556     <type name="B">
45557       <method name="Void Foo(Int32 ByRef)">
45558         <size>11</size>
45559       </method>
45560       <method name="Void .ctor()">
45561         <size>7</size>
45562       </method>
45563     </type>
45564     <type name="C">
45565       <method name="Int32 Main()">
45566         <size>24</size>
45567       </method>
45568       <method name="Void .ctor()">
45569         <size>7</size>
45570       </method>
45571     </type>
45572   </test>
45573   <test name="test-799.cs">
45574     <type name="Test2">
45575       <method name="Int32 Main()">
45576         <size>13</size>
45577       </method>
45578       <method name="Void .ctor()">
45579         <size>7</size>
45580       </method>
45581     </type>
45582     <type name="Test2+Foo">
45583       <method name="Void .ctor()">
45584         <size>7</size>
45585       </method>
45586     </type>
45587     <type name="Test2+Bar">
45588       <method name="Void .ctor(Foo)">
45589         <size>7</size>
45590       </method>
45591     </type>
45592   </test>
45593   <test name="test-8.cs">
45594     <type name="X">
45595       <method name="Void .ctor()">
45596         <size>7</size>
45597       </method>
45598       <method name="Int32 Main(System.String[])">
45599         <size>115</size>
45600       </method>
45601     </type>
45602   </test>
45603   <test name="test-80.cs">
45604     <type name="X">
45605       <method name="Void .ctor()">
45606         <size>7</size>
45607       </method>
45608       <method name="Int32 Add(Int32, Int32)">
45609         <size>4</size>
45610       </method>
45611     </type>
45612     <type name="Y">
45613       <method name="Void .ctor()">
45614         <size>7</size>
45615       </method>
45616       <method name="Int32 Main()">
45617         <size>34</size>
45618       </method>
45619       <method name="Int32 A.Add(Int32, Int32)">
45620         <size>9</size>
45621       </method>
45622     </type>
45623   </test>
45624   <test name="test-800.cs">
45625     <type name="C">
45626       <method name="Void Main()">
45627         <size>5</size>
45628       </method>
45629       <method name="Void .ctor()">
45630         <size>7</size>
45631       </method>
45632     </type>
45633   </test>
45634   <test name="test-801.cs">
45635     <type name="C">
45636       <method name="Int32 Main()">
45637         <size>154</size>
45638       </method>
45639       <method name="E op_Implicit(C)">
45640         <size>3</size>
45641       </method>
45642       <method name="Int32 op_Implicit(C)">
45643         <size>2</size>
45644       </method>
45645       <method name="Void .ctor()">
45646         <size>7</size>
45647       </method>
45648     </type>
45649   </test>
45650   <test name="test-81.cs">
45651     <type name="N1.A">
45652       <method name="Void .ctor()">
45653         <size>7</size>
45654       </method>
45655       <method name="Void Bar()">
45656         <size>44</size>
45657       </method>
45658       <method name="Int32 Main()">
45659         <size>71</size>
45660       </method>
45661     </type>
45662   </test>
45663   <test name="test-82.cs">
45664     <type name="N1.N2.B">
45665       <method name="Void .ctor()">
45666         <size>7</size>
45667       </method>
45668       <method name="Void Method(A ByRef)">
45669         <size>1</size>
45670       </method>
45671       <method name="Int32 Main()">
45672         <size>2</size>
45673       </method>
45674     </type>
45675     <type name="N1.N3.B">
45676       <method name="Void .ctor()">
45677         <size>7</size>
45678       </method>
45679       <method name="Void Method(A ByRef)">
45680         <size>1</size>
45681       </method>
45682     </type>
45683   </test>
45684   <test name="test-83.cs">
45685     <type name="PersonArrivedArgs">
45686       <method name="Void .ctor(String)">
45687         <size>14</size>
45688       </method>
45689     </type>
45690     <type name="Greeter">
45691       <method name="Void .ctor(String)">
45692         <size>14</size>
45693       </method>
45694       <method name="Void HandlePersonArrived(System.Object, PersonArrivedArgs)">
45695         <size>18</size>
45696       </method>
45697     </type>
45698     <type name="Room">
45699       <method name="Void .ctor()">
45700         <size>14</size>
45701       </method>
45702       <method name="Void add_PersonArrived(PersonArrivedHandler)">
45703         <size>47</size>
45704       </method>
45705       <method name="Void remove_PersonArrived(PersonArrivedHandler)">
45706         <size>47</size>
45707       </method>
45708       <method name="Void AddPerson(System.String)">
45709         <size>14</size>
45710       </method>
45711     </type>
45712     <type name="DelegateTest">
45713       <method name="Void .ctor()">
45714         <size>7</size>
45715       </method>
45716       <method name="Int32 Main()">
45717         <size>2</size>
45718       </method>
45719     </type>
45720     <type name="PersonArrivedHandler">
45721       <method name="Void .ctor(Object, IntPtr)">
45722         <size>0</size>
45723       </method>
45724       <method name="Void Invoke(System.Object, PersonArrivedArgs)">
45725         <size>0</size>
45726       </method>
45727       <method name="IAsyncResult BeginInvoke(System.Object, PersonArrivedArgs, System.AsyncCallback, System.Object)">
45728         <size>0</size>
45729       </method>
45730       <method name="Void EndInvoke(IAsyncResult)">
45731         <size>0</size>
45732       </method>
45733     </type>
45734   </test>
45735   <test name="test-84.cs">
45736     <type name="Ghost">
45737       <method name="Void .ctor()">
45738         <size>7</size>
45739       </method>
45740       <method name="Int32 Main()">
45741         <size>6</size>
45742       </method>
45743     </type>
45744   </test>
45745   <test name="test-85.cs">
45746     <type name="X">
45747       <method name="Void .ctor()">
45748         <size>7</size>
45749       </method>
45750       <method name="Int32 Main()">
45751         <size>20</size>
45752       </method>
45753     </type>
45754   </test>
45755   <test name="test-86.cs">
45756     <type name="T.T">
45757       <method name="Void .ctor()">
45758         <size>7</size>
45759       </method>
45760       <method name="Int32 method1(System.Type, Int32)">
45761         <size>23</size>
45762       </method>
45763       <method name="Int32 method1(System.Type, System.Type[])">
45764         <size>12</size>
45765       </method>
45766       <method name="Int32 method2(System.Type, Int32)">
45767         <size>23</size>
45768       </method>
45769       <method name="Int32 method2(System.Type, System.Type[])">
45770         <size>12</size>
45771       </method>
45772       <method name="Int32 Main()">
45773         <size>36</size>
45774       </method>
45775     </type>
45776   </test>
45777   <test name="test-87.cs">
45778     <type name="Top">
45779       <method name="Void .ctor()">
45780         <size>7</size>
45781       </method>
45782       <method name="Int32 Main()">
45783         <size>58</size>
45784       </method>
45785     </type>
45786     <type name="Top+X">
45787       <method name="Void .ctor()">
45788         <size>7</size>
45789       </method>
45790     </type>
45791     <type name="Top+Y">
45792       <method name="Void .ctor()">
45793         <size>7</size>
45794       </method>
45795     </type>
45796     <type name="Top+XA">
45797       <method name="Void .ctor()">
45798         <size>7</size>
45799       </method>
45800       <method name="Int32 get_one()">
45801         <size>2</size>
45802       </method>
45803     </type>
45804     <type name="Top+XB">
45805       <method name="Void .ctor()">
45806         <size>7</size>
45807       </method>
45808       <method name="Int32 get_one()">
45809         <size>2</size>
45810       </method>
45811       <method name="Int32 get_two()">
45812         <size>2</size>
45813       </method>
45814     </type>
45815     <type name="Other">
45816       <method name="Void .ctor()">
45817         <size>7</size>
45818       </method>
45819       <method name="Void X()">
45820         <size>5</size>
45821       </method>
45822     </type>
45823   </test>
45824   <test name="test-88.cs">
45825     <type name="X">
45826       <method name="Void .ctor()">
45827         <size>7</size>
45828       </method>
45829       <method name="Void f(System.String)">
45830         <size>19</size>
45831       </method>
45832       <method name="Int32 Main()">
45833         <size>63</size>
45834       </method>
45835     </type>
45836     <type name="&lt;PrivateImplementationDetails&gt;">
45837       <method name="Void .ctor()">
45838         <size>7</size>
45839       </method>
45840     </type>
45841   </test>
45842   <test name="test-89.cs">
45843     <type name="X">
45844       <method name="Void .ctor(Int32)">
45845         <size>8</size>
45846       </method>
45847       <method name="X F(Int32)">
45848         <size>7</size>
45849       </method>
45850       <method name="Int32 Main()">
45851         <size>99</size>
45852       </method>
45853     </type>
45854   </test>
45855   <test name="test-9.cs">
45856     <type name="X">
45857       <method name="Void .ctor()">
45858         <size>7</size>
45859       </method>
45860       <method name="Int32 Main(System.String[])">
45861         <size>104</size>
45862       </method>
45863     </type>
45864   </test>
45865   <test name="test-90.cs">
45866     <type name="N1.Blah">
45867       <method name="Void .ctor()">
45868         <size>7</size>
45869       </method>
45870       <method name="Int32 Main()">
45871         <size>2</size>
45872       </method>
45873     </type>
45874   </test>
45875   <test name="test-91.cs">
45876     <type name="Abstract">
45877       <method name="Void .ctor()">
45878         <size>7</size>
45879       </method>
45880     </type>
45881     <type name="Plain">
45882       <method name="Void .ctor()">
45883         <size>7</size>
45884       </method>
45885     </type>
45886     <type name="Test">
45887       <method name="Void .ctor()">
45888         <size>7</size>
45889       </method>
45890       <method name="Void MyProtectedInternal()">
45891         <size>1</size>
45892       </method>
45893       <method name="Void MyInternal()">
45894         <size>1</size>
45895       </method>
45896       <method name="Void MyPublic()">
45897         <size>1</size>
45898       </method>
45899       <method name="Void MyPrivate()">
45900         <size>1</size>
45901       </method>
45902       <method name="Int32 Main()">
45903         <size>242</size>
45904       </method>
45905     </type>
45906   </test>
45907   <test name="test-92.cs">
45908     <type name="Outer">
45909       <method name="Void .ctor()">
45910         <size>7</size>
45911       </method>
45912     </type>
45913     <type name="Outer+Inner">
45914       <method name="Void .ctor()">
45915         <size>7</size>
45916       </method>
45917     </type>
45918     <type name="InnerBase">
45919       <method name="Void .ctor()">
45920         <size>7</size>
45921       </method>
45922     </type>
45923     <type name="MainClass">
45924       <method name="Void .ctor()">
45925         <size>7</size>
45926       </method>
45927       <method name="Int32 Main()">
45928         <size>2</size>
45929       </method>
45930     </type>
45931   </test>
45932   <test name="test-93.cs">
45933     <type name="N1.C">
45934       <method name="Void .ctor()">
45935         <size>7</size>
45936       </method>
45937       <method name="Void method(B ByRef)">
45938         <size>15</size>
45939       </method>
45940     </type>
45941     <type name="Test">
45942       <method name="Void .ctor()">
45943         <size>7</size>
45944       </method>
45945       <method name="Int32 Main()">
45946         <size>15</size>
45947       </method>
45948     </type>
45949   </test>
45950   <test name="test-94.cs">
45951     <type name="Base">
45952       <method name="Void .ctor()">
45953         <size>7</size>
45954       </method>
45955       <method name="Int32 IVehicle.Start()">
45956         <size>2</size>
45957       </method>
45958       <method name="Int32 Stop()">
45959         <size>2</size>
45960       </method>
45961       <method name="Int32 Turn()">
45962         <size>2</size>
45963       </method>
45964     </type>
45965     <type name="Derived1">
45966       <method name="Void .ctor()">
45967         <size>7</size>
45968       </method>
45969       <method name="Int32 Turn()">
45970         <size>2</size>
45971       </method>
45972     </type>
45973     <type name="Derived2">
45974       <method name="Void .ctor()">
45975         <size>7</size>
45976       </method>
45977       <method name="Int32 IVehicle.Start()">
45978         <size>2</size>
45979       </method>
45980       <method name="Int32 IVehicle.Turn()">
45981         <size>2</size>
45982       </method>
45983       <method name="Int32 Stop()">
45984         <size>2</size>
45985       </method>
45986       <method name="Int32 Turn()">
45987         <size>2</size>
45988       </method>
45989     </type>
45990     <type name="Test">
45991       <method name="Void .ctor()">
45992         <size>7</size>
45993       </method>
45994       <method name="Int32 Main()">
45995         <size>88</size>
45996       </method>
45997     </type>
45998   </test>
45999   <test name="test-95.cs">
46000     <type name="X">
46001       <method name="Void .ctor()">
46002         <size>7</size>
46003       </method>
46004       <method name="Int32 Main()">
46005         <size>30</size>
46006       </method>
46007     </type>
46008   </test>
46009   <test name="test-96.cs">
46010     <type name="N1.A">
46011       <method name="Void .ctor()">
46012         <size>7</size>
46013       </method>
46014       <method name="Int32 Main()">
46015         <size>2</size>
46016       </method>
46017     </type>
46018     <type name="N1.C">
46019       <method name="Void .ctor(Object, IntPtr)">
46020         <size>0</size>
46021       </method>
46022       <method name="Void Invoke(System.Object, N1.A)">
46023         <size>0</size>
46024       </method>
46025       <method name="IAsyncResult BeginInvoke(System.Object, N1.A, System.AsyncCallback, System.Object)">
46026         <size>0</size>
46027       </method>
46028       <method name="Void EndInvoke(IAsyncResult)">
46029         <size>0</size>
46030       </method>
46031     </type>
46032   </test>
46033   <test name="test-97.cs">
46034     <type name="X">
46035       <method name="Void .ctor()">
46036         <size>7</size>
46037       </method>
46038       <method name="Int32 Main()">
46039         <size>2</size>
46040       </method>
46041     </type>
46042   </test>
46043   <test name="test-98.cs">
46044     <type name="X">
46045       <method name="Void .ctor()">
46046         <size>7</size>
46047       </method>
46048       <method name="Void b()">
46049         <size>19</size>
46050       </method>
46051     </type>
46052     <type name="Y">
46053       <method name="Void .ctor()">
46054         <size>7</size>
46055       </method>
46056       <method name="Int32 Main()">
46057         <size>2</size>
46058       </method>
46059     </type>
46060   </test>
46061   <test name="test-99.cs">
46062     <type name="X">
46063       <method name="Void .ctor()">
46064         <size>7</size>
46065       </method>
46066       <method name="Int32 Main()">
46067         <size>104</size>
46068       </method>
46069     </type>
46070   </test>
46071   <test name="test-anon-01.cs">
46072     <type name="X">
46073       <method name="Void .ctor()">
46074         <size>7</size>
46075       </method>
46076       <method name="Int32 Main()">
46077         <size>21</size>
46078       </method>
46079     </type>
46080     <type name="S">
46081       <method name="Void .ctor(Object, IntPtr)">
46082         <size>0</size>
46083       </method>
46084       <method name="Void Invoke()">
46085         <size>0</size>
46086       </method>
46087       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46088         <size>0</size>
46089       </method>
46090       <method name="Void EndInvoke(IAsyncResult)">
46091         <size>0</size>
46092       </method>
46093     </type>
46094     <type name="X+&lt;Main&gt;c__AnonStorey0">
46095       <method name="Void .ctor()">
46096         <size>7</size>
46097       </method>
46098       <method name="Void &lt;&gt;m__0()">
46099         <size>8</size>
46100       </method>
46101     </type>
46102   </test>
46103   <test name="test-anon-02.cs">
46104     <type name="X">
46105       <method name="Void .ctor()">
46106         <size>7</size>
46107       </method>
46108       <method name="Int32 Main()">
46109         <size>151</size>
46110       </method>
46111     </type>
46112     <type name="S">
46113       <method name="Void .ctor(Object, IntPtr)">
46114         <size>0</size>
46115       </method>
46116       <method name="Void Invoke()">
46117         <size>0</size>
46118       </method>
46119       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46120         <size>0</size>
46121       </method>
46122       <method name="Void EndInvoke(IAsyncResult)">
46123         <size>0</size>
46124       </method>
46125     </type>
46126     <type name="X+&lt;Main&gt;c__AnonStorey0">
46127       <method name="Void .ctor()">
46128         <size>7</size>
46129       </method>
46130       <method name="Void &lt;&gt;m__0()">
46131         <size>113</size>
46132       </method>
46133     </type>
46134   </test>
46135   <test name="test-anon-03.cs">
46136     <type name="X">
46137       <method name="Void .ctor()">
46138         <size>7</size>
46139       </method>
46140       <method name="Void Main()">
46141         <size>59</size>
46142       </method>
46143     </type>
46144     <type name="S">
46145       <method name="Void .ctor(Object, IntPtr)">
46146         <size>0</size>
46147       </method>
46148       <method name="Void Invoke()">
46149         <size>0</size>
46150       </method>
46151       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46152         <size>0</size>
46153       </method>
46154       <method name="Void EndInvoke(IAsyncResult)">
46155         <size>0</size>
46156       </method>
46157     </type>
46158     <type name="X+&lt;Main&gt;c__AnonStorey0">
46159       <method name="Void .ctor()">
46160         <size>7</size>
46161       </method>
46162       <method name="Void &lt;&gt;m__0()">
46163         <size>8</size>
46164       </method>
46165     </type>
46166   </test>
46167   <test name="test-anon-04.cs">
46168     <type name="X">
46169       <method name="Void .ctor()">
46170         <size>7</size>
46171       </method>
46172       <method name="Void Main()">
46173         <size>59</size>
46174       </method>
46175     </type>
46176     <type name="S">
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="X+&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>30</size>
46196       </method>
46197     </type>
46198   </test>
46199   <test name="test-anon-05.cs">
46200     <type name="X">
46201       <method name="Void .ctor()">
46202         <size>7</size>
46203       </method>
46204       <method name="Int32 Main()">
46205         <size>207</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>76</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-06.cs">
46240     <type name="X">
46241       <method name="Void .ctor()">
46242         <size>7</size>
46243       </method>
46244       <method name="Int32 Main()">
46245         <size>112</size>
46246       </method>
46247     </type>
46248     <type name="S">
46249       <method name="Void .ctor(Object, IntPtr)">
46250         <size>0</size>
46251       </method>
46252       <method name="Void Invoke()">
46253         <size>0</size>
46254       </method>
46255       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46256         <size>0</size>
46257       </method>
46258       <method name="Void EndInvoke(IAsyncResult)">
46259         <size>0</size>
46260       </method>
46261     </type>
46262     <type name="X+&lt;Main&gt;c__AnonStorey0">
46263       <method name="Void .ctor()">
46264         <size>7</size>
46265       </method>
46266       <method name="Void &lt;&gt;m__0()">
46267         <size>18</size>
46268       </method>
46269     </type>
46270   </test>
46271   <test name="test-anon-07.cs">
46272     <type name="X">
46273       <method name="Void .ctor()">
46274         <size>7</size>
46275       </method>
46276       <method name="Int32 Main()">
46277         <size>120</size>
46278       </method>
46279       <method name="Boolean t(Int32, Int32)">
46280         <size>5</size>
46281       </method>
46282     </type>
46283     <type name="D">
46284       <method name="Void .ctor(Object, IntPtr)">
46285         <size>0</size>
46286       </method>
46287       <method name="Void Invoke()">
46288         <size>0</size>
46289       </method>
46290       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46291         <size>0</size>
46292       </method>
46293       <method name="Void EndInvoke(IAsyncResult)">
46294         <size>0</size>
46295       </method>
46296     </type>
46297     <type name="X+&lt;Main&gt;c__AnonStorey0">
46298       <method name="Void .ctor()">
46299         <size>7</size>
46300       </method>
46301       <method name="Void &lt;&gt;m__0()">
46302         <size>18</size>
46303       </method>
46304       <method name="Void &lt;&gt;m__1()">
46305         <size>18</size>
46306       </method>
46307     </type>
46308   </test>
46309   <test name="test-anon-08.cs">
46310     <type name="X">
46311       <method name="Void .ctor()">
46312         <size>7</size>
46313       </method>
46314       <method name="Int32 Main()">
46315         <size>35</size>
46316       </method>
46317     </type>
46318     <type name="S">
46319       <method name="Void .ctor(Object, IntPtr)">
46320         <size>0</size>
46321       </method>
46322       <method name="Void Invoke()">
46323         <size>0</size>
46324       </method>
46325       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46326         <size>0</size>
46327       </method>
46328       <method name="Void EndInvoke(IAsyncResult)">
46329         <size>0</size>
46330       </method>
46331     </type>
46332     <type name="X+&lt;Main&gt;c__AnonStorey0">
46333       <method name="Void .ctor()">
46334         <size>7</size>
46335       </method>
46336       <method name="Void &lt;&gt;m__0()">
46337         <size>13</size>
46338       </method>
46339     </type>
46340   </test>
46341   <test name="test-anon-09.cs">
46342     <type name="X">
46343       <method name="Void .ctor()">
46344         <size>7</size>
46345       </method>
46346       <method name="Int32 Main()">
46347         <size>59</size>
46348       </method>
46349     </type>
46350     <type name="X+D">
46351       <method name="Void .ctor(Object, IntPtr)">
46352         <size>0</size>
46353       </method>
46354       <method name="Void Invoke()">
46355         <size>0</size>
46356       </method>
46357       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46358         <size>0</size>
46359       </method>
46360       <method name="Void EndInvoke(IAsyncResult)">
46361         <size>0</size>
46362       </method>
46363     </type>
46364     <type name="X+&lt;Main&gt;c__AnonStorey0">
46365       <method name="Void .ctor()">
46366         <size>7</size>
46367       </method>
46368       <method name="Void &lt;&gt;m__0()">
46369         <size>49</size>
46370       </method>
46371     </type>
46372   </test>
46373   <test name="test-anon-10.cs">
46374     <type name="S">
46375       <method name="Void .ctor()">
46376         <size>7</size>
46377       </method>
46378       <method name="Void Test()">
46379         <size>105</size>
46380       </method>
46381       <method name="Int32 Main()">
46382         <size>66</size>
46383       </method>
46384     </type>
46385     <type name="S+T">
46386       <method name="Void .ctor(Object, IntPtr)">
46387         <size>0</size>
46388       </method>
46389       <method name="Void Invoke()">
46390         <size>0</size>
46391       </method>
46392       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46393         <size>0</size>
46394       </method>
46395       <method name="Void EndInvoke(IAsyncResult)">
46396         <size>0</size>
46397       </method>
46398     </type>
46399     <type name="S+&lt;Test&gt;c__AnonStorey1">
46400       <method name="Void .ctor()">
46401         <size>7</size>
46402       </method>
46403     </type>
46404     <type name="S+&lt;Test&gt;c__AnonStorey0">
46405       <method name="Void .ctor()">
46406         <size>7</size>
46407       </method>
46408     </type>
46409     <type name="S+&lt;Test&gt;c__AnonStorey1">
46410       <method name="Void &lt;&gt;m__0()">
46411         <size>76</size>
46412       </method>
46413     </type>
46414   </test>
46415   <test name="test-anon-11.cs">
46416     <type name="X">
46417       <method name="Void .ctor()">
46418         <size>7</size>
46419       </method>
46420       <method name="Int32 Main()">
46421         <size>122</size>
46422       </method>
46423     </type>
46424     <type name="D">
46425       <method name="Void .ctor(Object, IntPtr)">
46426         <size>0</size>
46427       </method>
46428       <method name="Void Invoke(Int32)">
46429         <size>0</size>
46430       </method>
46431       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
46432         <size>0</size>
46433       </method>
46434       <method name="Void EndInvoke(IAsyncResult)">
46435         <size>0</size>
46436       </method>
46437     </type>
46438     <type name="E">
46439       <method name="Void .ctor(Object, IntPtr)">
46440         <size>0</size>
46441       </method>
46442       <method name="Void Invoke(Int32 ByRef)">
46443         <size>0</size>
46444       </method>
46445       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
46446         <size>0</size>
46447       </method>
46448       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
46449         <size>0</size>
46450       </method>
46451     </type>
46452     <type name="F">
46453       <method name="Void .ctor(Object, IntPtr)">
46454         <size>0</size>
46455       </method>
46456       <method name="Void Invoke(System.Int32[])">
46457         <size>0</size>
46458       </method>
46459       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
46460         <size>0</size>
46461       </method>
46462       <method name="Void EndInvoke(IAsyncResult)">
46463         <size>0</size>
46464       </method>
46465     </type>
46466     <type name="X">
46467       <method name="Void &lt;Main&gt;m__0(Int32)">
46468         <size>1</size>
46469       </method>
46470       <method name="Void &lt;Main&gt;m__1(Int32)">
46471         <size>1</size>
46472       </method>
46473       <method name="Void &lt;Main&gt;m__2(System.Int32[])">
46474         <size>1</size>
46475       </method>
46476       <method name="Void &lt;Main&gt;m__3(System.Int32[])">
46477         <size>1</size>
46478       </method>
46479     </type>
46480   </test>
46481   <test name="test-anon-12.cs">
46482     <type name="X">
46483       <method name="Void .ctor()">
46484         <size>7</size>
46485       </method>
46486       <method name="Int32 Main()">
46487         <size>256</size>
46488       </method>
46489       <method name="System.Collections.ArrayList Find(predicate, System.Collections.ArrayList)">
46490         <size>83</size>
46491       </method>
46492     </type>
46493     <type name="predicate">
46494       <method name="Void .ctor(Object, IntPtr)">
46495         <size>0</size>
46496       </method>
46497       <method name="Boolean Invoke(System.Object)">
46498         <size>0</size>
46499       </method>
46500       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
46501         <size>0</size>
46502       </method>
46503       <method name="Boolean EndInvoke(IAsyncResult)">
46504         <size>0</size>
46505       </method>
46506     </type>
46507     <type name="X">
46508       <method name="Boolean &lt;Main&gt;m__0(System.Object)">
46509         <size>12</size>
46510       </method>
46511     </type>
46512   </test>
46513   <test name="test-anon-13.cs">
46514     <type name="X">
46515       <method name="Void .ctor(Int32)">
46516         <size>14</size>
46517       </method>
46518       <method name="Void Main()">
46519         <size>42</size>
46520       </method>
46521       <method name="D T()">
46522         <size>15</size>
46523       </method>
46524       <method name="System.String CALL()">
46525         <size>6</size>
46526       </method>
46527     </type>
46528     <type name="D">
46529       <method name="Void .ctor(Object, IntPtr)">
46530         <size>0</size>
46531       </method>
46532       <method name="Void Invoke()">
46533         <size>0</size>
46534       </method>
46535       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46536         <size>0</size>
46537       </method>
46538       <method name="Void EndInvoke(IAsyncResult)">
46539         <size>0</size>
46540       </method>
46541     </type>
46542     <type name="X">
46543       <method name="Void &lt;T&gt;m__0()">
46544         <size>22</size>
46545       </method>
46546     </type>
46547   </test>
46548   <test name="test-anon-14.cs">
46549     <type name="X">
46550       <method name="Void .ctor()">
46551         <size>7</size>
46552       </method>
46553       <method name="Void add_Click(X+T)">
46554         <size>45</size>
46555       </method>
46556       <method name="Void remove_Click(X+T)">
46557         <size>45</size>
46558       </method>
46559       <method name="Void Method()">
46560         <size>1</size>
46561       </method>
46562       <method name="Void Main()">
46563         <size>31</size>
46564       </method>
46565     </type>
46566     <type name="X+T">
46567       <method name="Void .ctor(Object, IntPtr)">
46568         <size>0</size>
46569       </method>
46570       <method name="Void Invoke()">
46571         <size>0</size>
46572       </method>
46573       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46574         <size>0</size>
46575       </method>
46576       <method name="Void EndInvoke(IAsyncResult)">
46577         <size>0</size>
46578       </method>
46579     </type>
46580   </test>
46581   <test name="test-anon-15.cs">
46582     <type name="Foo">
46583       <method name="Void .ctor()">
46584         <size>7</size>
46585       </method>
46586       <method name="Void Main()">
46587         <size>43</size>
46588       </method>
46589     </type>
46590     <type name="Foo+Inner">
46591       <method name="Void .ctor(String)">
46592         <size>7</size>
46593       </method>
46594     </type>
46595     <type name="Foo+foo_fn">
46596       <method name="Void .ctor(Object, IntPtr)">
46597         <size>0</size>
46598       </method>
46599       <method name="Foo+Inner Invoke(System.String)">
46600         <size>0</size>
46601       </method>
46602       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
46603         <size>0</size>
46604       </method>
46605       <method name="Foo+Inner EndInvoke(IAsyncResult)">
46606         <size>0</size>
46607       </method>
46608     </type>
46609     <type name="Foo">
46610       <method name="Foo+Inner &lt;Main&gt;m__0(System.String)">
46611         <size>13</size>
46612       </method>
46613     </type>
46614   </test>
46615   <test name="test-anon-16.cs">
46616     <type name="X">
46617       <method name="Void .ctor(Int32)">
46618         <size>14</size>
46619       </method>
46620       <method name="Void Main()">
46621         <size>42</size>
46622       </method>
46623       <method name="D T()">
46624         <size>15</size>
46625       </method>
46626     </type>
46627     <type name="D">
46628       <method name="Void .ctor(Object, IntPtr)">
46629         <size>0</size>
46630       </method>
46631       <method name="Void Invoke()">
46632         <size>0</size>
46633       </method>
46634       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46635         <size>0</size>
46636       </method>
46637       <method name="Void EndInvoke(IAsyncResult)">
46638         <size>0</size>
46639       </method>
46640     </type>
46641     <type name="X">
46642       <method name="Void &lt;T&gt;m__0()">
46643         <size>27</size>
46644       </method>
46645     </type>
46646   </test>
46647   <test name="test-anon-17.cs">
46648     <type name="Button">
46649       <method name="Void .ctor()">
46650         <size>7</size>
46651       </method>
46652       <method name="Void add_Clicked(ClickEvent)">
46653         <size>47</size>
46654       </method>
46655       <method name="Void remove_Clicked(ClickEvent)">
46656         <size>47</size>
46657       </method>
46658       <method name="Void DoClick()">
46659         <size>12</size>
46660       </method>
46661     </type>
46662     <type name="X">
46663       <method name="Void .ctor()">
46664         <size>7</size>
46665       </method>
46666       <method name="Void .cctor()">
46667         <size>1</size>
46668       </method>
46669       <method name="Int32 Main()">
46670         <size>61</size>
46671       </method>
46672     </type>
46673     <type name="ClickEvent">
46674       <method name="Void .ctor(Object, IntPtr)">
46675         <size>0</size>
46676       </method>
46677       <method name="Void Invoke()">
46678         <size>0</size>
46679       </method>
46680       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46681         <size>0</size>
46682       </method>
46683       <method name="Void EndInvoke(IAsyncResult)">
46684         <size>0</size>
46685       </method>
46686     </type>
46687     <type name="X">
46688       <method name="Void &lt;Main&gt;m__0()">
46689         <size>17</size>
46690       </method>
46691     </type>
46692   </test>
46693   <test name="test-anon-18.cs">
46694     <type name="DelegateTest">
46695       <method name="Void .ctor()">
46696         <size>7</size>
46697       </method>
46698       <method name="Void Main(System.String[])">
46699         <size>83</size>
46700       </method>
46701     </type>
46702     <type name="A">
46703       <method name="Void .ctor(Object, IntPtr)">
46704         <size>0</size>
46705       </method>
46706       <method name="Void Invoke()">
46707         <size>0</size>
46708       </method>
46709       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46710         <size>0</size>
46711       </method>
46712       <method name="Void EndInvoke(IAsyncResult)">
46713         <size>0</size>
46714       </method>
46715     </type>
46716     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
46717       <method name="Void .ctor()">
46718         <size>7</size>
46719       </method>
46720       <method name="Void &lt;&gt;m__0()">
46721         <size>17</size>
46722       </method>
46723     </type>
46724   </test>
46725   <test name="test-anon-19.cs">
46726     <type name="X">
46727       <method name="Void .ctor()">
46728         <size>7</size>
46729       </method>
46730       <method name="Int32 Main()">
46731         <size>223</size>
46732       </method>
46733       <method name="Boolean t(Int32, Int32)">
46734         <size>5</size>
46735       </method>
46736     </type>
46737     <type name="S">
46738       <method name="Void .ctor(Object, IntPtr)">
46739         <size>0</size>
46740       </method>
46741       <method name="Void Invoke()">
46742         <size>0</size>
46743       </method>
46744       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46745         <size>0</size>
46746       </method>
46747       <method name="Void EndInvoke(IAsyncResult)">
46748         <size>0</size>
46749       </method>
46750     </type>
46751     <type name="X+&lt;Main&gt;c__AnonStorey1">
46752       <method name="Void .ctor()">
46753         <size>7</size>
46754       </method>
46755       <method name="Void &lt;&gt;m__0()">
46756         <size>93</size>
46757       </method>
46758     </type>
46759     <type name="X+&lt;Main&gt;c__AnonStorey0">
46760       <method name="Void .ctor()">
46761         <size>7</size>
46762       </method>
46763     </type>
46764   </test>
46765   <test name="test-anon-20.cs">
46766     <type name="X">
46767       <method name="Void .ctor()">
46768         <size>7</size>
46769       </method>
46770       <method name="Void Main()">
46771         <size>33</size>
46772       </method>
46773       <method name="D MainHost()">
46774         <size>28</size>
46775       </method>
46776     </type>
46777     <type name="D">
46778       <method name="Void .ctor(Object, IntPtr)">
46779         <size>0</size>
46780       </method>
46781       <method name="Void Invoke()">
46782         <size>0</size>
46783       </method>
46784       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46785         <size>0</size>
46786       </method>
46787       <method name="Void EndInvoke(IAsyncResult)">
46788         <size>0</size>
46789       </method>
46790     </type>
46791     <type name="X+&lt;MainHost&gt;c__AnonStorey0">
46792       <method name="Void .ctor()">
46793         <size>7</size>
46794       </method>
46795       <method name="Void &lt;&gt;m__0()">
46796         <size>52</size>
46797       </method>
46798     </type>
46799     <type name="X+&lt;MainHost&gt;c__AnonStorey0+&lt;MainHost&gt;c__AnonStorey1">
46800       <method name="Void .ctor()">
46801         <size>7</size>
46802       </method>
46803       <method name="Void &lt;&gt;m__1()">
46804         <size>52</size>
46805       </method>
46806     </type>
46807   </test>
46808   <test name="test-anon-21.cs">
46809     <type name="X">
46810       <method name="Void .ctor()">
46811         <size>7</size>
46812       </method>
46813       <method name="Void .cctor()">
46814         <size>1</size>
46815       </method>
46816       <method name="Int32 Main()">
46817         <size>68</size>
46818       </method>
46819       <method name="Void M()">
46820         <size>44</size>
46821       </method>
46822     </type>
46823     <type name="D">
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="X+&lt;M&gt;c__AnonStorey0">
46838       <method name="Void .ctor()">
46839         <size>7</size>
46840       </method>
46841       <method name="Void &lt;&gt;m__0()">
46842         <size>48</size>
46843       </method>
46844     </type>
46845     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
46846       <method name="Void .ctor()">
46847         <size>7</size>
46848       </method>
46849       <method name="Void &lt;&gt;m__1()">
46850         <size>81</size>
46851       </method>
46852     </type>
46853   </test>
46854   <test name="test-anon-22.cs">
46855     <type name="X">
46856       <method name="Void .ctor()">
46857         <size>7</size>
46858       </method>
46859       <method name="Void Main()">
46860         <size>33</size>
46861       </method>
46862       <method name="D T()">
46863         <size>28</size>
46864       </method>
46865     </type>
46866     <type name="D">
46867       <method name="Void .ctor(Object, IntPtr)">
46868         <size>0</size>
46869       </method>
46870       <method name="Void Invoke()">
46871         <size>0</size>
46872       </method>
46873       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46874         <size>0</size>
46875       </method>
46876       <method name="Void EndInvoke(IAsyncResult)">
46877         <size>0</size>
46878       </method>
46879     </type>
46880     <type name="X+&lt;T&gt;c__AnonStorey0">
46881       <method name="Void .ctor()">
46882         <size>7</size>
46883       </method>
46884       <method name="Void &lt;&gt;m__0()">
46885         <size>52</size>
46886       </method>
46887     </type>
46888     <type name="X+&lt;T&gt;c__AnonStorey0+&lt;T&gt;c__AnonStorey1">
46889       <method name="Void .ctor()">
46890         <size>7</size>
46891       </method>
46892       <method name="Void &lt;&gt;m__1()">
46893         <size>52</size>
46894       </method>
46895     </type>
46896   </test>
46897   <test name="test-anon-23.cs">
46898     <type name="X">
46899       <method name="Void .ctor()">
46900         <size>7</size>
46901       </method>
46902       <method name="Int32 Main()">
46903         <size>68</size>
46904       </method>
46905       <method name="Void M()">
46906         <size>34</size>
46907       </method>
46908     </type>
46909     <type name="D">
46910       <method name="Void .ctor(Object, IntPtr)">
46911         <size>0</size>
46912       </method>
46913       <method name="Void Invoke()">
46914         <size>0</size>
46915       </method>
46916       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46917         <size>0</size>
46918       </method>
46919       <method name="Void EndInvoke(IAsyncResult)">
46920         <size>0</size>
46921       </method>
46922     </type>
46923     <type name="X+&lt;M&gt;c__AnonStorey0">
46924       <method name="Void .ctor()">
46925         <size>7</size>
46926       </method>
46927       <method name="Void &lt;&gt;m__0()">
46928         <size>38</size>
46929       </method>
46930     </type>
46931     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
46932       <method name="Void .ctor()">
46933         <size>7</size>
46934       </method>
46935       <method name="Void &lt;&gt;m__1()">
46936         <size>24</size>
46937       </method>
46938     </type>
46939   </test>
46940   <test name="test-anon-24.cs">
46941     <type name="X">
46942       <method name="Void .ctor()">
46943         <size>7</size>
46944       </method>
46945       <method name="Void Main()">
46946         <size>29</size>
46947       </method>
46948       <method name="D T(Int32)">
46949         <size>28</size>
46950       </method>
46951     </type>
46952     <type name="D">
46953       <method name="Void .ctor(Object, IntPtr)">
46954         <size>0</size>
46955       </method>
46956       <method name="Int32 Invoke()">
46957         <size>0</size>
46958       </method>
46959       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46960         <size>0</size>
46961       </method>
46962       <method name="Int32 EndInvoke(IAsyncResult)">
46963         <size>0</size>
46964       </method>
46965     </type>
46966     <type name="X+&lt;T&gt;c__AnonStorey0">
46967       <method name="Void .ctor()">
46968         <size>7</size>
46969       </method>
46970       <method name="Int32 &lt;&gt;m__0()">
46971         <size>21</size>
46972       </method>
46973     </type>
46974   </test>
46975   <test name="test-anon-25.cs">
46976     <type name="X">
46977       <method name="Void .ctor()">
46978         <size>7</size>
46979       </method>
46980       <method name="Int32 Main()">
46981         <size>48</size>
46982       </method>
46983       <method name="D T(Int32)">
46984         <size>28</size>
46985       </method>
46986     </type>
46987     <type name="D">
46988       <method name="Void .ctor(Object, IntPtr)">
46989         <size>0</size>
46990       </method>
46991       <method name="Int32 Invoke(Int32)">
46992         <size>0</size>
46993       </method>
46994       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
46995         <size>0</size>
46996       </method>
46997       <method name="Int32 EndInvoke(IAsyncResult)">
46998         <size>0</size>
46999       </method>
47000     </type>
47001     <type name="X+&lt;T&gt;c__AnonStorey0">
47002       <method name="Void .ctor()">
47003         <size>7</size>
47004       </method>
47005       <method name="Int32 &lt;&gt;m__0(Int32)">
47006         <size>9</size>
47007       </method>
47008     </type>
47009   </test>
47010   <test name="test-anon-26.cs">
47011     <type name="TestGotoLabels.GotoLabelsTest">
47012       <method name="Int32 Main()">
47013         <size>36</size>
47014       </method>
47015       <method name="Void TestMethod2(TestGotoLabels.GotoLabelsTest+MyDelegate)">
47016         <size>7</size>
47017       </method>
47018       <method name="Void &lt;Main&gt;m__0()">
47019         <size>6</size>
47020       </method>
47021       <method name="Void .ctor()">
47022         <size>7</size>
47023       </method>
47024     </type>
47025     <type name="TestGotoLabels.GotoLabelsTest+MyDelegate">
47026       <method name="Void Invoke()">
47027         <size>0</size>
47028       </method>
47029       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47030         <size>0</size>
47031       </method>
47032       <method name="Void EndInvoke(IAsyncResult)">
47033         <size>0</size>
47034       </method>
47035       <method name="Void .ctor(Object, IntPtr)">
47036         <size>0</size>
47037       </method>
47038     </type>
47039   </test>
47040   <test name="test-anon-27.cs">
47041     <type name="X">
47042       <method name="Void .ctor()">
47043         <size>7</size>
47044       </method>
47045       <method name="Int32 Main()">
47046         <size>138</size>
47047       </method>
47048       <method name="Void M(Int32)">
47049         <size>59</size>
47050       </method>
47051     </type>
47052     <type name="D">
47053       <method name="Void .ctor(Object, IntPtr)">
47054         <size>0</size>
47055       </method>
47056       <method name="Void Invoke()">
47057         <size>0</size>
47058       </method>
47059       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47060         <size>0</size>
47061       </method>
47062       <method name="Void EndInvoke(IAsyncResult)">
47063         <size>0</size>
47064       </method>
47065     </type>
47066     <type name="X+&lt;M&gt;c__AnonStorey0">
47067       <method name="Void .ctor()">
47068         <size>7</size>
47069       </method>
47070       <method name="Void &lt;&gt;m__0()">
47071         <size>38</size>
47072       </method>
47073     </type>
47074     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
47075       <method name="Void .ctor()">
47076         <size>7</size>
47077       </method>
47078       <method name="Void &lt;&gt;m__1()">
47079         <size>50</size>
47080       </method>
47081     </type>
47082   </test>
47083   <test name="test-anon-28.cs">
47084     <type name="Delegable">
47085       <method name="Void .ctor()">
47086         <size>7</size>
47087       </method>
47088       <method name="Void add_MyDelegate(System.EventHandler)">
47089         <size>47</size>
47090       </method>
47091       <method name="Void remove_MyDelegate(System.EventHandler)">
47092         <size>47</size>
47093       </method>
47094     </type>
47095     <type name="DelegateTest">
47096       <method name="Void .ctor()">
47097         <size>7</size>
47098       </method>
47099       <method name="Void Main(System.String[])">
47100         <size>58</size>
47101       </method>
47102     </type>
47103     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
47104       <method name="Void .ctor()">
47105         <size>7</size>
47106       </method>
47107       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
47108         <size>33</size>
47109       </method>
47110     </type>
47111   </test>
47112   <test name="test-anon-29.cs">
47113     <type name="X">
47114       <method name="Void .ctor()">
47115         <size>108</size>
47116       </method>
47117       <method name="System.String Hello()">
47118         <size>20</size>
47119       </method>
47120       <method name="Void Main()">
47121         <size>18</size>
47122       </method>
47123     </type>
47124     <type name="X+Foo">
47125       <method name="Void .ctor(Object, IntPtr)">
47126         <size>0</size>
47127       </method>
47128       <method name="System.String Invoke()">
47129         <size>0</size>
47130       </method>
47131       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47132         <size>0</size>
47133       </method>
47134       <method name="System.String EndInvoke(IAsyncResult)">
47135         <size>0</size>
47136       </method>
47137     </type>
47138     <type name="X+Bar">
47139       <method name="Void .ctor(Object, IntPtr)">
47140         <size>0</size>
47141       </method>
47142       <method name="Void Invoke(System.String)">
47143         <size>0</size>
47144       </method>
47145       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
47146         <size>0</size>
47147       </method>
47148       <method name="Void EndInvoke(IAsyncResult)">
47149         <size>0</size>
47150       </method>
47151     </type>
47152     <type name="X">
47153       <method name="Void &lt;Hello&gt;m__1(System.String)">
47154         <size>7</size>
47155       </method>
47156       <method name="System.String &lt;Hello&gt;m__0()">
47157         <size>201</size>
47158       </method>
47159       <method name="Void &lt;Hello&gt;m__2(System.String)">
47160         <size>7</size>
47161       </method>
47162     </type>
47163   </test>
47164   <test name="test-anon-30.cs">
47165     <type name="X">
47166       <method name="Void .ctor()">
47167         <size>7</size>
47168       </method>
47169     </type>
47170     <type name="Program">
47171       <method name="Void add_E(Program+D)">
47172         <size>45</size>
47173       </method>
47174       <method name="Void remove_E(Program+D)">
47175         <size>45</size>
47176       </method>
47177       <method name="Void Main()">
47178         <size>38</size>
47179       </method>
47180     </type>
47181     <type name="Program+D">
47182       <method name="Void .ctor(Object, IntPtr)">
47183         <size>0</size>
47184       </method>
47185       <method name="Void Invoke(X)">
47186         <size>0</size>
47187       </method>
47188       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
47189         <size>0</size>
47190       </method>
47191       <method name="Void EndInvoke(IAsyncResult)">
47192         <size>0</size>
47193       </method>
47194     </type>
47195     <type name="Program+&lt;Main&gt;c__AnonStorey0">
47196       <method name="Void .ctor()">
47197         <size>7</size>
47198       </method>
47199       <method name="Void &lt;&gt;m__0(X)">
47200         <size>15</size>
47201       </method>
47202     </type>
47203   </test>
47204   <test name="test-anon-31.cs">
47205     <type name="X">
47206       <method name="Void Main()">
47207         <size>35</size>
47208       </method>
47209       <method name="Void DoCall(X+test)">
47210         <size>1</size>
47211       </method>
47212       <method name="System.Object &lt;Main&gt;m__0(System.Reflection.MethodInfo)">
47213         <size>18</size>
47214       </method>
47215       <method name="Void .ctor()">
47216         <size>7</size>
47217       </method>
47218     </type>
47219     <type name="X+test">
47220       <method name="System.Object Invoke(System.Reflection.MethodInfo)">
47221         <size>0</size>
47222       </method>
47223       <method name="IAsyncResult BeginInvoke(System.Reflection.MethodInfo, System.AsyncCallback, System.Object)">
47224         <size>0</size>
47225       </method>
47226       <method name="System.Object EndInvoke(IAsyncResult)">
47227         <size>0</size>
47228       </method>
47229       <method name="Void .ctor(Object, IntPtr)">
47230         <size>0</size>
47231       </method>
47232     </type>
47233   </test>
47234   <test name="test-anon-32.cs">
47235     <type name="MainClass">
47236       <method name="Void .ctor()">
47237         <size>7</size>
47238       </method>
47239       <method name="Void Main()">
47240         <size>37</size>
47241       </method>
47242       <method name="Void SimpleCallback(MainClass, System.String)">
47243         <size>7</size>
47244       </method>
47245     </type>
47246     <type name="StringSender">
47247       <method name="Void .ctor(Object, IntPtr)">
47248         <size>0</size>
47249       </method>
47250       <method name="Void Invoke(System.String)">
47251         <size>0</size>
47252       </method>
47253       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
47254         <size>0</size>
47255       </method>
47256       <method name="Void EndInvoke(IAsyncResult)">
47257         <size>0</size>
47258       </method>
47259     </type>
47260     <type name="VoidDelegate">
47261       <method name="Void .ctor(Object, IntPtr)">
47262         <size>0</size>
47263       </method>
47264       <method name="Void Invoke()">
47265         <size>0</size>
47266       </method>
47267       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47268         <size>0</size>
47269       </method>
47270       <method name="Void EndInvoke(IAsyncResult)">
47271         <size>0</size>
47272       </method>
47273     </type>
47274     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
47275       <method name="Void .ctor()">
47276         <size>7</size>
47277       </method>
47278       <method name="Void &lt;&gt;m__0()">
47279         <size>25</size>
47280       </method>
47281       <method name="Void &lt;&gt;m__1(System.String)">
47282         <size>13</size>
47283       </method>
47284     </type>
47285   </test>
47286   <test name="test-anon-33.cs">
47287     <type name="T">
47288       <method name="Void .ctor()">
47289         <size>7</size>
47290       </method>
47291       <method name="Void doit(Int32)">
47292         <size>7</size>
47293       </method>
47294       <method name="Void Main()">
47295         <size>162</size>
47296       </method>
47297     </type>
47298     <type name="Do">
47299       <method name="Void .ctor(Object, IntPtr)">
47300         <size>0</size>
47301       </method>
47302       <method name="Void Invoke()">
47303         <size>0</size>
47304       </method>
47305       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47306         <size>0</size>
47307       </method>
47308       <method name="Void EndInvoke(IAsyncResult)">
47309         <size>0</size>
47310       </method>
47311     </type>
47312     <type name="T+&lt;Main&gt;c__AnonStorey0">
47313       <method name="Void .ctor()">
47314         <size>7</size>
47315       </method>
47316       <method name="Void &lt;&gt;m__0()">
47317         <size>12</size>
47318       </method>
47319     </type>
47320     <type name="T+&lt;Main&gt;c__AnonStorey1">
47321       <method name="Void .ctor()">
47322         <size>7</size>
47323       </method>
47324       <method name="Void &lt;&gt;m__1()">
47325         <size>12</size>
47326       </method>
47327     </type>
47328   </test>
47329   <test name="test-anon-34.cs">
47330     <type name="Delegates.Space">
47331       <method name="Void .ctor()">
47332         <size>7</size>
47333       </method>
47334       <method name="Void Leak(Boolean, Int32)">
47335         <size>92</size>
47336       </method>
47337     </type>
47338     <type name="Delegates.Program">
47339       <method name="Void .ctor()">
47340         <size>7</size>
47341       </method>
47342       <method name="Void SpaceLeak()">
47343         <size>37</size>
47344       </method>
47345       <method name="Void Main(System.String[])">
47346         <size>6</size>
47347       </method>
47348     </type>
47349     <type name="Delegates.Space+DoCopy">
47350       <method name="Void .ctor(Object, IntPtr)">
47351         <size>0</size>
47352       </method>
47353       <method name="Void Invoke()">
47354         <size>0</size>
47355       </method>
47356       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47357         <size>0</size>
47358       </method>
47359       <method name="Void EndInvoke(IAsyncResult)">
47360         <size>0</size>
47361       </method>
47362     </type>
47363     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey1">
47364       <method name="Void .ctor()">
47365         <size>7</size>
47366       </method>
47367       <method name="Void &lt;&gt;m__0()">
47368         <size>23</size>
47369       </method>
47370     </type>
47371     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey0">
47372       <method name="Void .ctor()">
47373         <size>7</size>
47374       </method>
47375       <method name="Void &lt;&gt;m__1()">
47376         <size>19</size>
47377       </method>
47378     </type>
47379   </test>
47380   <test name="test-anon-35.cs">
47381     <type name="ExceptionWithAnonMethod">
47382       <method name="Int32 Main()">
47383         <size>96</size>
47384       </method>
47385       <method name="Void AnonHandler(ExceptionWithAnonMethod+EmptyCallback)">
47386         <size>13</size>
47387       </method>
47388       <method name="Void .ctor()">
47389         <size>7</size>
47390       </method>
47391     </type>
47392     <type name="ExceptionWithAnonMethod+EmptyCallback">
47393       <method name="Void Invoke()">
47394         <size>0</size>
47395       </method>
47396       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47397         <size>0</size>
47398       </method>
47399       <method name="Void EndInvoke(IAsyncResult)">
47400         <size>0</size>
47401       </method>
47402       <method name="Void .ctor(Object, IntPtr)">
47403         <size>0</size>
47404       </method>
47405     </type>
47406     <type name="ExceptionWithAnonMethod+&lt;Main&gt;c__AnonStorey0">
47407       <method name="Void &lt;&gt;m__0()">
47408         <size>33</size>
47409       </method>
47410       <method name="Void .ctor()">
47411         <size>7</size>
47412       </method>
47413     </type>
47414   </test>
47415   <test name="test-anon-36.cs">
47416     <type name="Test">
47417       <method name="Void .ctor(TestMethod)">
47418         <size>7</size>
47419       </method>
47420       <method name="Void .ctor(TestMethod2)">
47421         <size>7</size>
47422       </method>
47423       <method name="Void Main()">
47424         <size>36</size>
47425       </method>
47426     </type>
47427     <type name="TestMethod">
47428       <method name="Void .ctor(Object, IntPtr)">
47429         <size>0</size>
47430       </method>
47431       <method name="Void Invoke()">
47432         <size>0</size>
47433       </method>
47434       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47435         <size>0</size>
47436       </method>
47437       <method name="Void EndInvoke(IAsyncResult)">
47438         <size>0</size>
47439       </method>
47440     </type>
47441     <type name="TestMethod2">
47442       <method name="Void .ctor(Object, IntPtr)">
47443         <size>0</size>
47444       </method>
47445       <method name="Void Invoke(System.Object)">
47446         <size>0</size>
47447       </method>
47448       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
47449         <size>0</size>
47450       </method>
47451       <method name="Void EndInvoke(IAsyncResult)">
47452         <size>0</size>
47453       </method>
47454     </type>
47455     <type name="Test">
47456       <method name="Void &lt;Main&gt;m__0()">
47457         <size>1</size>
47458       </method>
47459     </type>
47460   </test>
47461   <test name="test-anon-37.cs">
47462     <type name="DelegateInit">
47463       <method name="Void .ctor()">
47464         <size>7</size>
47465       </method>
47466       <method name="Void .cctor()">
47467         <size>35</size>
47468       </method>
47469       <method name="Void Main(System.String[])">
47470         <size>11</size>
47471       </method>
47472     </type>
47473     <type name="DelegateInit+FooDelegate">
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="DelegateInit">
47488       <method name="Void &lt;_print&gt;m__0()">
47489         <size>11</size>
47490       </method>
47491     </type>
47492   </test>
47493   <test name="test-anon-38.cs">
47494     <type name="X">
47495       <method name="Void .ctor()">
47496         <size>7</size>
47497       </method>
47498       <method name="Void Hello(Int64, Int64)">
47499         <size>1</size>
47500       </method>
47501       <method name="Void Test(Int32)">
47502         <size>67</size>
47503       </method>
47504       <method name="Void Main()">
47505         <size>14</size>
47506       </method>
47507     </type>
47508     <type name="Simple">
47509       <method name="Void .ctor(Object, IntPtr)">
47510         <size>0</size>
47511       </method>
47512       <method name="Void Invoke()">
47513         <size>0</size>
47514       </method>
47515       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47516         <size>0</size>
47517       </method>
47518       <method name="Void EndInvoke(IAsyncResult)">
47519         <size>0</size>
47520       </method>
47521     </type>
47522     <type name="Foo">
47523       <method name="Void .ctor(Object, IntPtr)">
47524         <size>0</size>
47525       </method>
47526       <method name="Simple Invoke()">
47527         <size>0</size>
47528       </method>
47529       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47530         <size>0</size>
47531       </method>
47532       <method name="Simple EndInvoke(IAsyncResult)">
47533         <size>0</size>
47534       </method>
47535     </type>
47536     <type name="X+&lt;Test&gt;c__AnonStorey0">
47537       <method name="Void .ctor()">
47538         <size>7</size>
47539       </method>
47540       <method name="Simple &lt;&gt;m__0()">
47541         <size>64</size>
47542       </method>
47543     </type>
47544     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
47545       <method name="Void .ctor()">
47546         <size>7</size>
47547       </method>
47548       <method name="Void &lt;&gt;m__1()">
47549         <size>34</size>
47550       </method>
47551     </type>
47552   </test>
47553   <test name="test-anon-39.cs">
47554     <type name="X">
47555       <method name="Void .ctor()">
47556         <size>7</size>
47557       </method>
47558       <method name="Void Hello(Int64)">
47559         <size>1</size>
47560       </method>
47561       <method name="Void Test(Int32)">
47562         <size>65</size>
47563       </method>
47564       <method name="Void Main()">
47565         <size>14</size>
47566       </method>
47567     </type>
47568     <type name="Simple">
47569       <method name="Void .ctor(Object, IntPtr)">
47570         <size>0</size>
47571       </method>
47572       <method name="Void Invoke()">
47573         <size>0</size>
47574       </method>
47575       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47576         <size>0</size>
47577       </method>
47578       <method name="Void EndInvoke(IAsyncResult)">
47579         <size>0</size>
47580       </method>
47581     </type>
47582     <type name="Foo">
47583       <method name="Void .ctor(Object, IntPtr)">
47584         <size>0</size>
47585       </method>
47586       <method name="Simple Invoke()">
47587         <size>0</size>
47588       </method>
47589       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47590         <size>0</size>
47591       </method>
47592       <method name="Simple EndInvoke(IAsyncResult)">
47593         <size>0</size>
47594       </method>
47595     </type>
47596     <type name="X+&lt;Test&gt;c__AnonStorey0">
47597       <method name="Void .ctor()">
47598         <size>7</size>
47599       </method>
47600       <method name="Simple &lt;&gt;m__0()">
47601         <size>30</size>
47602       </method>
47603       <method name="Void &lt;&gt;m__1()">
47604         <size>18</size>
47605       </method>
47606     </type>
47607   </test>
47608   <test name="test-anon-40.cs">
47609     <type name="X">
47610       <method name="Void .ctor()">
47611         <size>7</size>
47612       </method>
47613       <method name="Void Hello(Int64)">
47614         <size>1</size>
47615       </method>
47616       <method name="Void Test(Int32)">
47617         <size>65</size>
47618       </method>
47619       <method name="Void Main()">
47620         <size>14</size>
47621       </method>
47622     </type>
47623     <type name="Simple">
47624       <method name="Void .ctor(Object, IntPtr)">
47625         <size>0</size>
47626       </method>
47627       <method name="Void Invoke()">
47628         <size>0</size>
47629       </method>
47630       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47631         <size>0</size>
47632       </method>
47633       <method name="Void EndInvoke(IAsyncResult)">
47634         <size>0</size>
47635       </method>
47636     </type>
47637     <type name="Foo">
47638       <method name="Void .ctor(Object, IntPtr)">
47639         <size>0</size>
47640       </method>
47641       <method name="Simple Invoke()">
47642         <size>0</size>
47643       </method>
47644       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47645         <size>0</size>
47646       </method>
47647       <method name="Simple EndInvoke(IAsyncResult)">
47648         <size>0</size>
47649       </method>
47650     </type>
47651     <type name="X+&lt;Test&gt;c__AnonStorey0">
47652       <method name="Void .ctor()">
47653         <size>7</size>
47654       </method>
47655       <method name="Simple &lt;&gt;m__0()">
47656         <size>30</size>
47657       </method>
47658       <method name="Void &lt;&gt;m__1()">
47659         <size>18</size>
47660       </method>
47661     </type>
47662   </test>
47663   <test name="test-anon-41.cs">
47664     <type name="X">
47665       <method name="Void .ctor()">
47666         <size>7</size>
47667       </method>
47668       <method name="Void Hello(Int64)">
47669         <size>1</size>
47670       </method>
47671       <method name="Void Test(Int32)">
47672         <size>65</size>
47673       </method>
47674       <method name="Void Main()">
47675         <size>14</size>
47676       </method>
47677     </type>
47678     <type name="Simple">
47679       <method name="Void .ctor(Object, IntPtr)">
47680         <size>0</size>
47681       </method>
47682       <method name="Void Invoke()">
47683         <size>0</size>
47684       </method>
47685       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47686         <size>0</size>
47687       </method>
47688       <method name="Void EndInvoke(IAsyncResult)">
47689         <size>0</size>
47690       </method>
47691     </type>
47692     <type name="Foo">
47693       <method name="Void .ctor(Object, IntPtr)">
47694         <size>0</size>
47695       </method>
47696       <method name="Simple Invoke()">
47697         <size>0</size>
47698       </method>
47699       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47700         <size>0</size>
47701       </method>
47702       <method name="Simple EndInvoke(IAsyncResult)">
47703         <size>0</size>
47704       </method>
47705     </type>
47706     <type name="X+&lt;Test&gt;c__AnonStorey0">
47707       <method name="Void .ctor()">
47708         <size>7</size>
47709       </method>
47710       <method name="Simple &lt;&gt;m__0()">
47711         <size>55</size>
47712       </method>
47713     </type>
47714     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
47715       <method name="Void .ctor()">
47716         <size>7</size>
47717       </method>
47718       <method name="Void &lt;&gt;m__1()">
47719         <size>35</size>
47720       </method>
47721     </type>
47722   </test>
47723   <test name="test-anon-42.cs">
47724     <type name="X">
47725       <method name="Void .ctor()">
47726         <size>7</size>
47727       </method>
47728       <method name="Void Hello(Int64)">
47729         <size>1</size>
47730       </method>
47731       <method name="Void Test(Int32)">
47732         <size>51</size>
47733       </method>
47734       <method name="Void Main()">
47735         <size>13</size>
47736       </method>
47737     </type>
47738     <type name="Simple">
47739       <method name="Void .ctor(Object, IntPtr)">
47740         <size>0</size>
47741       </method>
47742       <method name="Void Invoke()">
47743         <size>0</size>
47744       </method>
47745       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47746         <size>0</size>
47747       </method>
47748       <method name="Void EndInvoke(IAsyncResult)">
47749         <size>0</size>
47750       </method>
47751     </type>
47752     <type name="Foo">
47753       <method name="Void .ctor(Object, IntPtr)">
47754         <size>0</size>
47755       </method>
47756       <method name="Simple Invoke()">
47757         <size>0</size>
47758       </method>
47759       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47760         <size>0</size>
47761       </method>
47762       <method name="Simple EndInvoke(IAsyncResult)">
47763         <size>0</size>
47764       </method>
47765     </type>
47766     <type name="X">
47767       <method name="Simple &lt;Test&gt;m__0()">
47768         <size>37</size>
47769       </method>
47770       <method name="Void &lt;Test&gt;m__1()">
47771         <size>8</size>
47772       </method>
47773     </type>
47774   </test>
47775   <test name="test-anon-43.cs">
47776     <type name="X">
47777       <method name="Void .ctor()">
47778         <size>7</size>
47779       </method>
47780       <method name="Void Hello(Int64, Int64)">
47781         <size>1</size>
47782       </method>
47783       <method name="Void Test(Int32)">
47784         <size>54</size>
47785       </method>
47786       <method name="Void Main()">
47787         <size>14</size>
47788       </method>
47789     </type>
47790     <type name="Simple">
47791       <method name="Void .ctor(Object, IntPtr)">
47792         <size>0</size>
47793       </method>
47794       <method name="Void Invoke()">
47795         <size>0</size>
47796       </method>
47797       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47798         <size>0</size>
47799       </method>
47800       <method name="Void EndInvoke(IAsyncResult)">
47801         <size>0</size>
47802       </method>
47803     </type>
47804     <type name="Foo">
47805       <method name="Void .ctor(Object, IntPtr)">
47806         <size>0</size>
47807       </method>
47808       <method name="Simple Invoke()">
47809         <size>0</size>
47810       </method>
47811       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47812         <size>0</size>
47813       </method>
47814       <method name="Simple EndInvoke(IAsyncResult)">
47815         <size>0</size>
47816       </method>
47817     </type>
47818     <type name="X+&lt;Test&gt;c__AnonStorey0">
47819       <method name="Void .ctor()">
47820         <size>7</size>
47821       </method>
47822       <method name="Simple &lt;&gt;m__0()">
47823         <size>64</size>
47824       </method>
47825     </type>
47826     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
47827       <method name="Void .ctor()">
47828         <size>7</size>
47829       </method>
47830       <method name="Void &lt;&gt;m__1()">
47831         <size>34</size>
47832       </method>
47833     </type>
47834   </test>
47835   <test name="test-anon-44.cs">
47836     <type name="X">
47837       <method name="Void .ctor()">
47838         <size>7</size>
47839       </method>
47840       <method name="Void Hello(Int64)">
47841         <size>1</size>
47842       </method>
47843       <method name="Void Test(Int32)">
47844         <size>68</size>
47845       </method>
47846       <method name="Void Main()">
47847         <size>14</size>
47848       </method>
47849     </type>
47850     <type name="Simple">
47851       <method name="Void .ctor(Object, IntPtr)">
47852         <size>0</size>
47853       </method>
47854       <method name="Void Invoke()">
47855         <size>0</size>
47856       </method>
47857       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47858         <size>0</size>
47859       </method>
47860       <method name="Void EndInvoke(IAsyncResult)">
47861         <size>0</size>
47862       </method>
47863     </type>
47864     <type name="Foo">
47865       <method name="Void .ctor(Object, IntPtr)">
47866         <size>0</size>
47867       </method>
47868       <method name="Simple Invoke()">
47869         <size>0</size>
47870       </method>
47871       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47872         <size>0</size>
47873       </method>
47874       <method name="Simple EndInvoke(IAsyncResult)">
47875         <size>0</size>
47876       </method>
47877     </type>
47878     <type name="X+&lt;Test&gt;c__AnonStorey0">
47879       <method name="Void .ctor()">
47880         <size>7</size>
47881       </method>
47882       <method name="Simple &lt;&gt;m__1()">
47883         <size>33</size>
47884       </method>
47885       <method name="Simple &lt;&gt;m__0()">
47886         <size>51</size>
47887       </method>
47888       <method name="Void &lt;&gt;m__3()">
47889         <size>21</size>
47890       </method>
47891     </type>
47892     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
47893       <method name="Void .ctor()">
47894         <size>7</size>
47895       </method>
47896       <method name="Void &lt;&gt;m__2()">
47897         <size>26</size>
47898       </method>
47899     </type>
47900   </test>
47901   <test name="test-anon-45.cs">
47902     <type name="TestFunc">
47903       <method name="Void Invoke(Int32)">
47904         <size>0</size>
47905       </method>
47906       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
47907         <size>0</size>
47908       </method>
47909       <method name="Void EndInvoke(IAsyncResult)">
47910         <size>0</size>
47911       </method>
47912       <method name="Void .ctor(Object, IntPtr)">
47913         <size>0</size>
47914       </method>
47915     </type>
47916     <type name="A">
47917       <method name="Void .ctor(TestFunc)">
47918         <size>14</size>
47919       </method>
47920     </type>
47921     <type name="TestClass">
47922       <method name="Int32 Main()">
47923         <size>6</size>
47924       </method>
47925       <method name="Void &lt;a&gt;m__0(Int32)">
47926         <size>7</size>
47927       </method>
47928       <method name="Void .ctor()">
47929         <size>7</size>
47930       </method>
47931       <method name="Void .cctor()">
47932         <size>46</size>
47933       </method>
47934     </type>
47935   </test>
47936   <test name="test-anon-46.cs">
47937     <type name="World">
47938       <method name="Void .ctor()">
47939         <size>7</size>
47940       </method>
47941       <method name="Void Hello(Int64)">
47942         <size>1</size>
47943       </method>
47944       <method name="Void Test(Int32)">
47945         <size>50</size>
47946       </method>
47947     </type>
47948     <type name="X">
47949       <method name="Void .ctor()">
47950         <size>7</size>
47951       </method>
47952       <method name="Void Main()">
47953         <size>14</size>
47954       </method>
47955     </type>
47956     <type name="Foo">
47957       <method name="Void .ctor(Object, IntPtr)">
47958         <size>0</size>
47959       </method>
47960       <method name="Void Invoke()">
47961         <size>0</size>
47962       </method>
47963       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47964         <size>0</size>
47965       </method>
47966       <method name="Void EndInvoke(IAsyncResult)">
47967         <size>0</size>
47968       </method>
47969     </type>
47970     <type name="World+&lt;Test&gt;c__AnonStorey0">
47971       <method name="Void .ctor()">
47972         <size>7</size>
47973       </method>
47974       <method name="Void &lt;&gt;m__0()">
47975         <size>19</size>
47976       </method>
47977     </type>
47978   </test>
47979   <test name="test-anon-47.cs">
47980     <type name="World">
47981       <method name="Void .ctor()">
47982         <size>7</size>
47983       </method>
47984       <method name="Void Hello(Int64)">
47985         <size>1</size>
47986       </method>
47987       <method name="Void Test(Int32)">
47988         <size>153</size>
47989       </method>
47990     </type>
47991     <type name="X">
47992       <method name="Void .ctor()">
47993         <size>7</size>
47994       </method>
47995       <method name="Void Main()">
47996         <size>14</size>
47997       </method>
47998     </type>
47999     <type name="Foo">
48000       <method name="Void .ctor(Object, IntPtr)">
48001         <size>0</size>
48002       </method>
48003       <method name="Void Invoke()">
48004         <size>0</size>
48005       </method>
48006       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48007         <size>0</size>
48008       </method>
48009       <method name="Void EndInvoke(IAsyncResult)">
48010         <size>0</size>
48011       </method>
48012     </type>
48013     <type name="World+&lt;Test&gt;c__AnonStorey2">
48014       <method name="Void .ctor()">
48015         <size>7</size>
48016       </method>
48017       <method name="Void &lt;&gt;m__0()">
48018         <size>45</size>
48019       </method>
48020     </type>
48021     <type name="World+&lt;Test&gt;c__AnonStorey0">
48022       <method name="Void .ctor()">
48023         <size>7</size>
48024       </method>
48025     </type>
48026     <type name="World+&lt;Test&gt;c__AnonStorey1">
48027       <method name="Void .ctor()">
48028         <size>7</size>
48029       </method>
48030     </type>
48031   </test>
48032   <test name="test-anon-48.cs">
48033     <type name="World">
48034       <method name="Void .ctor()">
48035         <size>7</size>
48036       </method>
48037       <method name="Void Hello(Int64)">
48038         <size>1</size>
48039       </method>
48040       <method name="Void Test(Int32)">
48041         <size>197</size>
48042       </method>
48043     </type>
48044     <type name="X">
48045       <method name="Void .ctor()">
48046         <size>7</size>
48047       </method>
48048       <method name="Void Main()">
48049         <size>14</size>
48050       </method>
48051     </type>
48052     <type name="Foo">
48053       <method name="Void .ctor(Object, IntPtr)">
48054         <size>0</size>
48055       </method>
48056       <method name="Void Invoke()">
48057         <size>0</size>
48058       </method>
48059       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48060         <size>0</size>
48061       </method>
48062       <method name="Void EndInvoke(IAsyncResult)">
48063         <size>0</size>
48064       </method>
48065     </type>
48066     <type name="World+&lt;Test&gt;c__AnonStorey1">
48067       <method name="Void .ctor()">
48068         <size>7</size>
48069       </method>
48070     </type>
48071     <type name="World+&lt;Test&gt;c__AnonStorey2">
48072       <method name="Void .ctor()">
48073         <size>7</size>
48074       </method>
48075     </type>
48076     <type name="World+&lt;Test&gt;c__AnonStorey0">
48077       <method name="Void .ctor()">
48078         <size>7</size>
48079       </method>
48080       <method name="Void &lt;&gt;m__0()">
48081         <size>63</size>
48082       </method>
48083     </type>
48084   </test>
48085   <test name="test-anon-49.cs">
48086     <type name="Test">
48087       <method name="Void .ctor()">
48088         <size>7</size>
48089       </method>
48090       <method name="Void Main()">
48091         <size>66</size>
48092       </method>
48093       <method name="IEnumerator GetEnumerator()">
48094         <size>8</size>
48095       </method>
48096     </type>
48097     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
48098       <method name="Void .ctor()">
48099         <size>7</size>
48100       </method>
48101       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48102         <size>7</size>
48103       </method>
48104       <method name="Boolean MoveNext()">
48105         <size>197</size>
48106       </method>
48107       <method name="Void Dispose()">
48108         <size>76</size>
48109       </method>
48110       <method name="Void Reset()">
48111         <size>6</size>
48112       </method>
48113       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48114         <size>7</size>
48115       </method>
48116     </type>
48117   </test>
48118   <test name="test-anon-50.cs">
48119     <type name="Test">
48120       <method name="Void .ctor()">
48121         <size>7</size>
48122       </method>
48123       <method name="IEnumerable Foo(Int32)">
48124         <size>30</size>
48125       </method>
48126     </type>
48127     <type name="X">
48128       <method name="Void .ctor()">
48129         <size>7</size>
48130       </method>
48131       <method name="Int32 Main()">
48132         <size>196</size>
48133       </method>
48134     </type>
48135     <type name="Test+&lt;Foo&gt;c__Iterator0">
48136       <method name="Void .ctor()">
48137         <size>7</size>
48138       </method>
48139       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48140         <size>7</size>
48141       </method>
48142       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48143         <size>7</size>
48144       </method>
48145       <method name="Boolean MoveNext()">
48146         <size>118</size>
48147       </method>
48148       <method name="Void Dispose()">
48149         <size>8</size>
48150       </method>
48151       <method name="Void Reset()">
48152         <size>6</size>
48153       </method>
48154       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48155         <size>7</size>
48156       </method>
48157       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48158         <size>40</size>
48159       </method>
48160     </type>
48161   </test>
48162   <test name="test-anon-51.cs">
48163     <type name="X">
48164       <method name="Void .ctor()">
48165         <size>7</size>
48166       </method>
48167       <method name="Void .cctor()">
48168         <size>35</size>
48169       </method>
48170       <method name="Void Main()">
48171         <size>11</size>
48172       </method>
48173     </type>
48174     <type name="FooDelegate">
48175       <method name="Void .ctor(Object, IntPtr)">
48176         <size>0</size>
48177       </method>
48178       <method name="Void Invoke()">
48179         <size>0</size>
48180       </method>
48181       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48182         <size>0</size>
48183       </method>
48184       <method name="Void EndInvoke(IAsyncResult)">
48185         <size>0</size>
48186       </method>
48187     </type>
48188     <type name="X">
48189       <method name="Void &lt;Print&gt;m__0()">
48190         <size>11</size>
48191       </method>
48192     </type>
48193   </test>
48194   <test name="test-anon-52.cs">
48195     <type name="X">
48196       <method name="Void .ctor()">
48197         <size>7</size>
48198       </method>
48199       <method name="IEnumerator GetIt(System.Int32[])">
48200         <size>22</size>
48201       </method>
48202       <method name="Int32 Main()">
48203         <size>32</size>
48204       </method>
48205     </type>
48206     <type name="X+A">
48207       <method name="Void .ctor(Object, IntPtr)">
48208         <size>0</size>
48209       </method>
48210       <method name="Void Invoke()">
48211         <size>0</size>
48212       </method>
48213       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48214         <size>0</size>
48215       </method>
48216       <method name="Void EndInvoke(IAsyncResult)">
48217         <size>0</size>
48218       </method>
48219     </type>
48220     <type name="X+&lt;GetIt&gt;c__Iterator0">
48221       <method name="Void .ctor()">
48222         <size>7</size>
48223       </method>
48224       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48225         <size>7</size>
48226       </method>
48227       <method name="Boolean MoveNext()">
48228         <size>199</size>
48229       </method>
48230       <method name="Void &lt;&gt;m__0()">
48231         <size>22</size>
48232       </method>
48233       <method name="Void Dispose()">
48234         <size>8</size>
48235       </method>
48236       <method name="Void Reset()">
48237         <size>6</size>
48238       </method>
48239       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48240         <size>7</size>
48241       </method>
48242     </type>
48243     <type name="&lt;PrivateImplementationDetails&gt;">
48244       <method name="Void .ctor()">
48245         <size>7</size>
48246       </method>
48247     </type>
48248   </test>
48249   <test name="test-anon-53.cs">
48250     <type name="Test">
48251       <method name="Void .ctor(Int32)">
48252         <size>39</size>
48253       </method>
48254       <method name="Void .cctor()">
48255         <size>33</size>
48256       </method>
48257     </type>
48258     <type name="X">
48259       <method name="Void .ctor()">
48260         <size>7</size>
48261       </method>
48262       <method name="Void Main()">
48263         <size>15</size>
48264       </method>
48265     </type>
48266     <type name="Foo">
48267       <method name="Void .ctor(Object, IntPtr)">
48268         <size>0</size>
48269       </method>
48270       <method name="Void Invoke()">
48271         <size>0</size>
48272       </method>
48273       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48274         <size>0</size>
48275       </method>
48276       <method name="Void EndInvoke(IAsyncResult)">
48277         <size>0</size>
48278       </method>
48279     </type>
48280     <type name="Test+&lt;Test&gt;c__AnonStorey0">
48281       <method name="Void .ctor()">
48282         <size>7</size>
48283       </method>
48284       <method name="Void &lt;&gt;m__0()">
48285         <size>12</size>
48286       </method>
48287     </type>
48288     <type name="Test+&lt;Test&gt;c__AnonStorey1">
48289       <method name="Void .ctor()">
48290         <size>7</size>
48291       </method>
48292       <method name="Void &lt;&gt;m__1()">
48293         <size>12</size>
48294       </method>
48295     </type>
48296   </test>
48297   <test name="test-anon-54.cs">
48298     <type name="X">
48299       <method name="Void .ctor()">
48300         <size>7</size>
48301       </method>
48302       <method name="Void Main()">
48303         <size>22</size>
48304       </method>
48305     </type>
48306     <type name="Hello">
48307       <method name="Void .ctor(Object, IntPtr)">
48308         <size>0</size>
48309       </method>
48310       <method name="Void Invoke()">
48311         <size>0</size>
48312       </method>
48313       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48314         <size>0</size>
48315       </method>
48316       <method name="Void EndInvoke(IAsyncResult)">
48317         <size>0</size>
48318       </method>
48319     </type>
48320     <type name="Foo+&lt;Test&gt;c__AnonStorey0">
48321       <method name="Void .ctor()">
48322         <size>7</size>
48323       </method>
48324       <method name="Void &lt;&gt;m__0()">
48325         <size>25</size>
48326       </method>
48327     </type>
48328     <type name="Foo">
48329       <method name="Void .ctor(Int32)">
48330         <size>8</size>
48331       </method>
48332       <method name="Void Test(Foo)">
48333         <size>45</size>
48334       </method>
48335       <method name="Void Hello(Int32)">
48336         <size>19</size>
48337       </method>
48338       <method name="System.String ToString()">
48339         <size>22</size>
48340       </method>
48341     </type>
48342   </test>
48343   <test name="test-anon-55.cs">
48344     <type name="Foo">
48345       <method name="Void .ctor()">
48346         <size>7</size>
48347       </method>
48348       <method name="Void Test(Foo+Hello)">
48349         <size>7</size>
48350       </method>
48351       <method name="Void Private()">
48352         <size>11</size>
48353       </method>
48354       <method name="Void Test()">
48355         <size>19</size>
48356       </method>
48357     </type>
48358     <type name="X">
48359       <method name="Void .ctor()">
48360         <size>7</size>
48361       </method>
48362       <method name="Void Main()">
48363         <size>13</size>
48364       </method>
48365     </type>
48366     <type name="Foo+Hello">
48367       <method name="Void .ctor(Object, IntPtr)">
48368         <size>0</size>
48369       </method>
48370       <method name="Void Invoke()">
48371         <size>0</size>
48372       </method>
48373       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48374         <size>0</size>
48375       </method>
48376       <method name="Void EndInvoke(IAsyncResult)">
48377         <size>0</size>
48378       </method>
48379     </type>
48380     <type name="Foo">
48381       <method name="Void &lt;Test&gt;m__0()">
48382         <size>7</size>
48383       </method>
48384     </type>
48385   </test>
48386   <test name="test-anon-56.cs">
48387     <type name="Observable">
48388       <method name="Void .ctor()">
48389         <size>7</size>
48390       </method>
48391       <method name="Void Main(System.String[])">
48392         <size>50</size>
48393       </method>
48394     </type>
48395     <type name="QueueHandler">
48396       <method name="Void .ctor(Object, IntPtr)">
48397         <size>0</size>
48398       </method>
48399       <method name="Void Invoke(Observable)">
48400         <size>0</size>
48401       </method>
48402       <method name="IAsyncResult BeginInvoke(Observable, System.AsyncCallback, System.Object)">
48403         <size>0</size>
48404       </method>
48405       <method name="Void EndInvoke(IAsyncResult)">
48406         <size>0</size>
48407       </method>
48408     </type>
48409     <type name="Observable">
48410       <method name="Void &lt;Main&gt;m__0(Observable)">
48411         <size>11</size>
48412       </method>
48413     </type>
48414   </test>
48415   <test name="test-anon-57.cs">
48416     <type name="X">
48417       <method name="Void .ctor()">
48418         <size>7</size>
48419       </method>
48420       <method name="Int32 Test()">
48421         <size>257</size>
48422       </method>
48423       <method name="Int32 Main()">
48424         <size>45</size>
48425       </method>
48426     </type>
48427     <type name="X+TestDelegate">
48428       <method name="Void .ctor(Object, IntPtr)">
48429         <size>0</size>
48430       </method>
48431       <method name="Void Invoke()">
48432         <size>0</size>
48433       </method>
48434       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48435         <size>0</size>
48436       </method>
48437       <method name="Void EndInvoke(IAsyncResult)">
48438         <size>0</size>
48439       </method>
48440     </type>
48441     <type name="X+&lt;Test&gt;c__AnonStorey1">
48442       <method name="Void .ctor()">
48443         <size>7</size>
48444       </method>
48445       <method name="Void &lt;&gt;m__0()">
48446         <size>89</size>
48447       </method>
48448     </type>
48449     <type name="X+&lt;Test&gt;c__AnonStorey0">
48450       <method name="Void .ctor()">
48451         <size>7</size>
48452       </method>
48453     </type>
48454   </test>
48455   <test name="test-anon-58.cs">
48456     <type name="X">
48457       <method name="Void .ctor()">
48458         <size>7</size>
48459       </method>
48460       <method name="Int32 Test(Int32)">
48461         <size>342</size>
48462       </method>
48463       <method name="Int32 Main()">
48464         <size>46</size>
48465       </method>
48466     </type>
48467     <type name="X+TestDelegate">
48468       <method name="Void .ctor(Object, IntPtr)">
48469         <size>0</size>
48470       </method>
48471       <method name="Void Invoke()">
48472         <size>0</size>
48473       </method>
48474       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48475         <size>0</size>
48476       </method>
48477       <method name="Void EndInvoke(IAsyncResult)">
48478         <size>0</size>
48479       </method>
48480     </type>
48481     <type name="X+&lt;Test&gt;c__AnonStorey1">
48482       <method name="Void .ctor()">
48483         <size>7</size>
48484       </method>
48485       <method name="Void &lt;&gt;m__0()">
48486         <size>162</size>
48487       </method>
48488     </type>
48489     <type name="X+&lt;Test&gt;c__AnonStorey0">
48490       <method name="Void .ctor()">
48491         <size>7</size>
48492       </method>
48493     </type>
48494     <type name="X+&lt;Test&gt;c__AnonStorey2">
48495       <method name="Void .ctor()">
48496         <size>7</size>
48497       </method>
48498     </type>
48499   </test>
48500   <test name="test-anon-59.cs">
48501     <type name="X">
48502       <method name="Void .ctor()">
48503         <size>7</size>
48504       </method>
48505       <method name="Int32 Test(Int32)">
48506         <size>512</size>
48507       </method>
48508       <method name="Int32 Main()">
48509         <size>46</size>
48510       </method>
48511     </type>
48512     <type name="X+TestDelegate">
48513       <method name="Void .ctor(Object, IntPtr)">
48514         <size>0</size>
48515       </method>
48516       <method name="Void Invoke()">
48517         <size>0</size>
48518       </method>
48519       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48520         <size>0</size>
48521       </method>
48522       <method name="Void EndInvoke(IAsyncResult)">
48523         <size>0</size>
48524       </method>
48525     </type>
48526     <type name="X+&lt;Test&gt;c__AnonStorey2">
48527       <method name="Void .ctor()">
48528         <size>7</size>
48529       </method>
48530       <method name="Void &lt;&gt;m__0()">
48531         <size>224</size>
48532       </method>
48533     </type>
48534     <type name="X+&lt;Test&gt;c__AnonStorey1">
48535       <method name="Void .ctor()">
48536         <size>7</size>
48537       </method>
48538     </type>
48539     <type name="X+&lt;Test&gt;c__AnonStorey0">
48540       <method name="Void .ctor()">
48541         <size>7</size>
48542       </method>
48543     </type>
48544     <type name="X+&lt;Test&gt;c__AnonStorey3">
48545       <method name="Void .ctor()">
48546         <size>7</size>
48547       </method>
48548     </type>
48549   </test>
48550   <test name="test-anon-60.cs">
48551     <type name="X">
48552       <method name="Void .ctor()">
48553         <size>7</size>
48554       </method>
48555       <method name="Int32 Test(Int32)">
48556         <size>564</size>
48557       </method>
48558       <method name="Int32 Main()">
48559         <size>46</size>
48560       </method>
48561     </type>
48562     <type name="X+TestDelegate">
48563       <method name="Void .ctor(Object, IntPtr)">
48564         <size>0</size>
48565       </method>
48566       <method name="Void Invoke()">
48567         <size>0</size>
48568       </method>
48569       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48570         <size>0</size>
48571       </method>
48572       <method name="Void EndInvoke(IAsyncResult)">
48573         <size>0</size>
48574       </method>
48575     </type>
48576     <type name="X+&lt;Test&gt;c__AnonStorey2">
48577       <method name="Void .ctor()">
48578         <size>7</size>
48579       </method>
48580     </type>
48581     <type name="X+&lt;Test&gt;c__AnonStorey1">
48582       <method name="Void .ctor()">
48583         <size>7</size>
48584       </method>
48585     </type>
48586     <type name="X+&lt;Test&gt;c__AnonStorey0">
48587       <method name="Void .ctor()">
48588         <size>7</size>
48589       </method>
48590     </type>
48591     <type name="X+&lt;Test&gt;c__AnonStorey3">
48592       <method name="Void .ctor()">
48593         <size>7</size>
48594       </method>
48595     </type>
48596     <type name="X+&lt;Test&gt;c__AnonStorey2">
48597       <method name="Void &lt;&gt;m__0()">
48598         <size>347</size>
48599       </method>
48600     </type>
48601     <type name="X+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey4">
48602       <method name="Void .ctor()">
48603         <size>7</size>
48604       </method>
48605       <method name="Void &lt;&gt;m__1()">
48606         <size>124</size>
48607       </method>
48608     </type>
48609   </test>
48610   <test name="test-anon-61.cs">
48611     <type name="X">
48612       <method name="Void .ctor()">
48613         <size>7</size>
48614       </method>
48615       <method name="Int32 Test()">
48616         <size>333</size>
48617       </method>
48618       <method name="Int32 Main()">
48619         <size>59</size>
48620       </method>
48621     </type>
48622     <type name="X+TestDelegate">
48623       <method name="Void .ctor(Object, IntPtr)">
48624         <size>0</size>
48625       </method>
48626       <method name="Void Invoke()">
48627         <size>0</size>
48628       </method>
48629       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48630         <size>0</size>
48631       </method>
48632       <method name="Void EndInvoke(IAsyncResult)">
48633         <size>0</size>
48634       </method>
48635     </type>
48636     <type name="X+&lt;Test&gt;c__AnonStorey1">
48637       <method name="Void .ctor()">
48638         <size>7</size>
48639       </method>
48640       <method name="Void &lt;&gt;m__0()">
48641         <size>157</size>
48642       </method>
48643     </type>
48644     <type name="X+&lt;Test&gt;c__AnonStorey0">
48645       <method name="Void .ctor()">
48646         <size>7</size>
48647       </method>
48648     </type>
48649   </test>
48650   <test name="test-anon-62.cs">
48651     <type name="X">
48652       <method name="Void .ctor(String)">
48653         <size>14</size>
48654       </method>
48655       <method name="Void Main()">
48656         <size>1</size>
48657       </method>
48658     </type>
48659     <type name="Y">
48660       <method name="Void .ctor(Z)">
48661         <size>56</size>
48662       </method>
48663     </type>
48664     <type name="Z">
48665       <method name="Void .ctor()">
48666         <size>7</size>
48667       </method>
48668       <method name="Void Hello()">
48669         <size>1</size>
48670       </method>
48671     </type>
48672     <type name="FooHandler">
48673       <method name="Void .ctor(Object, IntPtr)">
48674         <size>0</size>
48675       </method>
48676       <method name="Void Invoke()">
48677         <size>0</size>
48678       </method>
48679       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48680         <size>0</size>
48681       </method>
48682       <method name="Void EndInvoke(IAsyncResult)">
48683         <size>0</size>
48684       </method>
48685     </type>
48686     <type name="Y+&lt;Y&gt;c__AnonStorey0">
48687       <method name="Void .ctor()">
48688         <size>7</size>
48689       </method>
48690       <method name="Void &lt;&gt;m__0()">
48691         <size>12</size>
48692       </method>
48693     </type>
48694   </test>
48695   <test name="test-anon-63.cs">
48696     <type name="X">
48697       <method name="Void .ctor()">
48698         <size>7</size>
48699       </method>
48700       <method name="IEnumerator GetIt(System.Int32[])">
48701         <size>22</size>
48702       </method>
48703       <method name="Int32 Main()">
48704         <size>32</size>
48705       </method>
48706     </type>
48707     <type name="X+A">
48708       <method name="Void .ctor(Object, IntPtr)">
48709         <size>0</size>
48710       </method>
48711       <method name="Int32 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="Int32 EndInvoke(IAsyncResult)">
48718         <size>0</size>
48719       </method>
48720     </type>
48721     <type name="X+&lt;GetIt&gt;c__Iterator0">
48722       <method name="Void .ctor()">
48723         <size>7</size>
48724       </method>
48725       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48726         <size>7</size>
48727       </method>
48728       <method name="Boolean MoveNext()">
48729         <size>193</size>
48730       </method>
48731       <method name="Int32 &lt;&gt;m__0()">
48732         <size>44</size>
48733       </method>
48734       <method name="Void Dispose()">
48735         <size>8</size>
48736       </method>
48737       <method name="Void Reset()">
48738         <size>6</size>
48739       </method>
48740       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48741         <size>7</size>
48742       </method>
48743     </type>
48744     <type name="&lt;PrivateImplementationDetails&gt;">
48745       <method name="Void .ctor()">
48746         <size>7</size>
48747       </method>
48748     </type>
48749   </test>
48750   <test name="test-anon-64.cs">
48751     <type name="Source">
48752       <method name="Void .ctor()">
48753         <size>7</size>
48754       </method>
48755       <method name="Void add_ChildSourceAdded(System.EventHandler)">
48756         <size>47</size>
48757       </method>
48758       <method name="Void remove_ChildSourceAdded(System.EventHandler)">
48759         <size>47</size>
48760       </method>
48761       <method name="Void add_ChildSourceRemoved(System.EventHandler)">
48762         <size>47</size>
48763       </method>
48764       <method name="Void remove_ChildSourceRemoved(System.EventHandler)">
48765         <size>47</size>
48766       </method>
48767       <method name="Source FindSource(Source)">
48768         <size>2</size>
48769       </method>
48770       <method name="Void AddSource(Source, Int32, System.Object)">
48771         <size>100</size>
48772       </method>
48773       <method name="Void Main()">
48774         <size>1</size>
48775       </method>
48776     </type>
48777     <type name="Source+&lt;AddSource&gt;c__AnonStorey0">
48778       <method name="Void .ctor()">
48779         <size>7</size>
48780       </method>
48781       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
48782         <size>30</size>
48783       </method>
48784     </type>
48785     <type name="Source">
48786       <method name="Void &lt;AddSource&gt;m__1(System.Object, System.EventArgs)">
48787         <size>1</size>
48788       </method>
48789     </type>
48790   </test>
48791   <test name="test-anon-65.cs">
48792     <type name="BaseClass">
48793       <method name="Void .ctor(SomeDelegate)">
48794         <size>13</size>
48795       </method>
48796     </type>
48797     <type name="TestClass">
48798       <method name="Void .ctor(Int32)">
48799         <size>32</size>
48800       </method>
48801       <method name="Int32 Main(System.String[])">
48802         <size>9</size>
48803       </method>
48804     </type>
48805     <type name="BaseClass+SomeDelegate">
48806       <method name="Void .ctor(Object, IntPtr)">
48807         <size>0</size>
48808       </method>
48809       <method name="Void Invoke()">
48810         <size>0</size>
48811       </method>
48812       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48813         <size>0</size>
48814       </method>
48815       <method name="Void EndInvoke(IAsyncResult)">
48816         <size>0</size>
48817       </method>
48818     </type>
48819     <type name="TestClass+&lt;TestClass&gt;c__AnonStorey0">
48820       <method name="Void .ctor()">
48821         <size>7</size>
48822       </method>
48823       <method name="Void &lt;&gt;m__0()">
48824         <size>12</size>
48825       </method>
48826     </type>
48827   </test>
48828   <test name="test-anon-66.cs">
48829     <type name="Test">
48830       <method name="Void .ctor()">
48831         <size>7</size>
48832       </method>
48833       <method name="Void add_testEvent(Test+TestEventHandler)">
48834         <size>47</size>
48835       </method>
48836       <method name="Void remove_testEvent(Test+TestEventHandler)">
48837         <size>47</size>
48838       </method>
48839       <method name="Void add_TestEvent(Test+TestEventHandler)">
48840         <size>33</size>
48841       </method>
48842       <method name="Void remove_TestEvent(Test+TestEventHandler)">
48843         <size>1</size>
48844       </method>
48845       <method name="Void Main()">
48846         <size>1</size>
48847       </method>
48848     </type>
48849     <type name="Test+TestEventHandler">
48850       <method name="Void .ctor(Object, IntPtr)">
48851         <size>0</size>
48852       </method>
48853       <method name="Void Invoke()">
48854         <size>0</size>
48855       </method>
48856       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48857         <size>0</size>
48858       </method>
48859       <method name="Void EndInvoke(IAsyncResult)">
48860         <size>0</size>
48861       </method>
48862     </type>
48863     <type name="Test+&lt;&gt;c__AnonStorey0">
48864       <method name="Void .ctor()">
48865         <size>7</size>
48866       </method>
48867       <method name="Void &lt;&gt;m__0()">
48868         <size>12</size>
48869       </method>
48870     </type>
48871   </test>
48872   <test name="test-anon-67.cs">
48873     <type name="ClassOne">
48874       <method name="Void .ctor(ReturnStringDelegate)">
48875         <size>7</size>
48876       </method>
48877       <method name="Void .ctor(String)">
48878         <size>32</size>
48879       </method>
48880       <method name="Void Main()">
48881         <size>1</size>
48882       </method>
48883     </type>
48884     <type name="ClassOne+ReturnStringDelegate">
48885       <method name="Void .ctor(Object, IntPtr)">
48886         <size>0</size>
48887       </method>
48888       <method name="System.String Invoke()">
48889         <size>0</size>
48890       </method>
48891       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48892         <size>0</size>
48893       </method>
48894       <method name="System.String EndInvoke(IAsyncResult)">
48895         <size>0</size>
48896       </method>
48897     </type>
48898     <type name="ClassOne+&lt;ClassOne&gt;c__AnonStorey0">
48899       <method name="Void .ctor()">
48900         <size>7</size>
48901       </method>
48902       <method name="System.String &lt;&gt;m__0()">
48903         <size>7</size>
48904       </method>
48905     </type>
48906   </test>
48907   <test name="test-anon-68.cs">
48908     <type name="C">
48909       <method name="Void .ctor()">
48910         <size>7</size>
48911       </method>
48912       <method name="Void T(D1)">
48913         <size>1</size>
48914       </method>
48915       <method name="Void T(D2)">
48916         <size>1</size>
48917       </method>
48918       <method name="Void Main()">
48919         <size>69</size>
48920       </method>
48921     </type>
48922     <type name="D1">
48923       <method name="Void .ctor(Object, IntPtr)">
48924         <size>0</size>
48925       </method>
48926       <method name="Void Invoke(Int32)">
48927         <size>0</size>
48928       </method>
48929       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
48930         <size>0</size>
48931       </method>
48932       <method name="Void EndInvoke(IAsyncResult)">
48933         <size>0</size>
48934       </method>
48935     </type>
48936     <type name="D2">
48937       <method name="Void .ctor(Object, IntPtr)">
48938         <size>0</size>
48939       </method>
48940       <method name="Void Invoke(System.String ByRef)">
48941         <size>0</size>
48942       </method>
48943       <method name="IAsyncResult BeginInvoke(System.String ByRef, System.AsyncCallback, System.Object)">
48944         <size>0</size>
48945       </method>
48946       <method name="Void EndInvoke(System.String ByRef, IAsyncResult)">
48947         <size>0</size>
48948       </method>
48949     </type>
48950     <type name="C">
48951       <method name="Void &lt;Main&gt;m__0(Int32)">
48952         <size>1</size>
48953       </method>
48954       <method name="Void &lt;Main&gt;m__1(System.String ByRef)">
48955         <size>8</size>
48956       </method>
48957     </type>
48958   </test>
48959   <test name="test-anon-69.cs">
48960     <type name="SingleSteppingEngine">
48961       <method name="Void .ctor()">
48962         <size>7</size>
48963       </method>
48964       <method name="System.Object SendCommand(TargetAccessDelegate)">
48965         <size>8</size>
48966       </method>
48967       <method name="Void Detach()">
48968         <size>20</size>
48969       </method>
48970     </type>
48971     <type name="X">
48972       <method name="Void .ctor()">
48973         <size>7</size>
48974       </method>
48975       <method name="Void Main()">
48976         <size>1</size>
48977       </method>
48978     </type>
48979     <type name="TargetAccessDelegate">
48980       <method name="Void .ctor(Object, IntPtr)">
48981         <size>0</size>
48982       </method>
48983       <method name="System.Object Invoke(System.Object)">
48984         <size>0</size>
48985       </method>
48986       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
48987         <size>0</size>
48988       </method>
48989       <method name="System.Object EndInvoke(IAsyncResult)">
48990         <size>0</size>
48991       </method>
48992     </type>
48993     <type name="SingleSteppingEngine">
48994       <method name="System.Object &lt;Detach&gt;m__0(System.Object)">
48995         <size>19</size>
48996       </method>
48997     </type>
48998   </test>
48999   <test name="test-anon-70.cs">
49000     <type name="C">
49001       <method name="Void .ctor()">
49002         <size>7</size>
49003       </method>
49004       <method name="Void Test(C+D)">
49005         <size>1</size>
49006       </method>
49007       <method name="Void Main()">
49008         <size>98</size>
49009       </method>
49010     </type>
49011     <type name="C+D">
49012       <method name="Void .ctor(Object, IntPtr)">
49013         <size>0</size>
49014       </method>
49015       <method name="Void Invoke()">
49016         <size>0</size>
49017       </method>
49018       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49019         <size>0</size>
49020       </method>
49021       <method name="Void EndInvoke(IAsyncResult)">
49022         <size>0</size>
49023       </method>
49024     </type>
49025     <type name="UnsafeClass">
49026       <method name="Void .ctor()">
49027         <size>7</size>
49028       </method>
49029     </type>
49030     <type name="C">
49031       <method name="Void UnsafeTests()">
49032         <size>35</size>
49033       </method>
49034     </type>
49035     <type name="C+&lt;UnsafeTests&gt;c__AnonStorey0">
49036       <method name="Void .ctor()">
49037         <size>7</size>
49038       </method>
49039       <method name="Void &lt;&gt;m__0()">
49040         <size>14</size>
49041       </method>
49042     </type>
49043     <type name="C+&lt;Main&gt;c__AnonStorey1">
49044       <method name="Void .ctor()">
49045         <size>7</size>
49046       </method>
49047       <method name="Void &lt;&gt;m__1()">
49048         <size>38</size>
49049       </method>
49050       <method name="Void &lt;&gt;m__2()">
49051         <size>32</size>
49052       </method>
49053     </type>
49054     <type name="C">
49055       <method name="Void &lt;Main&gt;m__3()">
49056         <size>16</size>
49057       </method>
49058     </type>
49059     <type name="UnsafeClass">
49060       <method name="Int32* GetUnsafeValue()">
49061         <size>3</size>
49062       </method>
49063     </type>
49064     <type name="&lt;PrivateImplementationDetails&gt;">
49065       <method name="Void .ctor()">
49066         <size>7</size>
49067       </method>
49068     </type>
49069   </test>
49070   <test name="test-anon-71.cs">
49071     <type name="Program">
49072       <method name="Void .ctor()">
49073         <size>7</size>
49074       </method>
49075       <method name="Errno ProcessFile(System.String, Program+FdCb)">
49076         <size>2</size>
49077       </method>
49078       <method name="Errno OnReadHandle(System.String, System.Byte[], Int64)">
49079         <size>34</size>
49080       </method>
49081       <method name="Void Main()">
49082         <size>1</size>
49083       </method>
49084     </type>
49085     <type name="Program+FdCb">
49086       <method name="Void .ctor(Object, IntPtr)">
49087         <size>0</size>
49088       </method>
49089       <method name="Int32 Invoke(Int32)">
49090         <size>0</size>
49091       </method>
49092       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
49093         <size>0</size>
49094       </method>
49095       <method name="Int32 EndInvoke(IAsyncResult)">
49096         <size>0</size>
49097       </method>
49098     </type>
49099     <type name="Program+&lt;OnReadHandle&gt;c__AnonStorey0">
49100       <method name="Void .ctor()">
49101         <size>7</size>
49102       </method>
49103       <method name="Int32 &lt;&gt;m__0(Int32)">
49104         <size>46</size>
49105       </method>
49106     </type>
49107   </test>
49108   <test name="test-anon-72.cs">
49109     <type name="Test">
49110       <method name="Void .ctor()">
49111         <size>7</size>
49112       </method>
49113       <method name="Void AddOperator(Test+UnaryOperator)">
49114         <size>1</size>
49115       </method>
49116       <method name="Boolean TryGetValue(System.Object, System.Object ByRef)">
49117         <size>5</size>
49118       </method>
49119       <method name="Void Main()">
49120         <size>1</size>
49121       </method>
49122       <method name="Void Foo()">
49123         <size>19</size>
49124       </method>
49125     </type>
49126     <type name="Test+UnaryOperator">
49127       <method name="Void .ctor(Object, IntPtr)">
49128         <size>0</size>
49129       </method>
49130       <method name="Boolean Invoke(System.Object, System.Object ByRef)">
49131         <size>0</size>
49132       </method>
49133       <method name="IAsyncResult BeginInvoke(System.Object, System.Object ByRef, System.AsyncCallback, System.Object)">
49134         <size>0</size>
49135       </method>
49136       <method name="Boolean EndInvoke(System.Object ByRef, IAsyncResult)">
49137         <size>0</size>
49138       </method>
49139     </type>
49140     <type name="Test">
49141       <method name="Boolean &lt;Foo&gt;m__0(System.Object, System.Object ByRef)">
49142         <size>31</size>
49143       </method>
49144     </type>
49145   </test>
49146   <test name="test-anon-73.cs">
49147     <type name="T">
49148       <method name="Void .ctor()">
49149         <size>7</size>
49150       </method>
49151       <method name="Void Main()">
49152         <size>31</size>
49153       </method>
49154       <method name="Void Test_1()">
49155         <size>36</size>
49156       </method>
49157     </type>
49158     <type name="D">
49159       <method name="Void .ctor(Object, IntPtr)">
49160         <size>0</size>
49161       </method>
49162       <method name="Void Invoke(System.Object)">
49163         <size>0</size>
49164       </method>
49165       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
49166         <size>0</size>
49167       </method>
49168       <method name="Void EndInvoke(IAsyncResult)">
49169         <size>0</size>
49170       </method>
49171     </type>
49172     <type name="T">
49173       <method name="Void &lt;Main&gt;m__0(System.Object)">
49174         <size>15</size>
49175       </method>
49176       <method name="Void &lt;Test_1&gt;m__1(System.Object)">
49177         <size>29</size>
49178       </method>
49179     </type>
49180   </test>
49181   <test name="test-anon-74.cs">
49182     <type name="Foo">
49183       <method name="Void Baz(Foo+SimpleDelegate)">
49184         <size>8</size>
49185       </method>
49186       <method name="Void Main(System.String[])">
49187         <size>35</size>
49188       </method>
49189     </type>
49190     <type name="Foo+SimpleDelegate">
49191       <method name="Void .ctor(Object, IntPtr)">
49192         <size>0</size>
49193       </method>
49194       <method name="System.String[,] Invoke()">
49195         <size>0</size>
49196       </method>
49197       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49198         <size>0</size>
49199       </method>
49200       <method name="System.String[,] EndInvoke(IAsyncResult)">
49201         <size>0</size>
49202       </method>
49203     </type>
49204     <type name="Foo">
49205       <method name="System.String[,] &lt;Main&gt;m__0()">
49206         <size>34</size>
49207       </method>
49208     </type>
49209   </test>
49210   <test name="test-anon-75.cs">
49211     <type name="Data">
49212       <method name="Void .ctor()">
49213         <size>7</size>
49214       </method>
49215     </type>
49216     <type name="Test">
49217       <method name="Void .ctor()">
49218         <size>7</size>
49219       </method>
49220       <method name="Void Foo(Int32, D)">
49221         <size>1</size>
49222       </method>
49223       <method name="Void Main()">
49224         <size>1</size>
49225       </method>
49226       <method name="Void TestMe()">
49227         <size>154</size>
49228       </method>
49229       <method name="Boolean &lt;TestMe&gt;m__0()">
49230         <size>2</size>
49231       </method>
49232     </type>
49233     <type name="D">
49234       <method name="Void .ctor(Object, IntPtr)">
49235         <size>0</size>
49236       </method>
49237       <method name="Boolean Invoke()">
49238         <size>0</size>
49239       </method>
49240       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49241         <size>0</size>
49242       </method>
49243       <method name="Boolean EndInvoke(IAsyncResult)">
49244         <size>0</size>
49245       </method>
49246     </type>
49247     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
49248       <method name="Void .ctor()">
49249         <size>7</size>
49250       </method>
49251       <method name="Boolean &lt;&gt;m__2()">
49252         <size>14</size>
49253       </method>
49254     </type>
49255     <type name="Test+&lt;TestMe&gt;c__AnonStorey1">
49256       <method name="Void .ctor()">
49257         <size>7</size>
49258       </method>
49259     </type>
49260     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
49261       <method name="Boolean &lt;&gt;m__1()">
49262         <size>54</size>
49263       </method>
49264     </type>
49265   </test>
49266   <test name="test-anon-76.cs">
49267     <type name="C">
49268       <method name="Void .ctor()">
49269         <size>7</size>
49270       </method>
49271       <method name="Void set_Item(System.String, FactoryDelegate)">
49272         <size>8</size>
49273       </method>
49274       <method name="FactoryDelegate get_Item(System.String)">
49275         <size>7</size>
49276       </method>
49277       <method name="Void X()">
49278         <size>24</size>
49279       </method>
49280       <method name="Int32 Main()">
49281         <size>70</size>
49282       </method>
49283     </type>
49284     <type name="FactoryDelegate">
49285       <method name="Void .ctor(Object, IntPtr)">
49286         <size>0</size>
49287       </method>
49288       <method name="System.Object Invoke()">
49289         <size>0</size>
49290       </method>
49291       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49292         <size>0</size>
49293       </method>
49294       <method name="System.Object EndInvoke(IAsyncResult)">
49295         <size>0</size>
49296       </method>
49297     </type>
49298     <type name="C">
49299       <method name="System.Object &lt;X&gt;m__0()">
49300         <size>30</size>
49301       </method>
49302     </type>
49303   </test>
49304   <test name="test-anon-77.cs">
49305     <type name="y">
49306       <method name="Void .ctor()">
49307         <size>7</size>
49308       </method>
49309       <method name="Boolean get_Item(Int32)">
49310         <size>28</size>
49311       </method>
49312       <method name="Void set_Item(Int32, Boolean)">
49313         <size>10</size>
49314       </method>
49315       <method name="Void Main()">
49316         <size>1</size>
49317       </method>
49318     </type>
49319     <type name="D">
49320       <method name="Void .ctor(Object, IntPtr)">
49321         <size>0</size>
49322       </method>
49323       <method name="Void Invoke()">
49324         <size>0</size>
49325       </method>
49326       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49327         <size>0</size>
49328       </method>
49329       <method name="Void EndInvoke(IAsyncResult)">
49330         <size>0</size>
49331       </method>
49332     </type>
49333     <type name="y+&lt;&gt;c__AnonStorey0">
49334       <method name="Void .ctor()">
49335         <size>7</size>
49336       </method>
49337       <method name="Void &lt;&gt;m__0()">
49338         <size>8</size>
49339       </method>
49340     </type>
49341   </test>
49342   <test name="test-anon-78.cs">
49343     <type name="DelegateTest">
49344       <method name="Void .ctor()">
49345         <size>7</size>
49346       </method>
49347       <method name="Void .cctor()">
49348         <size>8</size>
49349       </method>
49350       <method name="Void Foo(D1)">
49351         <size>7</size>
49352       </method>
49353       <method name="Void Foo(D2)">
49354         <size>1</size>
49355       </method>
49356       <method name="Int32 Main()">
49357         <size>50</size>
49358       </method>
49359       <method name="Void &lt;Main&gt;m__0()">
49360         <size>18</size>
49361       </method>
49362     </type>
49363     <type name="D1">
49364       <method name="Void .ctor(Object, IntPtr)">
49365         <size>0</size>
49366       </method>
49367       <method name="Void Invoke()">
49368         <size>0</size>
49369       </method>
49370       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49371         <size>0</size>
49372       </method>
49373       <method name="Void EndInvoke(IAsyncResult)">
49374         <size>0</size>
49375       </method>
49376     </type>
49377     <type name="D2">
49378       <method name="Void .ctor(Object, IntPtr)">
49379         <size>0</size>
49380       </method>
49381       <method name="Void Invoke()">
49382         <size>0</size>
49383       </method>
49384       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49385         <size>0</size>
49386       </method>
49387       <method name="Void EndInvoke(IAsyncResult)">
49388         <size>0</size>
49389       </method>
49390     </type>
49391   </test>
49392   <test name="test-anon-79.cs">
49393     <type name="Test">
49394       <method name="Void .ctor()">
49395         <size>7</size>
49396       </method>
49397       <method name="Void add_E(Test+D)">
49398         <size>47</size>
49399       </method>
49400       <method name="Void remove_E(Test+D)">
49401         <size>47</size>
49402       </method>
49403       <method name="Void add_Changed(Test+D)">
49404         <size>30</size>
49405       </method>
49406       <method name="Void remove_Changed(Test+D)">
49407         <size>1</size>
49408       </method>
49409       <method name="Void Foo()">
49410         <size>1</size>
49411       </method>
49412       <method name="Void Main()">
49413         <size>1</size>
49414       </method>
49415     </type>
49416     <type name="Test+D">
49417       <method name="Void .ctor(Object, IntPtr)">
49418         <size>0</size>
49419       </method>
49420       <method name="Void Invoke()">
49421         <size>0</size>
49422       </method>
49423       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49424         <size>0</size>
49425       </method>
49426       <method name="Void EndInvoke(IAsyncResult)">
49427         <size>0</size>
49428       </method>
49429     </type>
49430     <type name="Test">
49431       <method name="Void &lt;add_Changed&gt;m__0()">
49432         <size>7</size>
49433       </method>
49434     </type>
49435   </test>
49436   <test name="test-anon-80.cs">
49437     <type name="MonoBug.MyTest">
49438       <method name="Void .ctor()">
49439         <size>7</size>
49440       </method>
49441       <method name="Int32 Main()">
49442         <size>167</size>
49443       </method>
49444     </type>
49445     <type name="MonoBug.MyTest+EventHandlers">
49446       <method name="Void .ctor()">
49447         <size>18</size>
49448       </method>
49449       <method name="System.EventHandler get_DoNothingEventHandler()">
49450         <size>30</size>
49451       </method>
49452       <method name="System.EventHandler get_DoSomethingEventHandler()">
49453         <size>13</size>
49454       </method>
49455       <method name="System.EventHandler get_Handler()">
49456         <size>7</size>
49457       </method>
49458       <method name="Void set_Handler(System.EventHandler)">
49459         <size>8</size>
49460       </method>
49461       <method name="Void &lt;get_DoNothingEventHandler&gt;m__0(System.Object, System.EventArgs)">
49462         <size>1</size>
49463       </method>
49464       <method name="Void &lt;get_DoSomethingEventHandler&gt;m__1(System.Object, System.EventArgs)">
49465         <size>15</size>
49466       </method>
49467     </type>
49468   </test>
49469   <test name="test-anon-81.cs">
49470     <type name="C">
49471       <method name="Void .ctor()">
49472         <size>7</size>
49473       </method>
49474       <method name="Int32 Main()">
49475         <size>20</size>
49476       </method>
49477       <method name="Int32 Test()">
49478         <size>27</size>
49479       </method>
49480       <method name="Int32 Foo2(C+Cmd2)">
49481         <size>7</size>
49482       </method>
49483       <method name="Void Foo(C+Cmd)">
49484         <size>7</size>
49485       </method>
49486     </type>
49487     <type name="C+Cmd">
49488       <method name="Void .ctor(Object, IntPtr)">
49489         <size>0</size>
49490       </method>
49491       <method name="Void Invoke()">
49492         <size>0</size>
49493       </method>
49494       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49495         <size>0</size>
49496       </method>
49497       <method name="Void EndInvoke(IAsyncResult)">
49498         <size>0</size>
49499       </method>
49500     </type>
49501     <type name="C+Cmd2">
49502       <method name="Void .ctor(Object, IntPtr)">
49503         <size>0</size>
49504       </method>
49505       <method name="Int32 Invoke()">
49506         <size>0</size>
49507       </method>
49508       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49509         <size>0</size>
49510       </method>
49511       <method name="Int32 EndInvoke(IAsyncResult)">
49512         <size>0</size>
49513       </method>
49514     </type>
49515     <type name="C">
49516       <method name="Int32 &lt;Test&gt;m__0()">
49517         <size>45</size>
49518       </method>
49519     </type>
49520     <type name="C+&lt;Test&gt;c__AnonStorey1">
49521       <method name="Void .ctor()">
49522         <size>7</size>
49523       </method>
49524       <method name="Void &lt;&gt;m__1()">
49525         <size>44</size>
49526       </method>
49527     </type>
49528     <type name="C+&lt;Test&gt;c__AnonStorey1+&lt;Test&gt;c__AnonStorey0">
49529       <method name="Void .ctor()">
49530         <size>7</size>
49531       </method>
49532       <method name="Void &lt;&gt;m__2()">
49533         <size>18</size>
49534       </method>
49535     </type>
49536   </test>
49537   <test name="test-anon-82.cs">
49538     <type name="MainClass">
49539       <method name="Void .ctor()">
49540         <size>7</size>
49541       </method>
49542       <method name="Void Main()">
49543         <size>87</size>
49544       </method>
49545       <method name="Void Test2(Int32)">
49546         <size>31</size>
49547       </method>
49548       <method name="Void Test3(Int32)">
49549         <size>57</size>
49550       </method>
49551       <method name="Void Test4()">
49552         <size>31</size>
49553       </method>
49554       <method name="Void Test5(Int32)">
49555         <size>27</size>
49556       </method>
49557       <method name="Void SimpleCallback(MainClass, System.String)">
49558         <size>7</size>
49559       </method>
49560     </type>
49561     <type name="MainClass+D">
49562       <method name="Void .ctor(Object, IntPtr)">
49563         <size>0</size>
49564       </method>
49565       <method name="Int32 Invoke(Int32)">
49566         <size>0</size>
49567       </method>
49568       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
49569         <size>0</size>
49570       </method>
49571       <method name="Int32 EndInvoke(IAsyncResult)">
49572         <size>0</size>
49573       </method>
49574     </type>
49575     <type name="StringSender">
49576       <method name="Void .ctor(Object, IntPtr)">
49577         <size>0</size>
49578       </method>
49579       <method name="Void Invoke(System.String)">
49580         <size>0</size>
49581       </method>
49582       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
49583         <size>0</size>
49584       </method>
49585       <method name="Void EndInvoke(IAsyncResult)">
49586         <size>0</size>
49587       </method>
49588     </type>
49589     <type name="VoidDelegate">
49590       <method name="Void .ctor(Object, IntPtr)">
49591         <size>0</size>
49592       </method>
49593       <method name="Void Invoke()">
49594         <size>0</size>
49595       </method>
49596       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49597         <size>0</size>
49598       </method>
49599       <method name="Void EndInvoke(IAsyncResult)">
49600         <size>0</size>
49601       </method>
49602     </type>
49603     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
49604       <method name="Void .ctor()">
49605         <size>7</size>
49606       </method>
49607     </type>
49608     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
49609       <method name="Void .ctor()">
49610         <size>7</size>
49611       </method>
49612     </type>
49613     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
49614       <method name="Void .ctor()">
49615         <size>7</size>
49616       </method>
49617     </type>
49618     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
49619       <method name="Void .ctor()">
49620         <size>7</size>
49621       </method>
49622     </type>
49623     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
49624       <method name="Void .ctor()">
49625         <size>7</size>
49626       </method>
49627     </type>
49628     <type name="MainClass">
49629       <method name="Void &lt;Test2&gt;m__1(System.String)">
49630         <size>27</size>
49631       </method>
49632       <method name="Void &lt;Test3&gt;m__3()">
49633         <size>1</size>
49634       </method>
49635       <method name="Void &lt;Test4&gt;m__4()">
49636         <size>31</size>
49637       </method>
49638       <method name="Void &lt;Test4&gt;m__7()">
49639         <size>28</size>
49640       </method>
49641     </type>
49642     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
49643       <method name="Void &lt;&gt;m__0()">
49644         <size>25</size>
49645       </method>
49646       <method name="Void &lt;&gt;m__9(System.String)">
49647         <size>13</size>
49648       </method>
49649     </type>
49650     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
49651       <method name="Void &lt;&gt;m__2()">
49652         <size>9</size>
49653       </method>
49654     </type>
49655     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
49656       <method name="Int32 &lt;&gt;m__5(Int32)">
49657         <size>46</size>
49658       </method>
49659       <method name="Int32 &lt;&gt;m__A(Int32)">
49660         <size>2</size>
49661       </method>
49662     </type>
49663     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
49664       <method name="Void &lt;&gt;m__6()">
49665         <size>12</size>
49666       </method>
49667     </type>
49668     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
49669       <method name="Void &lt;&gt;m__8()">
49670         <size>14</size>
49671       </method>
49672       <method name="Void &lt;&gt;m__B()">
49673         <size>8</size>
49674       </method>
49675     </type>
49676   </test>
49677   <test name="test-anon-84.cs">
49678     <type name="C">
49679       <method name="Void .ctor()">
49680         <size>42</size>
49681       </method>
49682       <method name="Void .ctor(D)">
49683         <size>42</size>
49684       </method>
49685       <method name="Int32 Main()">
49686         <size>19</size>
49687       </method>
49688     </type>
49689     <type name="D">
49690       <method name="Void .ctor(Object, IntPtr)">
49691         <size>0</size>
49692       </method>
49693       <method name="C Invoke(Int32)">
49694         <size>0</size>
49695       </method>
49696       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
49697         <size>0</size>
49698       </method>
49699       <method name="C EndInvoke(IAsyncResult)">
49700         <size>0</size>
49701       </method>
49702     </type>
49703     <type name="C">
49704       <method name="C &lt;field&gt;m__0(Int32)">
49705         <size>4</size>
49706       </method>
49707     </type>
49708   </test>
49709   <test name="test-anon-85.cs">
49710     <type name="X">
49711       <method name="Void .ctor()">
49712         <size>7</size>
49713       </method>
49714       <method name="Int32 Main()">
49715         <size>29</size>
49716       </method>
49717     </type>
49718     <type name="X+D">
49719       <method name="Void .ctor(Object, IntPtr)">
49720         <size>0</size>
49721       </method>
49722       <method name="Void Invoke()">
49723         <size>0</size>
49724       </method>
49725       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49726         <size>0</size>
49727       </method>
49728       <method name="Void EndInvoke(IAsyncResult)">
49729         <size>0</size>
49730       </method>
49731     </type>
49732     <type name="X+&lt;Main&gt;c__AnonStorey0">
49733       <method name="Void .ctor()">
49734         <size>7</size>
49735       </method>
49736       <method name="Void &lt;&gt;m__0()">
49737         <size>8</size>
49738       </method>
49739     </type>
49740   </test>
49741   <test name="test-anon-86.cs">
49742     <type name="Bug.A">
49743       <method name="Void .ctor()">
49744         <size>50</size>
49745       </method>
49746       <method name="Void Test()">
49747         <size>1</size>
49748       </method>
49749       <method name="Int32 Main()">
49750         <size>8</size>
49751       </method>
49752     </type>
49753     <type name="Bug.B">
49754       <method name="Void .ctor()">
49755         <size>7</size>
49756       </method>
49757       <method name="Int32 get_Prop()">
49758         <size>2</size>
49759       </method>
49760     </type>
49761     <type name="Bug.EventHandler">
49762       <method name="Void .ctor(Object, IntPtr)">
49763         <size>0</size>
49764       </method>
49765       <method name="Void Invoke()">
49766         <size>0</size>
49767       </method>
49768       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49769         <size>0</size>
49770       </method>
49771       <method name="Void EndInvoke(IAsyncResult)">
49772         <size>0</size>
49773       </method>
49774     </type>
49775     <type name="Bug.A+&lt;A&gt;c__AnonStorey0">
49776       <method name="Void .ctor()">
49777         <size>7</size>
49778       </method>
49779       <method name="Void &lt;&gt;m__0()">
49780         <size>24</size>
49781       </method>
49782     </type>
49783   </test>
49784   <test name="test-anon-87.cs">
49785     <type name="Bug.AA">
49786       <method name="Void .ctor(BB)">
49787         <size>51</size>
49788       </method>
49789       <method name="Void TestMe()">
49790         <size>1</size>
49791       </method>
49792       <method name="Int32 Main()">
49793         <size>18</size>
49794       </method>
49795     </type>
49796     <type name="Bug.BB">
49797       <method name="Void .ctor(String)">
49798         <size>18</size>
49799       </method>
49800       <method name="Void Foo()">
49801         <size>1</size>
49802       </method>
49803     </type>
49804     <type name="Bug.D">
49805       <method name="Void .ctor(Object, IntPtr)">
49806         <size>0</size>
49807       </method>
49808       <method name="Void Invoke()">
49809         <size>0</size>
49810       </method>
49811       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49812         <size>0</size>
49813       </method>
49814       <method name="Void EndInvoke(IAsyncResult)">
49815         <size>0</size>
49816       </method>
49817     </type>
49818     <type name="Bug.AA+&lt;AA&gt;c__AnonStorey0">
49819       <method name="Void .ctor()">
49820         <size>7</size>
49821       </method>
49822       <method name="Void &lt;&gt;m__0()">
49823         <size>23</size>
49824       </method>
49825     </type>
49826   </test>
49827   <test name="test-anon-88.cs">
49828     <type name="C">
49829       <method name="Void .ctor()">
49830         <size>7</size>
49831       </method>
49832       <method name="Int32 Main()">
49833         <size>12</size>
49834       </method>
49835       <method name="Void Test()">
49836         <size>97</size>
49837       </method>
49838     </type>
49839     <type name="C+D">
49840       <method name="Void .ctor(Object, IntPtr)">
49841         <size>0</size>
49842       </method>
49843       <method name="Void Invoke()">
49844         <size>0</size>
49845       </method>
49846       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49847         <size>0</size>
49848       </method>
49849       <method name="Void EndInvoke(IAsyncResult)">
49850         <size>0</size>
49851       </method>
49852     </type>
49853     <type name="C+&lt;Test&gt;c__AnonStorey0">
49854       <method name="Void .ctor()">
49855         <size>7</size>
49856       </method>
49857       <method name="Void &lt;&gt;m__2()">
49858         <size>8</size>
49859       </method>
49860     </type>
49861     <type name="C+&lt;Test&gt;c__AnonStorey2">
49862       <method name="Void .ctor()">
49863         <size>7</size>
49864       </method>
49865       <method name="Void &lt;&gt;m__0()">
49866         <size>69</size>
49867       </method>
49868       <method name="Void &lt;&gt;m__1()">
49869         <size>8</size>
49870       </method>
49871       <method name="Void &lt;&gt;m__4()">
49872         <size>3</size>
49873       </method>
49874     </type>
49875     <type name="C+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey1">
49876       <method name="Void .ctor()">
49877         <size>7</size>
49878       </method>
49879       <method name="Void &lt;&gt;m__3()">
49880         <size>20</size>
49881       </method>
49882     </type>
49883   </test>
49884   <test name="test-anon-89.cs">
49885     <type name="C">
49886       <method name="Void .ctor()">
49887         <size>7</size>
49888       </method>
49889       <method name="Int32 Main()">
49890         <size>12</size>
49891       </method>
49892       <method name="System.Object get_GdkWindow()">
49893         <size>2</size>
49894       </method>
49895       <method name="Void set_GdkWindow(System.Object)">
49896         <size>1</size>
49897       </method>
49898       <method name="Void Invoke(C+D)">
49899         <size>1</size>
49900       </method>
49901       <method name="Void Test()">
49902         <size>69</size>
49903       </method>
49904     </type>
49905     <type name="C+D">
49906       <method name="Void .ctor(Object, IntPtr)">
49907         <size>0</size>
49908       </method>
49909       <method name="Void Invoke()">
49910         <size>0</size>
49911       </method>
49912       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49913         <size>0</size>
49914       </method>
49915       <method name="Void EndInvoke(IAsyncResult)">
49916         <size>0</size>
49917       </method>
49918     </type>
49919     <type name="C+&lt;Test&gt;c__AnonStorey0">
49920       <method name="Void .ctor()">
49921         <size>7</size>
49922       </method>
49923       <method name="Void &lt;&gt;m__0()">
49924         <size>108</size>
49925       </method>
49926       <method name="Void &lt;&gt;m__3()">
49927         <size>29</size>
49928       </method>
49929     </type>
49930     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
49931       <method name="Void .ctor()">
49932         <size>7</size>
49933       </method>
49934       <method name="Void &lt;&gt;m__1()">
49935         <size>18</size>
49936       </method>
49937       <method name="Void &lt;&gt;m__2()">
49938         <size>49</size>
49939       </method>
49940     </type>
49941   </test>
49942   <test name="test-anon-90.cs">
49943     <type name="C">
49944       <method name="Void .ctor()">
49945         <size>7</size>
49946       </method>
49947       <method name="Int32 Main()">
49948         <size>12</size>
49949       </method>
49950       <method name="Void Foo()">
49951         <size>27</size>
49952       </method>
49953     </type>
49954     <type name="C+D">
49955       <method name="Void .ctor(Object, IntPtr)">
49956         <size>0</size>
49957       </method>
49958       <method name="Void Invoke()">
49959         <size>0</size>
49960       </method>
49961       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
49962         <size>0</size>
49963       </method>
49964       <method name="Void EndInvoke(IAsyncResult)">
49965         <size>0</size>
49966       </method>
49967     </type>
49968     <type name="C+&lt;Foo&gt;c__AnonStorey0">
49969       <method name="Void .ctor()">
49970         <size>7</size>
49971       </method>
49972       <method name="Void &lt;&gt;m__0()">
49973         <size>66</size>
49974       </method>
49975     </type>
49976     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey1">
49977       <method name="Void .ctor()">
49978         <size>7</size>
49979       </method>
49980     </type>
49981     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey2">
49982       <method name="Void .ctor()">
49983         <size>7</size>
49984       </method>
49985       <method name="Void &lt;&gt;m__1()">
49986         <size>32</size>
49987       </method>
49988     </type>
49989   </test>
49990   <test name="test-anon-91.cs">
49991     <type name="A">
49992       <method name="Void .ctor(Int32)">
49993         <size>27</size>
49994       </method>
49995     </type>
49996     <type name="C">
49997       <method name="Void .ctor()">
49998         <size>7</size>
49999       </method>
50000       <method name="Int32 Main()">
50001         <size>12</size>
50002       </method>
50003       <method name="Void SelectCommand(Int32)">
50004         <size>1</size>
50005       </method>
50006       <method name="Void Test()">
50007         <size>66</size>
50008       </method>
50009     </type>
50010     <type name="C+D">
50011       <method name="Void .ctor(Object, IntPtr)">
50012         <size>0</size>
50013       </method>
50014       <method name="Void Invoke()">
50015         <size>0</size>
50016       </method>
50017       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50018         <size>0</size>
50019       </method>
50020       <method name="Void EndInvoke(IAsyncResult)">
50021         <size>0</size>
50022       </method>
50023     </type>
50024     <type name="C+&lt;Test&gt;c__AnonStorey0">
50025       <method name="Void .ctor()">
50026         <size>7</size>
50027       </method>
50028       <method name="Void &lt;&gt;m__0()">
50029         <size>108</size>
50030       </method>
50031     </type>
50032     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
50033       <method name="Void .ctor()">
50034         <size>7</size>
50035       </method>
50036       <method name="Void &lt;&gt;m__1()">
50037         <size>23</size>
50038       </method>
50039     </type>
50040   </test>
50041   <test name="test-anon-92.cs">
50042     <type name="MainClass">
50043       <method name="Void Test(IEnumerable)">
50044         <size>33</size>
50045       </method>
50046       <method name="Int32 Main()">
50047         <size>21</size>
50048       </method>
50049       <method name="Void .ctor()">
50050         <size>7</size>
50051       </method>
50052     </type>
50053     <type name="D">
50054       <method name="Void Invoke()">
50055         <size>0</size>
50056       </method>
50057       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50058         <size>0</size>
50059       </method>
50060       <method name="Void EndInvoke(IAsyncResult)">
50061         <size>0</size>
50062       </method>
50063       <method name="Void .ctor(Object, IntPtr)">
50064         <size>0</size>
50065       </method>
50066     </type>
50067     <type name="MainClass+&lt;Test&gt;c__AnonStorey0">
50068       <method name="Void &lt;&gt;m__0()">
50069         <size>72</size>
50070       </method>
50071       <method name="Void .ctor()">
50072         <size>7</size>
50073       </method>
50074     </type>
50075   </test>
50076   <test name="test-anon-93.cs">
50077     <type name="BaseTest.MainClass">
50078       <method name="Void add_MyEvent(System.EventHandler)">
50079         <size>55</size>
50080       </method>
50081       <method name="Void remove_MyEvent(System.EventHandler)">
50082         <size>55</size>
50083       </method>
50084       <method name="Void RaiseMyEvent(System.Object, System.EventArgs)">
50085         <size>14</size>
50086       </method>
50087       <method name="Void Main()">
50088         <size>50</size>
50089       </method>
50090       <method name="Void &lt;Main&gt;m__2(System.Object, System.EventArgs)">
50091         <size>13</size>
50092       </method>
50093       <method name="Void .ctor()">
50094         <size>7</size>
50095       </method>
50096     </type>
50097     <type name="BaseTest.MainClass+&lt;&gt;c__AnonStorey0">
50098       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
50099         <size>23</size>
50100       </method>
50101       <method name="Void .ctor()">
50102         <size>7</size>
50103       </method>
50104     </type>
50105     <type name="BaseTest.MainClass+&lt;&gt;c__AnonStorey1">
50106       <method name="Void &lt;&gt;m__1(System.Object, System.EventArgs)">
50107         <size>23</size>
50108       </method>
50109       <method name="Void .ctor()">
50110         <size>7</size>
50111       </method>
50112     </type>
50113   </test>
50114   <test name="test-anon-94.cs">
50115     <type name="Program">
50116       <method name="Int32 Main()">
50117         <size>57</size>
50118       </method>
50119       <method name="Void .ctor()">
50120         <size>7</size>
50121       </method>
50122     </type>
50123     <type name="Program+BaseClass">
50124       <method name="Void Print()">
50125         <size>19</size>
50126       </method>
50127       <method name="Void .ctor()">
50128         <size>7</size>
50129       </method>
50130     </type>
50131     <type name="Program+Derived">
50132       <method name="Void Print()">
50133         <size>20</size>
50134       </method>
50135       <method name="Void &lt;Print&gt;m__0()">
50136         <size>7</size>
50137       </method>
50138       <method name="Void .ctor()">
50139         <size>7</size>
50140       </method>
50141       <method name="Void &lt;Print&gt;__BaseCallProxy0()">
50142         <size>7</size>
50143       </method>
50144     </type>
50145     <type name="Program+DerivedLibrary">
50146       <method name="Void Print(Int32)">
50147         <size>20</size>
50148       </method>
50149       <method name="Void &lt;Print&gt;__BaseCallProxy0(Int32)">
50150         <size>8</size>
50151       </method>
50152       <method name="Void &lt;Print&gt;m__1()">
50153         <size>9</size>
50154       </method>
50155       <method name="Void .ctor()">
50156         <size>7</size>
50157       </method>
50158     </type>
50159   </test>
50160   <test name="test-anon-95.cs">
50161     <type name="D">
50162       <method name="Int32 Invoke()">
50163         <size>0</size>
50164       </method>
50165       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50166         <size>0</size>
50167       </method>
50168       <method name="Int32 EndInvoke(IAsyncResult)">
50169         <size>0</size>
50170       </method>
50171       <method name="Void .ctor(Object, IntPtr)">
50172         <size>0</size>
50173       </method>
50174     </type>
50175     <type name="A">
50176       <method name="Void add_Event(D)">
50177         <size>0</size>
50178       </method>
50179       <method name="Void remove_Event(D)">
50180         <size>0</size>
50181       </method>
50182       <method name="Void .ctor()">
50183         <size>7</size>
50184       </method>
50185     </type>
50186     <type name="B">
50187       <method name="Void add_Event(D)">
50188         <size>47</size>
50189       </method>
50190       <method name="Void remove_Event(D)">
50191         <size>47</size>
50192       </method>
50193       <method name="Int32 Run()">
50194         <size>12</size>
50195       </method>
50196       <method name="Void .ctor()">
50197         <size>7</size>
50198       </method>
50199     </type>
50200     <type name="C">
50201       <method name="Int32 Test(Int32)">
50202         <size>46</size>
50203       </method>
50204       <method name="Int32 Main()">
50205         <size>23</size>
50206       </method>
50207       <method name="Void &lt;add_Event&gt;__BaseCallProxy0(D)">
50208         <size>8</size>
50209       </method>
50210       <method name="Void .ctor()">
50211         <size>7</size>
50212       </method>
50213     </type>
50214     <type name="C+&lt;Test&gt;c__AnonStorey0">
50215       <method name="Void &lt;&gt;m__0()">
50216         <size>24</size>
50217       </method>
50218       <method name="Int32 &lt;&gt;m__1()">
50219         <size>7</size>
50220       </method>
50221       <method name="Void .ctor()">
50222         <size>7</size>
50223       </method>
50224     </type>
50225   </test>
50226   <test name="test-anon-96.cs">
50227     <type name="P">
50228       <method name="Void .ctor()">
50229         <size>7</size>
50230       </method>
50231     </type>
50232     <type name="Program">
50233       <method name="Int32 Extra()">
50234         <size>3</size>
50235       </method>
50236       <method name="Program+D Get(Int32)">
50237         <size>128</size>
50238       </method>
50239       <method name="Int32 Run(Int32)">
50240         <size>12</size>
50241       </method>
50242       <method name="Int32 Main()">
50243         <size>77</size>
50244       </method>
50245     </type>
50246     <type name="Program+D">
50247       <method name="Int32 Invoke()">
50248         <size>0</size>
50249       </method>
50250       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50251         <size>0</size>
50252       </method>
50253       <method name="Int32 EndInvoke(IAsyncResult)">
50254         <size>0</size>
50255       </method>
50256       <method name="Void .ctor(Object, IntPtr)">
50257         <size>0</size>
50258       </method>
50259     </type>
50260     <type name="Program+&lt;Get&gt;c__AnonStorey0">
50261       <method name="Void .ctor()">
50262         <size>7</size>
50263       </method>
50264     </type>
50265     <type name="Program+&lt;Get&gt;c__AnonStorey1">
50266       <method name="Int32 &lt;&gt;m__0()">
50267         <size>24</size>
50268       </method>
50269       <method name="Int32 &lt;&gt;m__1()">
50270         <size>24</size>
50271       </method>
50272       <method name="Int32 &lt;&gt;m__2()">
50273         <size>19</size>
50274       </method>
50275       <method name="Void .ctor()">
50276         <size>7</size>
50277       </method>
50278     </type>
50279   </test>
50280   <test name="test-anon-97.cs">
50281     <type name="Space">
50282       <method name="Void Leak(Boolean, Int32)">
50283         <size>85</size>
50284       </method>
50285       <method name="Void .ctor()">
50286         <size>14</size>
50287       </method>
50288     </type>
50289     <type name="Space+DoCopy">
50290       <method name="Void Invoke()">
50291         <size>0</size>
50292       </method>
50293       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50294         <size>0</size>
50295       </method>
50296       <method name="Void EndInvoke(IAsyncResult)">
50297         <size>0</size>
50298       </method>
50299       <method name="Void .ctor(Object, IntPtr)">
50300         <size>0</size>
50301       </method>
50302     </type>
50303     <type name="Program">
50304       <method name="Void Main(System.String[])">
50305         <size>1</size>
50306       </method>
50307       <method name="Void .ctor()">
50308         <size>7</size>
50309       </method>
50310     </type>
50311     <type name="Space+&lt;Leak&gt;c__AnonStorey1">
50312       <method name="Void .ctor()">
50313         <size>7</size>
50314       </method>
50315     </type>
50316     <type name="Space+&lt;Leak&gt;c__AnonStorey0">
50317       <method name="Void &lt;&gt;m__0()">
50318         <size>18</size>
50319       </method>
50320       <method name="Void &lt;&gt;m__1()">
50321         <size>68</size>
50322       </method>
50323       <method name="Void .ctor()">
50324         <size>7</size>
50325       </method>
50326     </type>
50327   </test>
50328   <test name="test-cls-00.cs">
50329     <type name="CLSCLass_6">
50330       <method name="Void .ctor()">
50331         <size>18</size>
50332       </method>
50333       <method name="Void add_Disposed(Delegate)">
50334         <size>19</size>
50335       </method>
50336       <method name="Void remove_Disposed(Delegate)">
50337         <size>19</size>
50338       </method>
50339     </type>
50340     <type name="CLSDelegate">
50341       <method name="Void .ctor()">
50342         <size>7</size>
50343       </method>
50344     </type>
50345     <type name="CLSClass_5">
50346       <method name="Void .ctor()">
50347         <size>7</size>
50348       </method>
50349       <method name="UInt32 Test()">
50350         <size>2</size>
50351       </method>
50352     </type>
50353     <type name="CLSClass_4">
50354       <method name="Void .ctor()">
50355         <size>7</size>
50356       </method>
50357       <method name="UInt32 Test()">
50358         <size>2</size>
50359       </method>
50360     </type>
50361     <type name="CLSClass_3">
50362       <method name="Void .ctor()">
50363         <size>7</size>
50364       </method>
50365       <method name="UInt32 Test_3()">
50366         <size>2</size>
50367       </method>
50368     </type>
50369     <type name="CLSClass_2">
50370       <method name="Void .ctor()">
50371         <size>7</size>
50372       </method>
50373       <method name="SByte get_XX()">
50374         <size>2</size>
50375       </method>
50376     </type>
50377     <type name="CLSClass_1">
50378       <method name="Void .ctor()">
50379         <size>7</size>
50380       </method>
50381       <method name="UInt32 Valid()">
50382         <size>2</size>
50383       </method>
50384     </type>
50385     <type name="CLSClass">
50386       <method name="Void .ctor()">
50387         <size>7</size>
50388       </method>
50389       <method name="UInt64 Valid()">
50390         <size>3</size>
50391       </method>
50392       <method name="Byte get_XX()">
50393         <size>2</size>
50394       </method>
50395       <method name="UInt32 FooInternal()">
50396         <size>2</size>
50397       </method>
50398       <method name="UInt64 Foo()">
50399         <size>3</size>
50400       </method>
50401       <method name="Void Main()">
50402         <size>1</size>
50403       </method>
50404     </type>
50405     <type name="CLSClass+C1">
50406       <method name="Void .ctor()">
50407         <size>7</size>
50408       </method>
50409       <method name="Int64 Foo2()">
50410         <size>3</size>
50411       </method>
50412     </type>
50413     <type name="CLSClass+C1+C11">
50414       <method name="Void .ctor()">
50415         <size>7</size>
50416       </method>
50417       <method name="UInt64 Foo3()">
50418         <size>3</size>
50419       </method>
50420     </type>
50421     <type name="CLSClass+CLSClass_2">
50422       <method name="Void .ctor()">
50423         <size>7</size>
50424       </method>
50425       <method name="SByte get_XX()">
50426         <size>2</size>
50427       </method>
50428     </type>
50429     <type name="Delegate">
50430       <method name="Void .ctor(Object, IntPtr)">
50431         <size>0</size>
50432       </method>
50433       <method name="CLSDelegate Invoke()">
50434         <size>0</size>
50435       </method>
50436       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50437         <size>0</size>
50438       </method>
50439       <method name="CLSDelegate EndInvoke(IAsyncResult)">
50440         <size>0</size>
50441       </method>
50442     </type>
50443   </test>
50444   <test name="test-cls-01.cs">
50445     <type name="CLSClass">
50446       <method name="Void .ctor()">
50447         <size>7</size>
50448       </method>
50449       <method name="Byte get_XX()">
50450         <size>2</size>
50451       </method>
50452       <method name="Void Main()">
50453         <size>1</size>
50454       </method>
50455     </type>
50456     <type name="Big">
50457       <method name="Void .ctor()">
50458         <size>7</size>
50459       </method>
50460       <method name="Big op_Implicit(UInt32)">
50461         <size>2</size>
50462       </method>
50463     </type>
50464     <type name="C1">
50465       <method name="Void .ctor()">
50466         <size>7</size>
50467       </method>
50468       <method name="Void method(UInt32)">
50469         <size>1</size>
50470       </method>
50471     </type>
50472   </test>
50473   <test name="test-cls-02.cs">
50474     <type name="CLSClass">
50475       <method name="Void .ctor(UInt64)">
50476         <size>7</size>
50477       </method>
50478       <method name="Void .ctor(UInt32)">
50479         <size>7</size>
50480       </method>
50481       <method name="Void set_X_0(UInt64)">
50482         <size>1</size>
50483       </method>
50484       <method name="Void set_Item(UInt64, UInt64)">
50485         <size>1</size>
50486       </method>
50487       <method name="Void Main()">
50488         <size>1</size>
50489       </method>
50490     </type>
50491     <type name="InnerTypeClasss">
50492       <method name="Void .ctor()">
50493         <size>7</size>
50494       </method>
50495       <method name="Struct Method()">
50496         <size>10</size>
50497       </method>
50498     </type>
50499   </test>
50500   <test name="test-cls-03.cs">
50501     <type name="CLSClass">
50502       <method name="Void .ctor()">
50503         <size>7</size>
50504       </method>
50505       <method name="I1 Foo()">
50506         <size>2</size>
50507       </method>
50508       <method name="Void Main()">
50509         <size>1</size>
50510       </method>
50511     </type>
50512   </test>
50513   <test name="test-cls-05.cs">
50514     <type name="X1">
50515       <method name="Void .ctor()">
50516         <size>7</size>
50517       </method>
50518     </type>
50519     <type name="X2">
50520       <method name="Void .ctor()">
50521         <size>7</size>
50522       </method>
50523     </type>
50524     <type name="X3">
50525       <method name="Void .ctor()">
50526         <size>7</size>
50527       </method>
50528       <method name="Void bb(Boolean)">
50529         <size>1</size>
50530       </method>
50531       <method name="Void BB()">
50532         <size>1</size>
50533       </method>
50534     </type>
50535     <type name="X4">
50536       <method name="Void .ctor()">
50537         <size>7</size>
50538       </method>
50539       <method name="Void method(Int32)">
50540         <size>1</size>
50541       </method>
50542       <method name="Void method(Boolean)">
50543         <size>1</size>
50544       </method>
50545       <method name="Boolean method()">
50546         <size>2</size>
50547       </method>
50548     </type>
50549     <type name="BaseClass">
50550       <method name="Void .ctor()">
50551         <size>7</size>
50552       </method>
50553     </type>
50554     <type name="CLSClass">
50555       <method name="Void .ctor()">
50556         <size>7</size>
50557       </method>
50558       <method name="Void .ctor(Int32)">
50559         <size>7</size>
50560       </method>
50561       <method name="Void Method()">
50562         <size>1</size>
50563       </method>
50564       <method name="Int32 Method(Boolean)">
50565         <size>2</size>
50566       </method>
50567       <method name="Void methoD()">
50568         <size>1</size>
50569       </method>
50570       <method name="Void Main()">
50571         <size>1</size>
50572       </method>
50573       <method name="CLSClass op_Implicit(Boolean)">
50574         <size>7</size>
50575       </method>
50576       <method name="CLSClass op_Implicit(Int32)">
50577         <size>7</size>
50578       </method>
50579     </type>
50580     <type name="oBject">
50581       <method name="Void .ctor()">
50582         <size>7</size>
50583       </method>
50584     </type>
50585     <type name="A.C1">
50586       <method name="Void .ctor()">
50587         <size>7</size>
50588       </method>
50589     </type>
50590     <type name="B.c1">
50591       <method name="Void .ctor()">
50592         <size>7</size>
50593       </method>
50594     </type>
50595     <type name="c1">
50596       <method name="Void .ctor()">
50597         <size>7</size>
50598       </method>
50599     </type>
50600     <type name="CLSClass_2">
50601       <method name="Void .ctor()">
50602         <size>7</size>
50603       </method>
50604       <method name="Void Method()">
50605         <size>1</size>
50606       </method>
50607       <method name="Void method()">
50608         <size>1</size>
50609       </method>
50610     </type>
50611     <type name="System.sByte">
50612       <method name="Void .ctor()">
50613         <size>7</size>
50614       </method>
50615     </type>
50616     <type name="System.Web.HttpBrowserCapabilities">
50617       <method name="Void .ctor()">
50618         <size>7</size>
50619       </method>
50620     </type>
50621   </test>
50622   <test name="test-cls-06.cs">
50623     <type name="CLSClass">
50624       <method name="Void .ctor()">
50625         <size>7</size>
50626       </method>
50627       <method name="Void Main()">
50628         <size>1</size>
50629       </method>
50630     </type>
50631     <type name="CLSClass_2">
50632       <method name="Void .ctor(Int32[,,])">
50633         <size>7</size>
50634       </method>
50635       <method name="Void .ctor(Int32[,])">
50636         <size>7</size>
50637       </method>
50638       <method name="Void Test(System.Int32[,], Int32)">
50639         <size>1</size>
50640       </method>
50641       <method name="Void Test(System.Int32[,,], Boolean)">
50642         <size>1</size>
50643       </method>
50644     </type>
50645     <type name="X1">
50646       <method name="Void .ctor()">
50647         <size>7</size>
50648       </method>
50649       <method name="Void M2(Int32)">
50650         <size>1</size>
50651       </method>
50652     </type>
50653     <type name="X2">
50654       <method name="Void .ctor()">
50655         <size>7</size>
50656       </method>
50657       <method name="Void M2(Int32 ByRef)">
50658         <size>1</size>
50659       </method>
50660     </type>
50661     <type name="CLSClass+MyDelegate">
50662       <method name="Void .ctor(Object, IntPtr)">
50663         <size>0</size>
50664       </method>
50665       <method name="UInt32 Invoke()">
50666         <size>0</size>
50667       </method>
50668       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50669         <size>0</size>
50670       </method>
50671       <method name="UInt32 EndInvoke(IAsyncResult)">
50672         <size>0</size>
50673       </method>
50674     </type>
50675     <type name="MyDelegate">
50676       <method name="Void .ctor(Object, IntPtr)">
50677         <size>0</size>
50678       </method>
50679       <method name="UInt32 Invoke()">
50680         <size>0</size>
50681       </method>
50682       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50683         <size>0</size>
50684       </method>
50685       <method name="UInt32 EndInvoke(IAsyncResult)">
50686         <size>0</size>
50687       </method>
50688     </type>
50689   </test>
50690   <test name="test-cls-07.cs">
50691     <type name="aa.I1">
50692       <method name="Void .ctor()">
50693         <size>7</size>
50694       </method>
50695     </type>
50696     <type name="CLSClass">
50697       <method name="Void .ctor()">
50698         <size>7</size>
50699       </method>
50700       <method name="Void Main()">
50701         <size>1</size>
50702       </method>
50703     </type>
50704   </test>
50705   <test name="test-cls-10.cs">
50706     <type name="MainClass">
50707       <method name="Void .ctor()">
50708         <size>7</size>
50709       </method>
50710       <method name="Void Main()">
50711         <size>1</size>
50712       </method>
50713     </type>
50714   </test>
50715   <test name="test-cls-11.cs">
50716     <type name="CLSClass">
50717       <method name="Void .ctor()">
50718         <size>7</size>
50719       </method>
50720       <method name="Void Test(IComparable)">
50721         <size>0</size>
50722       </method>
50723     </type>
50724     <type name="CLSCLass_2">
50725       <method name="Void .ctor()">
50726         <size>7</size>
50727       </method>
50728       <method name="Void Test()">
50729         <size>0</size>
50730       </method>
50731     </type>
50732     <type name="CLSClass_3">
50733       <method name="Void .ctor()">
50734         <size>7</size>
50735       </method>
50736       <method name="Void Test()">
50737         <size>0</size>
50738       </method>
50739     </type>
50740     <type name="MainClass">
50741       <method name="Void .ctor()">
50742         <size>7</size>
50743       </method>
50744       <method name="Void Main()">
50745         <size>1</size>
50746       </method>
50747     </type>
50748   </test>
50749   <test name="test-cls-12.cs">
50750     <type name="MainClass">
50751       <method name="Void .ctor()">
50752         <size>7</size>
50753       </method>
50754       <method name="Void Main()">
50755         <size>1</size>
50756       </method>
50757     </type>
50758   </test>
50759   <test name="test-cls-14.cs">
50760     <type name="CLSClass">
50761       <method name="Void .ctor()">
50762         <size>7</size>
50763       </method>
50764       <method name="Void Error(Boolean)">
50765         <size>1</size>
50766       </method>
50767       <method name="CLSClass op_Implicit(Byte)">
50768         <size>6</size>
50769       </method>
50770     </type>
50771     <type name="MainClass">
50772       <method name="Void .ctor()">
50773         <size>7</size>
50774       </method>
50775       <method name="Void Main()">
50776         <size>1</size>
50777       </method>
50778     </type>
50779   </test>
50780   <test name="test-cls-15.cs">
50781     <type name="CLSAttribute_1">
50782       <method name="Void .ctor(Int32[])">
50783         <size>7</size>
50784       </method>
50785       <method name="Void .ctor(Int32)">
50786         <size>7</size>
50787       </method>
50788     </type>
50789     <type name="CLSAttribute_2">
50790       <method name="Void .ctor(Int32)">
50791         <size>7</size>
50792       </method>
50793     </type>
50794     <type name="CLSAttribute_3">
50795       <method name="Void .ctor(Int32[])">
50796         <size>7</size>
50797       </method>
50798     </type>
50799     <type name="CLSAttribute_4">
50800       <method name="Void .ctor(Int32[])">
50801         <size>7</size>
50802       </method>
50803     </type>
50804     <type name="ClassMain">
50805       <method name="Void .ctor()">
50806         <size>7</size>
50807       </method>
50808       <method name="Void Main()">
50809         <size>1</size>
50810       </method>
50811     </type>
50812   </test>
50813   <test name="test-cls-16.cs">
50814     <type name="CLSAttribute">
50815       <method name="Void .ctor(Boolean[])">
50816         <size>7</size>
50817       </method>
50818     </type>
50819     <type name="ClassMain">
50820       <method name="Void .ctor()">
50821         <size>7</size>
50822       </method>
50823       <method name="Void Main()">
50824         <size>1</size>
50825       </method>
50826     </type>
50827   </test>
50828   <test name="test-cls-17.cs">
50829     <type name="Foo">
50830       <method name="Void .ctor()">
50831         <size>7</size>
50832       </method>
50833       <method name="Void Main()">
50834         <size>1</size>
50835       </method>
50836     </type>
50837   </test>
50838   <test name="test-cls-18.cs">
50839     <type name="Base">
50840       <method name="Void .ctor()">
50841         <size>7</size>
50842       </method>
50843       <method name="Void Test(System.Int32[])">
50844         <size>1</size>
50845       </method>
50846     </type>
50847     <type name="CLSClass">
50848       <method name="Void .ctor()">
50849         <size>7</size>
50850       </method>
50851       <method name="Void Test(System.Int32[])">
50852         <size>1</size>
50853       </method>
50854       <method name="Void Main()">
50855         <size>1</size>
50856       </method>
50857     </type>
50858   </test>
50859   <test name="test-cls-19.cs">
50860     <type name="A">
50861       <method name="Void Main()">
50862         <size>1</size>
50863       </method>
50864       <method name="Void .ctor()">
50865         <size>7</size>
50866       </method>
50867     </type>
50868     <type name="A+PartialClass">
50869       <method name="Void Method1(Int32)">
50870         <size>1</size>
50871       </method>
50872       <method name="Void Method2(UInt32)">
50873         <size>1</size>
50874       </method>
50875       <method name="Void Method3(UInt32)">
50876         <size>1</size>
50877       </method>
50878       <method name="Void .ctor()">
50879         <size>7</size>
50880       </method>
50881     </type>
50882   </test>
50883   <test name="test-externalias-01.cs">
50884     <type name="Test">
50885       <method name="Void .ctor()">
50886         <size>7</size>
50887       </method>
50888       <method name="Int32 Main()">
50889         <size>64</size>
50890       </method>
50891     </type>
50892   </test>
50893   <test name="test-externalias-02.cs">
50894     <type name="Test">
50895       <method name="Void .ctor()">
50896         <size>7</size>
50897       </method>
50898       <method name="Int32 Main()">
50899         <size>64</size>
50900       </method>
50901     </type>
50902   </test>
50903   <test name="test-externalias-03.cs">
50904     <type name="Test">
50905       <method name="Void .ctor()">
50906         <size>7</size>
50907       </method>
50908       <method name="Int32 Main()">
50909         <size>64</size>
50910       </method>
50911     </type>
50912   </test>
50913   <test name="test-externalias-04.cs">
50914     <type name="Test">
50915       <method name="Void .ctor()">
50916         <size>7</size>
50917       </method>
50918       <method name="Int32 Main()">
50919         <size>64</size>
50920       </method>
50921     </type>
50922   </test>
50923   <test name="test-externalias-05.cs">
50924     <type name="Test">
50925       <method name="Void .ctor()">
50926         <size>7</size>
50927       </method>
50928       <method name="Void Main()">
50929         <size>21</size>
50930       </method>
50931     </type>
50932   </test>
50933   <test name="test-externalias-06.cs">
50934     <type name="MyAssembly01.Test">
50935       <method name="Void .ctor()">
50936         <size>7</size>
50937       </method>
50938     </type>
50939     <type name="MyAssembly01.Namespace1.Test">
50940       <method name="Void .ctor()">
50941         <size>7</size>
50942       </method>
50943     </type>
50944     <type name="MyAssembly02.Test">
50945       <method name="Void .ctor()">
50946         <size>7</size>
50947       </method>
50948     </type>
50949     <type name="MyAssembly02.Namespace1.Test">
50950       <method name="Void .ctor()">
50951         <size>7</size>
50952       </method>
50953     </type>
50954     <type name="Test">
50955       <method name="Void .ctor()">
50956         <size>7</size>
50957       </method>
50958       <method name="Void Main()">
50959         <size>1</size>
50960       </method>
50961     </type>
50962   </test>
50963   <test name="test-externalias-07.cs">
50964     <type name="NS.MyClass">
50965       <method name="Void .ctor()">
50966         <size>7</size>
50967       </method>
50968       <method name="Int32 GetInt()">
50969         <size>6</size>
50970       </method>
50971     </type>
50972     <type name="Test">
50973       <method name="Void .ctor()">
50974         <size>7</size>
50975       </method>
50976       <method name="Int32 Main()">
50977         <size>15</size>
50978       </method>
50979     </type>
50980   </test>
50981   <test name="test-externalias-08.cs">
50982     <type name="Test">
50983       <method name="Void .ctor()">
50984         <size>7</size>
50985       </method>
50986       <method name="Int32 Main()">
50987         <size>54</size>
50988       </method>
50989     </type>
50990   </test>
50991   <test name="test-externalias-09.cs">
50992     <type name="Test">
50993       <method name="Void .ctor()">
50994         <size>7</size>
50995       </method>
50996       <method name="Int32 Main()">
50997         <size>8</size>
50998       </method>
50999     </type>
51000   </test>
51001   <test name="test-iter-01.cs">
51002     <type name="X">
51003       <method name="Void .ctor()">
51004         <size>7</size>
51005       </method>
51006       <method name="IEnumerator GetIt()">
51007         <size>8</size>
51008       </method>
51009       <method name="IEnumerable GetIt2()">
51010         <size>16</size>
51011       </method>
51012       <method name="Int32 Main()">
51013         <size>172</size>
51014       </method>
51015     </type>
51016     <type name="X+&lt;GetIt&gt;c__Iterator0">
51017       <method name="Void .ctor()">
51018         <size>7</size>
51019       </method>
51020       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51021         <size>7</size>
51022       </method>
51023       <method name="Boolean MoveNext()">
51024         <size>124</size>
51025       </method>
51026       <method name="Void Dispose()">
51027         <size>8</size>
51028       </method>
51029       <method name="Void Reset()">
51030         <size>6</size>
51031       </method>
51032     </type>
51033     <type name="X+&lt;GetIt2&gt;c__Iterator1">
51034       <method name="Void .ctor()">
51035         <size>7</size>
51036       </method>
51037       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51038         <size>7</size>
51039       </method>
51040       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51041         <size>7</size>
51042       </method>
51043       <method name="Boolean MoveNext()">
51044         <size>124</size>
51045       </method>
51046       <method name="Void Dispose()">
51047         <size>8</size>
51048       </method>
51049       <method name="Void Reset()">
51050         <size>6</size>
51051       </method>
51052     </type>
51053     <type name="X+&lt;GetIt&gt;c__Iterator0">
51054       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51055         <size>7</size>
51056       </method>
51057     </type>
51058     <type name="X+&lt;GetIt2&gt;c__Iterator1">
51059       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51060         <size>7</size>
51061       </method>
51062       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51063         <size>26</size>
51064       </method>
51065     </type>
51066   </test>
51067   <test name="test-iter-02.cs">
51068     <type name="X">
51069       <method name="Void .ctor()">
51070         <size>7</size>
51071       </method>
51072       <method name="IEnumerator GetRange()">
51073         <size>8</size>
51074       </method>
51075       <method name="Int32 Main()">
51076         <size>88</size>
51077       </method>
51078     </type>
51079     <type name="X+&lt;GetRange&gt;c__Iterator0">
51080       <method name="Void .ctor()">
51081         <size>7</size>
51082       </method>
51083       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51084         <size>7</size>
51085       </method>
51086       <method name="Boolean MoveNext()">
51087         <size>171</size>
51088       </method>
51089       <method name="Void Dispose()">
51090         <size>8</size>
51091       </method>
51092       <method name="Void Reset()">
51093         <size>6</size>
51094       </method>
51095       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51096         <size>7</size>
51097       </method>
51098     </type>
51099   </test>
51100   <test name="test-iter-03.cs">
51101     <type name="X">
51102       <method name="Void .ctor()">
51103         <size>7</size>
51104       </method>
51105       <method name="IEnumerable GetIt(System.Int32[])">
51106         <size>30</size>
51107       </method>
51108       <method name="IEnumerable GetMulti(System.Int32[,])">
51109         <size>30</size>
51110       </method>
51111       <method name="Int32 Main()">
51112         <size>247</size>
51113       </method>
51114     </type>
51115     <type name="&lt;PrivateImplementationDetails&gt;">
51116       <method name="Void .ctor()">
51117         <size>7</size>
51118       </method>
51119     </type>
51120     <type name="X+&lt;GetIt&gt;c__Iterator0">
51121       <method name="Void .ctor()">
51122         <size>7</size>
51123       </method>
51124       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51125         <size>7</size>
51126       </method>
51127       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51128         <size>7</size>
51129       </method>
51130       <method name="Boolean MoveNext()">
51131         <size>149</size>
51132       </method>
51133       <method name="Void Dispose()">
51134         <size>8</size>
51135       </method>
51136       <method name="Void Reset()">
51137         <size>6</size>
51138       </method>
51139     </type>
51140     <type name="X+&lt;GetMulti&gt;c__Iterator1">
51141       <method name="Void .ctor()">
51142         <size>7</size>
51143       </method>
51144       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51145         <size>7</size>
51146       </method>
51147       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51148         <size>7</size>
51149       </method>
51150       <method name="Boolean MoveNext()">
51151         <size>236</size>
51152       </method>
51153       <method name="Void Dispose()">
51154         <size>8</size>
51155       </method>
51156       <method name="Void Reset()">
51157         <size>6</size>
51158       </method>
51159     </type>
51160     <type name="X+&lt;GetIt&gt;c__Iterator0">
51161       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51162         <size>7</size>
51163       </method>
51164       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51165         <size>40</size>
51166       </method>
51167     </type>
51168     <type name="X+&lt;GetMulti&gt;c__Iterator1">
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-04.cs">
51178     <type name="X">
51179       <method name="Void .ctor()">
51180         <size>7</size>
51181       </method>
51182       <method name="IEnumerable GetRange(Int32, Int32)">
51183         <size>44</size>
51184       </method>
51185       <method name="Void Main()">
51186         <size>100</size>
51187       </method>
51188     </type>
51189     <type name="X+&lt;GetRange&gt;c__Iterator0">
51190       <method name="Void .ctor()">
51191         <size>7</size>
51192       </method>
51193       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51194         <size>7</size>
51195       </method>
51196       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51197         <size>7</size>
51198       </method>
51199       <method name="Boolean MoveNext()">
51200         <size>121</size>
51201       </method>
51202       <method name="Void Dispose()">
51203         <size>8</size>
51204       </method>
51205       <method name="Void Reset()">
51206         <size>6</size>
51207       </method>
51208       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51209         <size>7</size>
51210       </method>
51211       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51212         <size>52</size>
51213       </method>
51214     </type>
51215   </test>
51216   <test name="test-iter-05.cs">
51217     <type name="X">
51218       <method name="Void .ctor()">
51219         <size>7</size>
51220       </method>
51221       <method name="IEnumerable GetIt()">
51222         <size>16</size>
51223       </method>
51224       <method name="Int32 Main()">
51225         <size>106</size>
51226       </method>
51227     </type>
51228     <type name="List">
51229       <method name="Void .ctor(Int32)">
51230         <size>19</size>
51231       </method>
51232       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51233         <size>12</size>
51234       </method>
51235       <method name="Void Add(Int32)">
51236         <size>26</size>
51237       </method>
51238       <method name="MyEnumerator GetEnumerator()">
51239         <size>7</size>
51240       </method>
51241     </type>
51242     <type name="X+&lt;GetIt&gt;c__Iterator0">
51243       <method name="Void .ctor()">
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="Boolean MoveNext()">
51253         <size>181</size>
51254       </method>
51255       <method name="Void Dispose()">
51256         <size>8</size>
51257       </method>
51258       <method name="Void Reset()">
51259         <size>6</size>
51260       </method>
51261     </type>
51262     <type name="List+MyEnumerator">
51263       <method name="Void .ctor(List)">
51264         <size>15</size>
51265       </method>
51266       <method name="System.Object get_Current()">
51267         <size>24</size>
51268       </method>
51269       <method name="Boolean MoveNext()">
51270         <size>31</size>
51271       </method>
51272       <method name="Void Reset()">
51273         <size>8</size>
51274       </method>
51275     </type>
51276     <type name="X+&lt;GetIt&gt;c__Iterator0">
51277       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51278         <size>7</size>
51279       </method>
51280       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51281         <size>26</size>
51282       </method>
51283     </type>
51284   </test>
51285   <test name="test-iter-06.cs">
51286     <type name="X">
51287       <method name="Void .ctor()">
51288         <size>7</size>
51289       </method>
51290       <method name="IEnumerable Get(Int32)">
51291         <size>30</size>
51292       </method>
51293       <method name="IEnumerable GetS(Int32)">
51294         <size>30</size>
51295       </method>
51296       <method name="Int32 Main()">
51297         <size>403</size>
51298       </method>
51299     </type>
51300     <type name="S+&lt;Get&gt;c__Iterator0">
51301       <method name="Void .ctor()">
51302         <size>7</size>
51303       </method>
51304       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51305         <size>7</size>
51306       </method>
51307       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51308         <size>7</size>
51309       </method>
51310       <method name="Boolean MoveNext()">
51311         <size>181</size>
51312       </method>
51313       <method name="Void Dispose()">
51314         <size>8</size>
51315       </method>
51316       <method name="Void Reset()">
51317         <size>6</size>
51318       </method>
51319     </type>
51320     <type name="S+&lt;GetS&gt;c__Iterator1">
51321       <method name="Void .ctor()">
51322         <size>7</size>
51323       </method>
51324       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51325         <size>7</size>
51326       </method>
51327       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51328         <size>7</size>
51329       </method>
51330       <method name="Boolean MoveNext()">
51331         <size>134</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     </type>
51340     <type name="X+&lt;Get&gt;c__Iterator2">
51341       <method name="Void .ctor()">
51342         <size>7</size>
51343       </method>
51344       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51345         <size>7</size>
51346       </method>
51347       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51348         <size>7</size>
51349       </method>
51350       <method name="Boolean MoveNext()">
51351         <size>129</size>
51352       </method>
51353       <method name="Void Dispose()">
51354         <size>8</size>
51355       </method>
51356       <method name="Void Reset()">
51357         <size>6</size>
51358       </method>
51359     </type>
51360     <type name="X+&lt;GetS&gt;c__Iterator3">
51361       <method name="Void .ctor()">
51362         <size>7</size>
51363       </method>
51364       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51365         <size>7</size>
51366       </method>
51367       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51368         <size>7</size>
51369       </method>
51370       <method name="Boolean MoveNext()">
51371         <size>134</size>
51372       </method>
51373       <method name="Void Dispose()">
51374         <size>8</size>
51375       </method>
51376       <method name="Void Reset()">
51377         <size>6</size>
51378       </method>
51379     </type>
51380     <type name="S">
51381       <method name="IEnumerable Get(Int32)">
51382         <size>42</size>
51383       </method>
51384       <method name="IEnumerable GetS(Int32)">
51385         <size>30</size>
51386       </method>
51387     </type>
51388     <type name="S+&lt;Get&gt;c__Iterator0">
51389       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51390         <size>7</size>
51391       </method>
51392       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51393         <size>52</size>
51394       </method>
51395     </type>
51396     <type name="S+&lt;GetS&gt;c__Iterator1">
51397       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51398         <size>7</size>
51399       </method>
51400       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51401         <size>40</size>
51402       </method>
51403     </type>
51404     <type name="X+&lt;Get&gt;c__Iterator2">
51405       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51406         <size>7</size>
51407       </method>
51408       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51409         <size>40</size>
51410       </method>
51411     </type>
51412     <type name="X+&lt;GetS&gt;c__Iterator3">
51413       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51414         <size>7</size>
51415       </method>
51416       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51417         <size>40</size>
51418       </method>
51419     </type>
51420   </test>
51421   <test name="test-iter-07.cs">
51422     <type name="Test">
51423       <method name="Void .ctor()">
51424         <size>7</size>
51425       </method>
51426       <method name="IEnumerable Foo(Int32)">
51427         <size>30</size>
51428       </method>
51429     </type>
51430     <type name="X">
51431       <method name="Void .ctor()">
51432         <size>7</size>
51433       </method>
51434       <method name="Int32 Main()">
51435         <size>373</size>
51436       </method>
51437     </type>
51438     <type name="Test+&lt;Foo&gt;c__Iterator0">
51439       <method name="Void .ctor()">
51440         <size>7</size>
51441       </method>
51442       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51443         <size>7</size>
51444       </method>
51445       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51446         <size>7</size>
51447       </method>
51448       <method name="Boolean MoveNext()">
51449         <size>253</size>
51450       </method>
51451       <method name="Void Dispose()">
51452         <size>112</size>
51453       </method>
51454       <method name="Void Reset()">
51455         <size>6</size>
51456       </method>
51457       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51458         <size>7</size>
51459       </method>
51460       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51461         <size>40</size>
51462       </method>
51463     </type>
51464   </test>
51465   <test name="test-iter-08.cs">
51466     <type name="Foo">
51467       <method name="Void .ctor(Int32)">
51468         <size>14</size>
51469       </method>
51470       <method name="Void Dispose()">
51471         <size>8</size>
51472       </method>
51473     </type>
51474     <type name="X">
51475       <method name="Void .ctor()">
51476         <size>7</size>
51477       </method>
51478       <method name="IEnumerable Test(Int32, Int32)">
51479         <size>44</size>
51480       </method>
51481       <method name="Int32 Main()">
51482         <size>169</size>
51483       </method>
51484     </type>
51485     <type name="X+&lt;Test&gt;c__Iterator0">
51486       <method name="Void .ctor()">
51487         <size>7</size>
51488       </method>
51489       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51490         <size>7</size>
51491       </method>
51492       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51493         <size>7</size>
51494       </method>
51495       <method name="Boolean MoveNext()">
51496         <size>358</size>
51497       </method>
51498       <method name="Void Dispose()">
51499         <size>102</size>
51500       </method>
51501       <method name="Void Reset()">
51502         <size>6</size>
51503       </method>
51504       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51505         <size>7</size>
51506       </method>
51507       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51508         <size>52</size>
51509       </method>
51510     </type>
51511   </test>
51512   <test name="test-iter-09.cs">
51513     <type name="Tester">
51514       <method name="Void .ctor()">
51515         <size>153</size>
51516       </method>
51517       <method name="IEnumerator GetEnumerator()">
51518         <size>15</size>
51519       </method>
51520     </type>
51521     <type name="Test">
51522       <method name="Void .ctor()">
51523         <size>7</size>
51524       </method>
51525       <method name="Int32 Main()">
51526         <size>268</size>
51527       </method>
51528     </type>
51529     <type name="Tester+&lt;GetEnumerator&gt;c__Iterator0">
51530       <method name="Void .ctor()">
51531         <size>7</size>
51532       </method>
51533       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51534         <size>7</size>
51535       </method>
51536       <method name="Boolean MoveNext()">
51537         <size>635</size>
51538       </method>
51539       <method name="Void Dispose()">
51540         <size>96</size>
51541       </method>
51542       <method name="Void Reset()">
51543         <size>6</size>
51544       </method>
51545       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51546         <size>7</size>
51547       </method>
51548     </type>
51549   </test>
51550   <test name="test-iter-10.cs">
51551     <type name="X">
51552       <method name="Void .ctor()">
51553         <size>7</size>
51554       </method>
51555       <method name="IEnumerator get_GetIt()">
51556         <size>8</size>
51557       </method>
51558       <method name="Void set_GetIt(IEnumerator)">
51559         <size>1</size>
51560       </method>
51561       <method name="IEnumerable get_Item(Int32)">
51562         <size>30</size>
51563       </method>
51564       <method name="Void set_Item(Int32, IEnumerable)">
51565         <size>1</size>
51566       </method>
51567       <method name="Int32 Main()">
51568         <size>184</size>
51569       </method>
51570     </type>
51571     <type name="X+&lt;&gt;c__Iterator0">
51572       <method name="Void .ctor()">
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>124</size>
51580       </method>
51581       <method name="Void Dispose()">
51582         <size>8</size>
51583       </method>
51584       <method name="Void Reset()">
51585         <size>6</size>
51586       </method>
51587     </type>
51588     <type name="X+&lt;&gt;c__Iterator1">
51589       <method name="Void .ctor()">
51590         <size>7</size>
51591       </method>
51592       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51593         <size>7</size>
51594       </method>
51595       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51596         <size>7</size>
51597       </method>
51598       <method name="Boolean MoveNext()">
51599         <size>143</size>
51600       </method>
51601       <method name="Void Dispose()">
51602         <size>8</size>
51603       </method>
51604       <method name="Void Reset()">
51605         <size>6</size>
51606       </method>
51607     </type>
51608     <type name="X+&lt;&gt;c__Iterator0">
51609       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51610         <size>7</size>
51611       </method>
51612     </type>
51613     <type name="X+&lt;&gt;c__Iterator1">
51614       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51615         <size>7</size>
51616       </method>
51617       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51618         <size>40</size>
51619       </method>
51620     </type>
51621   </test>
51622   <test name="test-iter-11.cs">
51623     <type name="X">
51624       <method name="Void .ctor()">
51625         <size>7</size>
51626       </method>
51627       <method name="Void add_Hook(System.EventHandler)">
51628         <size>47</size>
51629       </method>
51630       <method name="Void remove_Hook(System.EventHandler)">
51631         <size>47</size>
51632       </method>
51633       <method name="IEnumerator Pipeline()">
51634         <size>15</size>
51635       </method>
51636       <method name="Void M(System.Object, System.EventArgs)">
51637         <size>11</size>
51638       </method>
51639       <method name="Void Main()">
51640         <size>39</size>
51641       </method>
51642     </type>
51643     <type name="X+&lt;Pipeline&gt;c__Iterator0">
51644       <method name="Void .ctor()">
51645         <size>7</size>
51646       </method>
51647       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51648         <size>7</size>
51649       </method>
51650       <method name="Boolean MoveNext()">
51651         <size>122</size>
51652       </method>
51653       <method name="Void Dispose()">
51654         <size>8</size>
51655       </method>
51656       <method name="Void Reset()">
51657         <size>6</size>
51658       </method>
51659       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51660         <size>7</size>
51661       </method>
51662     </type>
51663   </test>
51664   <test name="test-iter-12.cs">
51665     <type name="X">
51666       <method name="Void .ctor()">
51667         <size>7</size>
51668       </method>
51669       <method name="IEnumerable a()">
51670         <size>23</size>
51671       </method>
51672       <method name="Void Main()">
51673         <size>1</size>
51674       </method>
51675     </type>
51676     <type name="X+&lt;a&gt;c__Iterator0">
51677       <method name="Void .ctor()">
51678         <size>7</size>
51679       </method>
51680       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51681         <size>7</size>
51682       </method>
51683       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51684         <size>7</size>
51685       </method>
51686       <method name="Boolean MoveNext()">
51687         <size>184</size>
51688       </method>
51689       <method name="Void Dispose()">
51690         <size>63</size>
51691       </method>
51692       <method name="Void Reset()">
51693         <size>6</size>
51694       </method>
51695       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51696         <size>7</size>
51697       </method>
51698       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51699         <size>40</size>
51700       </method>
51701     </type>
51702   </test>
51703   <test name="test-iter-13.cs">
51704     <type name="Test">
51705       <method name="Void .ctor()">
51706         <size>7</size>
51707       </method>
51708       <method name="Void .cctor()">
51709         <size>11</size>
51710       </method>
51711       <method name="Void Main()">
51712         <size>1</size>
51713       </method>
51714       <method name="IEnumerable syntax_error(System.Object, System.Object)">
51715         <size>16</size>
51716       </method>
51717     </type>
51718     <type name="Test+Yp">
51719       <method name="Void .ctor()">
51720         <size>7</size>
51721       </method>
51722       <method name="IEnumerable fail()">
51723         <size>2</size>
51724       </method>
51725     </type>
51726     <type name="Test+&lt;syntax_error&gt;c__Iterator0">
51727       <method name="Void .ctor()">
51728         <size>7</size>
51729       </method>
51730       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51731         <size>7</size>
51732       </method>
51733       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51734         <size>7</size>
51735       </method>
51736       <method name="Boolean MoveNext()">
51737         <size>25</size>
51738       </method>
51739       <method name="Void Dispose()">
51740         <size>8</size>
51741       </method>
51742       <method name="Void Reset()">
51743         <size>6</size>
51744       </method>
51745       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51746         <size>7</size>
51747       </method>
51748       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51749         <size>26</size>
51750       </method>
51751     </type>
51752   </test>
51753   <test name="test-iter-14.cs">
51754     <type name="XX">
51755       <method name="Void Metodo(System.Exception)">
51756         <size>37</size>
51757       </method>
51758       <method name="IEnumerable X()">
51759         <size>16</size>
51760       </method>
51761       <method name="Void Main()">
51762         <size>65</size>
51763       </method>
51764       <method name="Void .ctor()">
51765         <size>7</size>
51766       </method>
51767     </type>
51768     <type name="XX+&lt;X&gt;c__Iterator0">
51769       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51770         <size>7</size>
51771       </method>
51772       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51773         <size>7</size>
51774       </method>
51775       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51776         <size>7</size>
51777       </method>
51778       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51779         <size>26</size>
51780       </method>
51781       <method name="Boolean MoveNext()">
51782         <size>103</size>
51783       </method>
51784       <method name="Void Dispose()">
51785         <size>8</size>
51786       </method>
51787       <method name="Void Reset()">
51788         <size>6</size>
51789       </method>
51790       <method name="Void .ctor()">
51791         <size>7</size>
51792       </method>
51793     </type>
51794   </test>
51795   <test name="test-iter-15.cs">
51796     <type name="Test">
51797       <method name="IEnumerator GetEnumerator()">
51798         <size>15</size>
51799       </method>
51800       <method name="Void Main()">
51801         <size>11</size>
51802       </method>
51803       <method name="Void Run()">
51804         <size>177</size>
51805       </method>
51806       <method name="Void .ctor()">
51807         <size>7</size>
51808       </method>
51809     </type>
51810     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
51811       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51812         <size>7</size>
51813       </method>
51814       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51815         <size>7</size>
51816       </method>
51817       <method name="Boolean MoveNext()">
51818         <size>127</size>
51819       </method>
51820       <method name="Void Dispose()">
51821         <size>8</size>
51822       </method>
51823       <method name="Void Reset()">
51824         <size>6</size>
51825       </method>
51826       <method name="Void .ctor()">
51827         <size>7</size>
51828       </method>
51829     </type>
51830   </test>
51831   <test name="test-iter-16.cs">
51832     <type name="Foo">
51833       <method name="IEnumerable foo()">
51834         <size>16</size>
51835       </method>
51836       <method name="Int32 Main()">
51837         <size>67</size>
51838       </method>
51839       <method name="Void .ctor()">
51840         <size>7</size>
51841       </method>
51842     </type>
51843     <type name="Foo+&lt;foo&gt;c__Iterator0">
51844       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51845         <size>7</size>
51846       </method>
51847       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51848         <size>7</size>
51849       </method>
51850       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51851         <size>7</size>
51852       </method>
51853       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51854         <size>26</size>
51855       </method>
51856       <method name="Boolean MoveNext()">
51857         <size>37</size>
51858       </method>
51859       <method name="Void Dispose()">
51860         <size>8</size>
51861       </method>
51862       <method name="Void Reset()">
51863         <size>6</size>
51864       </method>
51865       <method name="Void .ctor()">
51866         <size>7</size>
51867       </method>
51868     </type>
51869   </test>
51870   <test name="test-iter-17.cs">
51871     <type name="Program">
51872       <method name="IEnumerable get_Empty()">
51873         <size>16</size>
51874       </method>
51875       <method name="Void Main()">
51876         <size>61</size>
51877       </method>
51878       <method name="Void .ctor()">
51879         <size>7</size>
51880       </method>
51881     </type>
51882     <type name="Program+&lt;&gt;c__Iterator0">
51883       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51884         <size>7</size>
51885       </method>
51886       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51887         <size>7</size>
51888       </method>
51889       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51890         <size>7</size>
51891       </method>
51892       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51893         <size>26</size>
51894       </method>
51895       <method name="Boolean MoveNext()">
51896         <size>156</size>
51897       </method>
51898       <method name="Void Dispose()">
51899         <size>8</size>
51900       </method>
51901       <method name="Void Reset()">
51902         <size>6</size>
51903       </method>
51904       <method name="Void .ctor()">
51905         <size>7</size>
51906       </method>
51907     </type>
51908   </test>
51909   <test name="test-iter-18.cs">
51910     <type name="test">
51911       <method name="IEnumerable testen(Int32)">
51912         <size>30</size>
51913       </method>
51914       <method name="Void .ctor()">
51915         <size>7</size>
51916       </method>
51917     </type>
51918     <type name="reflect">
51919       <method name="Void Main(System.String[])">
51920         <size>119</size>
51921       </method>
51922       <method name="Void .ctor()">
51923         <size>7</size>
51924       </method>
51925     </type>
51926     <type name="test+&lt;testen&gt;c__Iterator0">
51927       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51928         <size>7</size>
51929       </method>
51930       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51931         <size>7</size>
51932       </method>
51933       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
51934         <size>7</size>
51935       </method>
51936       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
51937         <size>40</size>
51938       </method>
51939       <method name="Boolean MoveNext()">
51940         <size>193</size>
51941       </method>
51942       <method name="Void Dispose()">
51943         <size>8</size>
51944       </method>
51945       <method name="Void Reset()">
51946         <size>6</size>
51947       </method>
51948       <method name="Void .ctor()">
51949         <size>7</size>
51950       </method>
51951     </type>
51952   </test>
51953   <test name="test-iter-19.cs">
51954     <type name="Test">
51955       <method name="Void Main()">
51956         <size>66</size>
51957       </method>
51958       <method name="IEnumerator GetEnumerator()">
51959         <size>8</size>
51960       </method>
51961       <method name="Void .ctor()">
51962         <size>7</size>
51963       </method>
51964     </type>
51965     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
51966       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
51967         <size>7</size>
51968       </method>
51969       <method name="System.Object System.Collections.IEnumerator.get_Current()">
51970         <size>7</size>
51971       </method>
51972       <method name="Boolean MoveNext()">
51973         <size>75</size>
51974       </method>
51975       <method name="Void Dispose()">
51976         <size>8</size>
51977       </method>
51978       <method name="Void Reset()">
51979         <size>6</size>
51980       </method>
51981       <method name="Void .ctor()">
51982         <size>7</size>
51983       </method>
51984     </type>
51985   </test>
51986   <test name="test-iter-20.cs">
51987     <type name="CustomDict">
51988       <method name="IEnumerator GetEnumerator()">
51989         <size>15</size>
51990       </method>
51991       <method name="Void .ctor()">
51992         <size>68</size>
51993       </method>
51994     </type>
51995     <type name="Tests">
51996       <method name="Void Main()">
51997         <size>7</size>
51998       </method>
51999       <method name="Void .ctor()">
52000         <size>7</size>
52001       </method>
52002     </type>
52003     <type name="CustomDict+&lt;GetEnumerator&gt;c__Iterator0">
52004       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52005         <size>7</size>
52006       </method>
52007       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52008         <size>7</size>
52009       </method>
52010       <method name="Boolean MoveNext()">
52011         <size>84</size>
52012       </method>
52013       <method name="Void Dispose()">
52014         <size>8</size>
52015       </method>
52016       <method name="Void Reset()">
52017         <size>6</size>
52018       </method>
52019       <method name="Void .ctor()">
52020         <size>7</size>
52021       </method>
52022     </type>
52023   </test>
52024   <test name="test-iter-21.cs">
52025     <type name="X">
52026       <method name="IEnumerable GetIt(System.Int32[])">
52027         <size>30</size>
52028       </method>
52029       <method name="Int32 Main()">
52030         <size>119</size>
52031       </method>
52032       <method name="Void .ctor()">
52033         <size>7</size>
52034       </method>
52035     </type>
52036     <type name="X+A">
52037       <method name="Void Invoke()">
52038         <size>0</size>
52039       </method>
52040       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
52041         <size>0</size>
52042       </method>
52043       <method name="Void EndInvoke(IAsyncResult)">
52044         <size>0</size>
52045       </method>
52046       <method name="Void .ctor(Object, IntPtr)">
52047         <size>0</size>
52048       </method>
52049     </type>
52050     <type name="X+&lt;GetIt&gt;c__Iterator0">
52051       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52052         <size>7</size>
52053       </method>
52054       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52055         <size>7</size>
52056       </method>
52057       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52058         <size>7</size>
52059       </method>
52060       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52061         <size>40</size>
52062       </method>
52063       <method name="Boolean MoveNext()">
52064         <size>199</size>
52065       </method>
52066       <method name="Void Dispose()">
52067         <size>8</size>
52068       </method>
52069       <method name="Void Reset()">
52070         <size>6</size>
52071       </method>
52072       <method name="Void &lt;&gt;m__0()">
52073         <size>22</size>
52074       </method>
52075       <method name="Void .ctor()">
52076         <size>7</size>
52077       </method>
52078     </type>
52079     <type name="&lt;PrivateImplementationDetails&gt;">
52080       <method name="Void .ctor()">
52081         <size>7</size>
52082       </method>
52083     </type>
52084   </test>
52085   <test name="test-iter-22.cs">
52086     <type name="Test">
52087       <method name="Void Main()">
52088         <size>66</size>
52089       </method>
52090       <method name="IEnumerator GetEnumerator()">
52091         <size>8</size>
52092       </method>
52093       <method name="Void .ctor()">
52094         <size>7</size>
52095       </method>
52096     </type>
52097     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
52098       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52099         <size>7</size>
52100       </method>
52101       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52102         <size>7</size>
52103       </method>
52104       <method name="Boolean MoveNext()">
52105         <size>197</size>
52106       </method>
52107       <method name="Void Dispose()">
52108         <size>76</size>
52109       </method>
52110       <method name="Void Reset()">
52111         <size>6</size>
52112       </method>
52113       <method name="Void .ctor()">
52114         <size>7</size>
52115       </method>
52116     </type>
52117   </test>
52118   <test name="test-named-01.cs">
52119     <type name="A">
52120       <method name="Void .ctor()">
52121         <size>13</size>
52122       </method>
52123       <method name="Void .ctor(Object)">
52124         <size>7</size>
52125       </method>
52126       <method name="Void set_Item(Int32, Int32)">
52127         <size>8</size>
52128       </method>
52129     </type>
52130     <type name="B">
52131       <method name="Void .ctor()">
52132         <size>12</size>
52133       </method>
52134       <method name="Void set_Item(Int32, Int32)">
52135         <size>11</size>
52136       </method>
52137     </type>
52138     <type name="XAttribute">
52139       <method name="Void .ctor(Int32)">
52140         <size>7</size>
52141       </method>
52142     </type>
52143     <type name="M">
52144       <method name="Void .ctor()">
52145         <size>7</size>
52146       </method>
52147       <method name="Void Foo(Int32)">
52148         <size>1</size>
52149       </method>
52150       <method name="Int32 Main()">
52151         <size>48</size>
52152       </method>
52153     </type>
52154   </test>
52155   <test name="test-named-02.cs">
52156     <type name="A">
52157       <method name="Void .ctor()">
52158         <size>7</size>
52159       </method>
52160       <method name="Void set_Item(Int32, Int32)">
52161         <size>29</size>
52162       </method>
52163       <method name="Int32 get_Item(Int32)">
52164         <size>28</size>
52165       </method>
52166     </type>
52167     <type name="MyPoint">
52168       <method name="Void .ctor(Int32, Int32)">
52169         <size>15</size>
52170       </method>
52171     </type>
52172     <type name="C">
52173       <method name="Void .ctor()">
52174         <size>7</size>
52175       </method>
52176       <method name="Decimal Foo(Decimal, Decimal)">
52177         <size>2</size>
52178       </method>
52179       <method name="System.String Bar(Int32, System.String, Char)">
52180         <size>20</size>
52181       </method>
52182       <method name="Int32 Test(Int32, Int32)">
52183         <size>30</size>
52184       </method>
52185       <method name="Int32 Main()">
52186         <size>274</size>
52187       </method>
52188     </type>
52189   </test>
52190   <test name="test-named-03.cs">
52191     <type name="C">
52192       <method name="Void .ctor()">
52193         <size>7</size>
52194       </method>
52195       <method name="Int32 TestInt(Int32)">
52196         <size>3</size>
52197       </method>
52198       <method name="Int32 Main()">
52199         <size>23</size>
52200       </method>
52201     </type>
52202     <type name="C+IntDelegate">
52203       <method name="Void .ctor(Object, IntPtr)">
52204         <size>0</size>
52205       </method>
52206       <method name="Int32 Invoke(Int32)">
52207         <size>0</size>
52208       </method>
52209       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
52210         <size>0</size>
52211       </method>
52212       <method name="Int32 EndInvoke(IAsyncResult)">
52213         <size>0</size>
52214       </method>
52215     </type>
52216   </test>
52217   <test name="test-named-04.cs">
52218     <type name="Program">
52219       <method name="Void Foo2(Int32, Int32 ByRef)">
52220         <size>40</size>
52221       </method>
52222       <method name="Int32 Main()">
52223         <size>242</size>
52224       </method>
52225       <method name="Void .ctor()">
52226         <size>7</size>
52227       </method>
52228     </type>
52229   </test>
52230   <test name="test-named-05.cs">
52231     <type name="A">
52232       <method name="Int32 Foo(Int32)">
52233         <size>2</size>
52234       </method>
52235       <method name="Int32 get_Item(Int32, System.String)">
52236         <size>2</size>
52237       </method>
52238       <method name="Void .ctor()">
52239         <size>7</size>
52240       </method>
52241     </type>
52242     <type name="B">
52243       <method name="Int32 Foo(Int32)">
52244         <size>2</size>
52245       </method>
52246       <method name="Int32 get_Item(Int32, System.String)">
52247         <size>2</size>
52248       </method>
52249       <method name="Void .ctor()">
52250         <size>7</size>
52251       </method>
52252     </type>
52253     <type name="Test">
52254       <method name="Int32 Main()">
52255         <size>98</size>
52256       </method>
52257       <method name="Void .ctor()">
52258         <size>7</size>
52259       </method>
52260     </type>
52261   </test>
52262   <test name="test-named-06.cs">
52263     <type name="C">
52264       <method name="Int32 Main()">
52265         <size>25</size>
52266       </method>
52267       <method name="Int32 Foo(Int32, Int64, System.String)">
52268         <size>2</size>
52269       </method>
52270       <method name="Int32 Foo(Int32, Int64, System.String[])">
52271         <size>2</size>
52272       </method>
52273       <method name="Int32 Foo(Int64, Int32)">
52274         <size>2</size>
52275       </method>
52276       <method name="Void .ctor()">
52277         <size>7</size>
52278       </method>
52279     </type>
52280   </test>
52281   <test name="test-partial-01.cs">
52282     <type name="Foo.Hello">
52283       <method name="Void .ctor()">
52284         <size>7</size>
52285       </method>
52286       <method name="Void .cctor()">
52287         <size>7</size>
52288       </method>
52289     </type>
52290     <type name="Bar.Hello">
52291       <method name="Void .ctor()">
52292         <size>7</size>
52293       </method>
52294       <method name="Void .cctor()">
52295         <size>8</size>
52296       </method>
52297     </type>
52298     <type name="X.Test">
52299       <method name="Void .ctor()">
52300         <size>7</size>
52301       </method>
52302       <method name="Int32 FooWorld()">
52303         <size>6</size>
52304       </method>
52305       <method name="Int32 BarWorld()">
52306         <size>6</size>
52307       </method>
52308     </type>
52309     <type name="Y">
52310       <method name="Void .ctor()">
52311         <size>7</size>
52312       </method>
52313       <method name="Int32 Main()">
52314         <size>29</size>
52315       </method>
52316     </type>
52317   </test>
52318   <test name="test-partial-02.cs">
52319     <type name="Test1.Base">
52320       <method name="Void .ctor()">
52321         <size>7</size>
52322       </method>
52323     </type>
52324     <type name="Test1.Foo">
52325       <method name="Void .ctor()">
52326         <size>7</size>
52327       </method>
52328     </type>
52329     <type name="Test2.Foo">
52330       <method name="Void .ctor()">
52331         <size>7</size>
52332       </method>
52333     </type>
52334     <type name="ReflectedType">
52335       <method name="Void .ctor()">
52336         <size>7</size>
52337       </method>
52338     </type>
52339     <type name="D">
52340       <method name="Void .ctor()">
52341         <size>7</size>
52342       </method>
52343     </type>
52344     <type name="X">
52345       <method name="Void .ctor()">
52346         <size>7</size>
52347       </method>
52348       <method name="Void Main()">
52349         <size>1</size>
52350       </method>
52351     </type>
52352   </test>
52353   <test name="test-partial-03.cs">
52354     <type name="Test">
52355       <method name="Void .ctor()">
52356         <size>18</size>
52357       </method>
52358       <method name="Int32 TestFoo()">
52359         <size>13</size>
52360       </method>
52361       <method name="Int32 TestIFoo(IFoo)">
52362         <size>8</size>
52363       </method>
52364     </type>
52365     <type name="Test+Foo">
52366       <method name="Void .ctor()">
52367         <size>7</size>
52368       </method>
52369       <method name="Int32 Test.IFoo.Hello(Test)">
52370         <size>2</size>
52371       </method>
52372       <method name="Int32 Hello(Test)">
52373         <size>2</size>
52374       </method>
52375     </type>
52376     <type name="X">
52377       <method name="Void .ctor()">
52378         <size>7</size>
52379       </method>
52380       <method name="Int32 Main()">
52381         <size>42</size>
52382       </method>
52383     </type>
52384   </test>
52385   <test name="test-partial-04.cs">
52386     <type name="B.Test">
52387       <method name="Void .ctor()">
52388         <size>7</size>
52389       </method>
52390       <method name="Void A.IFoo.Hello(IFoo)">
52391         <size>1</size>
52392       </method>
52393     </type>
52394     <type name="X">
52395       <method name="Void .ctor()">
52396         <size>7</size>
52397       </method>
52398       <method name="Void Main()">
52399         <size>1</size>
52400       </method>
52401     </type>
52402   </test>
52403   <test name="test-partial-05.cs">
52404     <type name="B">
52405       <method name="Void .ctor()">
52406         <size>7</size>
52407       </method>
52408     </type>
52409     <type name="A">
52410       <method name="Void .ctor()">
52411         <size>7</size>
52412       </method>
52413     </type>
52414     <type name="A2">
52415       <method name="Void .ctor()">
52416         <size>7</size>
52417       </method>
52418     </type>
52419     <type name="D">
52420       <method name="Void .ctor()">
52421         <size>7</size>
52422       </method>
52423       <method name="Void Main()">
52424         <size>1</size>
52425       </method>
52426     </type>
52427   </test>
52428   <test name="test-partial-06.cs">
52429     <type name="Foo">
52430       <method name="Void .ctor()">
52431         <size>7</size>
52432       </method>
52433       <method name="Void Finalize()">
52434         <size>13</size>
52435       </method>
52436     </type>
52437     <type name="B">
52438       <method name="Void .ctor()">
52439         <size>7</size>
52440       </method>
52441       <method name="Void Main()">
52442         <size>1</size>
52443       </method>
52444     </type>
52445   </test>
52446   <test name="test-partial-07.cs">
52447     <type name="Test">
52448       <method name="Void .ctor()">
52449         <size>7</size>
52450       </method>
52451     </type>
52452     <type name="TestAttribute">
52453       <method name="Void .ctor()">
52454         <size>7</size>
52455       </method>
52456     </type>
52457     <type name="Test2Attribute">
52458       <method name="Void .ctor()">
52459         <size>7</size>
52460       </method>
52461     </type>
52462     <type name="X">
52463       <method name="Void .ctor()">
52464         <size>7</size>
52465       </method>
52466       <method name="Int32 Main()">
52467         <size>62</size>
52468       </method>
52469     </type>
52470   </test>
52471   <test name="test-partial-08.cs">
52472     <type name="Foo">
52473       <method name="Void .ctor()">
52474         <size>7</size>
52475       </method>
52476       <method name="System.String get_Id()">
52477         <size>7</size>
52478       </method>
52479     </type>
52480     <type name="PartialAbstractCompilationError">
52481       <method name="Void .ctor()">
52482         <size>7</size>
52483       </method>
52484       <method name="Int32 Main()">
52485         <size>54</size>
52486       </method>
52487     </type>
52488   </test>
52489   <test name="test-partial-09.cs">
52490     <type name="Foo">
52491       <method name="Void .ctor()">
52492         <size>7</size>
52493       </method>
52494       <method name="System.String get_Id()">
52495         <size>7</size>
52496       </method>
52497     </type>
52498     <type name="Bar">
52499       <method name="Void .ctor(String)">
52500         <size>14</size>
52501       </method>
52502     </type>
52503     <type name="PartialAbstractCompilationError">
52504       <method name="Void .ctor()">
52505         <size>7</size>
52506       </method>
52507       <method name="Void Main()">
52508         <size>21</size>
52509       </method>
52510     </type>
52511   </test>
52512   <test name="test-partial-10.cs">
52513     <type name="Test2.Foo">
52514       <method name="Void .ctor()">
52515         <size>7</size>
52516       </method>
52517       <method name="Void .cctor()">
52518         <size>15</size>
52519       </method>
52520     </type>
52521     <type name="X">
52522       <method name="Void .ctor()">
52523         <size>7</size>
52524       </method>
52525       <method name="Int32 Main()">
52526         <size>68</size>
52527       </method>
52528     </type>
52529     <type name="Test3.Foo">
52530       <method name="Void .cctor()">
52531         <size>15</size>
52532       </method>
52533     </type>
52534   </test>
52535   <test name="test-partial-11.cs">
52536     <type name="StaticClass">
52537       <method name="System.String Name()">
52538         <size>6</size>
52539       </method>
52540     </type>
52541     <type name="MainClass">
52542       <method name="Void .ctor()">
52543         <size>7</size>
52544       </method>
52545       <method name="Boolean IsStatic(System.Type)">
52546         <size>73</size>
52547       </method>
52548       <method name="Int32 Main()">
52549         <size>56</size>
52550       </method>
52551     </type>
52552   </test>
52553   <test name="test-partial-12.cs">
52554     <type name="Test1.Foo">
52555       <method name="Void .ctor()">
52556         <size>7</size>
52557       </method>
52558       <method name="IEnumerable E()">
52559         <size>16</size>
52560       </method>
52561     </type>
52562     <type name="X">
52563       <method name="Void .ctor()">
52564         <size>7</size>
52565       </method>
52566       <method name="Int32 Main()">
52567         <size>104</size>
52568       </method>
52569     </type>
52570     <type name="Test1.Foo+&lt;E&gt;c__Iterator0">
52571       <method name="Void .ctor()">
52572         <size>7</size>
52573       </method>
52574       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52575         <size>7</size>
52576       </method>
52577       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52578         <size>7</size>
52579       </method>
52580       <method name="Boolean MoveNext()">
52581         <size>67</size>
52582       </method>
52583       <method name="Void Dispose()">
52584         <size>8</size>
52585       </method>
52586       <method name="Void Reset()">
52587         <size>6</size>
52588       </method>
52589       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52590         <size>7</size>
52591       </method>
52592       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52593         <size>26</size>
52594       </method>
52595     </type>
52596   </test>
52597   <test name="test-partial-13.cs">
52598     <type name="Test.Test">
52599       <method name="Void .ctor()">
52600         <size>7</size>
52601       </method>
52602       <method name="Boolean Equals(System.Object)">
52603         <size>2</size>
52604       </method>
52605       <method name="Int32 GetHashCode()">
52606         <size>2</size>
52607       </method>
52608       <method name="Void Main()">
52609         <size>1</size>
52610       </method>
52611     </type>
52612   </test>
52613   <test name="test-partial-14.cs">
52614     <type name="T">
52615       <method name="Void .ctor()">
52616         <size>7</size>
52617       </method>
52618     </type>
52619     <type name="partial">
52620       <method name="Void .ctor()">
52621         <size>7</size>
52622       </method>
52623     </type>
52624     <type name="A">
52625       <method name="Void .ctor()">
52626         <size>7</size>
52627       </method>
52628       <method name="Void partial(partial)">
52629         <size>3</size>
52630       </method>
52631     </type>
52632     <type name="B">
52633       <method name="Void .ctor()">
52634         <size>7</size>
52635       </method>
52636       <method name="Void Main()">
52637         <size>1</size>
52638       </method>
52639     </type>
52640   </test>
52641   <test name="test-partial-15.cs">
52642     <type name="Foo.X">
52643       <method name="Void .ctor()">
52644         <size>7</size>
52645       </method>
52646       <method name="Void Main()">
52647         <size>1</size>
52648       </method>
52649       <method name="IEnumerable Attempts2()">
52650         <size>16</size>
52651       </method>
52652       <method name="IEnumerable get_Attempts()">
52653         <size>16</size>
52654       </method>
52655       <method name="IEnumerable get_Item(Int32)">
52656         <size>16</size>
52657       </method>
52658     </type>
52659     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
52660       <method name="Void .ctor()">
52661         <size>7</size>
52662       </method>
52663       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52664         <size>7</size>
52665       </method>
52666       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52667         <size>7</size>
52668       </method>
52669       <method name="Boolean MoveNext()">
52670         <size>36</size>
52671       </method>
52672       <method name="Void Dispose()">
52673         <size>8</size>
52674       </method>
52675       <method name="Void Reset()">
52676         <size>6</size>
52677       </method>
52678     </type>
52679     <type name="Foo.X+&lt;&gt;c__Iterator1">
52680       <method name="Void .ctor()">
52681         <size>7</size>
52682       </method>
52683       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52684         <size>7</size>
52685       </method>
52686       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52687         <size>7</size>
52688       </method>
52689       <method name="Boolean MoveNext()">
52690         <size>36</size>
52691       </method>
52692       <method name="Void Dispose()">
52693         <size>8</size>
52694       </method>
52695       <method name="Void Reset()">
52696         <size>6</size>
52697       </method>
52698     </type>
52699     <type name="Foo.X+&lt;&gt;c__Iterator2">
52700       <method name="Void .ctor()">
52701         <size>7</size>
52702       </method>
52703       <method name="System.Object System.Collections.IEnumerator.get_Current()">
52704         <size>7</size>
52705       </method>
52706       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
52707         <size>7</size>
52708       </method>
52709       <method name="Boolean MoveNext()">
52710         <size>36</size>
52711       </method>
52712       <method name="Void Dispose()">
52713         <size>8</size>
52714       </method>
52715       <method name="Void Reset()">
52716         <size>6</size>
52717       </method>
52718     </type>
52719     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
52720       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52721         <size>7</size>
52722       </method>
52723       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52724         <size>26</size>
52725       </method>
52726     </type>
52727     <type name="Foo.X+&lt;&gt;c__Iterator1">
52728       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52729         <size>7</size>
52730       </method>
52731       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52732         <size>26</size>
52733       </method>
52734     </type>
52735     <type name="Foo.X+&lt;&gt;c__Iterator2">
52736       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
52737         <size>7</size>
52738       </method>
52739       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
52740         <size>26</size>
52741       </method>
52742     </type>
52743   </test>
52744   <test name="test-partial-16.cs">
52745     <type name="A.C">
52746       <method name="Void .ctor()">
52747         <size>23</size>
52748       </method>
52749       <method name="Void .cctor()">
52750         <size>11</size>
52751       </method>
52752     </type>
52753     <type name="B.C2">
52754       <method name="Void .ctor()">
52755         <size>7</size>
52756       </method>
52757       <method name="Boolean Test()">
52758         <size>2</size>
52759       </method>
52760       <method name="System.Object Test_I()">
52761         <size>2</size>
52762       </method>
52763       <method name="Void Main()">
52764         <size>1</size>
52765       </method>
52766     </type>
52767   </test>
52768   <test name="test-partial-17.cs">
52769     <type name="Test">
52770       <method name="Void .ctor()">
52771         <size>7</size>
52772       </method>
52773       <method name="Boolean Check(System.String, System.String[])">
52774         <size>42</size>
52775       </method>
52776       <method name="Void Main()">
52777         <size>1</size>
52778       </method>
52779     </type>
52780   </test>
52781   <test name="test-partial-18.cs">
52782     <type name="N.Foo">
52783       <method name="Void .ctor()">
52784         <size>17</size>
52785       </method>
52786       <method name="Void Main()">
52787         <size>1</size>
52788       </method>
52789     </type>
52790   </test>
52791   <test name="test-partial-19.cs">
52792     <type name="Bug.GL">
52793       <method name="Void Main()">
52794         <size>7</size>
52795       </method>
52796     </type>
52797     <type name="Bug.GL+Core">
52798       <method name="Boolean A()">
52799         <size>2</size>
52800       </method>
52801     </type>
52802   </test>
52803   <test name="test-partial-20.cs">
52804     <type name="A">
52805       <method name="Void .ctor()">
52806         <size>7</size>
52807       </method>
52808       <method name="Void .cctor()">
52809         <size>7</size>
52810       </method>
52811     </type>
52812     <type name="B">
52813       <method name="Void .ctor()">
52814         <size>7</size>
52815       </method>
52816       <method name="Void .cctor()">
52817         <size>7</size>
52818       </method>
52819     </type>
52820     <type name="C">
52821       <method name="Void .ctor()">
52822         <size>7</size>
52823       </method>
52824       <method name="Int32 Main()">
52825         <size>38</size>
52826       </method>
52827     </type>
52828   </test>
52829   <test name="test-partial-21.cs">
52830     <type name="Mono.Sms.Main">
52831       <method name="Void .ctor()">
52832         <size>7</size>
52833       </method>
52834       <method name="Void Test()">
52835         <size>42</size>
52836       </method>
52837     </type>
52838     <type name="Mono.Sms.Contacts">
52839       <method name="Void .ctor()">
52840         <size>7</size>
52841       </method>
52842       <method name="Void add_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
52843         <size>47</size>
52844       </method>
52845       <method name="Void remove_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
52846         <size>47</size>
52847       </method>
52848       <method name="Void Test()">
52849         <size>12</size>
52850       </method>
52851     </type>
52852     <type name="Mono.Sms.Core.Agenda">
52853       <method name="Void .ctor()">
52854         <size>7</size>
52855       </method>
52856       <method name="Void AddContact()">
52857         <size>1</size>
52858       </method>
52859       <method name="Void Main()">
52860         <size>1</size>
52861       </method>
52862     </type>
52863     <type name="Mono.Sms.Contacts+ContactsHandler">
52864       <method name="Void .ctor(Object, IntPtr)">
52865         <size>0</size>
52866       </method>
52867       <method name="Void Invoke()">
52868         <size>0</size>
52869       </method>
52870       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
52871         <size>0</size>
52872       </method>
52873       <method name="Void EndInvoke(IAsyncResult)">
52874         <size>0</size>
52875       </method>
52876     </type>
52877     <type name="Mono.Sms.Main">
52878       <method name="Void &lt;Test&gt;m__0()">
52879         <size>6</size>
52880       </method>
52881     </type>
52882   </test>
52883   <test name="test-partial-22.cs">
52884     <type name="C">
52885       <method name="Void .ctor()">
52886         <size>7</size>
52887       </method>
52888       <method name="Int32 Main()">
52889         <size>2</size>
52890       </method>
52891     </type>
52892   </test>
52893   <test name="test-partial-23.cs">
52894     <type name="C">
52895       <method name="Void .ctor()">
52896         <size>7</size>
52897       </method>
52898       <method name="Void Partial_A()">
52899         <size>15</size>
52900       </method>
52901       <method name="Void Partial_B()">
52902         <size>15</size>
52903       </method>
52904       <method name="Void Partial_S()">
52905         <size>14</size>
52906       </method>
52907       <method name="Int32 Main()">
52908         <size>52</size>
52909       </method>
52910     </type>
52911   </test>
52912   <test name="test-partial-24.cs">
52913     <type name="N.C">
52914       <method name="Void .ctor()">
52915         <size>7</size>
52916       </method>
52917       <method name="Void Main()">
52918         <size>1</size>
52919       </method>
52920       <method name="Void Foo()">
52921         <size>1</size>
52922       </method>
52923     </type>
52924   </test>
52925   <test name="test-partial-25.cs">
52926     <type name="C">
52927       <method name="Void .ctor()">
52928         <size>7</size>
52929       </method>
52930       <method name="Void Partial(Int32)">
52931         <size>14</size>
52932       </method>
52933       <method name="Int32 Main()">
52934         <size>8</size>
52935       </method>
52936     </type>
52937   </test>
52938   <test name="test-partial-26.cs">
52939     <type name="ConsoleApplication1.X">
52940       <method name="Void .ctor()">
52941         <size>7</size>
52942       </method>
52943       <method name="Void Foo()">
52944         <size>1</size>
52945       </method>
52946     </type>
52947     <type name="ConsoleApplication1.Program">
52948       <method name="Void .ctor()">
52949         <size>7</size>
52950       </method>
52951       <method name="Int32 Main()">
52952         <size>98</size>
52953       </method>
52954     </type>
52955     <type name="ConsoleApplication1.Y">
52956       <method name="Void Foo()">
52957         <size>1</size>
52958       </method>
52959       <method name="Void .ctor()">
52960         <size>7</size>
52961       </method>
52962     </type>
52963   </test>
52964   <test name="test-partial-27.cs">
52965     <type name="C">
52966       <method name="Int32 Main()">
52967         <size>2</size>
52968       </method>
52969       <method name="Void .ctor()">
52970         <size>7</size>
52971       </method>
52972     </type>
52973   </test>
52974   <test name="test-partial-28.cs">
52975     <type name="A">
52976       <method name="Void .ctor()">
52977         <size>7</size>
52978       </method>
52979     </type>
52980     <type name="TestCase">
52981       <method name="Void Main()">
52982         <size>1</size>
52983       </method>
52984       <method name="Void .ctor()">
52985         <size>7</size>
52986       </method>
52987     </type>
52988   </test>
52989   <test name="test-partial-29.cs">
52990     <type name="C">
52991       <method name="Void Main()">
52992         <size>1</size>
52993       </method>
52994     </type>
52995   </test>
52996   <test name="test-var-01.cs">
52997     <type name="Test">
52998       <method name="Void .ctor()">
52999         <size>7</size>
53000       </method>
53001       <method name="Int32 Main()">
53002         <size>47</size>
53003       </method>
53004     </type>
53005   </test>
53006   <test name="test-var-02.cs">
53007     <type name="Class1">
53008       <method name="Void .ctor()">
53009         <size>15</size>
53010       </method>
53011       <method name="Boolean Method()">
53012         <size>2</size>
53013       </method>
53014     </type>
53015     <type name="Test">
53016       <method name="Void .ctor()">
53017         <size>7</size>
53018       </method>
53019       <method name="Int32 Main()">
53020         <size>126</size>
53021       </method>
53022     </type>
53023     <type name="Test+Class2">
53024       <method name="Void .ctor()">
53025         <size>15</size>
53026       </method>
53027       <method name="Boolean Method()">
53028         <size>2</size>
53029       </method>
53030     </type>
53031   </test>
53032   <test name="test-var-03.cs">
53033     <type name="Test">
53034       <method name="Void .ctor()">
53035         <size>7</size>
53036       </method>
53037       <method name="Int32 Main()">
53038         <size>177</size>
53039       </method>
53040     </type>
53041     <type name="&lt;PrivateImplementationDetails&gt;">
53042       <method name="Void .ctor()">
53043         <size>7</size>
53044       </method>
53045     </type>
53046   </test>
53047   <test name="test-var-05.cs">
53048     <type name="MyClass">
53049       <method name="Void .ctor(String)">
53050         <size>14</size>
53051       </method>
53052       <method name="Void Dispose()">
53053         <size>12</size>
53054       </method>
53055     </type>
53056     <type name="Test">
53057       <method name="Void .ctor()">
53058         <size>7</size>
53059       </method>
53060       <method name="Int32 Main()">
53061         <size>66</size>
53062       </method>
53063     </type>
53064   </test>
53065   <test name="test-var-06.cs">
53066     <type name="Test">
53067       <method name="Void .ctor()">
53068         <size>7</size>
53069       </method>
53070       <method name="Int32 Main()">
53071         <size>55</size>
53072       </method>
53073     </type>
53074   </test>
53075   <test name="test-var-07.cs">
53076     <type name="Test">
53077       <method name="Void .ctor()">
53078         <size>7</size>
53079       </method>
53080       <method name="Void var()">
53081         <size>1</size>
53082       </method>
53083       <method name="Int32 Main()">
53084         <size>38</size>
53085       </method>
53086     </type>
53087     <type name="var">
53088       <method name="Void .ctor()">
53089         <size>7</size>
53090       </method>
53091     </type>
53092   </test>
53093   <test name="test-var-08.cs">
53094     <type name="X">
53095       <method name="Void .ctor(Int32, Int32)">
53096         <size>10</size>
53097       </method>
53098       <method name="Void Main()">
53099         <size>1</size>
53100       </method>
53101     </type>
53102   </test>
53103   <test name="test-xml-042.cs">
53104     <type name="TestNamespace.TestClass">
53105       <method name="Void .ctor()">
53106         <size>7</size>
53107       </method>
53108       <method name="Void Main()">
53109         <size>1</size>
53110       </method>
53111       <method name="Void FunctionWithParameter(Int32 ByRef, Int32 ByRef)">
53112         <size>7</size>
53113       </method>
53114     </type>
53115   </test>
53116 </tests>