Defer null check to resolver
[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>987</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>91</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>56</size>
99       </method>
100       <method name="System.Dynamic.DynamicMetaObject BindInvoke(System.Dynamic.InvokeBinder, System.Dynamic.DynamicMetaObject[])">
101         <size>96</size>
102       </method>
103       <method name="System.Dynamic.DynamicMetaObject BindInvokeMember(System.Dynamic.InvokeMemberBinder, System.Dynamic.DynamicMetaObject[])">
104         <size>96</size>
105       </method>
106       <method name="System.Dynamic.DynamicMetaObject BindSetIndex(System.Dynamic.SetIndexBinder, System.Dynamic.DynamicMetaObject[], System.Dynamic.DynamicMetaObject)">
107         <size>102</size>
108       </method>
109       <method name="System.Dynamic.DynamicMetaObject BindSetMember(System.Dynamic.SetMemberBinder, System.Dynamic.DynamicMetaObject)">
110         <size>62</size>
111       </method>
112       <method name="System.Dynamic.DynamicMetaObject BindUnaryOperation(System.Dynamic.UnaryOperationBinder)">
113         <size>53</size>
114       </method>
115       <method name="System.Object &lt;BindGetIndex&gt;m__0(System.Dynamic.DynamicMetaObject)">
116         <size>7</size>
117       </method>
118       <method name="System.Object &lt;BindInvoke&gt;m__1(System.Dynamic.DynamicMetaObject)">
119         <size>7</size>
120       </method>
121       <method name="System.Object &lt;BindInvokeMember&gt;m__2(System.Dynamic.DynamicMetaObject)">
122         <size>7</size>
123       </method>
124       <method name="System.Object &lt;BindSetIndex&gt;m__3(System.Dynamic.DynamicMetaObject)">
125         <size>7</size>
126       </method>
127       <method name="Void .ctor(DynamicObjectMock, Expression)">
128         <size>21</size>
129       </method>
130     </type>
131     <type name="DynamicObjectMock">
132       <method name="System.Dynamic.DynamicMetaObject GetMetaObject(System.Linq.Expressions.Expression)">
133         <size>22</size>
134       </method>
135       <method name="Void DMethod(Int32)">
136         <size>1</size>
137       </method>
138       <method name="Void DStaticMethod(System.Object)">
139         <size>1</size>
140       </method>
141       <method name="Int32 get_Item(Int32)">
142         <size>2</size>
143       </method>
144       <method name="Void set_Item(Int32, Int32)">
145         <size>1</size>
146       </method>
147       <method name="Void .ctor()">
148         <size>7</size>
149       </method>
150       <method name="Void .ctor(Int32)">
151         <size>7</size>
152       </method>
153     </type>
154     <type name="Tester">
155       <method name="Void Assert[T](T, T, System.String)">
156         <size>97</size>
157       </method>
158       <method name="Void Assert[T](IList`1, IList`1, System.String)">
159         <size>249</size>
160       </method>
161       <method name="Void AssertArgument(System.Runtime.CompilerServices.CallSiteBinder, Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo[], System.String)">
162         <size>169</size>
163       </method>
164       <method name="Void BinaryAdd_1(System.Object, DynamicObjectMock)">
165         <size>123</size>
166       </method>
167       <method name="Void BinaryAdd_2(System.Object, DynamicObjectMock)">
168         <size>133</size>
169       </method>
170       <method name="Void BinaryAdd_3(System.Object, DynamicObjectMock)">
171         <size>123</size>
172       </method>
173       <method name="Void BinaryAdd_4(System.Object, DynamicObjectMock)">
174         <size>127</size>
175       </method>
176       <method name="Void BinaryAddChecked_1(System.Object, DynamicObjectMock)">
177         <size>123</size>
178       </method>
179       <method name="Void BinaryAddChecked_2(System.Object, DynamicObjectMock)">
180         <size>69</size>
181       </method>
182       <method name="Void BinaryAddAssign_1(System.Object, DynamicObjectMock)">
183         <size>124</size>
184       </method>
185       <method name="Void BinaryAddAssignChecked_1(System.Object, DynamicObjectMock)">
186         <size>124</size>
187       </method>
188       <method name="Void BinaryAnd_1(System.Object, DynamicObjectMock)">
189         <size>123</size>
190       </method>
191       <method name="Void BinaryAndAssign_1(System.Object, DynamicObjectMock)">
192         <size>124</size>
193       </method>
194       <method name="Void BinaryDivide_1(System.Object, DynamicObjectMock)">
195         <size>124</size>
196       </method>
197       <method name="Void BinaryDivideAssign_1(System.Object, DynamicObjectMock)">
198         <size>124</size>
199       </method>
200       <method name="Void BinaryEqual_1(System.Object, DynamicObjectMock)">
201         <size>124</size>
202       </method>
203       <method name="Void BinaryExclusiveOr_1(System.Object, DynamicObjectMock)">
204         <size>124</size>
205       </method>
206       <method name="Void BinaryExclusiveOrAssign_1(System.Object, DynamicObjectMock)">
207         <size>124</size>
208       </method>
209       <method name="Void BinaryGreaterThan_1(System.Object, DynamicObjectMock)">
210         <size>124</size>
211       </method>
212       <method name="Void BinaryGreaterThanOrEqual_1(System.Object, DynamicObjectMock)">
213         <size>124</size>
214       </method>
215       <method name="Void BinaryLeftShift_1(System.Object, DynamicObjectMock)">
216         <size>124</size>
217       </method>
218       <method name="Void BinaryLeftShiftAssign_1(System.Object, DynamicObjectMock)">
219         <size>124</size>
220       </method>
221       <method name="Void BinaryLessThan_1(System.Object, DynamicObjectMock)">
222         <size>124</size>
223       </method>
224       <method name="Void BinaryLessThanOrEqual_1(System.Object, DynamicObjectMock)">
225         <size>124</size>
226       </method>
227       <method name="Void BinaryModulo_1(System.Object, DynamicObjectMock)">
228         <size>124</size>
229       </method>
230       <method name="Void BinaryModuloAssign_1(System.Object, DynamicObjectMock)">
231         <size>124</size>
232       </method>
233       <method name="Void BinaryMultiply_1(System.Object, DynamicObjectMock)">
234         <size>124</size>
235       </method>
236       <method name="Void BinaryMultiplyAssign_1(System.Object, DynamicObjectMock)">
237         <size>124</size>
238       </method>
239       <method name="Void BinaryNotEqual_1(System.Object, DynamicObjectMock)">
240         <size>124</size>
241       </method>
242       <method name="Void BinaryOr_1(System.Object, DynamicObjectMock)">
243         <size>124</size>
244       </method>
245       <method name="Void BinaryOrAssign_1(System.Object, DynamicObjectMock)">
246         <size>124</size>
247       </method>
248       <method name="Void BinaryRightShift_1(System.Object, DynamicObjectMock)">
249         <size>124</size>
250       </method>
251       <method name="Void BinaryRightShiftAssign_1(System.Object, DynamicObjectMock)">
252         <size>124</size>
253       </method>
254       <method name="Void BinarySubtract_1(System.Object, DynamicObjectMock)">
255         <size>124</size>
256       </method>
257       <method name="Void BinarySubtractAssign_1(System.Object, DynamicObjectMock)">
258         <size>124</size>
259       </method>
260       <method name="Void Convert_1(System.Object, DynamicObjectMock)">
261         <size>110</size>
262       </method>
263       <method name="Void Convert_2(System.Object, DynamicObjectMock)">
264         <size>115</size>
265       </method>
266       <method name="Void Convert_3(System.Object, DynamicObjectMock)">
267         <size>110</size>
268       </method>
269       <method name="Void Convert_4(System.Object, DynamicObjectMock)">
270         <size>110</size>
271       </method>
272       <method name="Void GetIndex_1(System.Object, DynamicObjectMock)">
273         <size>121</size>
274       </method>
275       <method name="Void GetIndex_2(System.Object, DynamicObjectMock)">
276         <size>139</size>
277       </method>
278       <method name="Void GetIndex_3(System.Object, DynamicObjectMock)">
279         <size>122</size>
280       </method>
281       <method name="Void GetMember_1(System.Object, DynamicObjectMock)">
282         <size>115</size>
283       </method>
284       <method name="Void Invoke_1(System.Object, DynamicObjectMock)">
285         <size>139</size>
286       </method>
287       <method name="Void Invoke_2(System.Object, DynamicObjectMock)">
288         <size>113</size>
289       </method>
290       <method name="Void Invoke_3(System.Object, DynamicObjectMock)">
291         <size>139</size>
292       </method>
293       <method name="Void Invoke_4(System.Object, DynamicObjectMock)">
294         <size>148</size>
295       </method>
296       <method name="Void Invoke_5(System.Object, DynamicObjectMock)">
297         <size>154</size>
298       </method>
299       <method name="Void InvokeMember_1(System.Object, DynamicObjectMock)">
300         <size>131</size>
301       </method>
302       <method name="Void InvokeMember_2(System.Object, DynamicObjectMock)">
303         <size>136</size>
304       </method>
305       <method name="Void InvokeMember_3(System.Object, DynamicObjectMock)">
306         <size>135</size>
307       </method>
308       <method name="Void InvokeMember_4(System.Object, DynamicObjectMock)">
309         <size>132</size>
310       </method>
311       <method name="Void InvokeMember_5(System.Object, DynamicObjectMock)">
312         <size>105</size>
313       </method>
314       <method name="Void InvokeMember_6(System.Object, DynamicObjectMock)">
315         <size>142</size>
316       </method>
317       <method name="Void InvokeMember_7(System.Object, DynamicObjectMock)">
318         <size>137</size>
319       </method>
320       <method name="Void SetIndex_1(System.Object, DynamicObjectMock)">
321         <size>136</size>
322       </method>
323       <method name="Void SetIndex_2(System.Object, DynamicObjectMock)">
324         <size>150</size>
325       </method>
326       <method name="Void SetIndex_3(System.Object, DynamicObjectMock)">
327         <size>139</size>
328       </method>
329       <method name="Void SetMember_1(System.Object, DynamicObjectMock)">
330         <size>133</size>
331       </method>
332       <method name="Void UnaryPlus_1(System.Object, DynamicObjectMock)">
333         <size>113</size>
334       </method>
335       <method name="Void UnaryMinus_1(System.Object, DynamicObjectMock)">
336         <size>113</size>
337       </method>
338       <method name="Void UnaryNot_1(System.Object, DynamicObjectMock)">
339         <size>113</size>
340       </method>
341       <method name="Void UnaryOnesComplement_1(System.Object, DynamicObjectMock)">
342         <size>113</size>
343       </method>
344       <method name="Void UnaryDecrement_1(System.Object, DynamicObjectMock)">
345         <size>116</size>
346       </method>
347       <method name="Void UnaryDecrement_2(System.Object, DynamicObjectMock)">
348         <size>118</size>
349       </method>
350       <method name="Void UnaryIncrement_1(System.Object, DynamicObjectMock)">
351         <size>116</size>
352       </method>
353       <method name="Void UnaryIncrement_2(System.Object, DynamicObjectMock)">
354         <size>118</size>
355       </method>
356       <method name="Void UnaryIsFalse_1(System.Object, DynamicObjectMock)">
357         <size>158</size>
358       </method>
359       <method name="Void UnaryIsFalse_2(System.Object, DynamicObjectMock)">
360         <size>158</size>
361       </method>
362       <method name="Void UnaryIsFalse_3(System.Object, DynamicObjectMock)">
363         <size>157</size>
364       </method>
365       <method name="Void UnaryIsTrue_1(System.Object, DynamicObjectMock)">
366         <size>129</size>
367       </method>
368       <method name="Void UnaryIsTrue_2(System.Object, DynamicObjectMock)">
369         <size>158</size>
370       </method>
371       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
372         <size>130</size>
373       </method>
374       <method name="Int32 Main()">
375         <size>179</size>
376       </method>
377       <method name="Void &lt;BinaryAdd_1&gt;m__4(System.Dynamic.BinaryOperationBinder, System.Object)">
378         <size>72</size>
379       </method>
380       <method name="Void &lt;BinaryAdd_2&gt;m__5(System.Dynamic.BinaryOperationBinder, System.Object)">
381         <size>67</size>
382       </method>
383       <method name="Void &lt;BinaryAdd_3&gt;m__6(System.Dynamic.BinaryOperationBinder, System.Object)">
384         <size>72</size>
385       </method>
386       <method name="Void &lt;BinaryAdd_4&gt;m__7(System.Dynamic.BinaryOperationBinder, System.Object)">
387         <size>72</size>
388       </method>
389       <method name="Void &lt;BinaryAddChecked_1&gt;m__8(System.Dynamic.BinaryOperationBinder, System.Object)">
390         <size>72</size>
391       </method>
392       <method name="Void &lt;BinaryAddChecked_2&gt;m__9(System.Dynamic.BinaryOperationBinder, System.Object)">
393         <size>72</size>
394       </method>
395       <method name="Void &lt;BinaryAddAssign_1&gt;m__B(System.Dynamic.BinaryOperationBinder, System.Object)">
396         <size>73</size>
397       </method>
398       <method name="Void &lt;BinaryAddAssignChecked_1&gt;m__C(System.Dynamic.BinaryOperationBinder, System.Object)">
399         <size>73</size>
400       </method>
401       <method name="Void &lt;BinaryAnd_1&gt;m__D(System.Dynamic.BinaryOperationBinder, System.Object)">
402         <size>72</size>
403       </method>
404       <method name="Void &lt;BinaryAndAssign_1&gt;m__E(System.Dynamic.BinaryOperationBinder, System.Object)">
405         <size>73</size>
406       </method>
407       <method name="Void &lt;BinaryDivide_1&gt;m__F(System.Dynamic.BinaryOperationBinder, System.Object)">
408         <size>73</size>
409       </method>
410       <method name="Void &lt;BinaryDivideAssign_1&gt;m__10(System.Dynamic.BinaryOperationBinder, System.Object)">
411         <size>73</size>
412       </method>
413       <method name="Void &lt;BinaryEqual_1&gt;m__11(System.Dynamic.BinaryOperationBinder, System.Object)">
414         <size>73</size>
415       </method>
416       <method name="Void &lt;BinaryExclusiveOr_1&gt;m__12(System.Dynamic.BinaryOperationBinder, System.Object)">
417         <size>73</size>
418       </method>
419       <method name="Void &lt;BinaryExclusiveOrAssign_1&gt;m__13(System.Dynamic.BinaryOperationBinder, System.Object)">
420         <size>73</size>
421       </method>
422       <method name="Void &lt;BinaryGreaterThan_1&gt;m__14(System.Dynamic.BinaryOperationBinder, System.Object)">
423         <size>73</size>
424       </method>
425       <method name="Void &lt;BinaryGreaterThanOrEqual_1&gt;m__15(System.Dynamic.BinaryOperationBinder, System.Object)">
426         <size>73</size>
427       </method>
428       <method name="Void &lt;BinaryLeftShift_1&gt;m__16(System.Dynamic.BinaryOperationBinder, System.Object)">
429         <size>73</size>
430       </method>
431       <method name="Void &lt;BinaryLeftShiftAssign_1&gt;m__17(System.Dynamic.BinaryOperationBinder, System.Object)">
432         <size>73</size>
433       </method>
434       <method name="Void &lt;BinaryLessThan_1&gt;m__18(System.Dynamic.BinaryOperationBinder, System.Object)">
435         <size>73</size>
436       </method>
437       <method name="Void &lt;BinaryLessThanOrEqual_1&gt;m__19(System.Dynamic.BinaryOperationBinder, System.Object)">
438         <size>73</size>
439       </method>
440       <method name="Void &lt;BinaryModulo_1&gt;m__1A(System.Dynamic.BinaryOperationBinder, System.Object)">
441         <size>73</size>
442       </method>
443       <method name="Void &lt;BinaryModuloAssign_1&gt;m__1B(System.Dynamic.BinaryOperationBinder, System.Object)">
444         <size>73</size>
445       </method>
446       <method name="Void &lt;BinaryMultiply_1&gt;m__1C(System.Dynamic.BinaryOperationBinder, System.Object)">
447         <size>73</size>
448       </method>
449       <method name="Void &lt;BinaryMultiplyAssign_1&gt;m__1D(System.Dynamic.BinaryOperationBinder, System.Object)">
450         <size>73</size>
451       </method>
452       <method name="Void &lt;BinaryNotEqual_1&gt;m__1E(System.Dynamic.BinaryOperationBinder, System.Object)">
453         <size>73</size>
454       </method>
455       <method name="Void &lt;BinaryOr_1&gt;m__1F(System.Dynamic.BinaryOperationBinder, System.Object)">
456         <size>73</size>
457       </method>
458       <method name="Void &lt;BinaryOrAssign_1&gt;m__20(System.Dynamic.BinaryOperationBinder, System.Object)">
459         <size>73</size>
460       </method>
461       <method name="Void &lt;BinaryRightShift_1&gt;m__21(System.Dynamic.BinaryOperationBinder, System.Object)">
462         <size>73</size>
463       </method>
464       <method name="Void &lt;BinaryRightShiftAssign_1&gt;m__22(System.Dynamic.BinaryOperationBinder, System.Object)">
465         <size>73</size>
466       </method>
467       <method name="Void &lt;BinarySubtract_1&gt;m__23(System.Dynamic.BinaryOperationBinder, System.Object)">
468         <size>73</size>
469       </method>
470       <method name="Void &lt;BinarySubtractAssign_1&gt;m__24(System.Dynamic.BinaryOperationBinder, System.Object)">
471         <size>73</size>
472       </method>
473       <method name="System.Object &lt;Convert_1&gt;m__25(System.Dynamic.ConvertBinder)">
474         <size>50</size>
475       </method>
476       <method name="System.Object &lt;Convert_2&gt;m__26(System.Dynamic.ConvertBinder)">
477         <size>50</size>
478       </method>
479       <method name="System.Object &lt;Convert_3&gt;m__27(System.Dynamic.ConvertBinder)">
480         <size>50</size>
481       </method>
482       <method name="System.Object &lt;Convert_4&gt;m__28(System.Dynamic.ConvertBinder)">
483         <size>50</size>
484       </method>
485       <method name="Void &lt;GetIndex_1&gt;m__29(System.Dynamic.GetIndexBinder, System.Object[])">
486         <size>92</size>
487       </method>
488       <method name="Void &lt;GetIndex_2&gt;m__2A(System.Dynamic.GetIndexBinder, System.Object[])">
489         <size>111</size>
490       </method>
491       <method name="Void &lt;GetMember_1&gt;m__2C(System.Dynamic.GetMemberBinder)">
492         <size>66</size>
493       </method>
494       <method name="Void &lt;Invoke_1&gt;m__2D(System.Dynamic.InvokeBinder, System.Object[])">
495         <size>101</size>
496       </method>
497       <method name="Void &lt;Invoke_2&gt;m__2E(System.Dynamic.InvokeBinder, System.Object[])">
498         <size>73</size>
499       </method>
500       <method name="Void &lt;Invoke_4&gt;m__2F(System.Dynamic.InvokeBinder, System.Object[])">
501         <size>127</size>
502       </method>
503       <method name="Void &lt;Invoke_5&gt;m__30(System.Dynamic.InvokeBinder, System.Object[])">
504         <size>127</size>
505       </method>
506       <method name="Void &lt;Invoke_5&gt;m__31(System.Object)">
507         <size>1</size>
508       </method>
509       <method name="Void &lt;InvokeMember_1&gt;m__32(System.Dynamic.InvokeMemberBinder, System.Object[])">
510         <size>110</size>
511       </method>
512       <method name="Void &lt;InvokeMember_3&gt;m__34(System.Dynamic.InvokeMemberBinder, System.Object[])">
513         <size>111</size>
514       </method>
515       <method name="Void &lt;InvokeMember_4&gt;m__35(System.Dynamic.InvokeMemberBinder, System.Object[])">
516         <size>110</size>
517       </method>
518       <method name="Void &lt;InvokeMember_7&gt;m__37(System.Dynamic.InvokeMemberBinder, System.Object[])">
519         <size>90</size>
520       </method>
521       <method name="Void &lt;SetIndex_1&gt;m__38(System.Dynamic.SetIndexBinder, System.Object[], System.Object)">
522         <size>124</size>
523       </method>
524       <method name="Void &lt;SetIndex_2&gt;m__39(System.Dynamic.SetIndexBinder, System.Object[], System.Object)">
525         <size>139</size>
526       </method>
527       <method name="Void &lt;SetMember_1&gt;m__3B(System.Dynamic.SetMemberBinder, System.Object)">
528         <size>101</size>
529       </method>
530       <method name="System.Object &lt;UnaryPlus_1&gt;m__3C(System.Dynamic.UnaryOperationBinder)">
531         <size>47</size>
532       </method>
533       <method name="System.Object &lt;UnaryMinus_1&gt;m__3D(System.Dynamic.UnaryOperationBinder)">
534         <size>47</size>
535       </method>
536       <method name="System.Object &lt;UnaryNot_1&gt;m__3E(System.Dynamic.UnaryOperationBinder)">
537         <size>47</size>
538       </method>
539       <method name="System.Object &lt;UnaryOnesComplement_1&gt;m__3F(System.Dynamic.UnaryOperationBinder)">
540         <size>47</size>
541       </method>
542       <method name="System.Object &lt;UnaryDecrement_1&gt;m__40(System.Dynamic.UnaryOperationBinder)">
543         <size>47</size>
544       </method>
545       <method name="System.Object &lt;UnaryDecrement_2&gt;m__41(System.Dynamic.UnaryOperationBinder)">
546         <size>51</size>
547       </method>
548       <method name="System.Object &lt;UnaryIncrement_1&gt;m__42(System.Dynamic.UnaryOperationBinder)">
549         <size>47</size>
550       </method>
551       <method name="System.Object &lt;UnaryIncrement_2&gt;m__43(System.Dynamic.UnaryOperationBinder)">
552         <size>51</size>
553       </method>
554       <method name="System.Object &lt;UnaryIsFalse_1&gt;m__44(System.Dynamic.UnaryOperationBinder)">
555         <size>52</size>
556       </method>
557       <method name="Void &lt;UnaryIsFalse_1&gt;m__45(System.Dynamic.BinaryOperationBinder, System.Object)">
558         <size>68</size>
559       </method>
560       <method name="System.Object &lt;UnaryIsFalse_2&gt;m__46(System.Dynamic.UnaryOperationBinder)">
561         <size>52</size>
562       </method>
563       <method name="Void &lt;UnaryIsFalse_2&gt;m__47(System.Dynamic.BinaryOperationBinder, System.Object)">
564         <size>68</size>
565       </method>
566       <method name="System.Object &lt;UnaryIsFalse_3&gt;m__48(System.Dynamic.UnaryOperationBinder)">
567         <size>52</size>
568       </method>
569       <method name="Void &lt;UnaryIsFalse_3&gt;m__49(System.Dynamic.BinaryOperationBinder, System.Object)">
570         <size>67</size>
571       </method>
572       <method name="System.Object &lt;UnaryIsTrue_1&gt;m__4A(System.Dynamic.UnaryOperationBinder)">
573         <size>52</size>
574       </method>
575       <method name="System.Object &lt;UnaryIsTrue_2&gt;m__4B(System.Dynamic.UnaryOperationBinder)">
576         <size>52</size>
577       </method>
578       <method name="Void &lt;UnaryIsTrue_2&gt;m__4C(System.Dynamic.BinaryOperationBinder, System.Object)">
579         <size>68</size>
580       </method>
581       <method name="Boolean &lt;Main&gt;m__4D(System.Reflection.MethodInfo)">
582         <size>12</size>
583       </method>
584       <method name="System.String &lt;Main&gt;m__4E(System.Reflection.MethodInfo)">
585         <size>7</size>
586       </method>
587       <method name="Boolean &lt;Main&gt;m__4F(System.Reflection.MethodInfo)">
588         <size>7</size>
589       </method>
590       <method name="Boolean &lt;Main&gt;m__50(Boolean)">
591         <size>5</size>
592       </method>
593       <method name="Void .ctor()">
594         <size>7</size>
595       </method>
596       <method name="Void .ctor(Object)">
597         <size>7</size>
598       </method>
599       <method name="Void .cctor()">
600         <size>34</size>
601       </method>
602     </type>
603     <type name="Tester+&lt;BinaryAddChecked_2&gt;c__AnonStorey0">
604       <method name="System.Object &lt;&gt;m__A()">
605         <size>91</size>
606       </method>
607       <method name="Void .ctor()">
608         <size>7</size>
609       </method>
610     </type>
611     <type name="Tester+&lt;GetIndex_3&gt;c__AnonStorey1">
612       <method name="Void &lt;&gt;m__2B(System.Dynamic.GetIndexBinder, System.Object[])">
613         <size>92</size>
614       </method>
615       <method name="Void .ctor()">
616         <size>7</size>
617       </method>
618     </type>
619     <type name="Tester+&lt;InvokeMember_2&gt;c__AnonStorey2">
620       <method name="Void &lt;&gt;m__33(System.Dynamic.InvokeMemberBinder, System.Object[])">
621         <size>109</size>
622       </method>
623       <method name="Void .ctor()">
624         <size>7</size>
625       </method>
626     </type>
627     <type name="Tester+&lt;&gt;c__DynamicSite0+Container0">
628       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
629         <size>0</size>
630       </method>
631       <method name="Void .ctor(Object, IntPtr)">
632         <size>0</size>
633       </method>
634     </type>
635     <type name="Tester+&lt;&gt;c__DynamicSite0+Container1">
636       <method name="Void Invoke(System.Runtime.CompilerServices.CallSite, System.Object, Int32 ByRef)">
637         <size>0</size>
638       </method>
639       <method name="Void .ctor(Object, IntPtr)">
640         <size>0</size>
641       </method>
642     </type>
643     <type name="Tester+&lt;InvokeMember_6&gt;c__AnonStorey3">
644       <method name="Void &lt;&gt;m__36(System.Dynamic.InvokeMemberBinder, System.Object[])">
645         <size>119</size>
646       </method>
647       <method name="Void .ctor()">
648         <size>7</size>
649       </method>
650     </type>
651     <type name="Tester+&lt;SetIndex_3&gt;c__AnonStorey4">
652       <method name="Void &lt;&gt;m__3A(System.Dynamic.SetIndexBinder, System.Object[], System.Object)">
653         <size>119</size>
654       </method>
655       <method name="Void .ctor()">
656         <size>7</size>
657       </method>
658     </type>
659   </test>
660   <test name="dtest-004.cs">
661     <type name="G`1[T]">
662       <method name="Void .ctor()">
663         <size>7</size>
664       </method>
665     </type>
666     <type name="C">
667       <method name="System.Object Create()">
668         <size>7</size>
669       </method>
670       <method name="Void M[T]()">
671         <size>18</size>
672       </method>
673       <method name="Int32 Main()">
674         <size>113</size>
675       </method>
676       <method name="Void .ctor()">
677         <size>7</size>
678       </method>
679     </type>
680   </test>
681   <test name="dtest-005.cs">
682     <type name="MyObject">
683       <method name="Boolean TryGetMember(System.Dynamic.GetMemberBinder, System.Object ByRef)">
684         <size>27</size>
685       </method>
686       <method name="Boolean TryInvokeMember(System.Dynamic.InvokeMemberBinder, System.Object[], System.Object ByRef)">
687         <size>27</size>
688       </method>
689       <method name="Void .ctor()">
690         <size>7</size>
691       </method>
692     </type>
693     <type name="Tests">
694       <method name="Int32 Main()">
695         <size>242</size>
696       </method>
697       <method name="Void .ctor()">
698         <size>7</size>
699       </method>
700     </type>
701   </test>
702   <test name="dtest-006.cs">
703     <type name="InverseLogicalOperator">
704       <method name="Boolean op_True(InverseLogicalOperator)">
705         <size>8</size>
706       </method>
707       <method name="Boolean op_False(InverseLogicalOperator)">
708         <size>8</size>
709       </method>
710       <method name="Void .ctor(Boolean)">
711         <size>8</size>
712       </method>
713     </type>
714     <type name="MyType">
715       <method name="Int16 get_ShortProp()">
716         <size>7</size>
717       </method>
718       <method name="Void set_ShortProp(Int16)">
719         <size>8</size>
720       </method>
721       <method name="Int32 GetHashCode()">
722         <size>6</size>
723       </method>
724       <method name="System.String ToString()">
725         <size>12</size>
726       </method>
727       <method name="Boolean op_True(MyType)">
728         <size>14</size>
729       </method>
730       <method name="Boolean op_False(MyType)">
731         <size>11</size>
732       </method>
733       <method name="MyType op_Addition(MyType, MyType)">
734         <size>21</size>
735       </method>
736       <method name="MyType op_Subtraction(MyType, MyType)">
737         <size>21</size>
738       </method>
739       <method name="MyType op_Division(MyType, MyType)">
740         <size>21</size>
741       </method>
742       <method name="MyType op_Multiply(MyType, MyType)">
743         <size>21</size>
744       </method>
745       <method name="MyType op_Modulus(MyType, MyType)">
746         <size>21</size>
747       </method>
748       <method name="MyType op_BitwiseAnd(MyType, MyType)">
749         <size>21</size>
750       </method>
751       <method name="MyType op_BitwiseOr(MyType, MyType)">
752         <size>21</size>
753       </method>
754       <method name="MyType op_ExclusiveOr(MyType, MyType)">
755         <size>21</size>
756       </method>
757       <method name="Boolean op_Equality(MyType, MyType)">
758         <size>17</size>
759       </method>
760       <method name="Boolean op_Inequality(MyType, MyType)">
761         <size>20</size>
762       </method>
763       <method name="Boolean op_GreaterThan(MyType, MyType)">
764         <size>17</size>
765       </method>
766       <method name="Boolean op_LessThan(MyType, MyType)">
767         <size>17</size>
768       </method>
769       <method name="Boolean op_GreaterThanOrEqual(MyType, MyType)">
770         <size>20</size>
771       </method>
772       <method name="Boolean op_LessThanOrEqual(MyType, MyType)">
773         <size>20</size>
774       </method>
775       <method name="Boolean op_LogicalNot(MyType)">
776         <size>11</size>
777       </method>
778       <method name="Int32 op_OnesComplement(MyType)">
779         <size>9</size>
780       </method>
781       <method name="MyType op_Increment(MyType)">
782         <size>15</size>
783       </method>
784       <method name="MyType op_Decrement(MyType)">
785         <size>15</size>
786       </method>
787       <method name="Int32 op_RightShift(MyType, Int32)">
788         <size>13</size>
789       </method>
790       <method name="Int32 op_LeftShift(MyType, Int32)">
791         <size>13</size>
792       </method>
793       <method name="MyType op_UnaryNegation(MyType)">
794         <size>14</size>
795       </method>
796       <method name="MyType op_UnaryPlus(MyType)">
797         <size>11</size>
798       </method>
799       <method name="Void .ctor(Int32)">
800         <size>8</size>
801       </method>
802     </type>
803     <type name="MyTypeExplicit">
804       <method name="Int32 op_Explicit(MyTypeExplicit)">
805         <size>7</size>
806       </method>
807       <method name="Void .ctor(Int32)">
808         <size>14</size>
809       </method>
810     </type>
811     <type name="MyTypeImplicitOnly">
812       <method name="Int16 op_Implicit(MyTypeImplicitOnly)">
813         <size>8</size>
814       </method>
815       <method name="Boolean op_Implicit(MyTypeImplicitOnly)">
816         <size>14</size>
817       </method>
818       <method name="Void .ctor(Int16)">
819         <size>8</size>
820       </method>
821     </type>
822     <type name="Tester">
823       <method name="Void add_ev_assign(System.Action)">
824         <size>24</size>
825       </method>
826       <method name="Void remove_ev_assign(System.Action)">
827         <size>24</size>
828       </method>
829       <method name="Void Assert[T](T, T, System.String)">
830         <size>78</size>
831       </method>
832       <method name="Void AssertChecked[T](System.Func`1[T], T, System.String)">
833         <size>42</size>
834       </method>
835       <method name="Void AssertChecked(System.Action, System.String)">
836         <size>35</size>
837       </method>
838       <method name="Void AddTest()">
839         <size>1370</size>
840       </method>
841       <method name="Void AddNullableTest()">
842         <size>2277</size>
843       </method>
844       <method name="Void AddEnumTest()">
845         <size>874</size>
846       </method>
847       <method name="Void AddCheckedTest()">
848         <size>345</size>
849       </method>
850       <method name="Void AddStringTest()">
851         <size>1144</size>
852       </method>
853       <method name="Void AddAssignTest()">
854         <size>1154</size>
855       </method>
856       <method name="Void AddAssignNullableTest()">
857         <size>13</size>
858       </method>
859       <method name="Void AddAssignEnumTest()">
860         <size>443</size>
861       </method>
862       <method name="Void AddAssignCheckedTest()">
863         <size>319</size>
864       </method>
865       <method name="Void AddAssignStringTest()">
866         <size>876</size>
867       </method>
868       <method name="Void AddAssignEvent()">
869         <size>3</size>
870       </method>
871       <method name="Void AndTest()">
872         <size>1536</size>
873       </method>
874       <method name="Void AndTestEnum()">
875         <size>670</size>
876       </method>
877       <method name="Void AndTestNullable()">
878         <size>1807</size>
879       </method>
880       <method name="Void AndAssignedTest()">
881         <size>911</size>
882       </method>
883       <method name="Void AndAssignedTestEnum()">
884         <size>683</size>
885       </method>
886       <method name="Void AndAlsoTest()">
887         <size>892</size>
888       </method>
889       <method name="Void DivideTest()">
890         <size>927</size>
891       </method>
892       <method name="Void DivideNullableTest()">
893         <size>2305</size>
894       </method>
895       <method name="Void DivideCheckedTest()">
896         <size>1</size>
897       </method>
898       <method name="Void DivideAssignTest()">
899         <size>1143</size>
900       </method>
901       <method name="Void DivideAssignCheckedTest()">
902         <size>1</size>
903       </method>
904       <method name="Void ConvertImplicitTest()">
905         <size>1331</size>
906       </method>
907       <method name="Int32 ConvertImplicitReturnTest()">
908         <size>75</size>
909       </method>
910       <method name="IEnumerable`1 ConvertImplicitReturnTest_2()">
911         <size>16</size>
912       </method>
913       <method name="Void ConvertExplicitTest()">
914         <size>569</size>
915       </method>
916       <method name="Void ConvertExplicitCheckedTest()">
917         <size>87</size>
918       </method>
919       <method name="Void ConvertArray()">
920         <size>167</size>
921       </method>
922       <method name="Void EqualTest()">
923         <size>1941</size>
924       </method>
925       <method name="Void EqualNullableTest()">
926         <size>3032</size>
927       </method>
928       <method name="Void EqualEnumTest()">
929         <size>1047</size>
930       </method>
931       <method name="Void EqualStringTest()">
932         <size>630</size>
933       </method>
934       <method name="Void EqualDelegateTest()">
935         <size>18</size>
936       </method>
937       <method name="Void ExclusiveOrTest()">
938         <size>1546</size>
939       </method>
940       <method name="Void ExclusiveOrNullableTest()">
941         <size>1815</size>
942       </method>
943       <method name="Void ExclusiveOrTestEnum()">
944         <size>692</size>
945       </method>
946       <method name="Void ExclusiveOrAssignedTest()">
947         <size>893</size>
948       </method>
949       <method name="Void ExclusiveOrAssignedTestEnum()">
950         <size>685</size>
951       </method>
952       <method name="Void GreaterThanTest()">
953         <size>1983</size>
954       </method>
955       <method name="Void GreaterThanNullableTest()">
956         <size>2405</size>
957       </method>
958       <method name="Void GreaterThanEnumTest()">
959         <size>1047</size>
960       </method>
961       <method name="Void GreaterThanEqualTest()">
962         <size>1983</size>
963       </method>
964       <method name="Void GreaterThanEqualNullableTest()">
965         <size>2405</size>
966       </method>
967       <method name="Void GreaterThanEqualEnumTest()">
968         <size>1047</size>
969       </method>
970       <method name="Void LeftShiftTest()">
971         <size>1366</size>
972       </method>
973       <method name="Void LeftShiftNullableTest()">
974         <size>1137</size>
975       </method>
976       <method name="Void LeftShiftAssignTest()">
977         <size>649</size>
978       </method>
979       <method name="Void LeftShiftAssignNullableTest()">
980         <size>443</size>
981       </method>
982       <method name="Void LessThanTest()">
983         <size>1983</size>
984       </method>
985       <method name="Void LessThanNullableTest()">
986         <size>2419</size>
987       </method>
988       <method name="Void LessThanEnumTest()">
989         <size>1047</size>
990       </method>
991       <method name="Void LessThanOrEqualTest()">
992         <size>1983</size>
993       </method>
994       <method name="Void LessThanOrEqualNullableTest()">
995         <size>2405</size>
996       </method>
997       <method name="Void LessThanOrEqualEnumTest()">
998         <size>1047</size>
999       </method>
1000       <method name="Void ModuloTest()">
1001         <size>923</size>
1002       </method>
1003       <method name="Void ModuloNullableTest()">
1004         <size>2293</size>
1005       </method>
1006       <method name="Void ModuloAssignTest()">
1007         <size>1137</size>
1008       </method>
1009       <method name="Void MultiplyTest()">
1010         <size>1167</size>
1011       </method>
1012       <method name="Void MultiplyNullableTest()">
1013         <size>2293</size>
1014       </method>
1015       <method name="Void MultiplyCheckedTest()">
1016         <size>343</size>
1017       </method>
1018       <method name="Void MultiplyAssignTest()">
1019         <size>1327</size>
1020       </method>
1021       <method name="Void MultiplyAssignCheckedTest()">
1022         <size>317</size>
1023       </method>
1024       <method name="Void Negate()">
1025         <size>1311</size>
1026       </method>
1027       <method name="Void NegateNullable()">
1028         <size>1117</size>
1029       </method>
1030       <method name="Void NegateChecked()">
1031         <size>51</size>
1032       </method>
1033       <method name="Void Not()">
1034         <size>404</size>
1035       </method>
1036       <method name="Void NotEqualTest()">
1037         <size>1945</size>
1038       </method>
1039       <method name="Void NotEqualNullableTest()">
1040         <size>3032</size>
1041       </method>
1042       <method name="Void NotEqualEnumTest()">
1043         <size>1047</size>
1044       </method>
1045       <method name="Void NotEqualStringTest()">
1046         <size>630</size>
1047       </method>
1048       <method name="Void OnesComplement()">
1049         <size>818</size>
1050       </method>
1051       <method name="Void OnesComplementNullable()">
1052         <size>418</size>
1053       </method>
1054       <method name="Void OrTest()">
1055         <size>1546</size>
1056       </method>
1057       <method name="Void OrTestEnum()">
1058         <size>674</size>
1059       </method>
1060       <method name="Void OrTestNullable()">
1061         <size>1591</size>
1062       </method>
1063       <method name="Void OrAssignedTest()">
1064         <size>911</size>
1065       </method>
1066       <method name="Void OrAssignedTestEnum()">
1067         <size>685</size>
1068       </method>
1069       <method name="Void OrElseTest()">
1070         <size>896</size>
1071       </method>
1072       <method name="Void RightShiftTest()">
1073         <size>1152</size>
1074       </method>
1075       <method name="Void RightShiftNullableTest()">
1076         <size>1136</size>
1077       </method>
1078       <method name="Void RightShiftAssignTest()">
1079         <size>649</size>
1080       </method>
1081       <method name="Void RightShiftAssignNullableTest()">
1082         <size>442</size>
1083       </method>
1084       <method name="Void SubtractTest()">
1085         <size>1132</size>
1086       </method>
1087       <method name="Void SubtractNullableTest()">
1088         <size>2288</size>
1089       </method>
1090       <method name="Void SubtractEnumTest()">
1091         <size>896</size>
1092       </method>
1093       <method name="Void SubtractCheckedTest()">
1094         <size>346</size>
1095       </method>
1096       <method name="Void SubtractAssignTest()">
1097         <size>1154</size>
1098       </method>
1099       <method name="Void SubtractAssignEnumTest()">
1100         <size>454</size>
1101       </method>
1102       <method name="Void SubtractAssignCheckedTest()">
1103         <size>319</size>
1104       </method>
1105       <method name="Void SubtractAssignEvent()">
1106         <size>33</size>
1107       </method>
1108       <method name="Void UnaryDecrement()">
1109         <size>991</size>
1110       </method>
1111       <method name="Void UnaryDecrementCheckedTest()">
1112         <size>295</size>
1113       </method>
1114       <method name="Void UnaryIncrement()">
1115         <size>992</size>
1116       </method>
1117       <method name="Void UnaryIncrementCheckedTest()">
1118         <size>292</size>
1119       </method>
1120       <method name="Void UnaryIsTrue()">
1121         <size>428</size>
1122       </method>
1123       <method name="Void UnaryPlus()">
1124         <size>1114</size>
1125       </method>
1126       <method name="Void UnaryPlusNullable()">
1127         <size>1119</size>
1128       </method>
1129       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
1130         <size>87</size>
1131       </method>
1132       <method name="Int32 Main()">
1133         <size>179</size>
1134       </method>
1135       <method name="Void &lt;SubtractAssignEvent&gt;m__C()">
1136         <size>11</size>
1137       </method>
1138       <method name="Boolean &lt;Main&gt;m__F(System.Reflection.MethodInfo)">
1139         <size>12</size>
1140       </method>
1141       <method name="System.String &lt;Main&gt;m__10(System.Reflection.MethodInfo)">
1142         <size>7</size>
1143       </method>
1144       <method name="Boolean &lt;Main&gt;m__11(System.Reflection.MethodInfo)">
1145         <size>7</size>
1146       </method>
1147       <method name="Boolean &lt;Main&gt;m__12(Boolean)">
1148         <size>5</size>
1149       </method>
1150       <method name="Void .ctor()">
1151         <size>7</size>
1152       </method>
1153     </type>
1154     <type name="Tester+EmptyDelegate">
1155       <method name="Void Invoke()">
1156         <size>0</size>
1157       </method>
1158       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
1159         <size>0</size>
1160       </method>
1161       <method name="Void EndInvoke(IAsyncResult)">
1162         <size>0</size>
1163       </method>
1164       <method name="Void .ctor(Object, IntPtr)">
1165         <size>0</size>
1166       </method>
1167     </type>
1168     <type name="Tester+&lt;AddCheckedTest&gt;c__AnonStorey1">
1169       <method name="System.Object &lt;&gt;m__0()">
1170         <size>96</size>
1171       </method>
1172       <method name="System.Object &lt;&gt;m__1()">
1173         <size>96</size>
1174       </method>
1175       <method name="Void .ctor()">
1176         <size>7</size>
1177       </method>
1178     </type>
1179     <type name="Tester+&lt;AddAssignCheckedTest&gt;c__AnonStorey2">
1180       <method name="Void &lt;&gt;m__2()">
1181         <size>233</size>
1182       </method>
1183       <method name="Void .ctor()">
1184         <size>7</size>
1185       </method>
1186     </type>
1187     <type name="Tester+&lt;ConvertImplicitReturnTest_2&gt;c__Iterator0">
1188       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
1189         <size>7</size>
1190       </method>
1191       <method name="System.Object System.Collections.IEnumerator.get_Current()">
1192         <size>7</size>
1193       </method>
1194       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
1195         <size>7</size>
1196       </method>
1197       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;string&gt;.GetEnumerator()">
1198         <size>26</size>
1199       </method>
1200       <method name="Boolean MoveNext()">
1201         <size>147</size>
1202       </method>
1203       <method name="Void Dispose()">
1204         <size>8</size>
1205       </method>
1206       <method name="Void Reset()">
1207         <size>6</size>
1208       </method>
1209       <method name="Void .ctor()">
1210         <size>7</size>
1211       </method>
1212     </type>
1213     <type name="Tester+&lt;ConvertExplicitCheckedTest&gt;c__AnonStorey3">
1214       <method name="Int32 &lt;&gt;m__3()">
1215         <size>74</size>
1216       </method>
1217       <method name="Nullable`1 &lt;&gt;m__4()">
1218         <size>74</size>
1219       </method>
1220       <method name="Void .ctor()">
1221         <size>7</size>
1222       </method>
1223     </type>
1224     <type name="Tester+&lt;MultiplyCheckedTest&gt;c__AnonStorey4">
1225       <method name="System.Object &lt;&gt;m__5()">
1226         <size>97</size>
1227       </method>
1228       <method name="System.Object &lt;&gt;m__6()">
1229         <size>97</size>
1230       </method>
1231       <method name="Void .ctor()">
1232         <size>7</size>
1233       </method>
1234     </type>
1235     <type name="Tester+&lt;MultiplyAssignCheckedTest&gt;c__AnonStorey5">
1236       <method name="Void &lt;&gt;m__7()">
1237         <size>233</size>
1238       </method>
1239       <method name="Void .ctor()">
1240         <size>7</size>
1241       </method>
1242     </type>
1243     <type name="Tester+&lt;NegateChecked&gt;c__AnonStorey6">
1244       <method name="System.Object &lt;&gt;m__8()">
1245         <size>81</size>
1246       </method>
1247       <method name="Void .ctor()">
1248         <size>7</size>
1249       </method>
1250     </type>
1251     <type name="Tester+&lt;SubtractCheckedTest&gt;c__AnonStorey7">
1252       <method name="System.Object &lt;&gt;m__9()">
1253         <size>97</size>
1254       </method>
1255       <method name="System.Object &lt;&gt;m__A()">
1256         <size>97</size>
1257       </method>
1258       <method name="Void .ctor()">
1259         <size>7</size>
1260       </method>
1261     </type>
1262     <type name="Tester+&lt;SubtractAssignCheckedTest&gt;c__AnonStorey8">
1263       <method name="Void &lt;&gt;m__B()">
1264         <size>233</size>
1265       </method>
1266       <method name="Void .ctor()">
1267         <size>7</size>
1268       </method>
1269     </type>
1270     <type name="Tester+&lt;UnaryDecrementCheckedTest&gt;c__AnonStorey9">
1271       <method name="Void &lt;&gt;m__D()">
1272         <size>223</size>
1273       </method>
1274       <method name="Void .ctor()">
1275         <size>7</size>
1276       </method>
1277     </type>
1278     <type name="Tester+&lt;UnaryIncrementCheckedTest&gt;c__AnonStoreyA">
1279       <method name="Void &lt;&gt;m__E()">
1280         <size>219</size>
1281       </method>
1282       <method name="Void .ctor()">
1283         <size>7</size>
1284       </method>
1285     </type>
1286   </test>
1287   <test name="dtest-008.cs">
1288     <type name="Disposable">
1289       <method name="Void Dispose()">
1290         <size>15</size>
1291       </method>
1292       <method name="Void Test()">
1293         <size>1</size>
1294       </method>
1295       <method name="Void .ctor()">
1296         <size>7</size>
1297       </method>
1298     </type>
1299     <type name="Test">
1300       <method name="Boolean ForEachTest()">
1301         <size>512</size>
1302       </method>
1303       <method name="Boolean UsingTest()">
1304         <size>862</size>
1305       </method>
1306       <method name="Int32 Main()">
1307         <size>57</size>
1308       </method>
1309       <method name="Void .ctor()">
1310         <size>7</size>
1311       </method>
1312       <method name="Boolean ForEachTest_2()">
1313         <size>300</size>
1314       </method>
1315     </type>
1316   </test>
1317   <test name="dtest-009.cs">
1318     <type name="B">
1319       <method name="Void Test(Int32)">
1320         <size>1</size>
1321       </method>
1322       <method name="Int32 Main()">
1323         <size>123</size>
1324       </method>
1325       <method name="Void .ctor()">
1326         <size>7</size>
1327       </method>
1328     </type>
1329   </test>
1330   <test name="dtest-010.cs">
1331     <type name="A">
1332       <method name="T Test[T](T, T)">
1333         <size>2</size>
1334       </method>
1335       <method name="Void .ctor()">
1336         <size>7</size>
1337       </method>
1338     </type>
1339     <type name="C">
1340       <method name="Int32 TestCall()">
1341         <size>2</size>
1342       </method>
1343       <method name="Int32 Main()">
1344         <size>388</size>
1345       </method>
1346       <method name="Void .ctor()">
1347         <size>7</size>
1348       </method>
1349     </type>
1350   </test>
1351   <test name="dtest-011.cs">
1352     <type name="C">
1353       <method name="Void foo(Int32)">
1354         <size>17</size>
1355       </method>
1356       <method name="Void foo(System.String)">
1357         <size>6</size>
1358       </method>
1359       <method name="Void foo_static(Int64)">
1360         <size>17</size>
1361       </method>
1362       <method name="Void test()">
1363         <size>196</size>
1364       </method>
1365       <method name="Void Main()">
1366         <size>11</size>
1367       </method>
1368       <method name="Void .ctor()">
1369         <size>7</size>
1370       </method>
1371     </type>
1372   </test>
1373   <test name="dtest-012.cs">
1374     <type name="G`1[T]">
1375       <method name="Void .ctor()">
1376         <size>7</size>
1377       </method>
1378     </type>
1379     <type name="dynamic.C">
1380       <method name="Int32 Main()">
1381         <size>64</size>
1382       </method>
1383       <method name="Void .ctor()">
1384         <size>7</size>
1385       </method>
1386     </type>
1387   </test>
1388   <test name="dtest-013.cs">
1389     <type name="ndynamic.C`1[U]">
1390       <method name="Void .ctor()">
1391         <size>7</size>
1392       </method>
1393     </type>
1394     <type name="ndynamic.C">
1395       <method name="Void Main()">
1396         <size>1</size>
1397       </method>
1398       <method name="Void .ctor()">
1399         <size>7</size>
1400       </method>
1401     </type>
1402   </test>
1403   <test name="dtest-014.cs">
1404     <type name="A">
1405       <method name="Int32 op_Inequality(A, System.Object)">
1406         <size>2</size>
1407       </method>
1408       <method name="Int32 op_Equality(A, System.Object)">
1409         <size>2</size>
1410       </method>
1411       <method name="Void .ctor()">
1412         <size>7</size>
1413       </method>
1414     </type>
1415     <type name="C">
1416       <method name="Int32 Main()">
1417         <size>41</size>
1418       </method>
1419       <method name="Boolean op_Equality(C, System.Object)">
1420         <size>8</size>
1421       </method>
1422       <method name="Boolean op_Inequality(C, System.Object)">
1423         <size>252</size>
1424       </method>
1425       <method name="Decimal op_Subtraction(System.Object, C)">
1426         <size>8</size>
1427       </method>
1428       <method name="Void .ctor()">
1429         <size>7</size>
1430       </method>
1431     </type>
1432   </test>
1433   <test name="dtest-015.cs">
1434     <type name="Program">
1435       <method name="Int32 Main()">
1436         <size>49</size>
1437       </method>
1438       <method name="Void .ctor()">
1439         <size>7</size>
1440       </method>
1441     </type>
1442   </test>
1443   <test name="dtest-016.cs">
1444     <type name="Foo">
1445       <method name="Void Dyn(System.Object ByRef)">
1446         <size>4</size>
1447       </method>
1448       <method name="Void .ctor()">
1449         <size>7</size>
1450       </method>
1451     </type>
1452     <type name="Bar">
1453       <method name="Void Dyn(System.Object ByRef)">
1454         <size>8</size>
1455       </method>
1456       <method name="Void .ctor()">
1457         <size>7</size>
1458       </method>
1459     </type>
1460     <type name="C">
1461       <method name="Void Method_A(Int32 ByRef)">
1462         <size>1</size>
1463       </method>
1464       <method name="Void Method_B(System.Object ByRef)">
1465         <size>1</size>
1466       </method>
1467       <method name="Void .ctor()">
1468         <size>7</size>
1469       </method>
1470     </type>
1471     <type name="Program">
1472       <method name="Void DynOut(System.Object ByRef)">
1473         <size>4</size>
1474       </method>
1475       <method name="Void DynRef(System.Object ByRef)">
1476         <size>4</size>
1477       </method>
1478       <method name="Void TestErrorVersions()">
1479         <size>197</size>
1480       </method>
1481       <method name="Int32 Main()">
1482         <size>18</size>
1483       </method>
1484       <method name="Void .ctor()">
1485         <size>7</size>
1486       </method>
1487     </type>
1488   </test>
1489   <test name="dtest-017.cs">
1490     <type name="B`1[U]">
1491       <method name="Void .ctor()">
1492         <size>7</size>
1493       </method>
1494     </type>
1495     <type name="C`1[T]">
1496       <method name="Void .ctor()">
1497         <size>7</size>
1498       </method>
1499     </type>
1500     <type name="D">
1501       <method name="System.Object Invoke(System.Object)">
1502         <size>0</size>
1503       </method>
1504       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
1505         <size>0</size>
1506       </method>
1507       <method name="System.Object EndInvoke(IAsyncResult)">
1508         <size>0</size>
1509       </method>
1510       <method name="Void .ctor(Object, IntPtr)">
1511         <size>0</size>
1512       </method>
1513     </type>
1514     <type name="DynamicAssignments">
1515       <method name="Int32 Main()">
1516         <size>102</size>
1517       </method>
1518       <method name="System.Object &lt;Main&gt;m__0(System.Object)">
1519         <size>2</size>
1520       </method>
1521       <method name="Void .ctor()">
1522         <size>7</size>
1523       </method>
1524     </type>
1525   </test>
1526   <test name="dtest-018.cs">
1527     <type name="XValue">
1528       <method name="Int64 get_Y()">
1529         <size>7</size>
1530       </method>
1531       <method name="Void set_Y(Int64)">
1532         <size>8</size>
1533       </method>
1534       <method name="Void .ctor()">
1535         <size>7</size>
1536       </method>
1537     </type>
1538     <type name="A">
1539       <method name="Int32 Main()">
1540         <size>361</size>
1541       </method>
1542       <method name="Void .ctor()">
1543         <size>18</size>
1544       </method>
1545     </type>
1546   </test>
1547   <test name="dtest-019.cs">
1548     <type name="C">
1549       <method name="Void Method(System.Object)">
1550         <size>1</size>
1551       </method>
1552       <method name="Void Method(System.Object, System.Object)">
1553         <size>1</size>
1554       </method>
1555       <method name="Void Method2(System.Object, Int32)">
1556         <size>1</size>
1557       </method>
1558       <method name="Void Method2(System.Object ByRef)">
1559         <size>4</size>
1560       </method>
1561       <method name="Void Main()">
1562         <size>27</size>
1563       </method>
1564       <method name="Void .ctor()">
1565         <size>7</size>
1566       </method>
1567     </type>
1568     <type name="C+D">
1569       <method name="Void Invoke(System.Object)">
1570         <size>0</size>
1571       </method>
1572       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
1573         <size>0</size>
1574       </method>
1575       <method name="Void EndInvoke(IAsyncResult)">
1576         <size>0</size>
1577       </method>
1578       <method name="Void .ctor(Object, IntPtr)">
1579         <size>0</size>
1580       </method>
1581     </type>
1582     <type name="C+D2">
1583       <method name="Void Invoke(System.Object ByRef)">
1584         <size>0</size>
1585       </method>
1586       <method name="IAsyncResult BeginInvoke(System.Object ByRef, System.AsyncCallback, System.Object)">
1587         <size>0</size>
1588       </method>
1589       <method name="Void EndInvoke(System.Object ByRef, IAsyncResult)">
1590         <size>0</size>
1591       </method>
1592       <method name="Void .ctor(Object, IntPtr)">
1593         <size>0</size>
1594       </method>
1595     </type>
1596   </test>
1597   <test name="dtest-020.cs">
1598     <type name="Class1">
1599       <method name="Int32 Method1()">
1600         <size>6</size>
1601       </method>
1602       <method name="Void .ctor()">
1603         <size>7</size>
1604       </method>
1605     </type>
1606     <type name="Class2`1[T]">
1607       <method name="Void .ctor()">
1608         <size>7</size>
1609       </method>
1610     </type>
1611     <type name="Class3">
1612       <method name="Void Method2()">
1613         <size>89</size>
1614       </method>
1615       <method name="Void .ctor()">
1616         <size>7</size>
1617       </method>
1618     </type>
1619     <type name="Program">
1620       <method name="Void Main()">
1621         <size>24</size>
1622       </method>
1623       <method name="Void .ctor()">
1624         <size>7</size>
1625       </method>
1626     </type>
1627   </test>
1628   <test name="dtest-021.cs">
1629     <type name="T">
1630       <method name="Void .ctor()">
1631         <size>7</size>
1632       </method>
1633     </type>
1634     <type name="T+B">
1635       <method name="Void set_Item(Int32, System.Object)">
1636         <size>69</size>
1637       </method>
1638       <method name="System.Object get_Item(Int32)">
1639         <size>7</size>
1640       </method>
1641       <method name="Void .ctor()">
1642         <size>7</size>
1643       </method>
1644     </type>
1645     <type name="T+Program">
1646       <method name="Int32 Main()">
1647         <size>30</size>
1648       </method>
1649       <method name="Void .ctor()">
1650         <size>7</size>
1651       </method>
1652     </type>
1653   </test>
1654   <test name="dtest-022.cs">
1655     <type name="C">
1656       <method name="Void M[T](T)">
1657         <size>1</size>
1658       </method>
1659       <method name="Int32 Main()">
1660         <size>8</size>
1661       </method>
1662       <method name="Void .ctor()">
1663         <size>7</size>
1664       </method>
1665     </type>
1666   </test>
1667   <test name="dtest-023.cs">
1668     <type name="C">
1669       <method name="Int32 Main()">
1670         <size>35</size>
1671       </method>
1672       <method name="Void .ctor()">
1673         <size>7</size>
1674       </method>
1675     </type>
1676   </test>
1677   <test name="dtest-024.cs">
1678     <type name="Test">
1679       <method name="Int32 Main()">
1680         <size>524</size>
1681       </method>
1682       <method name="Int32 &lt;Main&gt;m__0()">
1683         <size>2</size>
1684       </method>
1685       <method name="Void .ctor()">
1686         <size>15</size>
1687       </method>
1688     </type>
1689     <type name="Test+D">
1690       <method name="Int32 Invoke()">
1691         <size>0</size>
1692       </method>
1693       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
1694         <size>0</size>
1695       </method>
1696       <method name="Int32 EndInvoke(IAsyncResult)">
1697         <size>0</size>
1698       </method>
1699       <method name="Void .ctor(Object, IntPtr)">
1700         <size>0</size>
1701       </method>
1702     </type>
1703   </test>
1704   <test name="dtest-error-01.cs">
1705     <type name="Helper">
1706       <method name="Int32* Foo(Int32)">
1707         <size>3</size>
1708       </method>
1709       <method name="Void .ctor()">
1710         <size>7</size>
1711       </method>
1712     </type>
1713     <type name="Tester">
1714       <method name="Void Unsafe_1()">
1715         <size>41</size>
1716       </method>
1717       <method name="Void AssertError(System.Action, System.String)">
1718         <size>53</size>
1719       </method>
1720       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
1721         <size>92</size>
1722       </method>
1723       <method name="Int32 Main()">
1724         <size>179</size>
1725       </method>
1726       <method name="Boolean &lt;Main&gt;m__1(System.Reflection.MethodInfo)">
1727         <size>12</size>
1728       </method>
1729       <method name="System.String &lt;Main&gt;m__2(System.Reflection.MethodInfo)">
1730         <size>7</size>
1731       </method>
1732       <method name="Boolean &lt;Main&gt;m__3(System.Reflection.MethodInfo)">
1733         <size>7</size>
1734       </method>
1735       <method name="Boolean &lt;Main&gt;m__4(Boolean)">
1736         <size>5</size>
1737       </method>
1738       <method name="Void .ctor()">
1739         <size>7</size>
1740       </method>
1741     </type>
1742     <type name="Tester+&lt;Unsafe_1&gt;c__AnonStorey0">
1743       <method name="Void &lt;&gt;m__0()">
1744         <size>110</size>
1745       </method>
1746       <method name="Void .ctor()">
1747         <size>7</size>
1748       </method>
1749     </type>
1750   </test>
1751   <test name="dtest-implicitarray-01.cs">
1752     <type name="C">
1753       <method name="Void Method()">
1754         <size>1</size>
1755       </method>
1756       <method name="Int32 Main()">
1757         <size>104</size>
1758       </method>
1759       <method name="Void .ctor()">
1760         <size>7</size>
1761       </method>
1762     </type>
1763   </test>
1764   <test name="dtest-iter-01.cs">
1765     <type name="Program">
1766       <method name="IEnumerable`1 D1()">
1767         <size>16</size>
1768       </method>
1769       <method name="IEnumerable`1 D2()">
1770         <size>16</size>
1771       </method>
1772       <method name="Void Main()">
1773         <size>1</size>
1774       </method>
1775     </type>
1776     <type name="Program+&lt;D1&gt;c__Iterator0">
1777       <method name="System.Object System.Collections.Generic.IEnumerator&lt;dynamic&gt;.get_Current()">
1778         <size>7</size>
1779       </method>
1780       <method name="System.Object System.Collections.IEnumerator.get_Current()">
1781         <size>7</size>
1782       </method>
1783       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
1784         <size>7</size>
1785       </method>
1786       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;dynamic&gt;.GetEnumerator()">
1787         <size>26</size>
1788       </method>
1789       <method name="Boolean MoveNext()">
1790         <size>25</size>
1791       </method>
1792       <method name="Void Dispose()">
1793         <size>8</size>
1794       </method>
1795       <method name="Void Reset()">
1796         <size>6</size>
1797       </method>
1798       <method name="Void .ctor()">
1799         <size>7</size>
1800       </method>
1801     </type>
1802     <type name="Program+&lt;D2&gt;c__Iterator1">
1803       <method name="System.Func`1[System.Object] System.Collections.Generic.IEnumerator&lt;System.Func&lt;dynamic&gt;&gt;.get_Current()">
1804         <size>7</size>
1805       </method>
1806       <method name="System.Object System.Collections.IEnumerator.get_Current()">
1807         <size>7</size>
1808       </method>
1809       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
1810         <size>7</size>
1811       </method>
1812       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Func&lt;dynamic&gt;&gt;.GetEnumerator()">
1813         <size>26</size>
1814       </method>
1815       <method name="Boolean MoveNext()">
1816         <size>25</size>
1817       </method>
1818       <method name="Void Dispose()">
1819         <size>8</size>
1820       </method>
1821       <method name="Void Reset()">
1822         <size>6</size>
1823       </method>
1824       <method name="Void .ctor()">
1825         <size>7</size>
1826       </method>
1827     </type>
1828   </test>
1829   <test name="gtest-001.cs">
1830     <type name="Stack`1[type]">
1831       <method name="Void .ctor()">
1832         <size>7</size>
1833       </method>
1834     </type>
1835     <type name="Boot">
1836       <method name="Void .ctor()">
1837         <size>7</size>
1838       </method>
1839       <method name="Void Main()">
1840         <size>1</size>
1841       </method>
1842     </type>
1843   </test>
1844   <test name="gtest-002.cs">
1845     <type name="Cell`1[X]">
1846       <method name="Void .ctor()">
1847         <size>7</size>
1848       </method>
1849     </type>
1850     <type name="D">
1851       <method name="Void .ctor()">
1852         <size>7</size>
1853       </method>
1854       <method name="Void Main()">
1855         <size>1</size>
1856       </method>
1857     </type>
1858   </test>
1859   <test name="gtest-003.cs">
1860     <type name="Stack`1[T]">
1861       <method name="Void .ctor()">
1862         <size>7</size>
1863       </method>
1864     </type>
1865     <type name="Test">
1866       <method name="Void .ctor()">
1867         <size>7</size>
1868       </method>
1869     </type>
1870     <type name="T">
1871       <method name="Void .ctor()">
1872         <size>7</size>
1873       </method>
1874       <method name="Void Main()">
1875         <size>1</size>
1876       </method>
1877     </type>
1878   </test>
1879   <test name="gtest-004.cs">
1880     <type name="Stack`1[T]">
1881       <method name="Void .ctor()">
1882         <size>7</size>
1883       </method>
1884     </type>
1885     <type name="Test">
1886       <method name="Void .ctor()">
1887         <size>7</size>
1888       </method>
1889     </type>
1890     <type name="T">
1891       <method name="Void .ctor()">
1892         <size>7</size>
1893       </method>
1894       <method name="Void Foo(Stack`1[Test])">
1895         <size>1</size>
1896       </method>
1897       <method name="Void Main()">
1898         <size>1</size>
1899       </method>
1900     </type>
1901   </test>
1902   <test name="gtest-005.cs">
1903     <type name="Stack`1[T]">
1904       <method name="Void .ctor()">
1905         <size>7</size>
1906       </method>
1907     </type>
1908     <type name="Test">
1909       <method name="Void .ctor()">
1910         <size>7</size>
1911       </method>
1912     </type>
1913     <type name="T">
1914       <method name="Void .ctor()">
1915         <size>7</size>
1916       </method>
1917       <method name="Void Main()">
1918         <size>1</size>
1919       </method>
1920     </type>
1921   </test>
1922   <test name="gtest-006.cs">
1923     <type name="Stack`1[T]">
1924       <method name="Void .ctor()">
1925         <size>23</size>
1926       </method>
1927       <method name="Void Push(T)">
1928         <size>30</size>
1929       </method>
1930       <method name="T Pop()">
1931         <size>29</size>
1932       </method>
1933       <method name="Void Hello(T)">
1934         <size>17</size>
1935       </method>
1936     </type>
1937     <type name="Test">
1938       <method name="Void .ctor()">
1939         <size>7</size>
1940       </method>
1941       <method name="Void Main()">
1942         <size>1</size>
1943       </method>
1944     </type>
1945   </test>
1946   <test name="gtest-007.cs">
1947     <type name="Stack`1[T]">
1948       <method name="Void .ctor()">
1949         <size>7</size>
1950       </method>
1951     </type>
1952     <type name="Test">
1953       <method name="Void .ctor()">
1954         <size>7</size>
1955       </method>
1956     </type>
1957     <type name="X">
1958       <method name="Void .ctor()">
1959         <size>7</size>
1960       </method>
1961       <method name="Void Main()">
1962         <size>1</size>
1963       </method>
1964     </type>
1965   </test>
1966   <test name="gtest-008.cs">
1967     <type name="Stack`1[T]">
1968       <method name="Void .ctor()">
1969         <size>7</size>
1970       </method>
1971     </type>
1972     <type name="Test">
1973       <method name="Void .ctor()">
1974         <size>7</size>
1975       </method>
1976     </type>
1977     <type name="X">
1978       <method name="Void .ctor()">
1979         <size>7</size>
1980       </method>
1981       <method name="Void Main()">
1982         <size>1</size>
1983       </method>
1984     </type>
1985   </test>
1986   <test name="gtest-009.cs">
1987     <type name="Stack`1[T]">
1988       <method name="Void .ctor()">
1989         <size>7</size>
1990       </method>
1991       <method name="System.Object Test(T)">
1992         <size>14</size>
1993       </method>
1994     </type>
1995     <type name="Test">
1996       <method name="Void .ctor()">
1997         <size>7</size>
1998       </method>
1999     </type>
2000     <type name="X">
2001       <method name="Void .ctor()">
2002         <size>7</size>
2003       </method>
2004       <method name="Void Main()">
2005         <size>1</size>
2006       </method>
2007     </type>
2008   </test>
2009   <test name="gtest-010.cs">
2010     <type name="J">
2011       <method name="Void .ctor()">
2012         <size>7</size>
2013       </method>
2014       <method name="Void Foo()">
2015         <size>11</size>
2016       </method>
2017     </type>
2018     <type name="Stack`1[T]">
2019       <method name="Void .ctor()">
2020         <size>7</size>
2021       </method>
2022       <method name="Void Test(T)">
2023         <size>27</size>
2024       </method>
2025     </type>
2026     <type name="Test">
2027       <method name="Void .ctor()">
2028         <size>7</size>
2029       </method>
2030     </type>
2031     <type name="X">
2032       <method name="Void .ctor()">
2033         <size>7</size>
2034       </method>
2035       <method name="Void Main()">
2036         <size>1</size>
2037       </method>
2038     </type>
2039   </test>
2040   <test name="gtest-011.cs">
2041     <type name="Stack`1[S]">
2042       <method name="Void .ctor()">
2043         <size>7</size>
2044       </method>
2045       <method name="Void Hello(S)">
2046         <size>1</size>
2047       </method>
2048     </type>
2049     <type name="X">
2050       <method name="Void .ctor()">
2051         <size>7</size>
2052       </method>
2053       <method name="Void Test()">
2054         <size>13</size>
2055       </method>
2056       <method name="Void Main()">
2057         <size>1</size>
2058       </method>
2059     </type>
2060   </test>
2061   <test name="gtest-012.cs">
2062     <type name="Stack`1[S]">
2063       <method name="Void .ctor()">
2064         <size>7</size>
2065       </method>
2066       <method name="Void Hello(S)">
2067         <size>1</size>
2068       </method>
2069     </type>
2070     <type name="Test`1[T]">
2071       <method name="Void .ctor()">
2072         <size>7</size>
2073       </method>
2074       <method name="Void Foo(T)">
2075         <size>1</size>
2076       </method>
2077     </type>
2078     <type name="X">
2079       <method name="Void .ctor()">
2080         <size>7</size>
2081       </method>
2082       <method name="Void Test()">
2083         <size>25</size>
2084       </method>
2085       <method name="Void Main()">
2086         <size>1</size>
2087       </method>
2088     </type>
2089   </test>
2090   <test name="gtest-013.cs">
2091     <type name="X">
2092       <method name="Void .ctor()">
2093         <size>7</size>
2094       </method>
2095       <method name="Void Test()">
2096         <size>13</size>
2097       </method>
2098       <method name="Void Main()">
2099         <size>1</size>
2100       </method>
2101     </type>
2102   </test>
2103   <test name="gtest-014.cs">
2104     <type name="Stack`1[S]">
2105       <method name="Void .ctor(S)">
2106         <size>7</size>
2107       </method>
2108       <method name="Void Push(S)">
2109         <size>1</size>
2110       </method>
2111     </type>
2112     <type name="X">
2113       <method name="Void .ctor()">
2114         <size>7</size>
2115       </method>
2116       <method name="Void Main()">
2117         <size>37</size>
2118       </method>
2119     </type>
2120   </test>
2121   <test name="gtest-015.cs">
2122     <type name="Stack`1[S]">
2123       <method name="Void .ctor()">
2124         <size>7</size>
2125       </method>
2126       <method name="Void Hello[T,U](S, T, U)">
2127         <size>3</size>
2128       </method>
2129     </type>
2130     <type name="X">
2131       <method name="Void .ctor()">
2132         <size>7</size>
2133       </method>
2134       <method name="Void Main()">
2135         <size>1</size>
2136       </method>
2137     </type>
2138   </test>
2139   <test name="gtest-016.cs">
2140     <type name="Stack`1[S]">
2141       <method name="Void .ctor()">
2142         <size>7</size>
2143       </method>
2144       <method name="Void Hello[T](S, T)">
2145         <size>1</size>
2146       </method>
2147     </type>
2148     <type name="X">
2149       <method name="Void .ctor()">
2150         <size>7</size>
2151       </method>
2152       <method name="Void Main()">
2153         <size>1</size>
2154       </method>
2155     </type>
2156   </test>
2157   <test name="gtest-017.cs">
2158     <type name="X">
2159       <method name="Void .ctor()">
2160         <size>7</size>
2161       </method>
2162       <method name="Void Foo(Stack)">
2163         <size>12</size>
2164       </method>
2165       <method name="Void Main()">
2166         <size>13</size>
2167       </method>
2168     </type>
2169   </test>
2170   <test name="gtest-018.cs">
2171     <type name="Stack">
2172       <method name="Void .ctor()">
2173         <size>7</size>
2174       </method>
2175       <method name="Void Hello[T](T)">
2176         <size>1</size>
2177       </method>
2178     </type>
2179     <type name="X">
2180       <method name="Void .ctor()">
2181         <size>7</size>
2182       </method>
2183       <method name="Void Foo(Stack)">
2184         <size>12</size>
2185       </method>
2186       <method name="Void Main()">
2187         <size>13</size>
2188       </method>
2189     </type>
2190   </test>
2191   <test name="gtest-019.cs">
2192     <type name="X">
2193       <method name="Void .ctor()">
2194         <size>7</size>
2195       </method>
2196       <method name="Void Main()">
2197         <size>1</size>
2198       </method>
2199     </type>
2200   </test>
2201   <test name="gtest-020.cs">
2202     <type name="X">
2203       <method name="Void .ctor()">
2204         <size>7</size>
2205       </method>
2206       <method name="Void Test()">
2207         <size>13</size>
2208       </method>
2209       <method name="Void Main()">
2210         <size>1</size>
2211       </method>
2212     </type>
2213     <type name="Stack`1[S]">
2214       <method name="Void Hello(S)">
2215         <size>1</size>
2216       </method>
2217     </type>
2218   </test>
2219   <test name="gtest-021.cs">
2220     <type name="Foo`1[T]">
2221       <method name="Void .ctor(Int32)">
2222         <size>58</size>
2223       </method>
2224       <method name="Void Test()">
2225         <size>23</size>
2226       </method>
2227     </type>
2228     <type name="Bar`1[T]">
2229       <method name="Void .ctor()">
2230         <size>7</size>
2231       </method>
2232       <method name="Void Test()">
2233         <size>45</size>
2234       </method>
2235     </type>
2236     <type name="X">
2237       <method name="Void .ctor()">
2238         <size>7</size>
2239       </method>
2240       <method name="Void Print(System.Object)">
2241         <size>39</size>
2242       </method>
2243       <method name="Void Main()">
2244         <size>38</size>
2245       </method>
2246     </type>
2247     <type name="S">
2248       <method name="Void .ctor(String)">
2249         <size>8</size>
2250       </method>
2251       <method name="System.String ToString()">
2252         <size>17</size>
2253       </method>
2254     </type>
2255   </test>
2256   <test name="gtest-022.cs">
2257     <type name="Foo`1[T]">
2258       <method name="Void .ctor()">
2259         <size>7</size>
2260       </method>
2261       <method name="Void Hello()">
2262         <size>1</size>
2263       </method>
2264       <method name="Void World(T)">
2265         <size>7</size>
2266       </method>
2267     </type>
2268     <type name="Bar">
2269       <method name="Void .ctor()">
2270         <size>7</size>
2271       </method>
2272       <method name="Void Test()">
2273         <size>14</size>
2274       </method>
2275     </type>
2276     <type name="X">
2277       <method name="Void .ctor()">
2278         <size>7</size>
2279       </method>
2280       <method name="Void Main()">
2281         <size>13</size>
2282       </method>
2283     </type>
2284   </test>
2285   <test name="gtest-023.cs">
2286     <type name="Foo`1[T]">
2287       <method name="Void .ctor()">
2288         <size>7</size>
2289       </method>
2290       <method name="Void Hello()">
2291         <size>1</size>
2292       </method>
2293       <method name="Void World(T)">
2294         <size>7</size>
2295       </method>
2296     </type>
2297     <type name="Bar">
2298       <method name="Void .ctor()">
2299         <size>7</size>
2300       </method>
2301       <method name="Void Test()">
2302         <size>14</size>
2303       </method>
2304     </type>
2305     <type name="X">
2306       <method name="Void .ctor()">
2307         <size>7</size>
2308       </method>
2309       <method name="Void Main()">
2310         <size>1</size>
2311       </method>
2312     </type>
2313   </test>
2314   <test name="gtest-024.cs">
2315     <type name="Foo`1[T]">
2316       <method name="Void .ctor()">
2317         <size>7</size>
2318       </method>
2319       <method name="Void Hello(T)">
2320         <size>13</size>
2321       </method>
2322       <method name="Void Whatever(System.Object)">
2323         <size>12</size>
2324       </method>
2325     </type>
2326     <type name="X">
2327       <method name="Void .ctor()">
2328         <size>7</size>
2329       </method>
2330       <method name="Void Test(Foo`1[System.Int32])">
2331         <size>8</size>
2332       </method>
2333       <method name="Void Main()">
2334         <size>13</size>
2335       </method>
2336     </type>
2337   </test>
2338   <test name="gtest-025.cs">
2339     <type name="Foo">
2340       <method name="Void .ctor()">
2341         <size>7</size>
2342       </method>
2343       <method name="Void Hello[T](T)">
2344         <size>13</size>
2345       </method>
2346       <method name="Void Whatever(System.Object)">
2347         <size>12</size>
2348       </method>
2349     </type>
2350     <type name="X">
2351       <method name="Void .ctor()">
2352         <size>7</size>
2353       </method>
2354       <method name="Void Test(Foo)">
2355         <size>12</size>
2356       </method>
2357       <method name="Void Main()">
2358         <size>13</size>
2359       </method>
2360     </type>
2361   </test>
2362   <test name="gtest-026.cs">
2363     <type name="Foo`1[T]">
2364       <method name="Void .ctor()">
2365         <size>7</size>
2366       </method>
2367     </type>
2368     <type name="X">
2369       <method name="Void .ctor()">
2370         <size>7</size>
2371       </method>
2372       <method name="Void Main()">
2373         <size>15</size>
2374       </method>
2375     </type>
2376   </test>
2377   <test name="gtest-027.cs">
2378     <type name="TheBase">
2379       <method name="Void .ctor()">
2380         <size>7</size>
2381       </method>
2382       <method name="Void BaseFunc()">
2383         <size>1</size>
2384       </method>
2385     </type>
2386     <type name="Stack`1[S]">
2387       <method name="Void .ctor()">
2388         <size>7</size>
2389       </method>
2390       <method name="Void Hello(S)">
2391         <size>1</size>
2392       </method>
2393     </type>
2394     <type name="Test`1[T]">
2395       <method name="Void .ctor()">
2396         <size>7</size>
2397       </method>
2398       <method name="Void Foo(T)">
2399         <size>1</size>
2400       </method>
2401     </type>
2402     <type name="X">
2403       <method name="Void .ctor()">
2404         <size>7</size>
2405       </method>
2406       <method name="Void Test()">
2407         <size>36</size>
2408       </method>
2409       <method name="Void Main()">
2410         <size>1</size>
2411       </method>
2412     </type>
2413   </test>
2414   <test name="gtest-028.cs">
2415     <type name="Stack`1[T]">
2416       <method name="Void .ctor(T)">
2417         <size>14</size>
2418       </method>
2419       <method name="System.Object Test()">
2420         <size>12</size>
2421       </method>
2422     </type>
2423     <type name="X">
2424       <method name="Void .ctor()">
2425         <size>7</size>
2426       </method>
2427       <method name="System.Object Test(Stack`1[System.Int32])">
2428         <size>7</size>
2429       </method>
2430       <method name="Void Main()">
2431         <size>20</size>
2432       </method>
2433     </type>
2434   </test>
2435   <test name="gtest-029.cs">
2436     <type name="Stack`1[T]">
2437       <method name="Void .ctor(Int32)">
2438         <size>19</size>
2439       </method>
2440       <method name="System.Object Test()">
2441         <size>7</size>
2442       </method>
2443     </type>
2444     <type name="X">
2445       <method name="Void .ctor()">
2446         <size>7</size>
2447       </method>
2448       <method name="Void Main()">
2449         <size>19</size>
2450       </method>
2451     </type>
2452   </test>
2453   <test name="gtest-030.cs">
2454     <type name="Foo`1[T]">
2455       <method name="Void .ctor()">
2456         <size>7</size>
2457       </method>
2458       <method name="Void Hello(T)">
2459         <size>1</size>
2460       </method>
2461     </type>
2462     <type name="Bar`2[T,U]">
2463       <method name="Void .ctor()">
2464         <size>7</size>
2465       </method>
2466       <method name="Void Test(T, U)">
2467         <size>1</size>
2468       </method>
2469     </type>
2470     <type name="X">
2471       <method name="Void .ctor()">
2472         <size>7</size>
2473       </method>
2474       <method name="Void Test(Bar`2[System.Int32,System.String])">
2475         <size>24</size>
2476       </method>
2477       <method name="Void Main()">
2478         <size>13</size>
2479       </method>
2480     </type>
2481   </test>
2482   <test name="gtest-031.cs">
2483     <type name="X">
2484       <method name="Void .ctor()">
2485         <size>7</size>
2486       </method>
2487       <method name="Void Test(Bar`2[System.Int32,System.String])">
2488         <size>24</size>
2489       </method>
2490       <method name="Void Main()">
2491         <size>1</size>
2492       </method>
2493     </type>
2494   </test>
2495   <test name="gtest-032.cs">
2496     <type name="X">
2497       <method name="Void .ctor()">
2498         <size>7</size>
2499       </method>
2500       <method name="Void Test(Bar`2)">
2501         <size>24</size>
2502       </method>
2503       <method name="Void Main()">
2504         <size>1</size>
2505       </method>
2506     </type>
2507   </test>
2508   <test name="gtest-033.cs">
2509     <type name="X">
2510       <method name="Void .ctor()">
2511         <size>7</size>
2512       </method>
2513       <method name="Void Test(Bar`3)">
2514         <size>35</size>
2515       </method>
2516       <method name="Void Main()">
2517         <size>1</size>
2518       </method>
2519     </type>
2520   </test>
2521   <test name="gtest-034.cs">
2522     <type name="Foo`1[T]">
2523       <method name="Void .ctor()">
2524         <size>7</size>
2525       </method>
2526     </type>
2527     <type name="Stack`1[T]">
2528       <method name="Void .ctor()">
2529         <size>7</size>
2530       </method>
2531     </type>
2532     <type name="Bar`1[T]">
2533       <method name="Void .ctor()">
2534         <size>7</size>
2535       </method>
2536     </type>
2537     <type name="X">
2538       <method name="Void .ctor()">
2539         <size>7</size>
2540       </method>
2541       <method name="Void Main()">
2542         <size>1</size>
2543       </method>
2544     </type>
2545   </test>
2546   <test name="gtest-035.cs">
2547     <type name="Test`1[T]">
2548       <method name="Void .ctor()">
2549         <size>7</size>
2550       </method>
2551     </type>
2552     <type name="Foo`1[T]">
2553       <method name="Void .ctor()">
2554         <size>7</size>
2555       </method>
2556     </type>
2557     <type name="X">
2558       <method name="Void .ctor()">
2559         <size>7</size>
2560       </method>
2561       <method name="Void Main()">
2562         <size>1</size>
2563       </method>
2564     </type>
2565   </test>
2566   <test name="gtest-036.cs">
2567     <type name="Stack`1[T]">
2568       <method name="Void .ctor()">
2569         <size>7</size>
2570       </method>
2571       <method name="Void Hello(Stack`1[T])">
2572         <size>1</size>
2573       </method>
2574       <method name="Void Test()">
2575         <size>8</size>
2576       </method>
2577     </type>
2578     <type name="X">
2579       <method name="Void .ctor()">
2580         <size>7</size>
2581       </method>
2582       <method name="Void Main()">
2583         <size>1</size>
2584       </method>
2585     </type>
2586   </test>
2587   <test name="gtest-037.cs">
2588     <type name="Foo`2[T,U]">
2589       <method name="Void .ctor()">
2590         <size>7</size>
2591       </method>
2592       <method name="Void Hello(Foo`2[T,U])">
2593         <size>1</size>
2594       </method>
2595       <method name="Void Test()">
2596         <size>8</size>
2597       </method>
2598     </type>
2599     <type name="Bar`1[T]">
2600       <method name="Void .ctor()">
2601         <size>7</size>
2602       </method>
2603       <method name="Void Test(Foo`2[T,System.Int64])">
2604         <size>8</size>
2605       </method>
2606     </type>
2607     <type name="Baz`1[T]">
2608       <method name="Void .ctor()">
2609         <size>7</size>
2610       </method>
2611       <method name="Void Test()">
2612         <size>8</size>
2613       </method>
2614     </type>
2615     <type name="X">
2616       <method name="Void .ctor()">
2617         <size>7</size>
2618       </method>
2619       <method name="Void Main()">
2620         <size>1</size>
2621       </method>
2622     </type>
2623   </test>
2624   <test name="gtest-038.cs">
2625     <type name="Queue`1[T]">
2626       <method name="Void .ctor(T, T)">
2627         <size>38</size>
2628       </method>
2629       <method name="Queue`1+Node`1[T,T] GetFoo()">
2630         <size>7</size>
2631       </method>
2632       <method name="Queue`1+Node`1[T,T] get_Foo()">
2633         <size>7</size>
2634       </method>
2635       <method name="Void Test(T)">
2636         <size>12</size>
2637       </method>
2638       <method name="Void Test()">
2639         <size>74</size>
2640       </method>
2641     </type>
2642     <type name="Queue`1+Node`1[T,U]">
2643       <method name="Void .ctor(Node`1, U)">
2644         <size>21</size>
2645       </method>
2646     </type>
2647     <type name="X">
2648       <method name="Void .ctor()">
2649         <size>7</size>
2650       </method>
2651       <method name="Void Main()">
2652         <size>16</size>
2653       </method>
2654     </type>
2655   </test>
2656   <test name="gtest-039.cs">
2657     <type name="Zoo`1[T]">
2658       <method name="Void .ctor(T)">
2659         <size>14</size>
2660       </method>
2661       <method name="IMonkey`1 GetTheMonkey[U](U)">
2662         <size>8</size>
2663       </method>
2664       <method name="T get_Name()">
2665         <size>7</size>
2666       </method>
2667     </type>
2668     <type name="Zoo`1+Monkey`2[T,V,W]">
2669       <method name="Void .ctor(Zoo`1, W)">
2670         <size>21</size>
2671       </method>
2672       <method name="W Jump()">
2673         <size>44</size>
2674       </method>
2675     </type>
2676     <type name="X">
2677       <method name="Void .ctor()">
2678         <size>7</size>
2679       </method>
2680       <method name="Void Main()">
2681         <size>31</size>
2682       </method>
2683     </type>
2684   </test>
2685   <test name="gtest-040.cs">
2686     <type name="Stack`1[T]">
2687       <method name="Void .ctor(T)">
2688         <size>26</size>
2689       </method>
2690       <method name="INode`1 GetNode()">
2691         <size>7</size>
2692       </method>
2693       <method name="Stack`1+Foo`1[T,T] GetFoo(T)">
2694         <size>7</size>
2695       </method>
2696       <method name="Stack`1+Bar`1[T,T] GetBar(T)">
2697         <size>7</size>
2698       </method>
2699       <method name="Void Test()">
2700         <size>66</size>
2701       </method>
2702     </type>
2703     <type name="Stack`1+Node[T]">
2704       <method name="Void .ctor(Stack`1)">
2705         <size>14</size>
2706       </method>
2707       <method name="Void Hello(T)">
2708         <size>1</size>
2709       </method>
2710     </type>
2711     <type name="Stack`1+Foo`1[T,T]">
2712       <method name="Void .ctor(T)">
2713         <size>14</size>
2714       </method>
2715       <method name="Stack`1+Bar`1[T,T] GetBar()">
2716         <size>12</size>
2717       </method>
2718     </type>
2719     <type name="Stack`1+Bar`1[T,U]">
2720       <method name="Void .ctor(U)">
2721         <size>14</size>
2722       </method>
2723       <method name="Stack`1+Foo`1[T,T] GetFoo(Stack`1[T])">
2724         <size>7</size>
2725       </method>
2726     </type>
2727     <type name="Stack`1+Bar`1+Baz`1[T,U,V]">
2728       <method name="Void .ctor(V)">
2729         <size>14</size>
2730       </method>
2731       <method name="Stack`1+Foo`1[T,T] GetFoo(Stack`1[T])">
2732         <size>12</size>
2733       </method>
2734       <method name="Stack`1+Bar`1[T,V] GetBar()">
2735         <size>12</size>
2736       </method>
2737     </type>
2738     <type name="X">
2739       <method name="Void .ctor()">
2740         <size>7</size>
2741       </method>
2742     </type>
2743     <type name="A`1[U]">
2744       <method name="Void .ctor()">
2745         <size>7</size>
2746       </method>
2747     </type>
2748     <type name="A`1+Test`1[U,T]">
2749       <method name="A`1+Test`1+Nested`1[U,T,T] Foo()">
2750         <size>2</size>
2751       </method>
2752       <method name="Void .ctor()">
2753         <size>7</size>
2754       </method>
2755     </type>
2756     <type name="A`1+Test`1+Nested`1[U,T,X]">
2757       <method name="Void .ctor()">
2758         <size>7</size>
2759       </method>
2760     </type>
2761     <type name="X">
2762       <method name="Int32 Main()">
2763         <size>39</size>
2764       </method>
2765     </type>
2766   </test>
2767   <test name="gtest-041.cs">
2768     <type name="Stack`1[T]">
2769       <method name="Void .ctor()">
2770         <size>7</size>
2771       </method>
2772       <method name="Void Hello(Int32, T[])">
2773         <size>1</size>
2774       </method>
2775     </type>
2776     <type name="X">
2777       <method name="Void .ctor()">
2778         <size>7</size>
2779       </method>
2780       <method name="Void Main()">
2781         <size>36</size>
2782       </method>
2783     </type>
2784   </test>
2785   <test name="gtest-042.cs">
2786     <type name="A.A`1[X]">
2787       <method name="Void .ctor()">
2788         <size>7</size>
2789       </method>
2790     </type>
2791     <type name="A.B`1[X]">
2792       <method name="Void .ctor()">
2793         <size>7</size>
2794       </method>
2795     </type>
2796     <type name="A.C`1[X]">
2797       <method name="Void .ctor()">
2798         <size>7</size>
2799       </method>
2800     </type>
2801     <type name="A.D`1[X]">
2802       <method name="Void .ctor()">
2803         <size>7</size>
2804       </method>
2805     </type>
2806     <type name="A.E`2[X,Y]">
2807       <method name="Void .ctor()">
2808         <size>7</size>
2809       </method>
2810     </type>
2811     <type name="A.F`1[X]">
2812       <method name="Void .ctor()">
2813         <size>7</size>
2814       </method>
2815     </type>
2816     <type name="B.MyTest`2[K,V]">
2817       <method name="Void .ctor()">
2818         <size>7</size>
2819       </method>
2820     </type>
2821     <type name="C.S`1[K]">
2822       <method name="Void .ctor()">
2823         <size>7</size>
2824       </method>
2825     </type>
2826     <type name="C.C`1[K]">
2827       <method name="Void .ctor()">
2828         <size>7</size>
2829       </method>
2830     </type>
2831     <type name="Test">
2832       <method name="Void .ctor()">
2833         <size>7</size>
2834       </method>
2835       <method name="Void Main()">
2836         <size>1</size>
2837       </method>
2838     </type>
2839   </test>
2840   <test name="gtest-043.cs">
2841     <type name="Test`1[T]">
2842       <method name="Void .ctor()">
2843         <size>7</size>
2844       </method>
2845       <method name="Void Foo()">
2846         <size>13</size>
2847       </method>
2848       <method name="Int32 GetCount()">
2849         <size>6</size>
2850       </method>
2851     </type>
2852     <type name="X">
2853       <method name="Void .ctor()">
2854         <size>7</size>
2855       </method>
2856       <method name="Int32 DoTheTest[T]()">
2857         <size>107</size>
2858       </method>
2859       <method name="Int32 Main()">
2860         <size>134</size>
2861       </method>
2862     </type>
2863   </test>
2864   <test name="gtest-044.cs">
2865     <type name="X`1[T]">
2866       <method name="Void .ctor(Int32)">
2867         <size>14</size>
2868       </method>
2869       <method name="X`1[T] op_Increment(X`1[T])">
2870         <size>14</size>
2871       </method>
2872     </type>
2873     <type name="Test">
2874       <method name="Void .ctor()">
2875         <size>7</size>
2876       </method>
2877       <method name="Void Main()">
2878         <size>37</size>
2879       </method>
2880     </type>
2881   </test>
2882   <test name="gtest-045.cs">
2883     <type name="Test`2[A,B]">
2884       <method name="Void .ctor()">
2885         <size>7</size>
2886       </method>
2887       <method name="Void Foo[U](U)">
2888         <size>1</size>
2889       </method>
2890       <method name="Void Foo[V](V[], V)">
2891         <size>1</size>
2892       </method>
2893       <method name="Void Hello[V,W](V, W, Test`2[V,W])">
2894         <size>1</size>
2895       </method>
2896       <method name="Void ArrayMethod[V](V[])">
2897         <size>1</size>
2898       </method>
2899     </type>
2900     <type name="X">
2901       <method name="Void .ctor()">
2902         <size>7</size>
2903       </method>
2904       <method name="Void Main()">
2905         <size>86</size>
2906       </method>
2907     </type>
2908     <type name="&lt;PrivateImplementationDetails&gt;">
2909       <method name="Void .ctor()">
2910         <size>7</size>
2911       </method>
2912     </type>
2913   </test>
2914   <test name="gtest-046.cs">
2915     <type name="Foo`1[T]">
2916       <method name="Void .ctor()">
2917         <size>7</size>
2918       </method>
2919       <method name="Void add_MyEvent(Test`1[T])">
2920         <size>24</size>
2921       </method>
2922       <method name="Void remove_MyEvent(Test`1[T])">
2923         <size>24</size>
2924       </method>
2925       <method name="Void Hello(T)">
2926         <size>24</size>
2927       </method>
2928     </type>
2929     <type name="X">
2930       <method name="Void .ctor()">
2931         <size>7</size>
2932       </method>
2933       <method name="Void do_hello(System.String)">
2934         <size>12</size>
2935       </method>
2936       <method name="Void Main()">
2937         <size>36</size>
2938       </method>
2939     </type>
2940     <type name="Test`1[T]">
2941       <method name="Void .ctor(Object, IntPtr)">
2942         <size>0</size>
2943       </method>
2944       <method name="Void Invoke(T)">
2945         <size>0</size>
2946       </method>
2947       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
2948         <size>0</size>
2949       </method>
2950       <method name="Void EndInvoke(IAsyncResult)">
2951         <size>0</size>
2952       </method>
2953     </type>
2954   </test>
2955   <test name="gtest-047.cs">
2956     <type name="X">
2957       <method name="Void .ctor()">
2958         <size>7</size>
2959       </method>
2960       <method name="Void Main()">
2961         <size>7</size>
2962       </method>
2963     </type>
2964   </test>
2965   <test name="gtest-048.cs">
2966     <type name="Stack`1[T]">
2967       <method name="Void .ctor()">
2968         <size>20</size>
2969       </method>
2970       <method name="Void Add(T)">
2971         <size>14</size>
2972       </method>
2973     </type>
2974     <type name="X">
2975       <method name="Void .ctor()">
2976         <size>7</size>
2977       </method>
2978       <method name="Void Main()">
2979         <size>22</size>
2980       </method>
2981     </type>
2982   </test>
2983   <test name="gtest-049.cs">
2984     <type name="X`1[T]">
2985       <method name="Void .ctor()">
2986         <size>7</size>
2987       </method>
2988       <method name="Void A(T)">
2989         <size>1</size>
2990       </method>
2991       <method name="Void A(T[])">
2992         <size>1</size>
2993       </method>
2994       <method name="Void A(T[,])">
2995         <size>1</size>
2996       </method>
2997       <method name="Void A(T[][])">
2998         <size>1</size>
2999       </method>
3000       <method name="Void B(T[])">
3001         <size>1</size>
3002       </method>
3003       <method name="Void B(Int32)">
3004         <size>1</size>
3005       </method>
3006       <method name="Void C(T[])">
3007         <size>1</size>
3008       </method>
3009       <method name="Void C(T[,])">
3010         <size>1</size>
3011       </method>
3012       <method name="Void C(System.Int32[,,])">
3013         <size>1</size>
3014       </method>
3015       <method name="Void D(Int32, T)">
3016         <size>1</size>
3017       </method>
3018       <method name="Void D(T, Int64)">
3019         <size>1</size>
3020       </method>
3021     </type>
3022     <type name="Foo">
3023       <method name="Void .ctor()">
3024         <size>7</size>
3025       </method>
3026       <method name="Void Main()">
3027         <size>1</size>
3028       </method>
3029     </type>
3030   </test>
3031   <test name="gtest-050.cs">
3032     <type name="X">
3033       <method name="Void .ctor()">
3034         <size>7</size>
3035       </method>
3036       <method name="T F[T](System.String, T)">
3037         <size>2</size>
3038       </method>
3039       <method name="T G[T]()">
3040         <size>6</size>
3041       </method>
3042       <method name="Void Main()">
3043         <size>40</size>
3044       </method>
3045     </type>
3046     <type name="D">
3047       <method name="Void .ctor(Object, IntPtr)">
3048         <size>0</size>
3049       </method>
3050       <method name="Int32 Invoke(System.String, Int32)">
3051         <size>0</size>
3052       </method>
3053       <method name="IAsyncResult BeginInvoke(System.String, Int32, System.AsyncCallback, System.Object)">
3054         <size>0</size>
3055       </method>
3056       <method name="Int32 EndInvoke(IAsyncResult)">
3057         <size>0</size>
3058       </method>
3059     </type>
3060     <type name="E">
3061       <method name="Void .ctor(Object, IntPtr)">
3062         <size>0</size>
3063       </method>
3064       <method name="Int32 Invoke()">
3065         <size>0</size>
3066       </method>
3067       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
3068         <size>0</size>
3069       </method>
3070       <method name="Int32 EndInvoke(IAsyncResult)">
3071         <size>0</size>
3072       </method>
3073     </type>
3074   </test>
3075   <test name="gtest-051.cs">
3076     <type name="Foo`1[T]">
3077       <method name="Void .ctor()">
3078         <size>7</size>
3079       </method>
3080       <method name="Void Test(T)">
3081         <size>43</size>
3082       </method>
3083     </type>
3084     <type name="A">
3085       <method name="Void .ctor()">
3086         <size>7</size>
3087       </method>
3088       <method name="Void Hello()">
3089         <size>11</size>
3090       </method>
3091     </type>
3092     <type name="B">
3093       <method name="Void .ctor()">
3094         <size>7</size>
3095       </method>
3096     </type>
3097     <type name="X">
3098       <method name="Void .ctor()">
3099         <size>7</size>
3100       </method>
3101       <method name="Void Main()">
3102         <size>18</size>
3103       </method>
3104     </type>
3105   </test>
3106   <test name="gtest-052.cs">
3107     <type name="Foo`1[T]">
3108       <method name="Void .ctor()">
3109         <size>7</size>
3110       </method>
3111       <method name="T Create()">
3112         <size>36</size>
3113       </method>
3114     </type>
3115     <type name="X">
3116       <method name="Void .ctor()">
3117         <size>7</size>
3118       </method>
3119       <method name="Void Hello()">
3120         <size>11</size>
3121       </method>
3122       <method name="Void Main()">
3123         <size>18</size>
3124       </method>
3125     </type>
3126   </test>
3127   <test name="gtest-053.cs">
3128     <type name="ReferenceTypeCounters.SimpleCounter">
3129       <method name="Void .ctor()">
3130         <size>7</size>
3131       </method>
3132       <method name="Void Increment()">
3133         <size>15</size>
3134       </method>
3135     </type>
3136     <type name="ReferenceTypeCounters.PrintingCounter">
3137       <method name="Void .ctor()">
3138         <size>7</size>
3139       </method>
3140       <method name="System.String ToString()">
3141         <size>12</size>
3142       </method>
3143       <method name="Void Increment()">
3144         <size>15</size>
3145       </method>
3146     </type>
3147     <type name="ReferenceTypeCounters.ExplicitCounter">
3148       <method name="Void .ctor()">
3149         <size>7</size>
3150       </method>
3151       <method name="Void ICounter.Increment()">
3152         <size>15</size>
3153       </method>
3154       <method name="System.String ToString()">
3155         <size>12</size>
3156       </method>
3157     </type>
3158     <type name="ReferenceTypeCounters.InterfaceCounter">
3159       <method name="Void .ctor()">
3160         <size>7</size>
3161       </method>
3162       <method name="Void ICounter.Increment()">
3163         <size>15</size>
3164       </method>
3165       <method name="System.String ToString()">
3166         <size>12</size>
3167       </method>
3168       <method name="Void Increment()">
3169         <size>15</size>
3170       </method>
3171     </type>
3172     <type name="Test.Test`1[T]">
3173       <method name="Void .ctor()">
3174         <size>7</size>
3175       </method>
3176       <method name="Void Foo(T)">
3177         <size>50</size>
3178       </method>
3179     </type>
3180     <type name="Test.X">
3181       <method name="Void .ctor()">
3182         <size>7</size>
3183       </method>
3184       <method name="Void Main()">
3185         <size>97</size>
3186       </method>
3187     </type>
3188     <type name="ValueTypeCounters.SimpleCounter">
3189       <method name="Void Increment()">
3190         <size>15</size>
3191       </method>
3192     </type>
3193     <type name="ValueTypeCounters.PrintingCounter">
3194       <method name="System.String ToString()">
3195         <size>12</size>
3196       </method>
3197       <method name="Void Increment()">
3198         <size>15</size>
3199       </method>
3200     </type>
3201     <type name="ValueTypeCounters.ExplicitCounter">
3202       <method name="Void ICounter.Increment()">
3203         <size>15</size>
3204       </method>
3205       <method name="System.String ToString()">
3206         <size>12</size>
3207       </method>
3208     </type>
3209     <type name="ValueTypeCounters.InterfaceCounter">
3210       <method name="Void ICounter.Increment()">
3211         <size>15</size>
3212       </method>
3213       <method name="System.String ToString()">
3214         <size>12</size>
3215       </method>
3216       <method name="Void Increment()">
3217         <size>15</size>
3218       </method>
3219     </type>
3220   </test>
3221   <test name="gtest-054.cs">
3222     <type name="A">
3223       <method name="Void .ctor()">
3224         <size>7</size>
3225       </method>
3226     </type>
3227     <type name="B">
3228       <method name="Void .ctor()">
3229         <size>7</size>
3230       </method>
3231       <method name="Void Hello()">
3232         <size>1</size>
3233       </method>
3234       <method name="C op_Implicit(B)">
3235         <size>6</size>
3236       </method>
3237     </type>
3238     <type name="C">
3239       <method name="Void .ctor()">
3240         <size>7</size>
3241       </method>
3242       <method name="B op_Explicit(C)">
3243         <size>6</size>
3244       </method>
3245     </type>
3246     <type name="Test">
3247       <method name="Void .ctor()">
3248         <size>7</size>
3249       </method>
3250       <method name="Void Simple[T](T)">
3251         <size>36</size>
3252       </method>
3253       <method name="Void Interface[T](T)">
3254         <size>8</size>
3255       </method>
3256       <method name="Void Class[T](T)">
3257         <size>71</size>
3258       </method>
3259       <method name="Void Array[T](T[])">
3260         <size>21</size>
3261       </method>
3262       <method name="Void Main()">
3263         <size>1</size>
3264       </method>
3265     </type>
3266   </test>
3267   <test name="gtest-055.cs">
3268     <type name="N1.A`1[T]">
3269       <method name="Void .ctor()">
3270         <size>7</size>
3271       </method>
3272     </type>
3273     <type name="N1.A`1+B[T]">
3274       <method name="Void .ctor()">
3275         <size>7</size>
3276       </method>
3277     </type>
3278     <type name="N1.A`1+C`1[T,U]">
3279       <method name="Void .ctor()">
3280         <size>7</size>
3281       </method>
3282     </type>
3283     <type name="N1.C">
3284       <method name="Void .ctor()">
3285         <size>7</size>
3286       </method>
3287     </type>
3288     <type name="N2.X">
3289       <method name="Void .ctor()">
3290         <size>7</size>
3291       </method>
3292       <method name="Void Main()">
3293         <size>19</size>
3294       </method>
3295     </type>
3296   </test>
3297   <test name="gtest-056.cs">
3298     <type name="Log`1[T]">
3299       <method name="Void .ctor()">
3300         <size>31</size>
3301       </method>
3302       <method name="Void .cctor()">
3303         <size>1</size>
3304       </method>
3305       <method name="Int32 get_InstanceCount()">
3306         <size>6</size>
3307       </method>
3308       <method name="Void Add(T)">
3309         <size>32</size>
3310       </method>
3311       <method name="Int32 get_Count()">
3312         <size>7</size>
3313       </method>
3314       <method name="T get_Last()">
3315         <size>47</size>
3316       </method>
3317       <method name="Void set_Last(T)">
3318         <size>68</size>
3319       </method>
3320       <method name="T[] get_All()">
3321         <size>70</size>
3322       </method>
3323     </type>
3324     <type name="TestLog">
3325       <method name="Void .ctor()">
3326         <size>7</size>
3327       </method>
3328     </type>
3329     <type name="TestLog+MyTest">
3330       <method name="Void .ctor()">
3331         <size>7</size>
3332       </method>
3333       <method name="Void Main(System.String[])">
3334         <size>203</size>
3335       </method>
3336     </type>
3337   </test>
3338   <test name="gtest-057.cs">
3339     <type name="Hello`1[T]">
3340       <method name="Void .ctor()">
3341         <size>7</size>
3342       </method>
3343       <method name="IHello`1 Test[U]()">
3344         <size>6</size>
3345       </method>
3346       <method name="Void Print(T)">
3347         <size>17</size>
3348       </method>
3349     </type>
3350     <type name="X">
3351       <method name="Void .ctor()">
3352         <size>7</size>
3353       </method>
3354       <method name="Void Main()">
3355         <size>48</size>
3356       </method>
3357     </type>
3358   </test>
3359   <test name="gtest-058.cs">
3360     <type name="Foo">
3361       <method name="Void .ctor()">
3362         <size>7</size>
3363       </method>
3364       <method name="Void Main()">
3365         <size>1</size>
3366       </method>
3367     </type>
3368     <type name="Foo`1[T]">
3369       <method name="Void .ctor()">
3370         <size>7</size>
3371       </method>
3372       <method name="Foo`1[T] get_Blah()">
3373         <size>6</size>
3374       </method>
3375     </type>
3376   </test>
3377   <test name="gtest-059.cs">
3378     <type name="X`1[T]">
3379       <method name="Void .ctor()">
3380         <size>7</size>
3381       </method>
3382     </type>
3383     <type name="Foo">
3384       <method name="Void .ctor()">
3385         <size>7</size>
3386       </method>
3387       <method name="Void Main()">
3388         <size>1</size>
3389       </method>
3390     </type>
3391   </test>
3392   <test name="gtest-060.cs">
3393     <type name="MyList`1[T]">
3394       <method name="Void .ctor()">
3395         <size>7</size>
3396       </method>
3397       <method name="Void Hello(T)">
3398         <size>12</size>
3399       </method>
3400     </type>
3401     <type name="Foo">
3402       <method name="Void .ctor()">
3403         <size>7</size>
3404       </method>
3405       <method name="MyList`1[T] Map[T]()">
3406         <size>6</size>
3407       </method>
3408     </type>
3409     <type name="X">
3410       <method name="Void .ctor()">
3411         <size>7</size>
3412       </method>
3413       <method name="Void Main()">
3414         <size>22</size>
3415       </method>
3416     </type>
3417   </test>
3418   <test name="gtest-061.cs">
3419     <type name="Foo`1[T]">
3420       <method name="Void .ctor(T)">
3421         <size>14</size>
3422       </method>
3423       <method name="U Method[U](Test`2[T,U])">
3424         <size>13</size>
3425       </method>
3426     </type>
3427     <type name="X">
3428       <method name="Void .ctor()">
3429         <size>7</size>
3430       </method>
3431       <method name="Void Main()">
3432         <size>83</size>
3433       </method>
3434     </type>
3435     <type name="Test`2[A,B]">
3436       <method name="Void .ctor(Object, IntPtr)">
3437         <size>0</size>
3438       </method>
3439       <method name="B Invoke(A)">
3440         <size>0</size>
3441       </method>
3442       <method name="IAsyncResult BeginInvoke(A, System.AsyncCallback, System.Object)">
3443         <size>0</size>
3444       </method>
3445       <method name="B EndInvoke(IAsyncResult)">
3446         <size>0</size>
3447       </method>
3448     </type>
3449     <type name="X">
3450       <method name="System.String &lt;Main&gt;m__0(Double)">
3451         <size>17</size>
3452       </method>
3453     </type>
3454   </test>
3455   <test name="gtest-062.cs">
3456     <type name="X">
3457       <method name="Void .ctor()">
3458         <size>7</size>
3459       </method>
3460       <method name="IEnumerable`1 Test(Int32, Int64)">
3461         <size>44</size>
3462       </method>
3463       <method name="Int32 Main()">
3464         <size>84</size>
3465       </method>
3466     </type>
3467     <type name="X+&lt;Test&gt;c__Iterator0">
3468       <method name="Void .ctor()">
3469         <size>7</size>
3470       </method>
3471       <method name="System.Object System.Collections.IEnumerator.get_Current()">
3472         <size>12</size>
3473       </method>
3474       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
3475         <size>7</size>
3476       </method>
3477       <method name="Boolean MoveNext()">
3478         <size>107</size>
3479       </method>
3480       <method name="Void Dispose()">
3481         <size>8</size>
3482       </method>
3483       <method name="Void Reset()">
3484         <size>6</size>
3485       </method>
3486       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
3487         <size>7</size>
3488       </method>
3489       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
3490         <size>52</size>
3491       </method>
3492     </type>
3493   </test>
3494   <test name="gtest-063.cs">
3495     <type name="Test">
3496       <method name="Void .ctor()">
3497         <size>7</size>
3498       </method>
3499       <method name="Int32 IndexOf[T](T[], T, Int32, Int32)">
3500         <size>2</size>
3501       </method>
3502       <method name="Int32 IndexOf(System.Array, System.Object)">
3503         <size>15</size>
3504       </method>
3505       <method name="Int32 IndexOf(System.Array, System.Object, Int32, Int32)">
3506         <size>2</size>
3507       </method>
3508     </type>
3509     <type name="X">
3510       <method name="Void .ctor()">
3511         <size>7</size>
3512       </method>
3513       <method name="Int32 Main()">
3514         <size>65</size>
3515       </method>
3516     </type>
3517   </test>
3518   <test name="gtest-064.cs">
3519     <type name="Foo`1[T]">
3520       <method name="Void .ctor()">
3521         <size>7</size>
3522       </method>
3523       <method name="Foo`1+Hello[T] GetHello()">
3524         <size>7</size>
3525       </method>
3526     </type>
3527     <type name="Foo`1+Hello[T]">
3528       <method name="Void .ctor(Foo`1)">
3529         <size>14</size>
3530       </method>
3531     </type>
3532     <type name="X">
3533       <method name="Void .ctor()">
3534         <size>7</size>
3535       </method>
3536       <method name="Void Main()">
3537         <size>1</size>
3538       </method>
3539     </type>
3540     <type name="Foo`1[T]">
3541       <method name="IHello`1 IFoo&lt;T&gt;.GetHello()">
3542         <size>7</size>
3543       </method>
3544     </type>
3545   </test>
3546   <test name="gtest-065.cs">
3547     <type name="MyTest">
3548       <method name="Void .ctor()">
3549         <size>7</size>
3550       </method>
3551       <method name="Void Test()">
3552         <size>17</size>
3553       </method>
3554       <method name="Void Main(System.String[])">
3555         <size>216</size>
3556       </method>
3557     </type>
3558     <type name="ComparablePair`2[T,U]">
3559       <method name="Void .ctor(T, U)">
3560         <size>15</size>
3561       </method>
3562       <method name="Int32 CompareTo(ComparablePair`2)">
3563         <size>68</size>
3564       </method>
3565       <method name="Boolean Equals(ComparablePair`2)">
3566         <size>73</size>
3567       </method>
3568       <method name="System.String ToString()">
3569         <size>64</size>
3570       </method>
3571     </type>
3572   </test>
3573   <test name="gtest-066.cs">
3574     <type name="Foo`1[T]">
3575       <method name="Void .ctor()">
3576         <size>7</size>
3577       </method>
3578     </type>
3579     <type name="Foo`1+Bar`1[T,U]">
3580       <method name="Void .ctor()">
3581         <size>7</size>
3582       </method>
3583     </type>
3584     <type name="Test.FooEx`2[V,W]">
3585       <method name="Void .ctor()">
3586         <size>7</size>
3587       </method>
3588     </type>
3589     <type name="X">
3590       <method name="Void .ctor()">
3591         <size>7</size>
3592       </method>
3593       <method name="Void Main()">
3594         <size>61</size>
3595       </method>
3596     </type>
3597   </test>
3598   <test name="gtest-067.cs">
3599     <type name="Test">
3600       <method name="Void .ctor()">
3601         <size>7</size>
3602       </method>
3603       <method name="Void Hello[U](Test+Foo`1[U], U)">
3604         <size>1</size>
3605       </method>
3606     </type>
3607     <type name="X">
3608       <method name="Void .ctor()">
3609         <size>7</size>
3610       </method>
3611       <method name="Int32 Add(Int32, Int32)">
3612         <size>4</size>
3613       </method>
3614       <method name="Void Main()">
3615         <size>26</size>
3616       </method>
3617     </type>
3618     <type name="Test+Foo`1[T]">
3619       <method name="Void .ctor(Object, IntPtr)">
3620         <size>0</size>
3621       </method>
3622       <method name="Int32 Invoke(T, T)">
3623         <size>0</size>
3624       </method>
3625       <method name="IAsyncResult BeginInvoke(T, T, System.AsyncCallback, System.Object)">
3626         <size>0</size>
3627       </method>
3628       <method name="Int32 EndInvoke(IAsyncResult)">
3629         <size>0</size>
3630       </method>
3631     </type>
3632   </test>
3633   <test name="gtest-068.cs">
3634     <type name="Martin.Foo`1[T]">
3635       <method name="Void .ctor()">
3636         <size>7</size>
3637       </method>
3638     </type>
3639     <type name="Baulig.X">
3640       <method name="Void .ctor()">
3641         <size>7</size>
3642       </method>
3643       <method name="Void Main()">
3644         <size>1</size>
3645       </method>
3646     </type>
3647   </test>
3648   <test name="gtest-069.cs">
3649     <type name="Test`1[T]">
3650       <method name="Void .ctor()">
3651         <size>7</size>
3652       </method>
3653       <method name="Int32 Foo(IFoo`1)">
3654         <size>7</size>
3655       </method>
3656       <method name="Int32 Foo(IFoo)">
3657         <size>7</size>
3658       </method>
3659     </type>
3660     <type name="X">
3661       <method name="Void .ctor()">
3662         <size>7</size>
3663       </method>
3664       <method name="Void Main()">
3665         <size>1</size>
3666       </method>
3667     </type>
3668   </test>
3669   <test name="gtest-070.cs">
3670     <type name="Martin.Test`1[T]">
3671       <method name="Void .ctor()">
3672         <size>7</size>
3673       </method>
3674       <method name="Int32 Foo()">
3675         <size>2</size>
3676       </method>
3677     </type>
3678     <type name="Foo`1[T]">
3679       <method name="Void .ctor(Int32)">
3680         <size>7</size>
3681       </method>
3682       <method name="Void .ctor()">
3683         <size>12</size>
3684       </method>
3685     </type>
3686     <type name="X">
3687       <method name="Void .ctor()">
3688         <size>7</size>
3689       </method>
3690       <method name="Void Main()">
3691         <size>1</size>
3692       </method>
3693     </type>
3694   </test>
3695   <test name="gtest-071.cs">
3696     <type name="Foo`1[T]">
3697       <method name="Void .ctor()">
3698         <size>7</size>
3699       </method>
3700       <method name="T Test[U](U)">
3701         <size>12</size>
3702       </method>
3703     </type>
3704     <type name="X">
3705       <method name="Void .ctor()">
3706         <size>7</size>
3707       </method>
3708       <method name="Void Main()">
3709         <size>21</size>
3710       </method>
3711     </type>
3712     <type name="Y">
3713       <method name="Void .ctor()">
3714         <size>7</size>
3715       </method>
3716     </type>
3717   </test>
3718   <test name="gtest-072.cs">
3719     <type name="Log`1[T]">
3720       <method name="Void .ctor()">
3721         <size>31</size>
3722       </method>
3723       <method name="Void .cctor()">
3724         <size>1</size>
3725       </method>
3726       <method name="Int32 get_InstanceCount()">
3727         <size>6</size>
3728       </method>
3729       <method name="Void Add(T)">
3730         <size>32</size>
3731       </method>
3732       <method name="Int32 get_Count()">
3733         <size>7</size>
3734       </method>
3735       <method name="T get_Last()">
3736         <size>47</size>
3737       </method>
3738       <method name="Void set_Last(T)">
3739         <size>68</size>
3740       </method>
3741       <method name="T[] get_All()">
3742         <size>70</size>
3743       </method>
3744     </type>
3745     <type name="TestLog">
3746       <method name="Void .ctor()">
3747         <size>7</size>
3748       </method>
3749     </type>
3750     <type name="TestLog+MyTest">
3751       <method name="Void .ctor()">
3752         <size>7</size>
3753       </method>
3754       <method name="Void Main(System.String[])">
3755         <size>208</size>
3756       </method>
3757       <method name="Void TestPairLog()">
3758         <size>182</size>
3759       </method>
3760     </type>
3761     <type name="Pair`2[T,U]">
3762       <method name="Void .ctor(T, U)">
3763         <size>15</size>
3764       </method>
3765     </type>
3766   </test>
3767   <test name="gtest-073.cs">
3768     <type name="MyList`1[T]">
3769       <method name="Void .ctor()">
3770         <size>7</size>
3771       </method>
3772       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
3773         <size>7</size>
3774       </method>
3775       <method name="IEnumerator`1 GetEnumerator()">
3776         <size>8</size>
3777       </method>
3778     </type>
3779     <type name="X">
3780       <method name="Void .ctor()">
3781         <size>7</size>
3782       </method>
3783       <method name="Void Main()">
3784         <size>55</size>
3785       </method>
3786     </type>
3787     <type name="MyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
3788       <method name="Void .ctor()">
3789         <size>7</size>
3790       </method>
3791       <method name="System.Object System.Collections.IEnumerator.get_Current()">
3792         <size>12</size>
3793       </method>
3794       <method name="Boolean MoveNext()">
3795         <size>25</size>
3796       </method>
3797       <method name="Void Dispose()">
3798         <size>8</size>
3799       </method>
3800       <method name="Void Reset()">
3801         <size>6</size>
3802       </method>
3803     </type>
3804     <type name="Foo`1[T]">
3805       <method name="Void .ctor(T)">
3806         <size>8</size>
3807       </method>
3808     </type>
3809     <type name="MyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
3810       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
3811         <size>7</size>
3812       </method>
3813     </type>
3814   </test>
3815   <test name="gtest-074.cs">
3816     <type name="Test`1[T]">
3817       <method name="Void .ctor(T, T)">
3818         <size>21</size>
3819       </method>
3820     </type>
3821     <type name="X">
3822       <method name="Void .ctor()">
3823         <size>7</size>
3824       </method>
3825       <method name="Int32 Main()">
3826         <size>85</size>
3827       </method>
3828     </type>
3829     <type name="Foo`1[T]">
3830       <method name="Void .ctor(T, T)">
3831         <size>15</size>
3832       </method>
3833     </type>
3834   </test>
3835   <test name="gtest-075.cs">
3836     <type name="ArrayList`1[T]">
3837       <method name="Void .ctor()">
3838         <size>7</size>
3839       </method>
3840     </type>
3841     <type name="X">
3842       <method name="Void .ctor()">
3843         <size>7</size>
3844       </method>
3845       <method name="Void Main()">
3846         <size>1</size>
3847       </method>
3848     </type>
3849     <type name="ArrayList`1[T]">
3850       <method name="Void IExtensible&lt;T&gt;.AddAll[U](U)">
3851         <size>1</size>
3852       </method>
3853     </type>
3854   </test>
3855   <test name="gtest-076.cs">
3856     <type name="Test`1[T]">
3857       <method name="Void .ctor()">
3858         <size>7</size>
3859       </method>
3860       <method name="Foo`1 GetFoo(T)">
3861         <size>7</size>
3862       </method>
3863     </type>
3864     <type name="X">
3865       <method name="Void .ctor()">
3866         <size>7</size>
3867       </method>
3868       <method name="Int32 Main()">
3869         <size>41</size>
3870       </method>
3871     </type>
3872     <type name="Foo`1[T]">
3873       <method name="Void .ctor(T)">
3874         <size>8</size>
3875       </method>
3876     </type>
3877   </test>
3878   <test name="gtest-078.cs">
3879     <type name="Test">
3880       <method name="Void .ctor()">
3881         <size>7</size>
3882       </method>
3883       <method name="Void Main()">
3884         <size>66</size>
3885       </method>
3886       <method name="IEnumerator GetEnumerator()">
3887         <size>8</size>
3888       </method>
3889     </type>
3890     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
3891       <method name="Void .ctor()">
3892         <size>7</size>
3893       </method>
3894       <method name="System.Object System.Collections.IEnumerator.get_Current()">
3895         <size>7</size>
3896       </method>
3897       <method name="Boolean MoveNext()">
3898         <size>187</size>
3899       </method>
3900       <method name="Void Dispose()">
3901         <size>64</size>
3902       </method>
3903       <method name="Void Reset()">
3904         <size>6</size>
3905       </method>
3906       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
3907         <size>7</size>
3908       </method>
3909     </type>
3910   </test>
3911   <test name="gtest-079.cs">
3912     <type name="A.ArrayList`1[T]">
3913       <method name="Void .ctor()">
3914         <size>7</size>
3915       </method>
3916       <method name="Void InsertAll(T)">
3917         <size>1</size>
3918       </method>
3919     </type>
3920     <type name="B.ArrayList`2[X,Y]">
3921       <method name="Void .ctor()">
3922         <size>7</size>
3923       </method>
3924       <method name="Void AddAll[Z](Z)">
3925         <size>18</size>
3926       </method>
3927       <method name="Void InsertAll(Y)">
3928         <size>1</size>
3929       </method>
3930     </type>
3931     <type name="C.Foo`1[U]">
3932       <method name="Void .ctor()">
3933         <size>7</size>
3934       </method>
3935     </type>
3936     <type name="C.ArrayList`1[X]">
3937       <method name="Void .ctor()">
3938         <size>7</size>
3939       </method>
3940       <method name="Void AddAll[Y](Y)">
3941         <size>13</size>
3942       </method>
3943       <method name="Void InsertAll(C.Foo`1[X])">
3944         <size>1</size>
3945       </method>
3946     </type>
3947     <type name="X">
3948       <method name="Void .ctor()">
3949         <size>7</size>
3950       </method>
3951       <method name="Void Main()">
3952         <size>1</size>
3953       </method>
3954     </type>
3955     <type name="A.ArrayList`1[T]">
3956       <method name="Void A.IExtensible&lt;T&gt;.AddAll[U](U)">
3957         <size>18</size>
3958       </method>
3959     </type>
3960   </test>
3961   <test name="gtest-080.cs">
3962     <type name="Test">
3963       <method name="Void .ctor()">
3964         <size>7</size>
3965       </method>
3966       <method name="Void Hello[T](IFoo`1)">
3967         <size>8</size>
3968       </method>
3969       <method name="Void InsertAll[U](IFoo`1)">
3970         <size>1</size>
3971       </method>
3972     </type>
3973     <type name="X">
3974       <method name="Void .ctor()">
3975         <size>7</size>
3976       </method>
3977       <method name="Void Main()">
3978         <size>1</size>
3979       </method>
3980     </type>
3981   </test>
3982   <test name="gtest-081.cs">
3983     <type name="ArrayList`1[T]">
3984       <method name="Void .ctor()">
3985         <size>7</size>
3986       </method>
3987       <method name="Void AddAll[U](U)">
3988         <size>18</size>
3989       </method>
3990       <method name="Void InsertAll(T)">
3991         <size>1</size>
3992       </method>
3993     </type>
3994     <type name="X">
3995       <method name="Void .ctor()">
3996         <size>7</size>
3997       </method>
3998       <method name="Void Main()">
3999         <size>1</size>
4000       </method>
4001     </type>
4002   </test>
4003   <test name="gtest-082.cs">
4004     <type name="Queue`1[T]">
4005       <method name="Void .ctor()">
4006         <size>7</size>
4007       </method>
4008     </type>
4009     <type name="Queue`1+Enumerator[T]">
4010       <method name="Void .ctor(Queue`1)">
4011         <size>14</size>
4012       </method>
4013     </type>
4014     <type name="X">
4015       <method name="Void .ctor()">
4016         <size>7</size>
4017       </method>
4018       <method name="Void Main()">
4019         <size>1</size>
4020       </method>
4021     </type>
4022   </test>
4023   <test name="gtest-083.cs">
4024     <type name="CollectionValueBase`1[T]">
4025       <method name="Void .ctor()">
4026         <size>7</size>
4027       </method>
4028       <method name="T[] ToArray()">
4029         <size>2</size>
4030       </method>
4031     </type>
4032     <type name="CollectionBase`1[T]">
4033       <method name="Void .ctor()">
4034         <size>7</size>
4035       </method>
4036     </type>
4037     <type name="SequencedBase`1[T]">
4038       <method name="Void .ctor()">
4039         <size>7</size>
4040       </method>
4041     </type>
4042     <type name="ArrayBase`1[T]">
4043       <method name="Void .ctor()">
4044         <size>7</size>
4045       </method>
4046       <method name="T[] ToArray()">
4047         <size>2</size>
4048       </method>
4049     </type>
4050     <type name="X">
4051       <method name="Void .ctor()">
4052         <size>7</size>
4053       </method>
4054       <method name="Void Main()">
4055         <size>1</size>
4056       </method>
4057     </type>
4058   </test>
4059   <test name="gtest-084.cs">
4060     <type name="HasherBuilder.ByPrototype`1[S]">
4061       <method name="Void .ctor()">
4062         <size>7</size>
4063       </method>
4064       <method name="IHasher`1 Examine()">
4065         <size>2</size>
4066       </method>
4067     </type>
4068     <type name="ArrayList`1[U]">
4069       <method name="Void .ctor()">
4070         <size>7</size>
4071       </method>
4072       <method name="IHasher`1 GetHasher()">
4073         <size>6</size>
4074       </method>
4075     </type>
4076     <type name="X">
4077       <method name="Void .ctor()">
4078         <size>7</size>
4079       </method>
4080       <method name="Void Main()">
4081         <size>1</size>
4082       </method>
4083     </type>
4084   </test>
4085   <test name="gtest-085.cs">
4086     <type name="ArrayList`1[T]">
4087       <method name="Void .ctor()">
4088         <size>7</size>
4089       </method>
4090       <method name="Int32 InsertAll[U](IFoo`1)">
4091         <size>2</size>
4092       </method>
4093       <method name="Int32 InsertAll(IFoo`1)">
4094         <size>2</size>
4095       </method>
4096       <method name="Int32 AddAll(IFoo`1)">
4097         <size>8</size>
4098       </method>
4099     </type>
4100     <type name="X">
4101       <method name="Void .ctor()">
4102         <size>7</size>
4103       </method>
4104       <method name="Int32 Main()">
4105         <size>14</size>
4106       </method>
4107     </type>
4108   </test>
4109   <test name="gtest-086.cs">
4110     <type name="ArrayList`1[T]">
4111       <method name="Void .ctor()">
4112         <size>7</size>
4113       </method>
4114       <method name="Int32 InsertAll[U](IFoo`1)">
4115         <size>2</size>
4116       </method>
4117       <method name="Int32 InsertAll(IFoo`1)">
4118         <size>2</size>
4119       </method>
4120       <method name="Int32 AddAll(IFoo`1)">
4121         <size>8</size>
4122       </method>
4123     </type>
4124     <type name="X">
4125       <method name="Void .ctor()">
4126         <size>7</size>
4127       </method>
4128       <method name="Void Main()">
4129         <size>1</size>
4130       </method>
4131     </type>
4132   </test>
4133   <test name="gtest-087.cs">
4134     <type name="C5.HashedArrayList`1[T]">
4135       <method name="Void .ctor()">
4136         <size>7</size>
4137       </method>
4138       <method name="Void Test()">
4139         <size>12</size>
4140       </method>
4141     </type>
4142     <type name="C5.HashSet`1[T]">
4143       <method name="Void .ctor(IHasher`1)">
4144         <size>7</size>
4145       </method>
4146     </type>
4147     <type name="C5.KeyValuePairHasher`2[K,V]">
4148       <method name="Void .ctor()">
4149         <size>7</size>
4150       </method>
4151     </type>
4152     <type name="X">
4153       <method name="Void .ctor()">
4154         <size>7</size>
4155       </method>
4156       <method name="Void Main()">
4157         <size>1</size>
4158       </method>
4159     </type>
4160   </test>
4161   <test name="gtest-088.cs">
4162     <type name="X">
4163       <method name="Void .ctor()">
4164         <size>7</size>
4165       </method>
4166       <method name="Void Main()">
4167         <size>9</size>
4168       </method>
4169     </type>
4170     <type name="KeyValuePair`2[K,V]">
4171       <method name="Void .ctor(K, V)">
4172         <size>1</size>
4173       </method>
4174       <method name="Void .ctor(K)">
4175         <size>1</size>
4176       </method>
4177     </type>
4178   </test>
4179   <test name="gtest-089.cs">
4180     <type name="Test`1[T]">
4181       <method name="Void .ctor()">
4182         <size>7</size>
4183       </method>
4184       <method name="Void Foo(T, Int32 ByRef)">
4185         <size>4</size>
4186       </method>
4187       <method name="Void Hello(T)">
4188         <size>10</size>
4189       </method>
4190     </type>
4191     <type name="X">
4192       <method name="Void .ctor()">
4193         <size>7</size>
4194       </method>
4195       <method name="Void Main()">
4196         <size>1</size>
4197       </method>
4198     </type>
4199   </test>
4200   <test name="gtest-090.cs">
4201     <type name="Foo`1[T]">
4202       <method name="Void .ctor()">
4203         <size>7</size>
4204       </method>
4205       <method name="T InsertAll[U](U)">
4206         <size>12</size>
4207       </method>
4208     </type>
4209     <type name="Bar`1[T]">
4210       <method name="Void .ctor()">
4211         <size>7</size>
4212       </method>
4213       <method name="T InsertAll[U](U)">
4214         <size>12</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>1</size>
4223       </method>
4224     </type>
4225   </test>
4226   <test name="gtest-091.cs">
4227     <type name="Foo`1[T]">
4228       <method name="Void .ctor()">
4229         <size>7</size>
4230       </method>
4231       <method name="Foo`1+Node[T] Test[V]()">
4232         <size>7</size>
4233       </method>
4234     </type>
4235     <type name="Foo`1+Node[T]">
4236       <method name="Void .ctor()">
4237         <size>7</size>
4238       </method>
4239     </type>
4240     <type name="X">
4241       <method name="Void .ctor()">
4242         <size>7</size>
4243       </method>
4244       <method name="Void Main()">
4245         <size>1</size>
4246       </method>
4247     </type>
4248   </test>
4249   <test name="gtest-092.cs">
4250     <type name="Element`1[T]">
4251       <method name="Void .ctor(T)">
4252         <size>14</size>
4253       </method>
4254       <method name="Void GetItem(T ByRef)">
4255         <size>13</size>
4256       </method>
4257       <method name="T GetItem(Int32, T ByRef)">
4258         <size>7</size>
4259       </method>
4260       <method name="Void SetItem(T)">
4261         <size>1</size>
4262       </method>
4263     </type>
4264     <type name="Foo`1[T]">
4265       <method name="Void .ctor()">
4266         <size>7</size>
4267       </method>
4268       <method name="Foo`1+Node[T] Test()">
4269         <size>52</size>
4270       </method>
4271     </type>
4272     <type name="Foo`1+Node[T]">
4273       <method name="Void .ctor()">
4274         <size>7</size>
4275       </method>
4276     </type>
4277     <type name="X">
4278       <method name="Void .ctor()">
4279         <size>7</size>
4280       </method>
4281       <method name="Void Main()">
4282         <size>1</size>
4283       </method>
4284     </type>
4285   </test>
4286   <test name="gtest-093.cs">
4287     <type name="Foo`1[T]">
4288       <method name="Void .ctor(T)">
4289         <size>14</size>
4290       </method>
4291       <method name="Void Hello[U]()">
4292         <size>8</size>
4293       </method>
4294       <method name="Void maketreer(Foo`1+Node[T] ByRef)">
4295         <size>8</size>
4296       </method>
4297     </type>
4298     <type name="Foo`1+Node[T]">
4299       <method name="Void .ctor()">
4300         <size>7</size>
4301       </method>
4302     </type>
4303     <type name="X">
4304       <method name="Void .ctor()">
4305         <size>7</size>
4306       </method>
4307       <method name="Void Main()">
4308         <size>1</size>
4309       </method>
4310     </type>
4311   </test>
4312   <test name="gtest-094.cs">
4313     <type name="LinkedList`1[T]">
4314       <method name="Void .ctor()">
4315         <size>7</size>
4316       </method>
4317     </type>
4318     <type name="LinkedList`1+Node[T]">
4319       <method name="Void .ctor()">
4320         <size>7</size>
4321       </method>
4322     </type>
4323     <type name="HashedLinkedList`1[T]">
4324       <method name="Void .ctor()">
4325         <size>7</size>
4326       </method>
4327     </type>
4328     <type name="X">
4329       <method name="Void .ctor()">
4330         <size>7</size>
4331       </method>
4332       <method name="Void Main()">
4333         <size>1</size>
4334       </method>
4335     </type>
4336   </test>
4337   <test name="gtest-095.cs">
4338     <type name="GuardedCollectionValue`1[T]">
4339       <method name="Void .ctor()">
4340         <size>7</size>
4341       </method>
4342       <method name="IDirectedCollectionValue`1 Backwards()">
4343         <size>2</size>
4344       </method>
4345     </type>
4346     <type name="GuardedSequenced`1[T]">
4347       <method name="Void .ctor()">
4348         <size>7</size>
4349       </method>
4350       <method name="IDirectedCollectionValue`1 Test()">
4351         <size>12</size>
4352       </method>
4353     </type>
4354     <type name="X">
4355       <method name="Void .ctor()">
4356         <size>7</size>
4357       </method>
4358       <method name="Void Main()">
4359         <size>1</size>
4360       </method>
4361     </type>
4362     <type name="GuardedCollectionValue`1[T]">
4363       <method name="IDirectedEnumerable`1 IDirectedEnumerable&lt;T&gt;.Backwards()">
4364         <size>2</size>
4365       </method>
4366     </type>
4367   </test>
4368   <test name="gtest-096.cs">
4369     <type name="Foo`1[T]">
4370       <method name="Void .ctor()">
4371         <size>7</size>
4372       </method>
4373     </type>
4374     <type name="Test">
4375       <method name="Void .ctor()">
4376         <size>7</size>
4377       </method>
4378       <method name="Void Hello[T](Foo`1[T][], Int32)">
4379         <size>27</size>
4380       </method>
4381       <method name="Void Quicksort[U](Foo`1[U][])">
4382         <size>8</size>
4383       </method>
4384       <method name="Void Main()">
4385         <size>22</size>
4386       </method>
4387     </type>
4388   </test>
4389   <test name="gtest-097.cs">
4390     <type name="Foo">
4391       <method name="Void .ctor()">
4392         <size>7</size>
4393       </method>
4394       <method name="Void IFoo.Test[Y,Z]()">
4395         <size>1</size>
4396       </method>
4397       <method name="Void IFoo.Test[X]()">
4398         <size>1</size>
4399       </method>
4400     </type>
4401     <type name="Bar`3[X,Y,Z]">
4402       <method name="Void .ctor()">
4403         <size>7</size>
4404       </method>
4405     </type>
4406     <type name="X">
4407       <method name="Void .ctor()">
4408         <size>7</size>
4409       </method>
4410       <method name="Void Main()">
4411         <size>1</size>
4412       </method>
4413     </type>
4414     <type name="Bar`3[X,Y,Z]">
4415       <method name="Void IBar&lt;X&gt;.Test()">
4416         <size>1</size>
4417       </method>
4418       <method name="Void IBar&lt;Y,Z&gt;.Test()">
4419         <size>1</size>
4420       </method>
4421     </type>
4422   </test>
4423   <test name="gtest-098.cs">
4424     <type name="Foo">
4425       <method name="Void .ctor()">
4426         <size>7</size>
4427       </method>
4428       <method name="Void IFoo.Test[Y,Z]()">
4429         <size>1</size>
4430       </method>
4431       <method name="Void IFoo.Test[X]()">
4432         <size>1</size>
4433       </method>
4434     </type>
4435     <type name="Bar`3[X,Y,Z]">
4436       <method name="Void .ctor()">
4437         <size>7</size>
4438       </method>
4439     </type>
4440     <type name="X">
4441       <method name="Void .ctor()">
4442         <size>7</size>
4443       </method>
4444       <method name="Void Main()">
4445         <size>1</size>
4446       </method>
4447     </type>
4448     <type name="Bar`3[X,Y,Z]">
4449       <method name="Void IBar&lt;X&gt;.Test()">
4450         <size>1</size>
4451       </method>
4452       <method name="Void IBar&lt;Y,Z&gt;.Test()">
4453         <size>1</size>
4454       </method>
4455     </type>
4456   </test>
4457   <test name="gtest-100.cs">
4458     <type name="C5.ArrayBase`1[T]">
4459       <method name="Void .ctor()">
4460         <size>7</size>
4461       </method>
4462     </type>
4463     <type name="C5.ArrayList`1[V]">
4464       <method name="Void .ctor()">
4465         <size>7</size>
4466       </method>
4467     </type>
4468     <type name="X">
4469       <method name="Void .ctor()">
4470         <size>7</size>
4471       </method>
4472       <method name="Void Main()">
4473         <size>7</size>
4474       </method>
4475     </type>
4476     <type name="C5.ArrayBase`1[T]">
4477       <method name="Void C5.ICollection&lt;T&gt;.Test[U]()">
4478         <size>1</size>
4479       </method>
4480     </type>
4481   </test>
4482   <test name="gtest-101.cs">
4483     <type name="Test">
4484       <method name="Void .ctor()">
4485         <size>7</size>
4486       </method>
4487       <method name="Void Main()">
4488         <size>9</size>
4489       </method>
4490     </type>
4491     <type name="SimpleStruct`1[T]">
4492       <method name="Void .ctor(T)">
4493         <size>8</size>
4494       </method>
4495     </type>
4496   </test>
4497   <test name="gtest-102.cs">
4498     <type name="A`1[T]">
4499       <method name="Void .ctor()">
4500         <size>7</size>
4501       </method>
4502     </type>
4503     <type name="B`2[U,V]">
4504       <method name="Void .ctor()">
4505         <size>7</size>
4506       </method>
4507     </type>
4508     <type name="Driver">
4509       <method name="Void .ctor()">
4510         <size>7</size>
4511       </method>
4512       <method name="Void Main()">
4513         <size>1</size>
4514       </method>
4515     </type>
4516   </test>
4517   <test name="gtest-103.cs">
4518     <type name="Foo">
4519       <method name="Void .ctor()">
4520         <size>7</size>
4521       </method>
4522     </type>
4523     <type name="Hello">
4524       <method name="Void .ctor()">
4525         <size>7</size>
4526       </method>
4527       <method name="Void World[U](U, IFoo`1)">
4528         <size>1</size>
4529       </method>
4530       <method name="Void World[V](IFoo`1)">
4531         <size>1</size>
4532       </method>
4533       <method name="Void Test(Foo)">
4534         <size>20</size>
4535       </method>
4536     </type>
4537     <type name="X">
4538       <method name="Void .ctor()">
4539         <size>7</size>
4540       </method>
4541       <method name="Void Main()">
4542         <size>1</size>
4543       </method>
4544     </type>
4545   </test>
4546   <test name="gtest-104.cs">
4547     <type name="MainClass">
4548       <method name="Void .ctor()">
4549         <size>7</size>
4550       </method>
4551       <method name="Void Main()">
4552         <size>20</size>
4553       </method>
4554     </type>
4555     <type name="MainClass+Gen`1[T]">
4556       <method name="Void .ctor()">
4557         <size>7</size>
4558       </method>
4559       <method name="Void Test()">
4560         <size>1</size>
4561       </method>
4562     </type>
4563     <type name="MainClass+Der">
4564       <method name="Void .ctor()">
4565         <size>7</size>
4566       </method>
4567     </type>
4568   </test>
4569   <test name="gtest-105.cs">
4570     <type name="A.KeyValuePairComparer`2[K,V]">
4571       <method name="Void .ctor()">
4572         <size>7</size>
4573       </method>
4574       <method name="Int32 Compare(KeyValuePair`2)">
4575         <size>2</size>
4576       </method>
4577     </type>
4578     <type name="A.TreeBag`1[T]">
4579       <method name="Void .ctor(IComparer`1)">
4580         <size>14</size>
4581       </method>
4582       <method name="Int32 Find(T ByRef)">
4583         <size>18</size>
4584       </method>
4585     </type>
4586     <type name="A.X">
4587       <method name="Void .ctor()">
4588         <size>7</size>
4589       </method>
4590       <method name="Void Test()">
4591         <size>33</size>
4592       </method>
4593     </type>
4594     <type name="B.KeyValuePair`2[X,Y]">
4595       <method name="Void .ctor(X, Y)">
4596         <size>7</size>
4597       </method>
4598     </type>
4599     <type name="B.KeyValuePairComparer`2[K,V]">
4600       <method name="Void .ctor()">
4601         <size>7</size>
4602       </method>
4603       <method name="Int32 Compare(B.KeyValuePair`2[K,V])">
4604         <size>2</size>
4605       </method>
4606     </type>
4607     <type name="B.TreeBag`1[T]">
4608       <method name="Void .ctor(IComparer`1)">
4609         <size>14</size>
4610       </method>
4611       <method name="Int32 Find(T ByRef)">
4612         <size>18</size>
4613       </method>
4614     </type>
4615     <type name="B.X">
4616       <method name="Void .ctor()">
4617         <size>7</size>
4618       </method>
4619       <method name="Void Test()">
4620         <size>32</size>
4621       </method>
4622     </type>
4623     <type name="X">
4624       <method name="Void .ctor()">
4625         <size>7</size>
4626       </method>
4627       <method name="Void Main()">
4628         <size>11</size>
4629       </method>
4630     </type>
4631     <type name="A.KeyValuePair`2[X,Y]">
4632       <method name="Void .ctor(X, Y)">
4633         <size>1</size>
4634       </method>
4635     </type>
4636   </test>
4637   <test name="gtest-106.cs">
4638     <type name="KeyValuePairComparer`2[K,V]">
4639       <method name="Void .ctor()">
4640         <size>7</size>
4641       </method>
4642       <method name="Int32 Compare(KeyValuePair`2)">
4643         <size>2</size>
4644       </method>
4645     </type>
4646     <type name="TreeBag`1[T]">
4647       <method name="Void .ctor(IComparer`1, T)">
4648         <size>21</size>
4649       </method>
4650       <method name="Int32 Find()">
4651         <size>18</size>
4652       </method>
4653     </type>
4654     <type name="X">
4655       <method name="Void .ctor()">
4656         <size>7</size>
4657       </method>
4658       <method name="Void Main()">
4659         <size>32</size>
4660       </method>
4661     </type>
4662     <type name="KeyValuePair`2[X,Y]">
4663       <method name="Void .ctor(X, Y)">
4664         <size>1</size>
4665       </method>
4666     </type>
4667   </test>
4668   <test name="gtest-107.cs">
4669     <type name="Tree`1[T]">
4670       <method name="Void .ctor(T)">
4671         <size>14</size>
4672       </method>
4673       <method name="Void Map[V](Mapper`2[T,V])">
4674         <size>14</size>
4675       </method>
4676     </type>
4677     <type name="X">
4678       <method name="Void .ctor()">
4679         <size>7</size>
4680       </method>
4681       <method name="System.String themap(Int32)">
4682         <size>17</size>
4683       </method>
4684       <method name="Void Test()">
4685         <size>26</size>
4686       </method>
4687       <method name="Void Main()">
4688         <size>13</size>
4689       </method>
4690     </type>
4691     <type name="Mapper`2[T,V]">
4692       <method name="Void .ctor(Object, IntPtr)">
4693         <size>0</size>
4694       </method>
4695       <method name="V Invoke(T)">
4696         <size>0</size>
4697       </method>
4698       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
4699         <size>0</size>
4700       </method>
4701       <method name="V EndInvoke(IAsyncResult)">
4702         <size>0</size>
4703       </method>
4704     </type>
4705   </test>
4706   <test name="gtest-108.cs">
4707     <type name="Test`1[T]">
4708       <method name="Void .ctor(T)">
4709         <size>14</size>
4710       </method>
4711       <method name="IEnumerator`1 GetEnumerator()">
4712         <size>15</size>
4713       </method>
4714     </type>
4715     <type name="X">
4716       <method name="Void .ctor()">
4717         <size>7</size>
4718       </method>
4719       <method name="Void Main()">
4720         <size>56</size>
4721       </method>
4722     </type>
4723     <type name="Test`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
4724       <method name="Void .ctor()">
4725         <size>7</size>
4726       </method>
4727       <method name="System.Object System.Collections.IEnumerator.get_Current()">
4728         <size>12</size>
4729       </method>
4730       <method name="Boolean MoveNext()">
4731         <size>75</size>
4732       </method>
4733       <method name="Void Dispose()">
4734         <size>8</size>
4735       </method>
4736       <method name="Void Reset()">
4737         <size>6</size>
4738       </method>
4739       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
4740         <size>7</size>
4741       </method>
4742     </type>
4743   </test>
4744   <test name="gtest-109.cs">
4745     <type name="X">
4746       <method name="Void .ctor()">
4747         <size>7</size>
4748       </method>
4749       <method name="Void Main()">
4750         <size>12</size>
4751       </method>
4752     </type>
4753   </test>
4754   <test name="gtest-110.cs">
4755     <type name="List`1[T]">
4756       <method name="Void .ctor()">
4757         <size>7</size>
4758       </method>
4759       <method name="Int32 Map[U](U)">
4760         <size>2</size>
4761       </method>
4762     </type>
4763     <type name="SpecialList`1[V]">
4764       <method name="Void .ctor()">
4765         <size>7</size>
4766       </method>
4767       <method name="Int32 Map[W](W)">
4768         <size>2</size>
4769       </method>
4770     </type>
4771     <type name="X">
4772       <method name="Void .ctor()">
4773         <size>7</size>
4774       </method>
4775       <method name="Int32 Main()">
4776         <size>56</size>
4777       </method>
4778     </type>
4779   </test>
4780   <test name="gtest-111.cs">
4781     <type name="Collection`1[T]">
4782       <method name="Void .ctor(T)">
4783         <size>14</size>
4784       </method>
4785       <method name="Void Find(T ByRef)">
4786         <size>13</size>
4787       </method>
4788     </type>
4789     <type name="X">
4790       <method name="Void .ctor()">
4791         <size>7</size>
4792       </method>
4793       <method name="Int32 Main()">
4794         <size>68</size>
4795       </method>
4796     </type>
4797     <type name="KeyValuePair`2[K,V]">
4798       <method name="Void .ctor(K, V)">
4799         <size>15</size>
4800       </method>
4801       <method name="Void .ctor(K)">
4802         <size>23</size>
4803       </method>
4804     </type>
4805   </test>
4806   <test name="gtest-112.cs">
4807     <type name="IC">
4808       <method name="Void .ctor()">
4809         <size>7</size>
4810       </method>
4811       <method name="Void Compare(Foo`1)">
4812         <size>1</size>
4813       </method>
4814     </type>
4815     <type name="List`1[T]">
4816       <method name="Void .ctor()">
4817         <size>7</size>
4818       </method>
4819       <method name="Void Sort(IComparer`1, T)">
4820         <size>8</size>
4821       </method>
4822     </type>
4823     <type name="Sorting">
4824       <method name="Void .ctor()">
4825         <size>7</size>
4826       </method>
4827       <method name="Void IntroSort[T](IComparer`1, T)">
4828         <size>15</size>
4829       </method>
4830     </type>
4831     <type name="Sorting+Sorter`1[T]">
4832       <method name="Void .ctor(IComparer`1, Int32, T)">
4833         <size>26</size>
4834       </method>
4835       <method name="Void InsertionSort(Int32)">
4836         <size>26</size>
4837       </method>
4838     </type>
4839     <type name="X">
4840       <method name="Void .ctor()">
4841         <size>7</size>
4842       </method>
4843       <method name="Void Main()">
4844         <size>27</size>
4845       </method>
4846     </type>
4847     <type name="Foo`1[K]">
4848       <method name="Void .ctor(K)">
4849         <size>8</size>
4850       </method>
4851     </type>
4852   </test>
4853   <test name="gtest-113.cs">
4854     <type name="List`1[T]">
4855       <method name="Void .ctor()">
4856         <size>7</size>
4857       </method>
4858       <method name="Void Map[V](Mapper`2[T,V])">
4859         <size>1</size>
4860       </method>
4861     </type>
4862     <type name="X">
4863       <method name="Void .ctor()">
4864         <size>7</size>
4865       </method>
4866       <method name="Void Main()">
4867         <size>42</size>
4868       </method>
4869     </type>
4870     <type name="Mapper`2[T,V]">
4871       <method name="Void .ctor(Object, IntPtr)">
4872         <size>0</size>
4873       </method>
4874       <method name="V Invoke(T)">
4875         <size>0</size>
4876       </method>
4877       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
4878         <size>0</size>
4879       </method>
4880       <method name="V EndInvoke(IAsyncResult)">
4881         <size>0</size>
4882       </method>
4883     </type>
4884     <type name="X">
4885       <method name="Double &lt;Main&gt;m__0(Int32)">
4886         <size>13</size>
4887       </method>
4888     </type>
4889   </test>
4890   <test name="gtest-114.cs">
4891     <type name="NaturalComparer`1[T]">
4892       <method name="Void .ctor()">
4893         <size>7</size>
4894       </method>
4895       <method name="Int32 Compare(T, T)">
4896         <size>15</size>
4897       </method>
4898     </type>
4899     <type name="X">
4900       <method name="Void .ctor()">
4901         <size>7</size>
4902       </method>
4903       <method name="Void Main()">
4904         <size>28</size>
4905       </method>
4906     </type>
4907     <type name="X+Test">
4908       <method name="Void .ctor()">
4909         <size>7</size>
4910       </method>
4911       <method name="Int32 CompareTo(X+Test)">
4912         <size>2</size>
4913       </method>
4914       <method name="Boolean Equals(X+Test)">
4915         <size>2</size>
4916       </method>
4917     </type>
4918   </test>
4919   <test name="gtest-115.cs">
4920     <type name="LinkedList`1[T]">
4921       <method name="Void .ctor()">
4922         <size>30</size>
4923       </method>
4924       <method name="Void .ctor(T[])">
4925         <size>44</size>
4926       </method>
4927       <method name="IMyList`1 Map[U](Mapper`2[T,U])">
4928         <size>69</size>
4929       </method>
4930       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
4931         <size>7</size>
4932       </method>
4933       <method name="Int32 get_Count()">
4934         <size>7</size>
4935       </method>
4936       <method name="T get_Item(Int32)">
4937         <size>13</size>
4938       </method>
4939       <method name="Void set_Item(Int32, T)">
4940         <size>14</size>
4941       </method>
4942       <method name="LinkedList`1+Node[T] get(Int32)">
4943         <size>114</size>
4944       </method>
4945       <method name="Void Add(T)">
4946         <size>14</size>
4947       </method>
4948       <method name="Void Insert(Int32, T)">
4949         <size>256</size>
4950       </method>
4951       <method name="Void RemoveAt(Int32)">
4952         <size>113</size>
4953       </method>
4954       <method name="Boolean Equals(System.Object)">
4955         <size>148</size>
4956       </method>
4957       <method name="Int32 GetHashCode()">
4958         <size>68</size>
4959       </method>
4960       <method name="IEnumerator`1 GetEnumerator()">
4961         <size>7</size>
4962       </method>
4963       <method name="LinkedList`1[T] op_Explicit(T[])">
4964         <size>7</size>
4965       </method>
4966       <method name="LinkedList`1[T] op_Addition(LinkedList`1[T], LinkedList`1[T])">
4967         <size>123</size>
4968       </method>
4969     </type>
4970     <type name="LinkedList`1+Node[T]">
4971       <method name="Void .ctor(T)">
4972         <size>14</size>
4973       </method>
4974       <method name="Void .ctor(T, Node, Node)">
4975         <size>28</size>
4976       </method>
4977     </type>
4978     <type name="LinkedList`1+LinkedListEnumerator[T]">
4979       <method name="Void .ctor(LinkedList`1)">
4980         <size>26</size>
4981       </method>
4982       <method name="T get_Current()">
4983         <size>24</size>
4984       </method>
4985       <method name="Boolean MoveNext()">
4986         <size>71</size>
4987       </method>
4988       <method name="Void Reset()">
4989         <size>6</size>
4990       </method>
4991       <method name="Void Dispose()">
4992         <size>30</size>
4993       </method>
4994     </type>
4995     <type name="SortedList`1[T]">
4996       <method name="Void .ctor()">
4997         <size>7</size>
4998       </method>
4999       <method name="Void Insert(T)">
5000         <size>137</size>
5001       </method>
5002     </type>
5003     <type name="PrintableLinkedList`1[T]">
5004       <method name="Void .ctor()">
5005         <size>7</size>
5006       </method>
5007       <method name="Void Print(System.IO.TextWriter)">
5008         <size>89</size>
5009       </method>
5010     </type>
5011     <type name="MyString">
5012       <method name="Void .ctor(String)">
5013         <size>14</size>
5014       </method>
5015       <method name="Int32 CompareTo(MyString)">
5016         <size>18</size>
5017       </method>
5018       <method name="Boolean Equals(MyString)">
5019         <size>18</size>
5020       </method>
5021       <method name="System.String get_Value()">
5022         <size>7</size>
5023       </method>
5024     </type>
5025     <type name="MyTest">
5026       <method name="Void .ctor()">
5027         <size>7</size>
5028       </method>
5029       <method name="Void Main(System.String[])">
5030         <size>467</size>
5031       </method>
5032     </type>
5033     <type name="Mapper`2[A,R]">
5034       <method name="Void .ctor(Object, IntPtr)">
5035         <size>0</size>
5036       </method>
5037       <method name="R Invoke(A)">
5038         <size>0</size>
5039       </method>
5040       <method name="IAsyncResult BeginInvoke(A, System.AsyncCallback, System.Object)">
5041         <size>0</size>
5042       </method>
5043       <method name="R EndInvoke(IAsyncResult)">
5044         <size>0</size>
5045       </method>
5046     </type>
5047     <type name="LinkedList`1+LinkedListEnumerator[T]">
5048       <method name="System.Object System.Collections.IEnumerator.get_Current()">
5049         <size>12</size>
5050       </method>
5051     </type>
5052     <type name="MyTest">
5053       <method name="System.String &lt;Main&gt;m__0(Double)">
5054         <size>17</size>
5055       </method>
5056     </type>
5057     <type name="&lt;PrivateImplementationDetails&gt;">
5058       <method name="Void .ctor()">
5059         <size>7</size>
5060       </method>
5061     </type>
5062   </test>
5063   <test name="gtest-116.cs">
5064     <type name="Slow.Test">
5065       <method name="Void .ctor()">
5066         <size>7</size>
5067       </method>
5068       <method name="Void DoNothing[T]()">
5069         <size>8</size>
5070       </method>
5071     </type>
5072     <type name="Slow.Program">
5073       <method name="Void .ctor()">
5074         <size>7</size>
5075       </method>
5076       <method name="Void Main(System.String[])">
5077         <size>201</size>
5078       </method>
5079     </type>
5080   </test>
5081   <test name="gtest-117.cs">
5082     <type name="Foo`1[T]">
5083       <method name="Void .ctor()">
5084         <size>7</size>
5085       </method>
5086       <method name="Boolean Test(T)">
5087         <size>15</size>
5088       </method>
5089       <method name="Boolean Test()">
5090         <size>25</size>
5091       </method>
5092       <method name="Boolean TestB()">
5093         <size>25</size>
5094       </method>
5095     </type>
5096     <type name="Y`1[T]">
5097       <method name="Void .ctor()">
5098         <size>7</size>
5099       </method>
5100       <method name="Boolean Foo()">
5101         <size>12</size>
5102       </method>
5103     </type>
5104     <type name="X">
5105       <method name="Void .ctor()">
5106         <size>7</size>
5107       </method>
5108       <method name="Boolean TestB[T](T)">
5109         <size>15</size>
5110       </method>
5111       <method name="Boolean TestA(System.Object)">
5112         <size>10</size>
5113       </method>
5114       <method name="Int32 TestC()">
5115         <size>32</size>
5116       </method>
5117       <method name="Int32 Main()">
5118         <size>107</size>
5119       </method>
5120     </type>
5121   </test>
5122   <test name="gtest-118.cs">
5123     <type name="Polynomial`1[E]">
5124       <method name="Void .ctor()">
5125         <size>19</size>
5126       </method>
5127       <method name="Void .ctor(E[])">
5128         <size>14</size>
5129       </method>
5130       <method name="Polynomial`1[E] Add(Polynomial`1[E])">
5131         <size>301</size>
5132       </method>
5133       <method name="Polynomial`1[E] Add(E)">
5134         <size>26</size>
5135       </method>
5136       <method name="Polynomial`1[E] Mul(E)">
5137         <size>78</size>
5138       </method>
5139       <method name="Polynomial`1[E] Mul(Polynomial`1[E])">
5140         <size>221</size>
5141       </method>
5142       <method name="E Eval(E)">
5143         <size>106</size>
5144       </method>
5145     </type>
5146     <type name="TestPolynomial">
5147       <method name="Void .ctor()">
5148         <size>7</size>
5149       </method>
5150       <method name="Void Main(System.String[])">
5151         <size>148</size>
5152       </method>
5153     </type>
5154     <type name="Int">
5155       <method name="Void .ctor(Int32)">
5156         <size>8</size>
5157       </method>
5158       <method name="Int Add(Int)">
5159         <size>20</size>
5160       </method>
5161       <method name="Int Mul(Int)">
5162         <size>20</size>
5163       </method>
5164       <method name="System.String ToString()">
5165         <size>15</size>
5166       </method>
5167     </type>
5168   </test>
5169   <test name="gtest-119.cs">
5170     <type name="Tests">
5171       <method name="Void .ctor()">
5172         <size>7</size>
5173       </method>
5174       <method name="Void Main()">
5175         <size>61</size>
5176       </method>
5177     </type>
5178   </test>
5179   <test name="gtest-120.cs">
5180     <type name="SequencedHasher`2[S,W]">
5181       <method name="Void .ctor()">
5182         <size>7</size>
5183       </method>
5184       <method name="Boolean Equals(S, S)">
5185         <size>45</size>
5186       </method>
5187     </type>
5188     <type name="Sequenced`1[T]">
5189       <method name="Void .ctor()">
5190         <size>7</size>
5191       </method>
5192       <method name="Boolean Equals(ISequenced`1)">
5193         <size>2</size>
5194       </method>
5195     </type>
5196     <type name="X">
5197       <method name="Void .ctor()">
5198         <size>7</size>
5199       </method>
5200       <method name="Void Main()">
5201         <size>22</size>
5202       </method>
5203     </type>
5204   </test>
5205   <test name="gtest-121.cs">
5206     <type name="B`1[T]">
5207       <method name="Void .ctor()">
5208         <size>7</size>
5209       </method>
5210       <method name="Int32 Add(T)">
5211         <size>2</size>
5212       </method>
5213       <method name="Void AddRange(System.Object)">
5214         <size>16</size>
5215       </method>
5216     </type>
5217     <type name="A">
5218       <method name="Void .ctor()">
5219         <size>7</size>
5220       </method>
5221     </type>
5222     <type name="Test">
5223       <method name="Void .ctor()">
5224         <size>7</size>
5225       </method>
5226       <method name="Void Main()">
5227         <size>18</size>
5228       </method>
5229     </type>
5230   </test>
5231   <test name="gtest-122.cs">
5232     <type name="Test">
5233       <method name="Void .ctor()">
5234         <size>7</size>
5235       </method>
5236       <method name="Void Main(System.String[])">
5237         <size>26</size>
5238       </method>
5239       <method name="Void D(Int32)">
5240         <size>22</size>
5241       </method>
5242     </type>
5243     <type name="A`1[T]">
5244       <method name="Void .ctor(B, T)">
5245         <size>21</size>
5246       </method>
5247       <method name="Void Run()">
5248         <size>18</size>
5249       </method>
5250     </type>
5251     <type name="A`1+B[T]">
5252       <method name="Void .ctor(Object, IntPtr)">
5253         <size>0</size>
5254       </method>
5255       <method name="Void Invoke(T)">
5256         <size>0</size>
5257       </method>
5258       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
5259         <size>0</size>
5260       </method>
5261       <method name="Void EndInvoke(IAsyncResult)">
5262         <size>0</size>
5263       </method>
5264     </type>
5265   </test>
5266   <test name="gtest-123.cs">
5267     <type name="A`1[T]">
5268       <method name="Void .ctor()">
5269         <size>7</size>
5270       </method>
5271     </type>
5272     <type name="X">
5273       <method name="Void .ctor()">
5274         <size>7</size>
5275       </method>
5276       <method name="Void Main()">
5277         <size>1</size>
5278       </method>
5279     </type>
5280     <type name="A`1+Foo[T]">
5281       <method name="Void .ctor(Object, IntPtr)">
5282         <size>0</size>
5283       </method>
5284       <method name="Void Invoke()">
5285         <size>0</size>
5286       </method>
5287       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
5288         <size>0</size>
5289       </method>
5290       <method name="Void EndInvoke(IAsyncResult)">
5291         <size>0</size>
5292       </method>
5293     </type>
5294     <type name="A`1+Bar`1[T,U]">
5295       <method name="Void .ctor(Object, IntPtr)">
5296         <size>0</size>
5297       </method>
5298       <method name="Void Invoke()">
5299         <size>0</size>
5300       </method>
5301       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
5302         <size>0</size>
5303       </method>
5304       <method name="Void EndInvoke(IAsyncResult)">
5305         <size>0</size>
5306       </method>
5307     </type>
5308   </test>
5309   <test name="gtest-124.cs">
5310     <type name="FooCollection`1[T]">
5311       <method name="Void .ctor()">
5312         <size>7</size>
5313       </method>
5314     </type>
5315     <type name="X">
5316       <method name="Void .ctor()">
5317         <size>7</size>
5318       </method>
5319       <method name="Void Main()">
5320         <size>21</size>
5321       </method>
5322     </type>
5323     <type name="FooCollection`1[T]">
5324       <method name="T IFoo&lt;T&gt;.get_Item(Int32)">
5325         <size>10</size>
5326       </method>
5327       <method name="Void IFoo&lt;T&gt;.set_Item(Int32, T)">
5328         <size>1</size>
5329       </method>
5330     </type>
5331   </test>
5332   <test name="gtest-125.cs">
5333     <type name="B`1[T]">
5334       <method name="Void .ctor()">
5335         <size>7</size>
5336       </method>
5337     </type>
5338     <type name="MainClass">
5339       <method name="Void .ctor()">
5340         <size>7</size>
5341       </method>
5342       <method name="Void Main()">
5343         <size>1</size>
5344       </method>
5345     </type>
5346   </test>
5347   <test name="gtest-126.cs">
5348     <type name="B">
5349       <method name="Void .ctor()">
5350         <size>7</size>
5351       </method>
5352       <method name="Boolean foo()">
5353         <size>2</size>
5354       </method>
5355     </type>
5356     <type name="MyFilter">
5357       <method name="Void .ctor()">
5358         <size>7</size>
5359       </method>
5360       <method name="K Is(IB)">
5361         <size>10</size>
5362       </method>
5363     </type>
5364     <type name="MyBFilter">
5365       <method name="Void .ctor()">
5366         <size>7</size>
5367       </method>
5368       <method name="B Is(IB)">
5369         <size>6</size>
5370       </method>
5371     </type>
5372     <type name="M">
5373       <method name="Void .ctor()">
5374         <size>7</size>
5375       </method>
5376       <method name="System.Collections.Generic.List`1[T] foo1[T](Filter`1)">
5377         <size>38</size>
5378       </method>
5379       <method name="Void Main()">
5380         <size>45</size>
5381       </method>
5382     </type>
5383     <type name="K">
5384       <method name="Boolean foo()">
5385         <size>2</size>
5386       </method>
5387     </type>
5388   </test>
5389   <test name="gtest-127.cs">
5390     <type name="A`1[T]">
5391       <method name="Void .ctor()">
5392         <size>7</size>
5393       </method>
5394       <method name="Void add__changed(A`1+Changed[T])">
5395         <size>24</size>
5396       </method>
5397       <method name="Void remove__changed(A`1+Changed[T])">
5398         <size>24</size>
5399       </method>
5400       <method name="Void Register(A`1+Changed[T])">
5401         <size>36</size>
5402       </method>
5403     </type>
5404     <type name="Test">
5405       <method name="Void .ctor()">
5406         <size>7</size>
5407       </method>
5408       <method name="Void Main()">
5409         <size>25</size>
5410       </method>
5411       <method name="Void Del(A`1[System.Int32])">
5412         <size>11</size>
5413       </method>
5414     </type>
5415     <type name="A`1+Changed[T]">
5416       <method name="Void .ctor(Object, IntPtr)">
5417         <size>0</size>
5418       </method>
5419       <method name="Void Invoke(A`1[T])">
5420         <size>0</size>
5421       </method>
5422       <method name="IAsyncResult BeginInvoke(A`1[T], System.AsyncCallback, System.Object)">
5423         <size>0</size>
5424       </method>
5425       <method name="Void EndInvoke(IAsyncResult)">
5426         <size>0</size>
5427       </method>
5428     </type>
5429   </test>
5430   <test name="gtest-128.cs">
5431     <type name="FLMID.Bugs.ParametersOne.Class`1[T]">
5432       <method name="Void .ctor()">
5433         <size>7</size>
5434       </method>
5435       <method name="Void Add(T)">
5436         <size>11</size>
5437       </method>
5438     </type>
5439     <type name="FLMID.Bugs.ParametersOne.Test">
5440       <method name="Void .ctor()">
5441         <size>7</size>
5442       </method>
5443       <method name="Void Main(System.String[])">
5444         <size>120</size>
5445       </method>
5446     </type>
5447   </test>
5448   <test name="gtest-129.cs">
5449     <type name="B.Test`1[T]">
5450       <method name="Void .ctor()">
5451         <size>7</size>
5452       </method>
5453     </type>
5454     <type name="X">
5455       <method name="Void .ctor()">
5456         <size>7</size>
5457       </method>
5458       <method name="Void Main()">
5459         <size>1</size>
5460       </method>
5461     </type>
5462   </test>
5463   <test name="gtest-130.cs">
5464     <type name="MyTest">
5465       <method name="Void .ctor()">
5466         <size>7</size>
5467       </method>
5468       <method name="Void Main(System.String[])">
5469         <size>846</size>
5470       </method>
5471     </type>
5472   </test>
5473   <test name="gtest-131.cs">
5474     <type name="MyTest">
5475       <method name="Void .ctor()">
5476         <size>7</size>
5477       </method>
5478       <method name="Void Main(System.String[])">
5479         <size>1330</size>
5480       </method>
5481     </type>
5482   </test>
5483   <test name="gtest-132.cs">
5484     <type name="MyTest">
5485       <method name="Void .ctor()">
5486         <size>7</size>
5487       </method>
5488       <method name="Nullable`1 Sqrt(Nullable`1)">
5489         <size>55</size>
5490       </method>
5491       <method name="Void Main(System.String[])">
5492         <size>63</size>
5493       </method>
5494     </type>
5495   </test>
5496   <test name="gtest-133.cs">
5497     <type name="MyTest">
5498       <method name="Void .ctor()">
5499         <size>7</size>
5500       </method>
5501       <method name="Void Main(System.String[])">
5502         <size>201</size>
5503       </method>
5504     </type>
5505     <type name="S">
5506       <method name="Int32 get_X()">
5507         <size>7</size>
5508       </method>
5509       <method name="Void set_X(Int32)">
5510         <size>8</size>
5511       </method>
5512       <method name="Void Set(Int32)">
5513         <size>8</size>
5514       </method>
5515     </type>
5516   </test>
5517   <test name="gtest-134.cs">
5518     <type name="MyTest">
5519       <method name="Void .ctor()">
5520         <size>7</size>
5521       </method>
5522       <method name="Void Main(System.String[])">
5523         <size>112</size>
5524       </method>
5525     </type>
5526     <type name="Foo`1[T]">
5527       <method name="Void .ctor(T)">
5528         <size>14</size>
5529       </method>
5530       <method name="System.String Fmt()">
5531         <size>40</size>
5532       </method>
5533     </type>
5534   </test>
5535   <test name="gtest-135.cs">
5536     <type name="X">
5537       <method name="Void .ctor()">
5538         <size>7</size>
5539       </method>
5540       <method name="Void Main()">
5541         <size>116</size>
5542       </method>
5543     </type>
5544   </test>
5545   <test name="gtest-136.cs">
5546     <type name="Martin.X">
5547       <method name="Void .ctor()">
5548         <size>7</size>
5549       </method>
5550       <method name="Void Main()">
5551         <size>148</size>
5552       </method>
5553     </type>
5554     <type name="Martin.A">
5555       <method name="Void .ctor(Int64)">
5556         <size>8</size>
5557       </method>
5558       <method name="B op_Explicit(A)">
5559         <size>14</size>
5560       </method>
5561     </type>
5562     <type name="Martin.B">
5563       <method name="Void .ctor(Int32)">
5564         <size>8</size>
5565       </method>
5566       <method name="A op_Implicit(B)">
5567         <size>14</size>
5568       </method>
5569     </type>
5570   </test>
5571   <test name="gtest-137.cs">
5572     <type name="X">
5573       <method name="Void .ctor()">
5574         <size>7</size>
5575       </method>
5576       <method name="Int32 Main()">
5577         <size>134</size>
5578       </method>
5579     </type>
5580   </test>
5581   <test name="gtest-138.cs">
5582     <type name="X">
5583       <method name="Void .ctor()">
5584         <size>7</size>
5585       </method>
5586       <method name="Void Main()">
5587         <size>61</size>
5588       </method>
5589     </type>
5590   </test>
5591   <test name="gtest-140.cs">
5592     <type name="X">
5593       <method name="Void .ctor()">
5594         <size>7</size>
5595       </method>
5596       <method name="Void Main()">
5597         <size>132</size>
5598       </method>
5599     </type>
5600   </test>
5601   <test name="gtest-141.cs">
5602     <type name="X">
5603       <method name="Void .ctor()">
5604         <size>7</size>
5605       </method>
5606       <method name="Void Main()">
5607         <size>90</size>
5608       </method>
5609     </type>
5610   </test>
5611   <test name="gtest-142.cs">
5612     <type name="Assert">
5613       <method name="Void .cctor()">
5614         <size>1</size>
5615       </method>
5616       <method name="Void IsNull[T](System.String, Nullable`1)">
5617         <size>24</size>
5618       </method>
5619       <method name="Void IsNotNull[T](System.String, Nullable`1)">
5620         <size>24</size>
5621       </method>
5622       <method name="Int32 get_Errors()">
5623         <size>6</size>
5624       </method>
5625       <method name="Void Error(System.String, System.String)">
5626         <size>25</size>
5627       </method>
5628       <method name="Void IsTrue(System.String, Boolean)">
5629         <size>18</size>
5630       </method>
5631       <method name="Void IsFalse(System.String, Boolean)">
5632         <size>18</size>
5633       </method>
5634       <method name="Void IsTrue(System.String, Nullable`1)">
5635         <size>36</size>
5636       </method>
5637       <method name="Void IsFalse(System.String, Nullable`1)">
5638         <size>36</size>
5639       </method>
5640     </type>
5641     <type name="X">
5642       <method name="Void .ctor()">
5643         <size>7</size>
5644       </method>
5645       <method name="Int32 Main()">
5646         <size>1599</size>
5647       </method>
5648     </type>
5649   </test>
5650   <test name="gtest-143.cs">
5651     <type name="X">
5652       <method name="Void .ctor()">
5653         <size>7</size>
5654       </method>
5655       <method name="Int32 Test()">
5656         <size>497</size>
5657       </method>
5658       <method name="Int32 Main()">
5659         <size>30</size>
5660       </method>
5661     </type>
5662   </test>
5663   <test name="gtest-144.cs">
5664     <type name="Test.Application">
5665       <method name="Void .ctor()">
5666         <size>7</size>
5667       </method>
5668       <method name="Void Main()">
5669         <size>11</size>
5670       </method>
5671     </type>
5672   </test>
5673   <test name="gtest-145.cs">
5674     <type name="Test`1[T]">
5675       <method name="Void .ctor(T[,])">
5676         <size>14</size>
5677       </method>
5678     </type>
5679     <type name="Program">
5680       <method name="Void .ctor()">
5681         <size>7</size>
5682       </method>
5683       <method name="Void Main(System.String[])">
5684         <size>14</size>
5685       </method>
5686     </type>
5687   </test>
5688   <test name="gtest-146.cs">
5689     <type name="MyLinkedList`1[T]">
5690       <method name="Void .ctor()">
5691         <size>7</size>
5692       </method>
5693     </type>
5694     <type name="MyLinkedList`1+Node[T]">
5695       <method name="Void .ctor(T)">
5696         <size>14</size>
5697       </method>
5698     </type>
5699     <type name="SortedList`1[U]">
5700       <method name="Void .ctor()">
5701         <size>7</size>
5702       </method>
5703       <method name="Void Insert(U)">
5704         <size>8</size>
5705       </method>
5706     </type>
5707     <type name="X">
5708       <method name="Void .ctor()">
5709         <size>7</size>
5710       </method>
5711       <method name="Void Main()">
5712         <size>1</size>
5713       </method>
5714     </type>
5715   </test>
5716   <test name="gtest-147.cs">
5717     <type name="B.Test`1[T]">
5718       <method name="Void .ctor()">
5719         <size>7</size>
5720       </method>
5721       <method name="Void A.IFoo.Hello(IFoo)">
5722         <size>1</size>
5723       </method>
5724     </type>
5725     <type name="Y">
5726       <method name="Void .ctor()">
5727         <size>7</size>
5728       </method>
5729     </type>
5730     <type name="X">
5731       <method name="Void .ctor()">
5732         <size>7</size>
5733       </method>
5734       <method name="Void Main()">
5735         <size>1</size>
5736       </method>
5737     </type>
5738   </test>
5739   <test name="gtest-148.cs">
5740     <type name="Test1">
5741       <method name="Void Foo[S,OP](UInt32)">
5742         <size>1</size>
5743       </method>
5744     </type>
5745     <type name="Test1+IOp`1[T]">
5746       <method name="Void .ctor()">
5747         <size>7</size>
5748       </method>
5749     </type>
5750     <type name="Test2">
5751       <method name="Void Foo[T,OP](UInt32)">
5752         <size>1</size>
5753       </method>
5754     </type>
5755     <type name="Test2+IOp`1[T]">
5756       <method name="Void .ctor()">
5757         <size>7</size>
5758       </method>
5759     </type>
5760     <type name="X">
5761       <method name="Void .ctor()">
5762         <size>7</size>
5763       </method>
5764       <method name="Void Main()">
5765         <size>1</size>
5766       </method>
5767     </type>
5768   </test>
5769   <test name="gtest-149.cs">
5770     <type name="Test1">
5771       <method name="Void Foo[S,OP](UInt32)">
5772         <size>1</size>
5773       </method>
5774     </type>
5775     <type name="Test1+IOp`1[T]">
5776       <method name="Void .ctor()">
5777         <size>7</size>
5778       </method>
5779     </type>
5780     <type name="Test2">
5781       <method name="Void Foo[T,OP](UInt32)">
5782         <size>1</size>
5783       </method>
5784     </type>
5785     <type name="Test2+IOp`1[T]">
5786       <method name="Void .ctor()">
5787         <size>7</size>
5788       </method>
5789     </type>
5790     <type name="X">
5791       <method name="Void .ctor()">
5792         <size>7</size>
5793       </method>
5794       <method name="Void Main()">
5795         <size>1</size>
5796       </method>
5797     </type>
5798   </test>
5799   <test name="gtest-150.cs">
5800     <type name="Test1">
5801       <method name="Void Foo[T,OP](UInt32)">
5802         <size>35</size>
5803       </method>
5804       <method name="Void Main()">
5805         <size>15</size>
5806       </method>
5807     </type>
5808     <type name="Test1+Op">
5809       <method name="UInt16 Test1.IOp&lt;ushort&gt;.Func(UInt32)">
5810         <size>5</size>
5811       </method>
5812       <method name="UInt32 Test1.IOp&lt;uint&gt;.Func(UInt32)">
5813         <size>4</size>
5814       </method>
5815     </type>
5816   </test>
5817   <test name="gtest-151.cs">
5818     <type name="Test`1[T]">
5819       <method name="Void .ctor()">
5820         <size>15</size>
5821       </method>
5822     </type>
5823     <type name="X">
5824       <method name="Void .ctor()">
5825         <size>7</size>
5826       </method>
5827       <method name="Int32 Main()">
5828         <size>8</size>
5829       </method>
5830     </type>
5831   </test>
5832   <test name="gtest-152.cs">
5833     <type name="EnumerableBase`1[T]">
5834       <method name="Void .ctor()">
5835         <size>7</size>
5836       </method>
5837       <method name="IFoo IFoo.Hello()">
5838         <size>7</size>
5839       </method>
5840       <method name="IFoo`1 Hello()">
5841         <size>0</size>
5842       </method>
5843     </type>
5844     <type name="CollectionBase`1[T]">
5845       <method name="Void .ctor()">
5846         <size>7</size>
5847       </method>
5848     </type>
5849     <type name="HashBag`1[T]">
5850       <method name="Void .ctor()">
5851         <size>7</size>
5852       </method>
5853       <method name="IFoo`1 Hello()">
5854         <size>2</size>
5855       </method>
5856     </type>
5857     <type name="X">
5858       <method name="Void .ctor()">
5859         <size>7</size>
5860       </method>
5861       <method name="Void Main()">
5862         <size>1</size>
5863       </method>
5864     </type>
5865   </test>
5866   <test name="gtest-153.cs">
5867     <type name="MyClass`1[T]">
5868       <method name="Void .ctor()">
5869         <size>56</size>
5870       </method>
5871     </type>
5872     <type name="X">
5873       <method name="Void .ctor()">
5874         <size>7</size>
5875       </method>
5876       <method name="Void Main()">
5877         <size>1</size>
5878       </method>
5879     </type>
5880   </test>
5881   <test name="gtest-154.cs">
5882     <type name="B">
5883       <method name="Void .ctor()">
5884         <size>7</size>
5885       </method>
5886       <method name="T`1[X] M[X]()">
5887         <size>13</size>
5888       </method>
5889       <method name="T`1[System.Int64] N()">
5890         <size>30</size>
5891       </method>
5892     </type>
5893     <type name="D">
5894       <method name="Void .ctor()">
5895         <size>7</size>
5896       </method>
5897       <method name="Void Main()">
5898         <size>13</size>
5899       </method>
5900     </type>
5901     <type name="T`1[X]">
5902       <method name="Void .ctor(Object, IntPtr)">
5903         <size>0</size>
5904       </method>
5905       <method name="Int32 Invoke(X)">
5906         <size>0</size>
5907       </method>
5908       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
5909         <size>0</size>
5910       </method>
5911       <method name="Int32 EndInvoke(IAsyncResult)">
5912         <size>0</size>
5913       </method>
5914     </type>
5915     <type name="B">
5916       <method name="Int32 &lt;N&gt;m__1(Int64)">
5917         <size>2</size>
5918       </method>
5919       <method name="Int32 &lt;M`1&gt;m__0[X](X)">
5920         <size>2</size>
5921       </method>
5922     </type>
5923   </test>
5924   <test name="gtest-155.cs">
5925     <type name="MyClass`1[T]">
5926       <method name="Void .ctor()">
5927         <size>56</size>
5928       </method>
5929     </type>
5930     <type name="X">
5931       <method name="Void .ctor()">
5932         <size>7</size>
5933       </method>
5934       <method name="Void Main()">
5935         <size>1</size>
5936       </method>
5937     </type>
5938   </test>
5939   <test name="gtest-156.cs">
5940     <type name="FLMID.Bugs.Marshal15.D">
5941       <method name="Void .ctor()">
5942         <size>18</size>
5943       </method>
5944       <method name="Void Main(System.String[])">
5945         <size>11</size>
5946       </method>
5947     </type>
5948   </test>
5949   <test name="gtest-157.cs">
5950     <type name="kv`2[k,v]">
5951       <method name="Void .ctor()">
5952         <size>7</size>
5953       </method>
5954     </type>
5955     <type name="m`2[k,v]">
5956       <method name="Void .ctor()">
5957         <size>7</size>
5958       </method>
5959     </type>
5960     <type name="X">
5961       <method name="Void .ctor()">
5962         <size>7</size>
5963       </method>
5964       <method name="Void Main()">
5965         <size>1</size>
5966       </method>
5967     </type>
5968     <type name="m`2[k,v]">
5969       <method name="Void a&lt;kv&lt;k,v&gt;&gt;.x()">
5970         <size>1</size>
5971       </method>
5972     </type>
5973   </test>
5974   <test name="gtest-158.cs">
5975     <type name="Moo`1[C]">
5976       <method name="Void .ctor()">
5977         <size>7</size>
5978       </method>
5979     </type>
5980     <type name="Moo`1+Foo[C]">
5981       <method name="Void .ctor()">
5982         <size>7</size>
5983       </method>
5984     </type>
5985     <type name="Test">
5986       <method name="Void .ctor()">
5987         <size>7</size>
5988       </method>
5989     </type>
5990     <type name="X">
5991       <method name="Void .ctor()">
5992         <size>7</size>
5993       </method>
5994       <method name="Void Main()">
5995         <size>7</size>
5996       </method>
5997     </type>
5998   </test>
5999   <test name="gtest-159.cs">
6000     <type name="App">
6001       <method name="Void .ctor()">
6002         <size>7</size>
6003       </method>
6004       <method name="Void Main()">
6005         <size>98</size>
6006       </method>
6007     </type>
6008   </test>
6009   <test name="gtest-160.cs">
6010     <type name="Fun`2[A,B]">
6011       <method name="Void .ctor()">
6012         <size>7</size>
6013       </method>
6014     </type>
6015     <type name="List`1[T]">
6016       <method name="Void .ctor()">
6017         <size>7</size>
6018       </method>
6019       <method name="List`1[T2] Map[T2](Fun`2[T,T2])">
6020         <size>6</size>
6021       </method>
6022       <method name="Void foo[T2]()">
6023         <size>17</size>
6024       </method>
6025     </type>
6026     <type name="X">
6027       <method name="Void .ctor()">
6028         <size>7</size>
6029       </method>
6030       <method name="Void Main()">
6031         <size>1</size>
6032       </method>
6033     </type>
6034   </test>
6035   <test name="gtest-161.cs">
6036     <type name="App">
6037       <method name="Void .ctor()">
6038         <size>7</size>
6039       </method>
6040       <method name="U apply[T,U](T, FP+Mapping`2[T,U])">
6041         <size>8</size>
6042       </method>
6043       <method name="Void Main()">
6044         <size>56</size>
6045       </method>
6046       <method name="System.String &lt;Main&gt;m__0(Int32)">
6047         <size>8</size>
6048       </method>
6049     </type>
6050   </test>
6051   <test name="gtest-162.cs">
6052     <type name="Generic`1[T]">
6053       <method name="Void .ctor()">
6054         <size>7</size>
6055       </method>
6056     </type>
6057     <type name="X">
6058       <method name="Void .ctor()">
6059         <size>7</size>
6060       </method>
6061       <method name="Int32 Main()">
6062         <size>33</size>
6063       </method>
6064     </type>
6065     <type name="Generic`1+Delegate[T]">
6066       <method name="Void .ctor(Object, IntPtr)">
6067         <size>0</size>
6068       </method>
6069       <method name="Void Invoke(Generic`1[T], T)">
6070         <size>0</size>
6071       </method>
6072       <method name="IAsyncResult BeginInvoke(Generic`1[T], T, System.AsyncCallback, System.Object)">
6073         <size>0</size>
6074       </method>
6075       <method name="Void EndInvoke(IAsyncResult)">
6076         <size>0</size>
6077       </method>
6078     </type>
6079   </test>
6080   <test name="gtest-163.cs">
6081     <type name="Foo`1[T]">
6082       <method name="Void .ctor()">
6083         <size>7</size>
6084       </method>
6085       <method name="IEnumerator`1 getEnumerator(Int32)">
6086         <size>22</size>
6087       </method>
6088     </type>
6089     <type name="X">
6090       <method name="Void .ctor()">
6091         <size>7</size>
6092       </method>
6093       <method name="Void Main()">
6094         <size>1</size>
6095       </method>
6096     </type>
6097     <type name="Foo`1+&lt;getEnumerator&gt;c__Iterator0[T]">
6098       <method name="Void .ctor()">
6099         <size>7</size>
6100       </method>
6101       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6102         <size>12</size>
6103       </method>
6104       <method name="Boolean MoveNext()">
6105         <size>95</size>
6106       </method>
6107       <method name="Void Dispose()">
6108         <size>8</size>
6109       </method>
6110       <method name="Void Reset()">
6111         <size>6</size>
6112       </method>
6113       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
6114         <size>7</size>
6115       </method>
6116     </type>
6117   </test>
6118   <test name="gtest-164.cs">
6119     <type name="FunEnumerable">
6120       <method name="Void .ctor(Int32, Int2Int)">
6121         <size>21</size>
6122       </method>
6123       <method name="IEnumerator`1 GetEnumerator()">
6124         <size>15</size>
6125       </method>
6126     </type>
6127     <type name="X">
6128       <method name="Void .ctor()">
6129         <size>7</size>
6130       </method>
6131       <method name="Void Main()">
6132         <size>1</size>
6133       </method>
6134     </type>
6135     <type name="Int2Int">
6136       <method name="Void .ctor(Object, IntPtr)">
6137         <size>0</size>
6138       </method>
6139       <method name="Int32 Invoke(Int32)">
6140         <size>0</size>
6141       </method>
6142       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
6143         <size>0</size>
6144       </method>
6145       <method name="Int32 EndInvoke(IAsyncResult)">
6146         <size>0</size>
6147       </method>
6148     </type>
6149     <type name="FunEnumerable+&lt;GetEnumerator&gt;c__Iterator0">
6150       <method name="Void .ctor()">
6151         <size>7</size>
6152       </method>
6153       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6154         <size>12</size>
6155       </method>
6156       <method name="Boolean MoveNext()">
6157         <size>91</size>
6158       </method>
6159       <method name="Void Dispose()">
6160         <size>8</size>
6161       </method>
6162       <method name="Void Reset()">
6163         <size>6</size>
6164       </method>
6165       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
6166         <size>7</size>
6167       </method>
6168     </type>
6169   </test>
6170   <test name="gtest-165.cs">
6171     <type name="X">
6172       <method name="Void .ctor()">
6173         <size>7</size>
6174       </method>
6175       <method name="IEnumerable GetIt(System.Int32[])">
6176         <size>30</size>
6177       </method>
6178       <method name="Int32 Main()">
6179         <size>119</size>
6180       </method>
6181     </type>
6182     <type name="X+A">
6183       <method name="Void .ctor(Object, IntPtr)">
6184         <size>0</size>
6185       </method>
6186       <method name="Void Invoke()">
6187         <size>0</size>
6188       </method>
6189       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
6190         <size>0</size>
6191       </method>
6192       <method name="Void EndInvoke(IAsyncResult)">
6193         <size>0</size>
6194       </method>
6195     </type>
6196     <type name="X+&lt;GetIt&gt;c__Iterator0">
6197       <method name="Void .ctor()">
6198         <size>7</size>
6199       </method>
6200       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6201         <size>7</size>
6202       </method>
6203       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6204         <size>7</size>
6205       </method>
6206       <method name="Boolean MoveNext()">
6207         <size>201</size>
6208       </method>
6209       <method name="Void &lt;&gt;m__0()">
6210         <size>22</size>
6211       </method>
6212       <method name="Void Dispose()">
6213         <size>8</size>
6214       </method>
6215       <method name="Void Reset()">
6216         <size>6</size>
6217       </method>
6218       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
6219         <size>7</size>
6220       </method>
6221       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
6222         <size>40</size>
6223       </method>
6224     </type>
6225     <type name="&lt;PrivateImplementationDetails&gt;">
6226       <method name="Void .ctor()">
6227         <size>7</size>
6228       </method>
6229     </type>
6230   </test>
6231   <test name="gtest-166.cs">
6232     <type name="C">
6233       <method name="Void .ctor()">
6234         <size>7</size>
6235       </method>
6236       <method name="Int32 Test()">
6237         <size>324</size>
6238       </method>
6239       <method name="Int32 Main()">
6240         <size>6</size>
6241       </method>
6242     </type>
6243     <type name="TestNew">
6244       <method name="Void SetTest()">
6245         <size>20</size>
6246       </method>
6247     </type>
6248   </test>
6249   <test name="gtest-167.cs">
6250     <type name="TestAttribute">
6251       <method name="Void .ctor()">
6252         <size>7</size>
6253       </method>
6254     </type>
6255     <type name="TestNotAttribute">
6256       <method name="Void .ctor()">
6257         <size>7</size>
6258       </method>
6259     </type>
6260     <type name="TestMultiAttribute">
6261       <method name="Void .ctor()">
6262         <size>7</size>
6263       </method>
6264     </type>
6265     <type name="Class1">
6266       <method name="Void .ctor()">
6267         <size>7</size>
6268       </method>
6269     </type>
6270     <type name="Class2">
6271       <method name="Void .ctor()">
6272         <size>7</size>
6273       </method>
6274     </type>
6275     <type name="Class3">
6276       <method name="Void .ctor()">
6277         <size>7</size>
6278       </method>
6279     </type>
6280     <type name="TestClass">
6281       <method name="Void .ctor()">
6282         <size>7</size>
6283       </method>
6284       <method name="Int32 Main()">
6285         <size>86</size>
6286       </method>
6287     </type>
6288   </test>
6289   <test name="gtest-168.cs">
6290     <type name="lis`1[a]">
6291       <method name="Void .ctor()">
6292         <size>7</size>
6293       </method>
6294     </type>
6295     <type name="M">
6296       <method name="Void .ctor()">
6297         <size>7</size>
6298       </method>
6299       <method name="lis`1[a] Rev[a](lis`1[a])">
6300         <size>2</size>
6301       </method>
6302       <method name="lis`1[b] MapFromArray[a,b](a[])">
6303         <size>11</size>
6304       </method>
6305     </type>
6306     <type name="X">
6307       <method name="Void .ctor()">
6308         <size>7</size>
6309       </method>
6310       <method name="Void Main()">
6311         <size>1</size>
6312       </method>
6313     </type>
6314   </test>
6315   <test name="gtest-169.cs">
6316     <type name="list`1[A]">
6317       <method name="Void .ctor()">
6318         <size>7</size>
6319       </method>
6320     </type>
6321     <type name="list`1+Cons`1[A,T]">
6322       <method name="Void .ctor()">
6323         <size>7</size>
6324       </method>
6325     </type>
6326     <type name="list`1+Nil`1[A,T]">
6327       <method name="Void .ctor()">
6328         <size>7</size>
6329       </method>
6330     </type>
6331     <type name="C">
6332       <method name="Void .ctor()">
6333         <size>7</size>
6334       </method>
6335       <method name="Void Rev[T](list`1[T])">
6336         <size>43</size>
6337       </method>
6338     </type>
6339     <type name="M">
6340       <method name="Void .ctor()">
6341         <size>7</size>
6342       </method>
6343       <method name="Void Main()">
6344         <size>21</size>
6345       </method>
6346     </type>
6347   </test>
6348   <test name="gtest-170.cs">
6349     <type name="C`1[A]">
6350       <method name="Void .ctor()">
6351         <size>7</size>
6352       </method>
6353       <method name="Void foo[B](C`1[B])">
6354         <size>7</size>
6355       </method>
6356     </type>
6357     <type name="D">
6358       <method name="Void .ctor()">
6359         <size>7</size>
6360       </method>
6361       <method name="Void append[A](C`1[A])">
6362         <size>1</size>
6363       </method>
6364       <method name="Void Main()">
6365         <size>7</size>
6366       </method>
6367     </type>
6368   </test>
6369   <test name="gtest-171.cs">
6370     <type name="list`1[a]">
6371       <method name="Void .ctor()">
6372         <size>7</size>
6373       </method>
6374     </type>
6375     <type name="Nil`1[a]">
6376       <method name="Void .ctor()">
6377         <size>7</size>
6378       </method>
6379       <method name="Void .cctor()">
6380         <size>11</size>
6381       </method>
6382     </type>
6383     <type name="Test">
6384       <method name="Void .ctor()">
6385         <size>7</size>
6386       </method>
6387       <method name="Void Main()">
6388         <size>24</size>
6389       </method>
6390     </type>
6391   </test>
6392   <test name="gtest-172.cs">
6393     <type name="M">
6394       <method name="Void .ctor()">
6395         <size>7</size>
6396       </method>
6397       <method name="Void Main()">
6398         <size>7</size>
6399       </method>
6400     </type>
6401   </test>
6402   <test name="gtest-173.cs">
6403     <type name="List`1[t]">
6404       <method name="Void .ctor()">
6405         <size>7</size>
6406       </method>
6407       <method name="Void foo[b](List`1[t])">
6408         <size>27</size>
6409       </method>
6410     </type>
6411     <type name="C">
6412       <method name="Void .ctor()">
6413         <size>7</size>
6414       </method>
6415     </type>
6416     <type name="D">
6417       <method name="Void .ctor()">
6418         <size>7</size>
6419       </method>
6420     </type>
6421     <type name="M">
6422       <method name="Void .ctor()">
6423         <size>7</size>
6424       </method>
6425       <method name="Void Main()">
6426         <size>27</size>
6427       </method>
6428     </type>
6429   </test>
6430   <test name="gtest-174.cs">
6431     <type name="B`1[T]">
6432       <method name="Void .ctor()">
6433         <size>7</size>
6434       </method>
6435       <method name="Void .cctor()">
6436         <size>11</size>
6437       </method>
6438     </type>
6439     <type name="M">
6440       <method name="Void .ctor()">
6441         <size>7</size>
6442       </method>
6443       <method name="Void Main()">
6444         <size>13</size>
6445       </method>
6446     </type>
6447   </test>
6448   <test name="gtest-175.cs">
6449     <type name="Foo">
6450       <method name="Void .ctor()">
6451         <size>7</size>
6452       </method>
6453     </type>
6454     <type name="X">
6455       <method name="Void .ctor()">
6456         <size>7</size>
6457       </method>
6458       <method name="Foo Test(Foo, Foo)">
6459         <size>10</size>
6460       </method>
6461       <method name="Int32 Main()">
6462         <size>33</size>
6463       </method>
6464     </type>
6465   </test>
6466   <test name="gtest-176.cs">
6467     <type name="lis`1[a]">
6468       <method name="Void .ctor()">
6469         <size>7</size>
6470       </method>
6471     </type>
6472     <type name="fn`3[a,b,r]">
6473       <method name="Void .ctor()">
6474         <size>7</size>
6475       </method>
6476       <method name="r apply(a, b)">
6477         <size>0</size>
6478       </method>
6479     </type>
6480     <type name="fn1`1[a]">
6481       <method name="Void .ctor()">
6482         <size>7</size>
6483       </method>
6484       <method name="lis`1[a] apply(lis`1[a], lis`1[a])">
6485         <size>8</size>
6486       </method>
6487     </type>
6488     <type name="M">
6489       <method name="Void .ctor()">
6490         <size>7</size>
6491       </method>
6492       <method name="b FoldLeft[a,b](a, b, fn`3[a,b,b])">
6493         <size>9</size>
6494       </method>
6495       <method name="lis`1[a] RevAppend[a](lis`1[a], lis`1[a])">
6496         <size>2</size>
6497       </method>
6498       <method name="lis`1[lis`1[a]] Concat[a](lis`1[lis`1[a]])">
6499         <size>17</size>
6500       </method>
6501       <method name="Void Main()">
6502         <size>12</size>
6503       </method>
6504     </type>
6505   </test>
6506   <test name="gtest-177.cs">
6507     <type name="X">
6508       <method name="Void .ctor()">
6509         <size>7</size>
6510       </method>
6511       <method name="Void .cctor()">
6512         <size>25</size>
6513       </method>
6514       <method name="Int32 Main()">
6515         <size>96</size>
6516       </method>
6517     </type>
6518     <type name="X`1[T]">
6519       <method name="Void .ctor()">
6520         <size>7</size>
6521       </method>
6522       <method name="IEnumerator`1 Y(IEnumerable`1)">
6523         <size>7</size>
6524       </method>
6525       <method name="T Z(IList`1, Int32)">
6526         <size>8</size>
6527       </method>
6528     </type>
6529   </test>
6530   <test name="gtest-178.cs">
6531     <type name="X">
6532       <method name="Void .ctor()">
6533         <size>7</size>
6534       </method>
6535       <method name="Void Main()">
6536         <size>1</size>
6537       </method>
6538     </type>
6539   </test>
6540   <test name="gtest-179.cs">
6541     <type name="X`1[T]">
6542       <method name="Void .ctor()">
6543         <size>7</size>
6544       </method>
6545       <method name="Int32 get_i()">
6546         <size>2</size>
6547       </method>
6548       <method name="Void set_i(Int32)">
6549         <size>1</size>
6550       </method>
6551       <method name="Int32 myMain()">
6552         <size>14</size>
6553       </method>
6554     </type>
6555     <type name="Y">
6556       <method name="Void .ctor()">
6557         <size>7</size>
6558       </method>
6559       <method name="Int32 Main()">
6560         <size>6</size>
6561       </method>
6562     </type>
6563   </test>
6564   <test name="gtest-180.cs">
6565     <type name="C">
6566       <method name="Void .ctor()">
6567         <size>7</size>
6568       </method>
6569     </type>
6570     <type name="C+CC">
6571       <method name="Void .ctor()">
6572         <size>7</size>
6573       </method>
6574     </type>
6575     <type name="Program">
6576       <method name="Void .ctor()">
6577         <size>7</size>
6578       </method>
6579       <method name="Int32 Main()">
6580         <size>197</size>
6581       </method>
6582     </type>
6583     <type name="D">
6584       <method name="Void .ctor(Object, IntPtr)">
6585         <size>0</size>
6586       </method>
6587       <method name="Void Invoke()">
6588         <size>0</size>
6589       </method>
6590       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
6591         <size>0</size>
6592       </method>
6593       <method name="Void EndInvoke(IAsyncResult)">
6594         <size>0</size>
6595       </method>
6596     </type>
6597   </test>
6598   <test name="gtest-181.cs">
6599     <type name="X">
6600       <method name="Void .ctor()">
6601         <size>7</size>
6602       </method>
6603       <method name="IEnumerator get_GetIt()">
6604         <size>8</size>
6605       </method>
6606       <method name="Void set_GetIt(IEnumerator)">
6607         <size>1</size>
6608       </method>
6609       <method name="IEnumerable get_Item(Int32)">
6610         <size>30</size>
6611       </method>
6612       <method name="Void set_Item(Int32, IEnumerable)">
6613         <size>1</size>
6614       </method>
6615       <method name="Int32 Main()">
6616         <size>186</size>
6617       </method>
6618     </type>
6619     <type name="X+&lt;&gt;c__Iterator0">
6620       <method name="Void .ctor()">
6621         <size>7</size>
6622       </method>
6623       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6624         <size>7</size>
6625       </method>
6626       <method name="Boolean MoveNext()">
6627         <size>126</size>
6628       </method>
6629       <method name="Void Dispose()">
6630         <size>8</size>
6631       </method>
6632       <method name="Void Reset()">
6633         <size>6</size>
6634       </method>
6635     </type>
6636     <type name="X+&lt;&gt;c__Iterator1">
6637       <method name="Void .ctor()">
6638         <size>7</size>
6639       </method>
6640       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6641         <size>7</size>
6642       </method>
6643       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6644         <size>7</size>
6645       </method>
6646       <method name="Boolean MoveNext()">
6647         <size>145</size>
6648       </method>
6649       <method name="Void Dispose()">
6650         <size>8</size>
6651       </method>
6652       <method name="Void Reset()">
6653         <size>6</size>
6654       </method>
6655     </type>
6656     <type name="X+&lt;&gt;c__Iterator0">
6657       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
6658         <size>7</size>
6659       </method>
6660     </type>
6661     <type name="X+&lt;&gt;c__Iterator1">
6662       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
6663         <size>7</size>
6664       </method>
6665       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
6666         <size>40</size>
6667       </method>
6668     </type>
6669   </test>
6670   <test name="gtest-182.cs">
6671     <type name="C1">
6672       <method name="Void .ctor()">
6673         <size>7</size>
6674       </method>
6675       <method name="Int32 GetId()">
6676         <size>3</size>
6677       </method>
6678     </type>
6679     <type name="X">
6680       <method name="Void .ctor()">
6681         <size>7</size>
6682       </method>
6683       <method name="Void foo[a](a)">
6684         <size>15</size>
6685       </method>
6686       <method name="Void Main()">
6687         <size>11</size>
6688       </method>
6689     </type>
6690   </test>
6691   <test name="gtest-183.cs">
6692     <type name="test.Test`1[T]">
6693       <method name="Void .ctor()">
6694         <size>7</size>
6695       </method>
6696       <method name="IEnumerable`1 Lookup(T)">
6697         <size>30</size>
6698       </method>
6699     </type>
6700     <type name="test.Program">
6701       <method name="Void .ctor()">
6702         <size>7</size>
6703       </method>
6704       <method name="Void Main(System.String[])">
6705         <size>71</size>
6706       </method>
6707     </type>
6708     <type name="test.Test`1+&lt;Lookup&gt;c__Iterator0[T]">
6709       <method name="Void .ctor()">
6710         <size>7</size>
6711       </method>
6712       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6713         <size>12</size>
6714       </method>
6715       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6716         <size>7</size>
6717       </method>
6718       <method name="Boolean MoveNext()">
6719         <size>84</size>
6720       </method>
6721       <method name="Void Dispose()">
6722         <size>8</size>
6723       </method>
6724       <method name="Void Reset()">
6725         <size>6</size>
6726       </method>
6727       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
6728         <size>7</size>
6729       </method>
6730       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
6731         <size>40</size>
6732       </method>
6733     </type>
6734   </test>
6735   <test name="gtest-184.cs">
6736     <type name="X">
6737       <method name="Void .ctor()">
6738         <size>7</size>
6739       </method>
6740       <method name="Void Main()">
6741         <size>68</size>
6742       </method>
6743       <method name="Boolean &lt;Main&gt;m__0(System.String)">
6744         <size>12</size>
6745       </method>
6746     </type>
6747   </test>
6748   <test name="gtest-185.cs">
6749     <type name="App">
6750       <method name="Void .ctor()">
6751         <size>7</size>
6752       </method>
6753       <method name="Void Main()">
6754         <size>47</size>
6755       </method>
6756     </type>
6757     <type name="FP">
6758       <method name="Void .ctor()">
6759         <size>7</size>
6760       </method>
6761       <method name="T[] appendArrays[T](T[][])">
6762         <size>140</size>
6763       </method>
6764     </type>
6765   </test>
6766   <test name="gtest-186.cs">
6767     <type name="Tuple`2[a,b]">
6768       <method name="Void .ctor(a, b)">
6769         <size>21</size>
6770       </method>
6771     </type>
6772     <type name="Test">
6773       <method name="Void .ctor()">
6774         <size>7</size>
6775       </method>
6776       <method name="Void Main()">
6777         <size>120</size>
6778       </method>
6779     </type>
6780     <type name="TestSimpleObject">
6781       <method name="Void .ctor()">
6782         <size>25</size>
6783       </method>
6784       <method name="Void Print()">
6785         <size>17</size>
6786       </method>
6787     </type>
6788   </test>
6789   <test name="gtest-187.cs">
6790     <type name="Foo`1[T]">
6791       <method name="Void .ctor()">
6792         <size>7</size>
6793       </method>
6794       <method name="T next()">
6795         <size>7</size>
6796       </method>
6797     </type>
6798     <type name="Goo">
6799       <method name="Void .ctor()">
6800         <size>7</size>
6801       </method>
6802     </type>
6803     <type name="Test">
6804       <method name="Void .ctor()">
6805         <size>7</size>
6806       </method>
6807       <method name="Void Main()">
6808         <size>14</size>
6809       </method>
6810     </type>
6811   </test>
6812   <test name="gtest-188.cs">
6813     <type name="Foo">
6814       <method name="Void .ctor(Object[])">
6815         <size>11</size>
6816       </method>
6817       <method name="Void .ctor(Object[], Object)">
6818         <size>217</size>
6819       </method>
6820       <method name="Void add_DoSomething(System.EventHandler)">
6821         <size>24</size>
6822       </method>
6823       <method name="Void remove_DoSomething(System.EventHandler)">
6824         <size>24</size>
6825       </method>
6826       <method name="Void Main()">
6827         <size>21</size>
6828       </method>
6829     </type>
6830     <type name="Foo+&lt;Foo&gt;c__AnonStorey0">
6831       <method name="Void .ctor()">
6832         <size>7</size>
6833       </method>
6834       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
6835         <size>46</size>
6836       </method>
6837     </type>
6838     <type name="Foo+&lt;Foo&gt;c__AnonStorey1">
6839       <method name="Void .ctor()">
6840         <size>7</size>
6841       </method>
6842     </type>
6843   </test>
6844   <test name="gtest-189.cs">
6845     <type name="Bar">
6846       <method name="Void .ctor()">
6847         <size>7</size>
6848       </method>
6849     </type>
6850     <type name="Cont`1[T]">
6851       <method name="Void .ctor(T)">
6852         <size>14</size>
6853       </method>
6854       <method name="System.String ToString()">
6855         <size>18</size>
6856       </method>
6857     </type>
6858     <type name="M">
6859       <method name="Void .ctor()">
6860         <size>7</size>
6861       </method>
6862       <method name="Void Main()">
6863         <size>18</size>
6864       </method>
6865     </type>
6866   </test>
6867   <test name="gtest-190.cs">
6868     <type name="Foo`1[T]">
6869       <method name="Void .ctor()">
6870         <size>7</size>
6871       </method>
6872       <method name="Foo`1+Node[T] GetRoot()">
6873         <size>6</size>
6874       </method>
6875       <method name="Void Test(Foo`1+Node[T])">
6876         <size>14</size>
6877       </method>
6878     </type>
6879     <type name="Foo`1+Node[T]">
6880       <method name="Void .ctor()">
6881         <size>7</size>
6882       </method>
6883     </type>
6884     <type name="Foo`1+ConcatNode[T]">
6885       <method name="Void .ctor()">
6886         <size>7</size>
6887       </method>
6888     </type>
6889     <type name="X">
6890       <method name="Void .ctor()">
6891         <size>7</size>
6892       </method>
6893       <method name="Void Main()">
6894         <size>21</size>
6895       </method>
6896     </type>
6897   </test>
6898   <test name="gtest-191.cs">
6899     <type name="Test1.Test">
6900       <method name="IEnumerable`1 Replace[T]()">
6901         <size>16</size>
6902       </method>
6903     </type>
6904     <type name="Test2.Test`1[S]">
6905       <method name="Void .ctor()">
6906         <size>7</size>
6907       </method>
6908       <method name="IEnumerable`1 Replace[T]()">
6909         <size>16</size>
6910       </method>
6911     </type>
6912     <type name="Test3.Test`1[S]">
6913       <method name="Void .ctor()">
6914         <size>7</size>
6915       </method>
6916       <method name="IEnumerable`1 Replace[T](IEnumerable`1, IEnumerable`1)">
6917         <size>16</size>
6918       </method>
6919     </type>
6920     <type name="Test4.Test">
6921       <method name="Void .ctor()">
6922         <size>7</size>
6923       </method>
6924       <method name="IEnumerable`1 Replace[T]()">
6925         <size>16</size>
6926       </method>
6927     </type>
6928     <type name="Test5.Test">
6929       <method name="Void .ctor()">
6930         <size>7</size>
6931       </method>
6932       <method name="IEnumerable`1 Replace[T](T)">
6933         <size>30</size>
6934       </method>
6935     </type>
6936     <type name="Test6.Test">
6937       <method name="Void .ctor()">
6938         <size>7</size>
6939       </method>
6940       <method name="IEnumerable`1 Replace[T](T)">
6941         <size>30</size>
6942       </method>
6943     </type>
6944     <type name="Test7.Test">
6945       <method name="Void .ctor()">
6946         <size>7</size>
6947       </method>
6948       <method name="IEnumerable`1 Replace[T](T[])">
6949         <size>30</size>
6950       </method>
6951     </type>
6952     <type name="X">
6953       <method name="Void .ctor()">
6954         <size>7</size>
6955       </method>
6956       <method name="Void Main()">
6957         <size>1</size>
6958       </method>
6959     </type>
6960     <type name="Test1.Test+&lt;Replace&gt;c__Iterator0`1[T]">
6961       <method name="Void .ctor()">
6962         <size>7</size>
6963       </method>
6964       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6965         <size>12</size>
6966       </method>
6967       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6968         <size>7</size>
6969       </method>
6970       <method name="Boolean MoveNext()">
6971         <size>25</size>
6972       </method>
6973       <method name="Void Dispose()">
6974         <size>8</size>
6975       </method>
6976       <method name="Void Reset()">
6977         <size>6</size>
6978       </method>
6979     </type>
6980     <type name="Test2.Test`1+&lt;Replace&gt;c__Iterator1`1[S,T]">
6981       <method name="Void .ctor()">
6982         <size>7</size>
6983       </method>
6984       <method name="System.Object System.Collections.IEnumerator.get_Current()">
6985         <size>12</size>
6986       </method>
6987       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
6988         <size>7</size>
6989       </method>
6990       <method name="Boolean MoveNext()">
6991         <size>25</size>
6992       </method>
6993       <method name="Void Dispose()">
6994         <size>8</size>
6995       </method>
6996       <method name="Void Reset()">
6997         <size>6</size>
6998       </method>
6999     </type>
7000     <type name="Test3.Test`1+&lt;Replace&gt;c__Iterator2`1[S,T]">
7001       <method name="Void .ctor()">
7002         <size>7</size>
7003       </method>
7004       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7005         <size>12</size>
7006       </method>
7007       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7008         <size>7</size>
7009       </method>
7010       <method name="Boolean MoveNext()">
7011         <size>25</size>
7012       </method>
7013       <method name="Void Dispose()">
7014         <size>8</size>
7015       </method>
7016       <method name="Void Reset()">
7017         <size>6</size>
7018       </method>
7019     </type>
7020     <type name="Test4.Test+&lt;Replace&gt;c__Iterator3`1[T]">
7021       <method name="Void .ctor()">
7022         <size>7</size>
7023       </method>
7024       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7025         <size>12</size>
7026       </method>
7027       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7028         <size>7</size>
7029       </method>
7030       <method name="Boolean MoveNext()">
7031         <size>25</size>
7032       </method>
7033       <method name="Void Dispose()">
7034         <size>8</size>
7035       </method>
7036       <method name="Void Reset()">
7037         <size>6</size>
7038       </method>
7039     </type>
7040     <type name="Test5.Test+&lt;Replace&gt;c__Iterator4`1[T]">
7041       <method name="Void .ctor()">
7042         <size>7</size>
7043       </method>
7044       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7045         <size>12</size>
7046       </method>
7047       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7048         <size>7</size>
7049       </method>
7050       <method name="Boolean MoveNext()">
7051         <size>70</size>
7052       </method>
7053       <method name="Void Dispose()">
7054         <size>8</size>
7055       </method>
7056       <method name="Void Reset()">
7057         <size>6</size>
7058       </method>
7059     </type>
7060     <type name="Test6.Test+&lt;Replace&gt;c__Iterator5`1[T]">
7061       <method name="Void .ctor()">
7062         <size>7</size>
7063       </method>
7064       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7065         <size>12</size>
7066       </method>
7067       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7068         <size>7</size>
7069       </method>
7070       <method name="Boolean MoveNext()">
7071         <size>82</size>
7072       </method>
7073       <method name="Void Dispose()">
7074         <size>8</size>
7075       </method>
7076       <method name="Void Reset()">
7077         <size>6</size>
7078       </method>
7079     </type>
7080     <type name="Test7.Test+&lt;Replace&gt;c__Iterator6`1[T]">
7081       <method name="Void .ctor()">
7082         <size>7</size>
7083       </method>
7084       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7085         <size>7</size>
7086       </method>
7087       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7088         <size>7</size>
7089       </method>
7090       <method name="Boolean MoveNext()">
7091         <size>82</size>
7092       </method>
7093       <method name="Void Dispose()">
7094         <size>8</size>
7095       </method>
7096       <method name="Void Reset()">
7097         <size>6</size>
7098       </method>
7099     </type>
7100     <type name="Test1.Test+&lt;Replace&gt;c__Iterator0`1[T]">
7101       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7102         <size>7</size>
7103       </method>
7104       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
7105         <size>26</size>
7106       </method>
7107     </type>
7108     <type name="Test2.Test`1+&lt;Replace&gt;c__Iterator1`1[S,T]">
7109       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7110         <size>7</size>
7111       </method>
7112       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
7113         <size>26</size>
7114       </method>
7115     </type>
7116     <type name="Test3.Test`1+&lt;Replace&gt;c__Iterator2`1[S,T]">
7117       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;S,T&gt;&gt;.get_Current()">
7118         <size>7</size>
7119       </method>
7120       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;S,T&gt;&gt;.GetEnumerator()">
7121         <size>26</size>
7122       </method>
7123     </type>
7124     <type name="Test4.Test+&lt;Replace&gt;c__Iterator3`1[T]">
7125       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7126         <size>7</size>
7127       </method>
7128       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
7129         <size>26</size>
7130       </method>
7131     </type>
7132     <type name="Test5.Test+&lt;Replace&gt;c__Iterator4`1[T]">
7133       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7134         <size>7</size>
7135       </method>
7136       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
7137         <size>40</size>
7138       </method>
7139     </type>
7140     <type name="Test6.Test+&lt;Replace&gt;c__Iterator5`1[T]">
7141       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7142         <size>7</size>
7143       </method>
7144       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
7145         <size>40</size>
7146       </method>
7147     </type>
7148     <type name="Test7.Test+&lt;Replace&gt;c__Iterator6`1[T]">
7149       <method name="T[] System.Collections.Generic.IEnumerator&lt;T[]&gt;.get_Current()">
7150         <size>7</size>
7151       </method>
7152       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T[]&gt;.GetEnumerator()">
7153         <size>40</size>
7154       </method>
7155     </type>
7156   </test>
7157   <test name="gtest-192.cs">
7158     <type name="xX">
7159       <method name="Void .ctor()">
7160         <size>7</size>
7161       </method>
7162       <method name="Void Main()">
7163         <size>1</size>
7164       </method>
7165     </type>
7166   </test>
7167   <test name="gtest-193.cs">
7168     <type name="OrderedMultiDictionary`2[T,U]">
7169       <method name="Void .ctor()">
7170         <size>7</size>
7171       </method>
7172       <method name="IEnumerator`1 EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
7173         <size>29</size>
7174       </method>
7175     </type>
7176     <type name="RedBlackTree`1[S]">
7177       <method name="Void .ctor()">
7178         <size>7</size>
7179       </method>
7180       <method name="IEnumerable`1 EnumerateRange(RedBlackTree`1+RangeTester[S])">
7181         <size>16</size>
7182       </method>
7183     </type>
7184     <type name="X">
7185       <method name="Void .ctor()">
7186         <size>7</size>
7187       </method>
7188       <method name="Void Main()">
7189         <size>1</size>
7190       </method>
7191     </type>
7192     <type name="RedBlackTree`1+RangeTester[S]">
7193       <method name="Void .ctor(Object, IntPtr)">
7194         <size>0</size>
7195       </method>
7196       <method name="Int32 Invoke(S)">
7197         <size>0</size>
7198       </method>
7199       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
7200         <size>0</size>
7201       </method>
7202       <method name="Int32 EndInvoke(IAsyncResult)">
7203         <size>0</size>
7204       </method>
7205     </type>
7206     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator0[T,U]">
7207       <method name="Void .ctor()">
7208         <size>7</size>
7209       </method>
7210       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7211         <size>12</size>
7212       </method>
7213       <method name="Boolean MoveNext()">
7214         <size>48</size>
7215       </method>
7216       <method name="Void Dispose()">
7217         <size>8</size>
7218       </method>
7219       <method name="Void Reset()">
7220         <size>6</size>
7221       </method>
7222     </type>
7223     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator1[S]">
7224       <method name="Void .ctor()">
7225         <size>7</size>
7226       </method>
7227       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7228         <size>12</size>
7229       </method>
7230       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7231         <size>7</size>
7232       </method>
7233       <method name="Boolean MoveNext()">
7234         <size>25</size>
7235       </method>
7236       <method name="Void Dispose()">
7237         <size>8</size>
7238       </method>
7239       <method name="Void Reset()">
7240         <size>6</size>
7241       </method>
7242     </type>
7243     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator0[T,U]">
7244       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7245         <size>7</size>
7246       </method>
7247     </type>
7248     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator1[S]">
7249       <method name="S System.Collections.Generic.IEnumerator&lt;S&gt;.get_Current()">
7250         <size>7</size>
7251       </method>
7252       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;S&gt;.GetEnumerator()">
7253         <size>26</size>
7254       </method>
7255     </type>
7256   </test>
7257   <test name="gtest-194.cs">
7258     <type name="RedBlackTree`1[S]">
7259       <method name="Void .ctor()">
7260         <size>7</size>
7261       </method>
7262       <method name="IEnumerable`1 EnumerateRange(RedBlackTree`1+RangeTester[S])">
7263         <size>16</size>
7264       </method>
7265     </type>
7266     <type name="OrderedMultiDictionary`2[T,U]">
7267       <method name="Void .ctor()">
7268         <size>7</size>
7269       </method>
7270       <method name="IEnumerator`1 EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
7271         <size>29</size>
7272       </method>
7273     </type>
7274     <type name="X">
7275       <method name="Void .ctor()">
7276         <size>7</size>
7277       </method>
7278       <method name="Void Main()">
7279         <size>1</size>
7280       </method>
7281     </type>
7282     <type name="RedBlackTree`1+RangeTester[S]">
7283       <method name="Void .ctor(Object, IntPtr)">
7284         <size>0</size>
7285       </method>
7286       <method name="Int32 Invoke(S)">
7287         <size>0</size>
7288       </method>
7289       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
7290         <size>0</size>
7291       </method>
7292       <method name="Int32 EndInvoke(IAsyncResult)">
7293         <size>0</size>
7294       </method>
7295     </type>
7296     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator0[S]">
7297       <method name="Void .ctor()">
7298         <size>7</size>
7299       </method>
7300       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7301         <size>12</size>
7302       </method>
7303       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7304         <size>7</size>
7305       </method>
7306       <method name="Boolean MoveNext()">
7307         <size>25</size>
7308       </method>
7309       <method name="Void Dispose()">
7310         <size>8</size>
7311       </method>
7312       <method name="Void Reset()">
7313         <size>6</size>
7314       </method>
7315     </type>
7316     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator1[T,U]">
7317       <method name="Void .ctor()">
7318         <size>7</size>
7319       </method>
7320       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7321         <size>12</size>
7322       </method>
7323       <method name="Boolean MoveNext()">
7324         <size>48</size>
7325       </method>
7326       <method name="Void Dispose()">
7327         <size>8</size>
7328       </method>
7329       <method name="Void Reset()">
7330         <size>6</size>
7331       </method>
7332     </type>
7333     <type name="RedBlackTree`1+&lt;EnumerateRange&gt;c__Iterator0[S]">
7334       <method name="S System.Collections.Generic.IEnumerator&lt;S&gt;.get_Current()">
7335         <size>7</size>
7336       </method>
7337       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;S&gt;.GetEnumerator()">
7338         <size>26</size>
7339       </method>
7340     </type>
7341     <type name="OrderedMultiDictionary`2+&lt;EnumerateKeys&gt;c__Iterator1[T,U]">
7342       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
7343         <size>7</size>
7344       </method>
7345     </type>
7346   </test>
7347   <test name="gtest-195.cs">
7348     <type name="OrderedMultiDictionary`2[T,U]">
7349       <method name="Void .ctor()">
7350         <size>7</size>
7351       </method>
7352       <method name="Void EnumerateKeys(RedBlackTree`1+RangeTester[System.Collections.Generic.KeyValuePair`2[T,U]])">
7353         <size>13</size>
7354       </method>
7355     </type>
7356     <type name="RedBlackTree`1[S]">
7357       <method name="Void .ctor()">
7358         <size>7</size>
7359       </method>
7360       <method name="Void EnumerateRange(RedBlackTree`1+RangeTester[S])">
7361         <size>1</size>
7362       </method>
7363     </type>
7364     <type name="X">
7365       <method name="Void .ctor()">
7366         <size>7</size>
7367       </method>
7368       <method name="Void Main()">
7369         <size>1</size>
7370       </method>
7371     </type>
7372     <type name="RedBlackTree`1+RangeTester[S]">
7373       <method name="Void .ctor(Object, IntPtr)">
7374         <size>0</size>
7375       </method>
7376       <method name="Int32 Invoke(S)">
7377         <size>0</size>
7378       </method>
7379       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
7380         <size>0</size>
7381       </method>
7382       <method name="Int32 EndInvoke(IAsyncResult)">
7383         <size>0</size>
7384       </method>
7385     </type>
7386   </test>
7387   <test name="gtest-196.cs">
7388     <type name="Dict">
7389       <method name="Void .ctor()">
7390         <size>7</size>
7391       </method>
7392     </type>
7393     <type name="Foo">
7394       <method name="Void .ctor()">
7395         <size>7</size>
7396       </method>
7397       <method name="Int32 Main()">
7398         <size>114</size>
7399       </method>
7400     </type>
7401   </test>
7402   <test name="gtest-197.cs">
7403     <type name="Martin.Collections.Generic.EqualityComparer`1[T]">
7404       <method name="Void .ctor()">
7405         <size>7</size>
7406       </method>
7407       <method name="Void .cctor()">
7408         <size>95</size>
7409       </method>
7410       <method name="Int32 GetHashCode(T)">
7411         <size>0</size>
7412       </method>
7413       <method name="Boolean Equals(T, T)">
7414         <size>0</size>
7415       </method>
7416       <method name="Martin.Collections.Generic.EqualityComparer`1[T] get_Default()">
7417         <size>6</size>
7418       </method>
7419     </type>
7420     <type name="Martin.Collections.Generic.EqualityComparer`1+DefaultComparer[T]">
7421       <method name="Void .ctor()">
7422         <size>7</size>
7423       </method>
7424       <method name="Int32 GetHashCode(T)">
7425         <size>14</size>
7426       </method>
7427       <method name="Boolean Equals(T, T)">
7428         <size>41</size>
7429       </method>
7430     </type>
7431     <type name="Martin.Collections.Generic.IEquatableOfTEqualityComparer`1[T]">
7432       <method name="Void .ctor()">
7433         <size>7</size>
7434       </method>
7435       <method name="Int32 GetHashCode(T)">
7436         <size>14</size>
7437       </method>
7438       <method name="Boolean Equals(T, T)">
7439         <size>36</size>
7440       </method>
7441     </type>
7442     <type name="Martin.Collections.Generic.X">
7443       <method name="Void .ctor()">
7444         <size>7</size>
7445       </method>
7446       <method name="Void Main()">
7447         <size>1</size>
7448       </method>
7449     </type>
7450   </test>
7451   <test name="gtest-198.cs">
7452     <type name="ClassLibrary2.List1`1[T]">
7453       <method name="Void .ctor()">
7454         <size>7</size>
7455       </method>
7456     </type>
7457     <type name="ClassLibrary2.List2`1[T]">
7458       <method name="Void .ctor()">
7459         <size>18</size>
7460       </method>
7461       <method name="Void AddItem(T)">
7462         <size>13</size>
7463       </method>
7464     </type>
7465     <type name="ClassLibrary2.Foo">
7466       <method name="Void .ctor()">
7467         <size>7</size>
7468       </method>
7469       <method name="Void Main()">
7470         <size>1</size>
7471       </method>
7472     </type>
7473   </test>
7474   <test name="gtest-199.cs">
7475     <type name="Splay`1[T]">
7476       <method name="Void .ctor()">
7477         <size>7</size>
7478       </method>
7479     </type>
7480     <type name="Foo">
7481       <method name="Void .ctor()">
7482         <size>7</size>
7483       </method>
7484       <method name="Void Main()">
7485         <size>1</size>
7486       </method>
7487     </type>
7488   </test>
7489   <test name="gtest-200.cs">
7490     <type name="Test">
7491       <method name="Void .ctor()">
7492         <size>7</size>
7493       </method>
7494       <method name="T QueryInterface[T](System.Object)">
7495         <size>45</size>
7496       </method>
7497     </type>
7498     <type name="Driver">
7499       <method name="Void .ctor()">
7500         <size>7</size>
7501       </method>
7502       <method name="Void Main()">
7503         <size>1</size>
7504       </method>
7505     </type>
7506   </test>
7507   <test name="gtest-201.cs">
7508     <type name="HashSet`1[T]">
7509       <method name="Void .ctor(Int64)">
7510         <size>14</size>
7511       </method>
7512       <method name="Int64 Test()">
7513         <size>7</size>
7514       </method>
7515       <method name="IEnumerator`1 GetEnumerator()">
7516         <size>15</size>
7517       </method>
7518     </type>
7519     <type name="X">
7520       <method name="Void .ctor()">
7521         <size>7</size>
7522       </method>
7523       <method name="Int32 Main()">
7524         <size>83</size>
7525       </method>
7526     </type>
7527     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
7528       <method name="Void .ctor()">
7529         <size>7</size>
7530       </method>
7531       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7532         <size>12</size>
7533       </method>
7534       <method name="Boolean MoveNext()">
7535         <size>75</size>
7536       </method>
7537       <method name="Void Dispose()">
7538         <size>8</size>
7539       </method>
7540       <method name="Void Reset()">
7541         <size>6</size>
7542       </method>
7543       <method name="Int64 System.Collections.Generic.IEnumerator&lt;long&gt;.get_Current()">
7544         <size>7</size>
7545       </method>
7546     </type>
7547   </test>
7548   <test name="gtest-202.cs">
7549     <type name="Generic`1[T]">
7550       <method name="Void .ctor()">
7551         <size>20</size>
7552       </method>
7553       <method name="T get_Item(Int32, Int32)">
7554         <size>14</size>
7555       </method>
7556       <method name="Void set_Item(Int32, Int32, T)">
7557         <size>15</size>
7558       </method>
7559     </type>
7560     <type name="Fault">
7561       <method name="Void Main()">
7562         <size>51</size>
7563       </method>
7564       <method name="System.String ToString()">
7565         <size>6</size>
7566       </method>
7567     </type>
7568   </test>
7569   <test name="gtest-203.cs">
7570     <type name="C`2[X,Y]">
7571       <method name="Void .ctor()">
7572         <size>7</size>
7573       </method>
7574       <method name="Void foo[A,B]()">
7575         <size>14</size>
7576       </method>
7577       <method name="Void bar[A,B]()">
7578         <size>69</size>
7579       </method>
7580     </type>
7581     <type name="C`2+Q`2[X,Y,A,B]">
7582       <method name="Void .ctor()">
7583         <size>7</size>
7584       </method>
7585       <method name="Void apply(C`2[X,Y])">
7586         <size>7</size>
7587       </method>
7588     </type>
7589     <type name="X">
7590       <method name="Void .ctor()">
7591         <size>7</size>
7592       </method>
7593       <method name="Void Main()">
7594         <size>13</size>
7595       </method>
7596     </type>
7597   </test>
7598   <test name="gtest-204.cs">
7599     <type name="Map`1[b]">
7600       <method name="Void .ctor()">
7601         <size>7</size>
7602       </method>
7603       <method name="a Fold1[a](a)">
7604         <size>2</size>
7605       </method>
7606       <method name="c Fold[c](c)">
7607         <size>15</size>
7608       </method>
7609     </type>
7610     <type name="LocalContext">
7611       <method name="Void .ctor()">
7612         <size>18</size>
7613       </method>
7614       <method name="a Fold[a](a)">
7615         <size>13</size>
7616       </method>
7617     </type>
7618     <type name="M">
7619       <method name="Void .ctor()">
7620         <size>7</size>
7621       </method>
7622       <method name="Void Main()">
7623         <size>19</size>
7624       </method>
7625     </type>
7626   </test>
7627   <test name="gtest-205.cs">
7628     <type name="Foo`1[S]">
7629       <method name="Void .ctor()">
7630         <size>7</size>
7631       </method>
7632     </type>
7633     <type name="Test`1[U]">
7634       <method name="Void .ctor()">
7635         <size>7</size>
7636       </method>
7637       <method name="Void Func(U)">
7638         <size>12</size>
7639       </method>
7640     </type>
7641     <type name="X">
7642       <method name="Void .ctor()">
7643         <size>7</size>
7644       </method>
7645       <method name="Void Test(System.Type, System.Object)">
7646         <size>31</size>
7647       </method>
7648       <method name="Void Main()">
7649         <size>144</size>
7650       </method>
7651     </type>
7652   </test>
7653   <test name="gtest-206.cs">
7654     <type name="Continuation`2[R,A]">
7655       <method name="Void .ctor()">
7656         <size>7</size>
7657       </method>
7658       <method name="Continuation`2[R,A] CallCC[B](System.Object)">
7659         <size>2</size>
7660       </method>
7661     </type>
7662     <type name="Driver">
7663       <method name="Void .ctor()">
7664         <size>7</size>
7665       </method>
7666       <method name="Continuation`2[B,A] myTry[A,B](B, A)">
7667         <size>7</size>
7668       </method>
7669       <method name="Void Main()">
7670         <size>9</size>
7671       </method>
7672     </type>
7673   </test>
7674   <test name="gtest-207.cs">
7675     <type name="M">
7676       <method name="Void .ctor()">
7677         <size>7</size>
7678       </method>
7679       <method name="Void p(System.String)">
7680         <size>7</size>
7681       </method>
7682       <method name="Void Main()">
7683         <size>50</size>
7684       </method>
7685     </type>
7686   </test>
7687   <test name="gtest-208.cs">
7688     <type name="SomeClass">
7689       <method name="Void .ctor()">
7690         <size>7</size>
7691       </method>
7692     </type>
7693     <type name="Foo`1[T]">
7694       <method name="Void .ctor()">
7695         <size>7</size>
7696       </method>
7697       <method name="T Do(System.Object)">
7698         <size>12</size>
7699       </method>
7700     </type>
7701     <type name="Driver">
7702       <method name="Void .ctor()">
7703         <size>7</size>
7704       </method>
7705       <method name="Void Main()">
7706         <size>19</size>
7707       </method>
7708     </type>
7709   </test>
7710   <test name="gtest-209.cs">
7711     <type name="ClassLibrary3.Dictionary1`2[TKey,TValue]">
7712       <method name="Void .ctor()">
7713         <size>7</size>
7714       </method>
7715     </type>
7716     <type name="ClassLibrary3.Test">
7717       <method name="Void .ctor()">
7718         <size>7</size>
7719       </method>
7720       <method name="Void Main()">
7721         <size>23</size>
7722       </method>
7723     </type>
7724   </test>
7725   <test name="gtest-210.cs">
7726     <type name="Foo`1[T]">
7727       <method name="Void .ctor()">
7728         <size>7</size>
7729       </method>
7730       <method name="T next()">
7731         <size>7</size>
7732       </method>
7733     </type>
7734     <type name="Goo">
7735       <method name="Void .ctor()">
7736         <size>7</size>
7737       </method>
7738     </type>
7739     <type name="Test">
7740       <method name="Void .ctor()">
7741         <size>7</size>
7742       </method>
7743       <method name="Void Main()">
7744         <size>14</size>
7745       </method>
7746     </type>
7747   </test>
7748   <test name="gtest-211.cs">
7749     <type name="MyTest">
7750       <method name="Void .ctor()">
7751         <size>7</size>
7752       </method>
7753       <method name="Void f(Boolean, Boolean)">
7754         <size>59</size>
7755       </method>
7756       <method name="Void Main()">
7757         <size>448</size>
7758       </method>
7759     </type>
7760   </test>
7761   <test name="gtest-212.cs">
7762     <type name="Test">
7763       <method name="Void .ctor()">
7764         <size>7</size>
7765       </method>
7766       <method name="Void Fun[T](T)">
7767         <size>15</size>
7768       </method>
7769       <method name="Void Main()">
7770         <size>15</size>
7771       </method>
7772     </type>
7773     <type name="SomeStruct">
7774       <method name="Boolean get_Valid()">
7775         <size>2</size>
7776       </method>
7777     </type>
7778   </test>
7779   <test name="gtest-213.cs">
7780     <type name="Test">
7781       <method name="Void .ctor()">
7782         <size>7</size>
7783       </method>
7784       <method name="Void Fun[T](T)">
7785         <size>78</size>
7786       </method>
7787       <method name="Void Main()">
7788         <size>15</size>
7789       </method>
7790     </type>
7791     <type name="SomeStruct">
7792       <method name="Int32 get_Foo()">
7793         <size>7</size>
7794       </method>
7795       <method name="Void set_Foo(Int32)">
7796         <size>8</size>
7797       </method>
7798     </type>
7799   </test>
7800   <test name="gtest-214.cs">
7801     <type name="X">
7802       <method name="Void .ctor()">
7803         <size>7</size>
7804       </method>
7805       <method name="Int32 Main()">
7806         <size>83</size>
7807       </method>
7808     </type>
7809   </test>
7810   <test name="gtest-215.cs">
7811     <type name="R">
7812       <method name="Void .ctor()">
7813         <size>7</size>
7814       </method>
7815     </type>
7816     <type name="A`1[T]">
7817       <method name="Void .ctor()">
7818         <size>7</size>
7819       </method>
7820     </type>
7821     <type name="D">
7822       <method name="Void .ctor()">
7823         <size>7</size>
7824       </method>
7825     </type>
7826     <type name="MainClass">
7827       <method name="Void .ctor()">
7828         <size>7</size>
7829       </method>
7830       <method name="Void Main()">
7831         <size>1</size>
7832       </method>
7833     </type>
7834   </test>
7835   <test name="gtest-216.cs">
7836     <type name="BaseClass">
7837       <method name="Void .ctor()">
7838         <size>7</size>
7839       </method>
7840       <method name="Ret`1 Foo[T]()">
7841         <size>2</size>
7842       </method>
7843       <method name="Ret Foo()">
7844         <size>2</size>
7845       </method>
7846       <method name="Void Main()">
7847         <size>1</size>
7848       </method>
7849     </type>
7850     <type name="DerivedClass">
7851       <method name="Void .ctor()">
7852         <size>7</size>
7853       </method>
7854       <method name="Ret`1 Foo[T]()">
7855         <size>2</size>
7856       </method>
7857       <method name="Ret Foo()">
7858         <size>2</size>
7859       </method>
7860     </type>
7861   </test>
7862   <test name="gtest-217.cs">
7863     <type name="MyTest">
7864       <method name="Void .ctor()">
7865         <size>7</size>
7866       </method>
7867       <method name="IEnumerable`1 Map[Aa,Af,Rf,Rr](Fun`2[Af,Rf], IEnumerable`1)">
7868         <size>44</size>
7869       </method>
7870       <method name="Void Main(System.String[])">
7871         <size>97</size>
7872       </method>
7873       <method name="IEnumerable`1 FromTo(Int32, Int32)">
7874         <size>44</size>
7875       </method>
7876     </type>
7877     <type name="Fun`2[A1,R]">
7878       <method name="Void .ctor(Object, IntPtr)">
7879         <size>0</size>
7880       </method>
7881       <method name="R Invoke(A1)">
7882         <size>0</size>
7883       </method>
7884       <method name="IAsyncResult BeginInvoke(A1, System.AsyncCallback, System.Object)">
7885         <size>0</size>
7886       </method>
7887       <method name="R EndInvoke(IAsyncResult)">
7888         <size>0</size>
7889       </method>
7890     </type>
7891     <type name="MyTest">
7892       <method name="System.String &lt;Main&gt;m__0(Int32)">
7893         <size>8</size>
7894       </method>
7895     </type>
7896     <type name="MyTest+&lt;Map&gt;c__Iterator0`4[Aa,Af,Rf,Rr]">
7897       <method name="Void .ctor()">
7898         <size>7</size>
7899       </method>
7900       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7901         <size>12</size>
7902       </method>
7903       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7904         <size>7</size>
7905       </method>
7906       <method name="Boolean MoveNext()">
7907         <size>207</size>
7908       </method>
7909       <method name="Void Dispose()">
7910         <size>62</size>
7911       </method>
7912       <method name="Void Reset()">
7913         <size>6</size>
7914       </method>
7915     </type>
7916     <type name="MyTest+&lt;FromTo&gt;c__Iterator1">
7917       <method name="Void .ctor()">
7918         <size>7</size>
7919       </method>
7920       <method name="System.Object System.Collections.IEnumerator.get_Current()">
7921         <size>12</size>
7922       </method>
7923       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
7924         <size>7</size>
7925       </method>
7926       <method name="Boolean MoveNext()">
7927         <size>118</size>
7928       </method>
7929       <method name="Void Dispose()">
7930         <size>8</size>
7931       </method>
7932       <method name="Void Reset()">
7933         <size>6</size>
7934       </method>
7935     </type>
7936     <type name="MyTest+&lt;Map&gt;c__Iterator0`4[Aa,Af,Rf,Rr]">
7937       <method name="Rr System.Collections.Generic.IEnumerator&lt;Rr&gt;.get_Current()">
7938         <size>7</size>
7939       </method>
7940       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Rr&gt;.GetEnumerator()">
7941         <size>52</size>
7942       </method>
7943     </type>
7944     <type name="MyTest+&lt;FromTo&gt;c__Iterator1">
7945       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
7946         <size>7</size>
7947       </method>
7948       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
7949         <size>52</size>
7950       </method>
7951     </type>
7952   </test>
7953   <test name="gtest-218.cs">
7954     <type name="Foo">
7955       <method name="Void .ctor()">
7956         <size>7</size>
7957       </method>
7958     </type>
7959     <type name="X">
7960       <method name="Void .ctor()">
7961         <size>7</size>
7962       </method>
7963       <method name="Void Main()">
7964         <size>1</size>
7965       </method>
7966     </type>
7967   </test>
7968   <test name="gtest-219.cs">
7969     <type name="Test">
7970       <method name="Void .ctor()">
7971         <size>7</size>
7972       </method>
7973       <method name="Void Foo[T]()">
7974         <size>1</size>
7975       </method>
7976       <method name="Int32 Main()">
7977         <size>75</size>
7978       </method>
7979     </type>
7980   </test>
7981   <test name="gtest-220.cs">
7982     <type name="A`1[T1]">
7983       <method name="Void .ctor()">
7984         <size>7</size>
7985       </method>
7986     </type>
7987     <type name="A`1+B`1[T1,T2]">
7988       <method name="Void .ctor()">
7989         <size>7</size>
7990       </method>
7991     </type>
7992     <type name="A`1+B`1+C`1[T1,T2,T3]">
7993       <method name="Void .ctor()">
7994         <size>7</size>
7995       </method>
7996     </type>
7997     <type name="PopQuiz">
7998       <method name="Void .ctor()">
7999         <size>7</size>
8000       </method>
8001       <method name="Int32 Main()">
8002         <size>148</size>
8003       </method>
8004     </type>
8005   </test>
8006   <test name="gtest-221.cs">
8007     <type name="C1`1[IFoo]">
8008       <method name="Void .ctor()">
8009         <size>7</size>
8010       </method>
8011     </type>
8012     <type name="C2">
8013       <method name="Void .ctor()">
8014         <size>7</size>
8015       </method>
8016       <method name="C1`1[T] Hoge[T](C1`1[T])">
8017         <size>0</size>
8018       </method>
8019     </type>
8020     <type name="C3">
8021       <method name="Void .ctor()">
8022         <size>7</size>
8023       </method>
8024       <method name="C1`1[T] Hoge[T](C1`1[T])">
8025         <size>2</size>
8026       </method>
8027     </type>
8028     <type name="X">
8029       <method name="Void .ctor()">
8030         <size>7</size>
8031       </method>
8032       <method name="Void Main()">
8033         <size>1</size>
8034       </method>
8035     </type>
8036   </test>
8037   <test name="gtest-222.cs">
8038     <type name="Mona`1[T]">
8039       <method name="Void .ctor()">
8040         <size>7</size>
8041       </method>
8042     </type>
8043     <type name="Test">
8044       <method name="Void .ctor()">
8045         <size>7</size>
8046       </method>
8047       <method name="Mona`1[K] GetMona[K]()">
8048         <size>6</size>
8049       </method>
8050       <method name="Void Main()">
8051         <size>1</size>
8052       </method>
8053     </type>
8054   </test>
8055   <test name="gtest-223.cs">
8056     <type name="Foo`1[T]">
8057       <method name="Void .ctor()">
8058         <size>7</size>
8059       </method>
8060     </type>
8061     <type name="Test">
8062       <method name="Void .ctor()">
8063         <size>7</size>
8064       </method>
8065       <method name="Foo`1[K] Hoge[K]()">
8066         <size>2</size>
8067       </method>
8068       <method name="Void Main()">
8069         <size>72</size>
8070       </method>
8071     </type>
8072   </test>
8073   <test name="gtest-224.cs">
8074     <type name="Base">
8075       <method name="Void .ctor()">
8076         <size>7</size>
8077       </method>
8078       <method name="Void Foo[T]()">
8079         <size>1</size>
8080       </method>
8081     </type>
8082     <type name="Derived">
8083       <method name="Void .ctor()">
8084         <size>7</size>
8085       </method>
8086       <method name="Void Foo[T]()">
8087         <size>1</size>
8088       </method>
8089     </type>
8090     <type name="Driver">
8091       <method name="Void .ctor()">
8092         <size>7</size>
8093       </method>
8094       <method name="Void Main()">
8095         <size>11</size>
8096       </method>
8097     </type>
8098   </test>
8099   <test name="gtest-225.cs">
8100     <type name="Set`1[Element]">
8101       <method name="Void .ctor()">
8102         <size>7</size>
8103       </method>
8104       <method name="Locator locate(Element)">
8105         <size>31</size>
8106       </method>
8107     </type>
8108     <type name="Set`1+Node[Element]">
8109       <method name="Void .ctor()">
8110         <size>7</size>
8111       </method>
8112     </type>
8113     <type name="SetTest">
8114       <method name="Void Main()">
8115         <size>1</size>
8116       </method>
8117     </type>
8118     <type name="Set`1+Locator+Replace[Element]">
8119       <method name="Void .ctor(Object, IntPtr)">
8120         <size>0</size>
8121       </method>
8122       <method name="Void Invoke(Set`1+Node[Element])">
8123         <size>0</size>
8124       </method>
8125       <method name="IAsyncResult BeginInvoke(Set`1+Node[Element], System.AsyncCallback, System.Object)">
8126         <size>0</size>
8127       </method>
8128       <method name="Void EndInvoke(IAsyncResult)">
8129         <size>0</size>
8130       </method>
8131     </type>
8132     <type name="Set`1+&lt;locate&gt;c__AnonStorey0[Element]">
8133       <method name="Void .ctor()">
8134         <size>7</size>
8135       </method>
8136       <method name="Void &lt;&gt;m__0(Set`1+Node[Element])">
8137         <size>15</size>
8138       </method>
8139     </type>
8140     <type name="Set`1+Locator[Element]">
8141       <method name="Void .ctor(Replace)">
8142         <size>1</size>
8143       </method>
8144     </type>
8145   </test>
8146   <test name="gtest-226.cs">
8147     <type name="A">
8148       <method name="Void .ctor()">
8149         <size>24</size>
8150       </method>
8151     </type>
8152     <type name="M">
8153       <method name="Void .ctor()">
8154         <size>7</size>
8155       </method>
8156       <method name="Int32 Main()">
8157         <size>84</size>
8158       </method>
8159     </type>
8160     <type name="Container`1[T]">
8161       <method name="Void .ctor(T)">
8162         <size>8</size>
8163       </method>
8164     </type>
8165   </test>
8166   <test name="gtest-227.cs">
8167     <type name="Foo`1[G]">
8168       <method name="Void .ctor()">
8169         <size>7</size>
8170       </method>
8171       <method name="Void Bar()">
8172         <size>26</size>
8173       </method>
8174     </type>
8175     <type name="X">
8176       <method name="Void .ctor()">
8177         <size>7</size>
8178       </method>
8179       <method name="Void Main()">
8180         <size>1</size>
8181       </method>
8182     </type>
8183   </test>
8184   <test name="gtest-228.cs">
8185     <type name="GenParAttribute">
8186       <method name="Void .ctor()">
8187         <size>7</size>
8188       </method>
8189     </type>
8190     <type name="cons`2[A,B]">
8191       <method name="Void .ctor()">
8192         <size>7</size>
8193       </method>
8194       <method name="Void abc[M]()">
8195         <size>1</size>
8196       </method>
8197     </type>
8198     <type name="Test">
8199       <method name="Void .ctor()">
8200         <size>7</size>
8201       </method>
8202       <method name="Void Main()">
8203         <size>1</size>
8204       </method>
8205     </type>
8206   </test>
8207   <test name="gtest-229.cs">
8208     <type name="B">
8209       <method name="Void .ctor()">
8210         <size>7</size>
8211       </method>
8212       <method name="Int32 CompareTo(B)">
8213         <size>2</size>
8214       </method>
8215     </type>
8216     <type name="Tester">
8217       <method name="Void .ctor()">
8218         <size>7</size>
8219       </method>
8220       <method name="Int32 Main()">
8221         <size>21</size>
8222       </method>
8223     </type>
8224   </test>
8225   <test name="gtest-231.cs">
8226     <type name="X">
8227       <method name="Void .ctor()">
8228         <size>7</size>
8229       </method>
8230       <method name="Void Main()">
8231         <size>31</size>
8232       </method>
8233     </type>
8234   </test>
8235   <test name="gtest-233.cs">
8236     <type name="Program">
8237       <method name="Void .ctor()">
8238         <size>7</size>
8239       </method>
8240       <method name="Void Main(System.String[])">
8241         <size>25</size>
8242       </method>
8243       <method name="Void list_ListChanged(System.Object, System.ComponentModel.ListChangedEventArgs)">
8244         <size>1</size>
8245       </method>
8246     </type>
8247   </test>
8248   <test name="gtest-234.cs">
8249     <type name="Test">
8250       <method name="Void .ctor()">
8251         <size>7</size>
8252       </method>
8253       <method name="IFoo`1 GetFooGeneric[T]()">
8254         <size>2</size>
8255       </method>
8256       <method name="IFoo GetFoo()">
8257         <size>7</size>
8258       </method>
8259       <method name="Void Main()">
8260         <size>14</size>
8261       </method>
8262     </type>
8263   </test>
8264   <test name="gtest-235.cs">
8265     <type name="GettingStarted">
8266       <method name="Void .ctor()">
8267         <size>7</size>
8268       </method>
8269       <method name="Void Main()">
8270         <size>13</size>
8271       </method>
8272     </type>
8273   </test>
8274   <test name="gtest-236.cs">
8275     <type name="Foo`1[T]">
8276       <method name="Void .ctor()">
8277         <size>7</size>
8278       </method>
8279       <method name="Int32 Test(Foo`1[T])">
8280         <size>2</size>
8281       </method>
8282       <method name="Int32 Test(Foo`1[System.Int32])">
8283         <size>2</size>
8284       </method>
8285     </type>
8286     <type name="X">
8287       <method name="Void .ctor()">
8288         <size>7</size>
8289       </method>
8290       <method name="Int32 Main()">
8291         <size>59</size>
8292       </method>
8293     </type>
8294   </test>
8295   <test name="gtest-237.cs">
8296     <type name="Foo`1[T]">
8297       <method name="Void .ctor()">
8298         <size>7</size>
8299       </method>
8300       <method name="Int32 Test(T)">
8301         <size>2</size>
8302       </method>
8303       <method name="Int32 Test(Int32)">
8304         <size>2</size>
8305       </method>
8306     </type>
8307     <type name="X">
8308       <method name="Void .ctor()">
8309         <size>7</size>
8310       </method>
8311       <method name="Int32 Main()">
8312         <size>60</size>
8313       </method>
8314     </type>
8315   </test>
8316   <test name="gtest-238.cs">
8317     <type name="X">
8318       <method name="Void .ctor()">
8319         <size>7</size>
8320       </method>
8321       <method name="Int32 Main()">
8322         <size>39</size>
8323       </method>
8324     </type>
8325   </test>
8326   <test name="gtest-239.cs">
8327     <type name="Foo`2[T,U]">
8328       <method name="Void .ctor()">
8329         <size>7</size>
8330       </method>
8331       <method name="Int32 Test(T, U)">
8332         <size>2</size>
8333       </method>
8334       <method name="Int32 Test(Int32, U)">
8335         <size>2</size>
8336       </method>
8337       <method name="Int32 Test(T, Single)">
8338         <size>2</size>
8339       </method>
8340       <method name="Int32 Test(Int32, Single)">
8341         <size>2</size>
8342       </method>
8343     </type>
8344     <type name="X">
8345       <method name="Void .ctor()">
8346         <size>7</size>
8347       </method>
8348       <method name="Int32 Main()">
8349         <size>237</size>
8350       </method>
8351     </type>
8352   </test>
8353   <test name="gtest-240.cs">
8354     <type name="MyClass">
8355       <method name="Void .ctor()">
8356         <size>7</size>
8357       </method>
8358     </type>
8359     <type name="X">
8360       <method name="Void .ctor()">
8361         <size>7</size>
8362       </method>
8363       <method name="Void Main()">
8364         <size>1</size>
8365       </method>
8366     </type>
8367     <type name="MyClass">
8368       <method name="Void IMyInterface&lt;string&gt;.add_MyEvent(System.EventHandler)">
8369         <size>1</size>
8370       </method>
8371       <method name="Void IMyInterface&lt;string&gt;.remove_MyEvent(System.EventHandler)">
8372         <size>1</size>
8373       </method>
8374       <method name="Void IMyInterface&lt;int&gt;.add_MyEvent(System.EventHandler)">
8375         <size>1</size>
8376       </method>
8377       <method name="Void IMyInterface&lt;int&gt;.remove_MyEvent(System.EventHandler)">
8378         <size>1</size>
8379       </method>
8380     </type>
8381   </test>
8382   <test name="gtest-241.cs">
8383     <type name="a">
8384       <method name="Void .ctor()">
8385         <size>7</size>
8386       </method>
8387       <method name="Void func[T](T ByRef)">
8388         <size>0</size>
8389       </method>
8390     </type>
8391     <type name="b">
8392       <method name="Void .ctor()">
8393         <size>7</size>
8394       </method>
8395       <method name="Void func[T](T ByRef)">
8396         <size>1</size>
8397       </method>
8398     </type>
8399     <type name="main">
8400       <method name="Void .ctor()">
8401         <size>7</size>
8402       </method>
8403       <method name="Void Main()">
8404         <size>1</size>
8405       </method>
8406     </type>
8407   </test>
8408   <test name="gtest-242.cs">
8409     <type name="Container`1[T]">
8410       <method name="Void .ctor()">
8411         <size>7</size>
8412       </method>
8413     </type>
8414     <type name="ReferenceType">
8415       <method name="Void .ctor()">
8416         <size>7</size>
8417       </method>
8418       <method name="Int32 CompareTo(ReferenceType)">
8419         <size>2</size>
8420       </method>
8421     </type>
8422     <type name="Test">
8423       <method name="Void .ctor()">
8424         <size>7</size>
8425       </method>
8426       <method name="Void Main()">
8427         <size>13</size>
8428       </method>
8429     </type>
8430     <type name="MyValueType">
8431       <method name="Int32 CompareTo(MyValueType)">
8432         <size>2</size>
8433       </method>
8434     </type>
8435   </test>
8436   <test name="gtest-243.cs">
8437     <type name="Foo`1[T]">
8438       <method name="Void .ctor()">
8439         <size>7</size>
8440       </method>
8441       <method name="Void Test(T)">
8442         <size>1</size>
8443       </method>
8444     </type>
8445     <type name="Tests">
8446       <method name="Void .ctor()">
8447         <size>7</size>
8448       </method>
8449       <method name="Void foo[T]()">
8450         <size>1</size>
8451       </method>
8452       <method name="Int32 Test()">
8453         <size>148</size>
8454       </method>
8455       <method name="Int32 Main()">
8456         <size>8</size>
8457       </method>
8458     </type>
8459   </test>
8460   <test name="gtest-244.cs">
8461     <type name="B">
8462       <method name="Void .ctor()">
8463         <size>7</size>
8464       </method>
8465       <method name="T Get[T]()">
8466         <size>10</size>
8467       </method>
8468     </type>
8469     <type name="A">
8470       <method name="Void .ctor()">
8471         <size>7</size>
8472       </method>
8473       <method name="T Get[T]()">
8474         <size>30</size>
8475       </method>
8476       <method name="Void Main()">
8477         <size>12</size>
8478       </method>
8479     </type>
8480   </test>
8481   <test name="gtest-245.cs">
8482     <type name="DerivedGenericClass`1[T]">
8483       <method name="Void .ctor()">
8484         <size>7</size>
8485       </method>
8486       <method name="Void Foo()">
8487         <size>1</size>
8488       </method>
8489       <method name="Void Baz()">
8490         <size>7</size>
8491       </method>
8492     </type>
8493     <type name="BaseClass">
8494       <method name="Void .ctor()">
8495         <size>7</size>
8496       </method>
8497       <method name="Void Foo()">
8498         <size>0</size>
8499       </method>
8500     </type>
8501     <type name="X">
8502       <method name="Void .ctor()">
8503         <size>7</size>
8504       </method>
8505       <method name="Void Main()">
8506         <size>1</size>
8507       </method>
8508     </type>
8509   </test>
8510   <test name="gtest-246.cs">
8511     <type name="TestCase.CTest">
8512       <method name="Void .ctor()">
8513         <size>7</size>
8514       </method>
8515       <method name="Void Main()">
8516         <size>1</size>
8517       </method>
8518       <method name="Void Bar()">
8519         <size>1</size>
8520       </method>
8521     </type>
8522     <type name="TestCase.CGenericTest`2[T,V]">
8523       <method name="Void .ctor()">
8524         <size>7</size>
8525       </method>
8526       <method name="V Foo()">
8527         <size>21</size>
8528       </method>
8529     </type>
8530   </test>
8531   <test name="gtest-247.cs">
8532     <type name="EnumerableBase`1[T]">
8533       <method name="Void .ctor()">
8534         <size>7</size>
8535       </method>
8536       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8537         <size>7</size>
8538       </method>
8539       <method name="IEnumerator`1 GetEnumerator()">
8540         <size>0</size>
8541       </method>
8542     </type>
8543     <type name="CollectionValueBase`1[T]">
8544       <method name="Void .ctor()">
8545         <size>7</size>
8546       </method>
8547       <method name="Void raiseItemsAdded(T, Int32)">
8548         <size>1</size>
8549       </method>
8550       <method name="IEnumerator`1 GetEnumerator()">
8551         <size>0</size>
8552       </method>
8553     </type>
8554     <type name="CollectionValueBase`1+RaiseForRemoveAllHandler[T]">
8555       <method name="Void .ctor()">
8556         <size>7</size>
8557       </method>
8558     </type>
8559     <type name="CircularQueue`1[T]">
8560       <method name="Void .ctor()">
8561         <size>7</size>
8562       </method>
8563       <method name="IEnumerator`1 GetEnumerator()">
8564         <size>8</size>
8565       </method>
8566       <method name="Void Enqueue(T)">
8567         <size>1</size>
8568       </method>
8569     </type>
8570     <type name="HashSet`1[T]">
8571       <method name="Void .ctor()">
8572         <size>7</size>
8573       </method>
8574       <method name="Void RemoveAll[U](IEnumerable`1)">
8575         <size>7</size>
8576       </method>
8577       <method name="Void AddAll[U](IEnumerable`1)">
8578         <size>63</size>
8579       </method>
8580       <method name="Boolean searchoradd(T ByRef, Boolean, Boolean, Boolean)">
8581         <size>2</size>
8582       </method>
8583       <method name="IEnumerator`1 GetEnumerator()">
8584         <size>8</size>
8585       </method>
8586     </type>
8587     <type name="X">
8588       <method name="Void .ctor()">
8589         <size>7</size>
8590       </method>
8591       <method name="Void Main()">
8592         <size>1</size>
8593       </method>
8594     </type>
8595     <type name="CircularQueue`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
8596       <method name="Void .ctor()">
8597         <size>7</size>
8598       </method>
8599       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8600         <size>12</size>
8601       </method>
8602       <method name="Boolean MoveNext()">
8603         <size>25</size>
8604       </method>
8605       <method name="Void Dispose()">
8606         <size>8</size>
8607       </method>
8608       <method name="Void Reset()">
8609         <size>6</size>
8610       </method>
8611     </type>
8612     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator1[T]">
8613       <method name="Void .ctor()">
8614         <size>7</size>
8615       </method>
8616       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8617         <size>12</size>
8618       </method>
8619       <method name="Boolean MoveNext()">
8620         <size>25</size>
8621       </method>
8622       <method name="Void Dispose()">
8623         <size>8</size>
8624       </method>
8625       <method name="Void Reset()">
8626         <size>6</size>
8627       </method>
8628     </type>
8629     <type name="CircularQueue`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
8630       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8631         <size>7</size>
8632       </method>
8633     </type>
8634     <type name="HashSet`1+&lt;GetEnumerator&gt;c__Iterator1[T]">
8635       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8636         <size>7</size>
8637       </method>
8638     </type>
8639   </test>
8640   <test name="gtest-248.cs">
8641     <type name="Foo`1[T]">
8642       <method name="Void .ctor()">
8643         <size>7</size>
8644       </method>
8645     </type>
8646     <type name="X">
8647       <method name="Void .ctor()">
8648         <size>7</size>
8649       </method>
8650       <method name="Boolean Test(System.Object)">
8651         <size>19</size>
8652       </method>
8653       <method name="Void Main()">
8654         <size>1</size>
8655       </method>
8656     </type>
8657   </test>
8658   <test name="gtest-249.cs">
8659     <type name="EnumerableBase`1[T]">
8660       <method name="Void .ctor()">
8661         <size>7</size>
8662       </method>
8663       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
8664         <size>7</size>
8665       </method>
8666       <method name="IEnumerator`1 GetEnumerator()">
8667         <size>0</size>
8668       </method>
8669     </type>
8670     <type name="ArrayBase`1[T]">
8671       <method name="Void .ctor()">
8672         <size>7</size>
8673       </method>
8674       <method name="IEnumerator`1 GetEnumerator()">
8675         <size>8</size>
8676       </method>
8677     </type>
8678     <type name="HashedArrayList`1[T]">
8679       <method name="Void .ctor()">
8680         <size>7</size>
8681       </method>
8682       <method name="IEnumerator`1 GetEnumerator()">
8683         <size>7</size>
8684       </method>
8685     </type>
8686     <type name="X">
8687       <method name="Void .ctor()">
8688         <size>7</size>
8689       </method>
8690       <method name="Void Main()">
8691         <size>1</size>
8692       </method>
8693     </type>
8694     <type name="ArrayBase`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
8695       <method name="Void .ctor()">
8696         <size>7</size>
8697       </method>
8698       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8699         <size>12</size>
8700       </method>
8701       <method name="Boolean MoveNext()">
8702         <size>25</size>
8703       </method>
8704       <method name="Void Dispose()">
8705         <size>8</size>
8706       </method>
8707       <method name="Void Reset()">
8708         <size>6</size>
8709       </method>
8710       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
8711         <size>7</size>
8712       </method>
8713     </type>
8714   </test>
8715   <test name="gtest-250.cs">
8716     <type name="GuardedIndexedSorted`1[T]">
8717       <method name="Void .ctor()">
8718         <size>7</size>
8719       </method>
8720       <method name="IIndexedSorted`1 Map[V](Fun`2[T,V])">
8721         <size>13</size>
8722       </method>
8723     </type>
8724     <type name="X">
8725       <method name="Void .ctor()">
8726         <size>7</size>
8727       </method>
8728       <method name="Void Main()">
8729         <size>1</size>
8730       </method>
8731     </type>
8732     <type name="Fun`2[R,S]">
8733       <method name="Void .ctor(Object, IntPtr)">
8734         <size>0</size>
8735       </method>
8736       <method name="S Invoke(R)">
8737         <size>0</size>
8738       </method>
8739       <method name="IAsyncResult BeginInvoke(R, System.AsyncCallback, System.Object)">
8740         <size>0</size>
8741       </method>
8742       <method name="S EndInvoke(IAsyncResult)">
8743         <size>0</size>
8744       </method>
8745     </type>
8746   </test>
8747   <test name="gtest-251.cs">
8748     <type name="SortedIndexedTester`1[T]">
8749       <method name="Void .ctor()">
8750         <size>7</size>
8751       </method>
8752       <method name="Void Test(ISorted`1)">
8753         <size>24</size>
8754       </method>
8755     </type>
8756     <type name="X">
8757       <method name="Void .ctor()">
8758         <size>7</size>
8759       </method>
8760       <method name="Void Main()">
8761         <size>1</size>
8762       </method>
8763     </type>
8764     <type name="&lt;PrivateImplementationDetails&gt;">
8765       <method name="Void .ctor()">
8766         <size>7</size>
8767       </method>
8768     </type>
8769   </test>
8770   <test name="gtest-252.cs">
8771     <type name="EqualityComparer`1[T]">
8772       <method name="Void .cctor()">
8773         <size>16</size>
8774       </method>
8775       <method name="Void Test()">
8776         <size>1</size>
8777       </method>
8778     </type>
8779     <type name="SequencedEqualityComparer`2[T,W]">
8780       <method name="Void .ctor()">
8781         <size>7</size>
8782       </method>
8783     </type>
8784     <type name="X">
8785       <method name="Void .ctor()">
8786         <size>7</size>
8787       </method>
8788       <method name="Void Main()">
8789         <size>6</size>
8790       </method>
8791     </type>
8792   </test>
8793   <test name="gtest-253.cs">
8794     <type name="CollectionValueTester`2[R,S]">
8795       <method name="Void .ctor()">
8796         <size>7</size>
8797       </method>
8798     </type>
8799     <type name="ExtensibleTester`1[U]">
8800       <method name="Void .ctor(U)">
8801         <size>14</size>
8802       </method>
8803       <method name="Void Direct()">
8804         <size>24</size>
8805       </method>
8806     </type>
8807     <type name="Extensible`1[V]">
8808       <method name="Void .ctor()">
8809         <size>7</size>
8810       </method>
8811       <method name="Void AddAll[W](IEnumerable`1)">
8812         <size>1</size>
8813       </method>
8814     </type>
8815     <type name="X">
8816       <method name="Void .ctor()">
8817         <size>7</size>
8818       </method>
8819       <method name="Void Main()">
8820         <size>20</size>
8821       </method>
8822     </type>
8823   </test>
8824   <test name="gtest-254.cs">
8825     <type name="HashedLinkedList`1[T]">
8826       <method name="Void .ctor()">
8827         <size>7</size>
8828       </method>
8829       <method name="HashedLinkedList`1[T] GetList()">
8830         <size>6</size>
8831       </method>
8832       <method name="Void Test(Int32)">
8833         <size>55</size>
8834       </method>
8835       <method name="Void Test(HashedLinkedList`1[T])">
8836         <size>40</size>
8837       </method>
8838     </type>
8839     <type name="X">
8840       <method name="Void .ctor()">
8841         <size>7</size>
8842       </method>
8843       <method name="Void Main()">
8844         <size>20</size>
8845       </method>
8846     </type>
8847   </test>
8848   <test name="gtest-255.cs">
8849     <type name="A">
8850       <method name="Void .ctor()">
8851         <size>7</size>
8852       </method>
8853       <method name="T Foo[T]()">
8854         <size>0</size>
8855       </method>
8856     </type>
8857     <type name="B">
8858       <method name="Void .ctor()">
8859         <size>7</size>
8860       </method>
8861       <method name="T Foo[T]()">
8862         <size>10</size>
8863       </method>
8864     </type>
8865     <type name="C">
8866       <method name="Void .ctor()">
8867         <size>7</size>
8868       </method>
8869       <method name="Void Main()">
8870         <size>1</size>
8871       </method>
8872     </type>
8873   </test>
8874   <test name="gtest-256.cs">
8875     <type name="Test">
8876       <method name="Void .ctor()">
8877         <size>7</size>
8878       </method>
8879       <method name="IEnumerator`1 GetEnumerator()">
8880         <size>15</size>
8881       </method>
8882       <method name="Void Main()">
8883         <size>11</size>
8884       </method>
8885       <method name="Void Run()">
8886         <size>151</size>
8887       </method>
8888     </type>
8889     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
8890       <method name="Void .ctor()">
8891         <size>7</size>
8892       </method>
8893       <method name="System.Object System.Collections.IEnumerator.get_Current()">
8894         <size>7</size>
8895       </method>
8896       <method name="Boolean MoveNext()">
8897         <size>129</size>
8898       </method>
8899       <method name="Void Dispose()">
8900         <size>8</size>
8901       </method>
8902       <method name="Void Reset()">
8903         <size>6</size>
8904       </method>
8905       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
8906         <size>7</size>
8907       </method>
8908     </type>
8909   </test>
8910   <test name="gtest-257.cs">
8911     <type name="Tests">
8912       <method name="Void .ctor()">
8913         <size>7</size>
8914       </method>
8915       <method name="Void Main()">
8916         <size>32</size>
8917       </method>
8918     </type>
8919   </test>
8920   <test name="gtest-258.cs">
8921     <type name="A">
8922       <method name="Void .ctor()">
8923         <size>7</size>
8924       </method>
8925     </type>
8926     <type name="B">
8927       <method name="Void .ctor()">
8928         <size>7</size>
8929       </method>
8930     </type>
8931     <type name="Foo`1[T]">
8932       <method name="Void .ctor()">
8933         <size>7</size>
8934       </method>
8935     </type>
8936     <type name="X">
8937       <method name="Void .ctor()">
8938         <size>7</size>
8939       </method>
8940       <method name="Void Main()">
8941         <size>7</size>
8942       </method>
8943     </type>
8944   </test>
8945   <test name="gtest-259.cs">
8946     <type name="Class1`1[T]">
8947       <method name="Void .ctor()">
8948         <size>7</size>
8949       </method>
8950       <method name="Void MethodOfClass1(T, MyType)">
8951         <size>14</size>
8952       </method>
8953     </type>
8954     <type name="MyType">
8955       <method name="Void .ctor()">
8956         <size>7</size>
8957       </method>
8958       <method name="Void MethodOfMyBaseType()">
8959         <size>1</size>
8960       </method>
8961     </type>
8962     <type name="MyBaseType">
8963       <method name="Void .ctor()">
8964         <size>7</size>
8965       </method>
8966       <method name="Void MethodOfMyBaseType()">
8967         <size>0</size>
8968       </method>
8969     </type>
8970     <type name="X">
8971       <method name="Void .ctor()">
8972         <size>7</size>
8973       </method>
8974       <method name="Void Main()">
8975         <size>1</size>
8976       </method>
8977     </type>
8978   </test>
8979   <test name="gtest-260.cs">
8980     <type name="A`1[T]">
8981       <method name="Void .ctor()">
8982         <size>7</size>
8983       </method>
8984     </type>
8985     <type name="B`1[T]">
8986       <method name="Void .ctor()">
8987         <size>7</size>
8988       </method>
8989     </type>
8990     <type name="Test">
8991       <method name="Void .ctor()">
8992         <size>7</size>
8993       </method>
8994       <method name="Void .cctor()">
8995         <size>11</size>
8996       </method>
8997       <method name="Void Main()">
8998         <size>1</size>
8999       </method>
9000     </type>
9001   </test>
9002   <test name="gtest-261.cs">
9003     <type name="Cons`2[T,U]">
9004       <method name="Void .ctor(T, U)">
9005         <size>21</size>
9006       </method>
9007       <method name="System.String ToString()">
9008         <size>68</size>
9009       </method>
9010     </type>
9011     <type name="List`1[A]">
9012       <method name="Void .ctor(A)">
9013         <size>9</size>
9014       </method>
9015       <method name="Void .ctor(A, List`1)">
9016         <size>9</size>
9017       </method>
9018       <method name="Void zip[B](List`1[B])">
9019         <size>18</size>
9020       </method>
9021     </type>
9022     <type name="Test">
9023       <method name="Void .ctor()">
9024         <size>7</size>
9025       </method>
9026       <method name="Void Main(System.String[])">
9027         <size>14</size>
9028       </method>
9029     </type>
9030   </test>
9031   <test name="gtest-262.cs">
9032     <type name="Test">
9033       <method name="Void .ctor()">
9034         <size>7</size>
9035       </method>
9036       <method name="Void f1(System.Object)">
9037         <size>1</size>
9038       </method>
9039       <method name="Void f2(System.String)">
9040         <size>1</size>
9041       </method>
9042       <method name="Void f3(Test)">
9043         <size>1</size>
9044       </method>
9045       <method name="Void f4(Int32)">
9046         <size>1</size>
9047       </method>
9048       <method name="Void f5(Int16)">
9049         <size>1</size>
9050       </method>
9051       <method name="Void Main()">
9052         <size>163</size>
9053       </method>
9054       <method name="Void f6(ParamEnum)">
9055         <size>1</size>
9056       </method>
9057     </type>
9058   </test>
9059   <test name="gtest-263.cs">
9060     <type name="Foo`1[S]">
9061       <method name="Void .ctor()">
9062         <size>7</size>
9063       </method>
9064       <method name="ICloneable Test(S)">
9065         <size>12</size>
9066       </method>
9067     </type>
9068     <type name="ConvertHelper">
9069       <method name="IEnumerator`1 Test[S,T](S)">
9070         <size>22</size>
9071       </method>
9072       <method name="Void Main()">
9073         <size>1</size>
9074       </method>
9075     </type>
9076     <type name="ConvertHelper+&lt;Test&gt;c__Iterator0`2[S,T]">
9077       <method name="Void .ctor()">
9078         <size>7</size>
9079       </method>
9080       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9081         <size>12</size>
9082       </method>
9083       <method name="Boolean MoveNext()">
9084         <size>80</size>
9085       </method>
9086       <method name="Void Dispose()">
9087         <size>8</size>
9088       </method>
9089       <method name="Void Reset()">
9090         <size>6</size>
9091       </method>
9092       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
9093         <size>7</size>
9094       </method>
9095     </type>
9096   </test>
9097   <test name="gtest-264.cs">
9098     <type name="BaseList`1[SubType]">
9099       <method name="Void .ctor()">
9100         <size>18</size>
9101       </method>
9102     </type>
9103     <type name="XXX">
9104       <method name="Void .ctor()">
9105         <size>7</size>
9106       </method>
9107     </type>
9108     <type name="Crash">
9109       <method name="Void .ctor()">
9110         <size>7</size>
9111       </method>
9112       <method name="Void Main()">
9113         <size>14</size>
9114       </method>
9115     </type>
9116   </test>
9117   <test name="gtest-265.cs">
9118     <type name="Test">
9119       <method name="Void .ctor()">
9120         <size>7</size>
9121       </method>
9122       <method name="Void Main()">
9123         <size>14</size>
9124       </method>
9125     </type>
9126   </test>
9127   <test name="gtest-266.cs">
9128     <type name="Test`1[T]">
9129       <method name="Void .ctor()">
9130         <size>7</size>
9131       </method>
9132     </type>
9133     <type name="Test`1+Inner`1[T,U]">
9134       <method name="Void .ctor()">
9135         <size>7</size>
9136       </method>
9137       <method name="Void Foo()">
9138         <size>13</size>
9139       </method>
9140     </type>
9141     <type name="Test">
9142       <method name="Void .ctor()">
9143         <size>7</size>
9144       </method>
9145       <method name="Void Main()">
9146         <size>1</size>
9147       </method>
9148     </type>
9149   </test>
9150   <test name="gtest-267.cs">
9151     <type name="T">
9152       <method name="Void .ctor()">
9153         <size>7</size>
9154       </method>
9155       <method name="Void Foo[T](Handler`1[T])">
9156         <size>34</size>
9157       </method>
9158       <method name="Void Response[T](Handler`1[T])">
9159         <size>1</size>
9160       </method>
9161       <method name="Void Main()">
9162         <size>1</size>
9163       </method>
9164     </type>
9165     <type name="Handler`1[T]">
9166       <method name="Void .ctor(Object, IntPtr)">
9167         <size>0</size>
9168       </method>
9169       <method name="Void Invoke(T)">
9170         <size>0</size>
9171       </method>
9172       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
9173         <size>0</size>
9174       </method>
9175       <method name="Void EndInvoke(IAsyncResult)">
9176         <size>0</size>
9177       </method>
9178     </type>
9179     <type name="T+&lt;Foo&gt;c__AnonStorey0`1[T]">
9180       <method name="Void .ctor()">
9181         <size>7</size>
9182       </method>
9183       <method name="Void &lt;&gt;m__0(IAsyncResult)">
9184         <size>18</size>
9185       </method>
9186     </type>
9187   </test>
9188   <test name="gtest-268.cs">
9189     <type name="Test">
9190       <method name="Void .ctor()">
9191         <size>7</size>
9192       </method>
9193       <method name="Void Bar()">
9194         <size>7</size>
9195       </method>
9196       <method name="Void Main()">
9197         <size>1</size>
9198       </method>
9199     </type>
9200     <type name="Test+G`1[T]">
9201       <method name="Void .ctor()">
9202         <size>7</size>
9203       </method>
9204     </type>
9205   </test>
9206   <test name="gtest-269.cs">
9207     <type name="X">
9208       <method name="Void .ctor()">
9209         <size>7</size>
9210       </method>
9211       <method name="Int32 Beer(Nullable`1)">
9212         <size>54</size>
9213       </method>
9214       <method name="Int64 PubToLong(IrishPub)">
9215         <size>12</size>
9216       </method>
9217       <method name="Int32 Test(Nullable`1)">
9218         <size>53</size>
9219       </method>
9220       <method name="Int32 TestWithNull(Nullable`1)">
9221         <size>55</size>
9222       </method>
9223       <method name="Nullable`1 Foo(Boolean)">
9224         <size>24</size>
9225       </method>
9226       <method name="Int32 Test(Boolean)">
9227         <size>54</size>
9228       </method>
9229       <method name="Int32 Main()">
9230         <size>194</size>
9231       </method>
9232     </type>
9233     <type name="IrishPub">
9234       <method name="Void .ctor(IrishBeer)">
9235         <size>8</size>
9236       </method>
9237       <method name="Int64 op_Implicit(Nullable`1)">
9238         <size>36</size>
9239       </method>
9240       <method name="Nullable`1 op_Implicit(Int64)">
9241         <size>13</size>
9242       </method>
9243     </type>
9244   </test>
9245   <test name="gtest-270.cs">
9246     <type name="X">
9247       <method name="Void .ctor()">
9248         <size>7</size>
9249       </method>
9250       <method name="Int32 Test(Nullable`1)">
9251         <size>44</size>
9252       </method>
9253       <method name="Int32 Main()">
9254         <size>42</size>
9255       </method>
9256     </type>
9257   </test>
9258   <test name="gtest-271.cs">
9259     <type name="Qux`2[X,V]">
9260       <method name="Void .ctor()">
9261         <size>7</size>
9262       </method>
9263       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
9264         <size>8</size>
9265       </method>
9266       <method name="IEnumerator`1 GetEnumerator()">
9267         <size>8</size>
9268       </method>
9269     </type>
9270     <type name="Foo`2[X,V]">
9271       <method name="Void .ctor()">
9272         <size>7</size>
9273       </method>
9274     </type>
9275     <type name="Test`1[T]">
9276       <method name="Void .ctor()">
9277         <size>7</size>
9278       </method>
9279       <method name="Int32 CompareTo(Test`1[T])">
9280         <size>2</size>
9281       </method>
9282     </type>
9283     <type name="X">
9284       <method name="Void .ctor()">
9285         <size>7</size>
9286       </method>
9287       <method name="Void Main()">
9288         <size>55</size>
9289       </method>
9290     </type>
9291     <type name="Qux`2+GetEnumerator&gt;c__Iterator0[X,V]">
9292       <method name="Void .ctor()">
9293         <size>7</size>
9294       </method>
9295       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9296         <size>7</size>
9297       </method>
9298       <method name="Boolean MoveNext()">
9299         <size>25</size>
9300       </method>
9301       <method name="Void Dispose()">
9302         <size>8</size>
9303       </method>
9304       <method name="Void Reset()">
9305         <size>6</size>
9306       </method>
9307     </type>
9308     <type name="Qux`2+&lt;GetEnumerator&gt;c__Iterator1[X,V]">
9309       <method name="Void .ctor()">
9310         <size>7</size>
9311       </method>
9312       <method name="System.Object System.Collections.IEnumerator.get_Current()">
9313         <size>12</size>
9314       </method>
9315       <method name="Boolean MoveNext()">
9316         <size>25</size>
9317       </method>
9318       <method name="Void Dispose()">
9319         <size>8</size>
9320       </method>
9321       <method name="Void Reset()">
9322         <size>6</size>
9323       </method>
9324     </type>
9325     <type name="Qux`2+GetEnumerator&gt;c__Iterator0[X,V]">
9326       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
9327         <size>7</size>
9328       </method>
9329     </type>
9330     <type name="Qux`2+&lt;GetEnumerator&gt;c__Iterator1[X,V]">
9331       <method name="V System.Collections.Generic.IEnumerator&lt;V&gt;.get_Current()">
9332         <size>7</size>
9333       </method>
9334     </type>
9335   </test>
9336   <test name="gtest-272.cs">
9337     <type name="X">
9338       <method name="Void Foo[T](Handler`1[T])">
9339         <size>27</size>
9340       </method>
9341       <method name="Void Response[T](Handler`1[T])">
9342         <size>1</size>
9343       </method>
9344       <method name="Void Test[T](T)">
9345         <size>1</size>
9346       </method>
9347       <method name="Void Main()">
9348         <size>18</size>
9349       </method>
9350     </type>
9351     <type name="Handler`1[T]">
9352       <method name="Void .ctor(Object, IntPtr)">
9353         <size>0</size>
9354       </method>
9355       <method name="Void Invoke(T)">
9356         <size>0</size>
9357       </method>
9358       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
9359         <size>0</size>
9360       </method>
9361       <method name="Void EndInvoke(IAsyncResult)">
9362         <size>0</size>
9363       </method>
9364     </type>
9365     <type name="X+&lt;Foo&gt;c__AnonStorey0`1[T]">
9366       <method name="Void .ctor()">
9367         <size>7</size>
9368       </method>
9369       <method name="Void &lt;&gt;m__0(IAsyncResult)">
9370         <size>12</size>
9371       </method>
9372     </type>
9373   </test>
9374   <test name="gtest-273.cs">
9375     <type name="ThisBaseClass`3[A,B,C]">
9376       <method name="Void .ctor()">
9377         <size>7</size>
9378       </method>
9379     </type>
9380     <type name="ThatBaseClass`3[B,A,C]">
9381       <method name="Void .ctor()">
9382         <size>7</size>
9383       </method>
9384     </type>
9385     <type name="ThisClass`3[A,B,C]">
9386       <method name="Void .ctor()">
9387         <size>7</size>
9388       </method>
9389     </type>
9390     <type name="ThatClass`3[B,A,C]">
9391       <method name="Void .ctor()">
9392         <size>7</size>
9393       </method>
9394     </type>
9395     <type name="ThisClass">
9396       <method name="Void .ctor()">
9397         <size>7</size>
9398       </method>
9399     </type>
9400     <type name="ThatClass">
9401       <method name="Void .ctor()">
9402         <size>7</size>
9403       </method>
9404     </type>
9405     <type name="Test">
9406       <method name="Void .ctor()">
9407         <size>7</size>
9408       </method>
9409       <method name="Void Main()">
9410         <size>1</size>
9411       </method>
9412     </type>
9413   </test>
9414   <test name="gtest-274.cs">
9415     <type name="X">
9416       <method name="Void .ctor()">
9417         <size>7</size>
9418       </method>
9419       <method name="Void Main()">
9420         <size>447</size>
9421       </method>
9422     </type>
9423     <type name="Foo">
9424       <method name="Void .ctor(Int64)">
9425         <size>8</size>
9426       </method>
9427       <method name="Foo op_Implicit(Int64)">
9428         <size>7</size>
9429       </method>
9430     </type>
9431     <type name="Bar">
9432       <method name="Void .ctor(Foo)">
9433         <size>8</size>
9434       </method>
9435       <method name="Bar op_Implicit(Foo)">
9436         <size>7</size>
9437       </method>
9438     </type>
9439     <type name="Baz">
9440       <method name="Void .ctor(Foo)">
9441         <size>8</size>
9442       </method>
9443       <method name="Baz op_Explicit(Foo)">
9444         <size>7</size>
9445       </method>
9446     </type>
9447   </test>
9448   <test name="gtest-275.cs">
9449     <type name="Test">
9450       <method name="Void .ctor()">
9451         <size>7</size>
9452       </method>
9453       <method name="Void Main()">
9454         <size>19</size>
9455       </method>
9456     </type>
9457     <type name="Test+C">
9458       <method name="Void .ctor()">
9459         <size>18</size>
9460       </method>
9461     </type>
9462     <type name="Test+D`2[T,U]">
9463       <method name="Void .ctor()">
9464         <size>18</size>
9465       </method>
9466     </type>
9467     <type name="Test+E`1[T]">
9468       <method name="Void .ctor()">
9469         <size>18</size>
9470       </method>
9471     </type>
9472   </test>
9473   <test name="gtest-276.cs">
9474     <type name="Tests">
9475       <method name="Void .ctor()">
9476         <size>7</size>
9477       </method>
9478       <method name="Int32 Main()">
9479         <size>30</size>
9480       </method>
9481     </type>
9482     <type name="Tests+GenericClass`1[T]">
9483       <method name="Void .ctor()">
9484         <size>7</size>
9485       </method>
9486       <method name="T Z(IList`1, Int32)">
9487         <size>8</size>
9488       </method>
9489     </type>
9490   </test>
9491   <test name="gtest-277.cs">
9492     <type name="X">
9493       <method name="Void .ctor()">
9494         <size>7</size>
9495       </method>
9496       <method name="Void Main()">
9497         <size>1</size>
9498       </method>
9499     </type>
9500   </test>
9501   <test name="gtest-278.cs">
9502     <type name="Program">
9503       <method name="Void .ctor()">
9504         <size>7</size>
9505       </method>
9506       <method name="Int32 Main()">
9507         <size>6</size>
9508       </method>
9509     </type>
9510   </test>
9511   <test name="gtest-279.cs">
9512     <type name="Foo">
9513       <method name="Void .ctor()">
9514         <size>7</size>
9515       </method>
9516       <method name="IList`1 Bar[T]()">
9517         <size>12</size>
9518       </method>
9519       <method name="Void Bar()">
9520         <size>11</size>
9521       </method>
9522     </type>
9523     <type name="BugReport">
9524       <method name="Void .ctor()">
9525         <size>7</size>
9526       </method>
9527       <method name="Void Main(System.String[])">
9528         <size>20</size>
9529       </method>
9530     </type>
9531   </test>
9532   <test name="gtest-280.cs">
9533     <type name="Test">
9534       <method name="Void .ctor()">
9535         <size>7</size>
9536       </method>
9537       <method name="Void Main(System.String[])">
9538         <size>69</size>
9539       </method>
9540     </type>
9541     <type name="Test+TestDel">
9542       <method name="Void .ctor(Object, IntPtr)">
9543         <size>0</size>
9544       </method>
9545       <method name="Int32 Invoke(Int32)">
9546         <size>0</size>
9547       </method>
9548       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
9549         <size>0</size>
9550       </method>
9551       <method name="Int32 EndInvoke(IAsyncResult)">
9552         <size>0</size>
9553       </method>
9554     </type>
9555     <type name="Test">
9556       <method name="Int32 &lt;Main&gt;m__0(Int32)">
9557         <size>2</size>
9558       </method>
9559     </type>
9560   </test>
9561   <test name="gtest-281.cs">
9562     <type name="List">
9563       <method name="Void .ctor()">
9564         <size>7</size>
9565       </method>
9566       <method name="Void AddRange[T](ICollection`1)">
9567         <size>1</size>
9568       </method>
9569     </type>
9570     <type name="Tests">
9571       <method name="Void .ctor()">
9572         <size>7</size>
9573       </method>
9574       <method name="Void Main()">
9575         <size>21</size>
9576       </method>
9577     </type>
9578   </test>
9579   <test name="gtest-282.cs">
9580     <type name="Foo">
9581       <method name="Void .ctor()">
9582         <size>7</size>
9583       </method>
9584     </type>
9585     <type name="Foo+Bar">
9586       <method name="Void .ctor()">
9587         <size>7</size>
9588       </method>
9589     </type>
9590     <type name="C`1[T]">
9591       <method name="Void .ctor()">
9592         <size>7</size>
9593       </method>
9594     </type>
9595     <type name="Test">
9596       <method name="Void .ctor()">
9597         <size>7</size>
9598       </method>
9599       <method name="Void .cctor()">
9600         <size>11</size>
9601       </method>
9602       <method name="Void Main()">
9603         <size>21</size>
9604       </method>
9605     </type>
9606   </test>
9607   <test name="gtest-283.cs">
9608     <type name="Point">
9609       <method name="Void .ctor(Int32, Int32)">
9610         <size>15</size>
9611       </method>
9612     </type>
9613     <type name="TestPoint">
9614       <method name="Void Serialize(IFoo)">
9615         <size>39</size>
9616       </method>
9617       <method name="Void Main()">
9618         <size>1</size>
9619       </method>
9620     </type>
9621   </test>
9622   <test name="gtest-284.cs">
9623     <type name="X">
9624       <method name="Void .ctor()">
9625         <size>7</size>
9626       </method>
9627     </type>
9628     <type name="CollectionTester">
9629       <method name="Int32 Test[T](IList`1)">
9630         <size>67</size>
9631       </method>
9632       <method name="Int32 Test()">
9633         <size>522</size>
9634       </method>
9635     </type>
9636     <type name="InterfaceTester">
9637       <method name="Void .cctor()">
9638         <size>136</size>
9639       </method>
9640       <method name="Int32 Test(System.Type, System.Type[])">
9641         <size>434</size>
9642       </method>
9643       <method name="Int32 Test()">
9644         <size>532</size>
9645       </method>
9646     </type>
9647     <type name="Z">
9648       <method name="Void .ctor()">
9649         <size>7</size>
9650       </method>
9651       <method name="Int32 Test()">
9652         <size>36</size>
9653       </method>
9654       <method name="Int32 Main()">
9655         <size>45</size>
9656       </method>
9657     </type>
9658   </test>
9659   <test name="gtest-285.cs">
9660     <type name="A">
9661       <method name="Void .ctor()">
9662         <size>7</size>
9663       </method>
9664     </type>
9665     <type name="B">
9666       <method name="Void .ctor()">
9667         <size>7</size>
9668       </method>
9669     </type>
9670     <type name="Tests">
9671       <method name="Void .ctor()">
9672         <size>7</size>
9673       </method>
9674       <method name="Void Main()">
9675         <size>38</size>
9676       </method>
9677     </type>
9678   </test>
9679   <test name="gtest-286.cs">
9680     <type name="TestAttribute">
9681       <method name="Void .ctor(Type)">
9682         <size>14</size>
9683       </method>
9684     </type>
9685     <type name="C`1[T]">
9686       <method name="Void .ctor()">
9687         <size>7</size>
9688       </method>
9689       <method name="Void Foo()">
9690         <size>1</size>
9691       </method>
9692     </type>
9693     <type name="C">
9694       <method name="Void .ctor()">
9695         <size>7</size>
9696       </method>
9697       <method name="Int32 Main()">
9698         <size>76</size>
9699       </method>
9700     </type>
9701   </test>
9702   <test name="gtest-287.cs">
9703     <type name="X">
9704       <method name="Void .ctor()">
9705         <size>7</size>
9706       </method>
9707       <method name="Void Main()">
9708         <size>36</size>
9709       </method>
9710       <method name="Void D()">
9711         <size>1</size>
9712       </method>
9713     </type>
9714   </test>
9715   <test name="gtest-288.cs">
9716     <type name="A">
9717       <method name="Void .ctor()">
9718         <size>7</size>
9719       </method>
9720       <method name="Boolean Test(Int32)">
9721         <size>5</size>
9722       </method>
9723     </type>
9724     <type name="B">
9725       <method name="Void .ctor()">
9726         <size>7</size>
9727       </method>
9728       <method name="Void Test()">
9729         <size>1</size>
9730       </method>
9731     </type>
9732     <type name="B+C">
9733       <method name="Void .ctor()">
9734         <size>7</size>
9735       </method>
9736       <method name="Boolean Foo(Int32)">
9737         <size>13</size>
9738       </method>
9739     </type>
9740     <type name="X">
9741       <method name="Void .ctor()">
9742         <size>7</size>
9743       </method>
9744       <method name="Void Main()">
9745         <size>1</size>
9746       </method>
9747     </type>
9748   </test>
9749   <test name="gtest-289.cs">
9750     <type name="C">
9751       <method name="Void .ctor()">
9752         <size>7</size>
9753       </method>
9754       <method name="Void add_Ev1(D)">
9755         <size>24</size>
9756       </method>
9757       <method name="Void remove_Ev1(D)">
9758         <size>24</size>
9759       </method>
9760     </type>
9761     <type name="Consts">
9762       <method name="Void .ctor()">
9763         <size>7</size>
9764       </method>
9765       <method name="Void .cctor()">
9766         <size>1</size>
9767       </method>
9768     </type>
9769     <type name="Test">
9770       <method name="Void .ctor()">
9771         <size>7</size>
9772       </method>
9773       <method name="Int32 Main()">
9774         <size>94</size>
9775       </method>
9776     </type>
9777     <type name="D">
9778       <method name="Void .ctor(Object, IntPtr)">
9779         <size>0</size>
9780       </method>
9781       <method name="Void Invoke()">
9782         <size>0</size>
9783       </method>
9784       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
9785         <size>0</size>
9786       </method>
9787       <method name="Void EndInvoke(IAsyncResult)">
9788         <size>0</size>
9789       </method>
9790     </type>
9791   </test>
9792   <test name="gtest-290.cs">
9793     <type name="GenericEventNotUsedTest`1[T]">
9794       <method name="Void .ctor()">
9795         <size>7</size>
9796       </method>
9797       <method name="Void add_TestEvent(GenericEventHandler`2[GenericEventNotUsedTest`1[T],T])">
9798         <size>24</size>
9799       </method>
9800       <method name="Void remove_TestEvent(GenericEventHandler`2[GenericEventNotUsedTest`1[T],T])">
9801         <size>24</size>
9802       </method>
9803       <method name="Void RaiseTestEvent(T)">
9804         <size>14</size>
9805       </method>
9806     </type>
9807     <type name="TestEntry">
9808       <method name="Void Main()">
9809         <size>1</size>
9810       </method>
9811     </type>
9812     <type name="GenericEventHandler`2[U,V]">
9813       <method name="Void .ctor(Object, IntPtr)">
9814         <size>0</size>
9815       </method>
9816       <method name="Void Invoke(U, V)">
9817         <size>0</size>
9818       </method>
9819       <method name="IAsyncResult BeginInvoke(U, V, System.AsyncCallback, System.Object)">
9820         <size>0</size>
9821       </method>
9822       <method name="Void EndInvoke(IAsyncResult)">
9823         <size>0</size>
9824       </method>
9825     </type>
9826   </test>
9827   <test name="gtest-291.cs">
9828     <type name="Global">
9829       <method name="Void .ctor()">
9830         <size>7</size>
9831       </method>
9832       <method name="Void Main()">
9833         <size>22</size>
9834       </method>
9835       <method name="System.String Test2(Nullable`1)">
9836         <size>6</size>
9837       </method>
9838     </type>
9839   </test>
9840   <test name="gtest-292.cs">
9841     <type name="Test.A`1[TA]">
9842       <method name="Void .ctor()">
9843         <size>7</size>
9844       </method>
9845     </type>
9846     <type name="X">
9847       <method name="Void .ctor()">
9848         <size>7</size>
9849       </method>
9850       <method name="Void Main()">
9851         <size>1</size>
9852       </method>
9853     </type>
9854     <type name="Test.Handler`1[TA]">
9855       <method name="Void .ctor(Object, IntPtr)">
9856         <size>0</size>
9857       </method>
9858       <method name="Void Invoke(TA)">
9859         <size>0</size>
9860       </method>
9861       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
9862         <size>0</size>
9863       </method>
9864       <method name="Void EndInvoke(IAsyncResult)">
9865         <size>0</size>
9866       </method>
9867     </type>
9868   </test>
9869   <test name="gtest-293.cs">
9870     <type name="Test`1[T]">
9871       <method name="Void .ctor()">
9872         <size>7</size>
9873       </method>
9874       <method name="Void Invalid(T)">
9875         <size>21</size>
9876       </method>
9877       <method name="Void Other(IEnumerable`1)">
9878         <size>1</size>
9879       </method>
9880     </type>
9881     <type name="X">
9882       <method name="Void .ctor()">
9883         <size>7</size>
9884       </method>
9885       <method name="Void Main()">
9886         <size>1</size>
9887       </method>
9888     </type>
9889   </test>
9890   <test name="gtest-294.cs">
9891     <type name="A">
9892       <method name="Void .ctor()">
9893         <size>7</size>
9894       </method>
9895     </type>
9896     <type name="B">
9897       <method name="Void .ctor()">
9898         <size>7</size>
9899       </method>
9900     </type>
9901     <type name="X">
9902       <method name="Void .ctor()">
9903         <size>7</size>
9904       </method>
9905       <method name="A Test(A, B)">
9906         <size>10</size>
9907       </method>
9908       <method name="Int32 Main()">
9909         <size>73</size>
9910       </method>
9911     </type>
9912   </test>
9913   <test name="gtest-295.cs">
9914     <type name="Test.Cache`1[T]">
9915       <method name="Void .ctor()">
9916         <size>7</size>
9917       </method>
9918     </type>
9919     <type name="Test.Base">
9920       <method name="Void .ctor()">
9921         <size>7</size>
9922       </method>
9923     </type>
9924     <type name="Test.MyType`1[T]">
9925       <method name="Void .ctor()">
9926         <size>7</size>
9927       </method>
9928     </type>
9929     <type name="Test.Foo">
9930       <method name="Void .ctor()">
9931         <size>7</size>
9932       </method>
9933       <method name="Void Main()">
9934         <size>7</size>
9935       </method>
9936     </type>
9937   </test>
9938   <test name="gtest-296.cs">
9939     <type name="MyCollection`1[T]">
9940       <method name="Void .ctor()">
9941         <size>7</size>
9942       </method>
9943       <method name="Void Foo()">
9944         <size>14</size>
9945       </method>
9946     </type>
9947     <type name="C">
9948       <method name="Void .ctor()">
9949         <size>7</size>
9950       </method>
9951       <method name="Void Main()">
9952         <size>1</size>
9953       </method>
9954     </type>
9955   </test>
9956   <test name="gtest-297.cs">
9957     <type name="Test">
9958       <method name="Void .ctor()">
9959         <size>7</size>
9960       </method>
9961       <method name="Void Main()">
9962         <size>18</size>
9963       </method>
9964     </type>
9965   </test>
9966   <test name="gtest-298.cs">
9967     <type name="A">
9968       <method name="Void .ctor(TestFunc`1)">
9969         <size>14</size>
9970       </method>
9971     </type>
9972     <type name="TestClass">
9973       <method name="Void .ctor()">
9974         <size>7</size>
9975       </method>
9976       <method name="Void .cctor()">
9977         <size>46</size>
9978       </method>
9979       <method name="Int32 Main()">
9980         <size>6</size>
9981       </method>
9982     </type>
9983     <type name="TestFunc`1[T]">
9984       <method name="Void .ctor(Object, IntPtr)">
9985         <size>0</size>
9986       </method>
9987       <method name="Void Invoke(T)">
9988         <size>0</size>
9989       </method>
9990       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
9991         <size>0</size>
9992       </method>
9993       <method name="Void EndInvoke(IAsyncResult)">
9994         <size>0</size>
9995       </method>
9996     </type>
9997     <type name="TestClass">
9998       <method name="Void &lt;a&gt;m__0(Int32)">
9999         <size>7</size>
10000       </method>
10001     </type>
10002   </test>
10003   <test name="gtest-299.cs">
10004     <type name="N.A">
10005       <method name="Void .ctor()">
10006         <size>7</size>
10007       </method>
10008     </type>
10009     <type name="B`1[T]">
10010       <method name="Void .ctor()">
10011         <size>7</size>
10012       </method>
10013     </type>
10014     <type name="Test">
10015       <method name="Void .ctor()">
10016         <size>7</size>
10017       </method>
10018       <method name="Void Main()">
10019         <size>52</size>
10020       </method>
10021     </type>
10022   </test>
10023   <test name="gtest-300.cs">
10024     <type name="Test">
10025       <method name="Void .ctor()">
10026         <size>7</size>
10027       </method>
10028       <method name="Void Main()">
10029         <size>66</size>
10030       </method>
10031     </type>
10032   </test>
10033   <test name="gtest-301.cs">
10034     <type name="Test">
10035       <method name="Void .ctor()">
10036         <size>7</size>
10037       </method>
10038       <method name="Void Main(System.String[])">
10039         <size>23</size>
10040       </method>
10041     </type>
10042   </test>
10043   <test name="gtest-302.cs">
10044     <type name="Test">
10045       <method name="Void .ctor()">
10046         <size>7</size>
10047       </method>
10048       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
10049         <size>6</size>
10050       </method>
10051     </type>
10052     <type name="M">
10053       <method name="Void .ctor()">
10054         <size>7</size>
10055       </method>
10056       <method name="Void Main()">
10057         <size>61</size>
10058       </method>
10059     </type>
10060     <type name="Test+GetEnumerator&gt;c__Iterator0">
10061       <method name="Void .ctor()">
10062         <size>7</size>
10063       </method>
10064       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10065         <size>12</size>
10066       </method>
10067       <method name="Boolean MoveNext()">
10068         <size>25</size>
10069       </method>
10070       <method name="Void Dispose()">
10071         <size>8</size>
10072       </method>
10073       <method name="Void Reset()">
10074         <size>6</size>
10075       </method>
10076     </type>
10077     <type name="Test">
10078       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
10079         <size>8</size>
10080       </method>
10081     </type>
10082     <type name="Test+GetEnumerator&gt;c__Iterator0">
10083       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
10084         <size>7</size>
10085       </method>
10086     </type>
10087   </test>
10088   <test name="gtest-303.cs">
10089     <type name="test.BaseClass">
10090       <method name="Void .ctor()">
10091         <size>7</size>
10092       </method>
10093       <method name="System.String get_Hello()">
10094         <size>6</size>
10095       </method>
10096     </type>
10097     <type name="test.Printer">
10098       <method name="Void .ctor()">
10099         <size>7</size>
10100       </method>
10101       <method name="Void Print[T](T)">
10102         <size>0</size>
10103       </method>
10104     </type>
10105     <type name="test.PrinterImpl">
10106       <method name="Void .ctor()">
10107         <size>7</size>
10108       </method>
10109       <method name="Void Print[T](T)">
10110         <size>19</size>
10111       </method>
10112     </type>
10113     <type name="test.Starter">
10114       <method name="Void .ctor()">
10115         <size>7</size>
10116       </method>
10117       <method name="Void Main(System.String[])">
10118         <size>20</size>
10119       </method>
10120     </type>
10121   </test>
10122   <test name="gtest-304.cs">
10123     <type name="test.BaseClass">
10124       <method name="Void .ctor()">
10125         <size>7</size>
10126       </method>
10127       <method name="System.String get_Hello()">
10128         <size>6</size>
10129       </method>
10130     </type>
10131     <type name="test.Printer">
10132       <method name="Void .ctor()">
10133         <size>7</size>
10134       </method>
10135       <method name="Void Print[T](System.Object)">
10136         <size>0</size>
10137       </method>
10138     </type>
10139     <type name="test.PrinterImpl">
10140       <method name="Void .ctor()">
10141         <size>7</size>
10142       </method>
10143       <method name="Void Print[T](System.Object)">
10144         <size>31</size>
10145       </method>
10146     </type>
10147     <type name="test.Starter">
10148       <method name="Void .ctor()">
10149         <size>7</size>
10150       </method>
10151       <method name="Void Main(System.String[])">
10152         <size>20</size>
10153       </method>
10154     </type>
10155   </test>
10156   <test name="gtest-305.cs">
10157     <type name="T">
10158       <method name="Void .ctor()">
10159         <size>82</size>
10160       </method>
10161       <method name="Int32 Main()">
10162         <size>54</size>
10163       </method>
10164     </type>
10165   </test>
10166   <test name="gtest-306.cs">
10167     <type name="FuParentClass`1[Trow]">
10168       <method name="Void .ctor()">
10169         <size>7</size>
10170       </method>
10171     </type>
10172     <type name="FuParentClass`1+FuChildClass[Trow]">
10173       <method name="Void .ctor()">
10174         <size>7</size>
10175       </method>
10176     </type>
10177     <type name="C">
10178       <method name="Void .ctor()">
10179         <size>7</size>
10180       </method>
10181       <method name="Void Main()">
10182         <size>1</size>
10183       </method>
10184     </type>
10185   </test>
10186   <test name="gtest-307.cs">
10187     <type name="Foo`1[T]">
10188       <method name="Void .ctor()">
10189         <size>7</size>
10190       </method>
10191     </type>
10192     <type name="Bar">
10193       <method name="Void .ctor()">
10194         <size>7</size>
10195       </method>
10196       <method name="Int32 g()">
10197         <size>2</size>
10198       </method>
10199       <method name="Int32 Main()">
10200         <size>20</size>
10201       </method>
10202     </type>
10203     <type name="Foo`1+F[T]">
10204       <method name="Void .ctor(Object, IntPtr)">
10205         <size>0</size>
10206       </method>
10207       <method name="Int32 Invoke()">
10208         <size>0</size>
10209       </method>
10210       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
10211         <size>0</size>
10212       </method>
10213       <method name="Int32 EndInvoke(IAsyncResult)">
10214         <size>0</size>
10215       </method>
10216     </type>
10217   </test>
10218   <test name="gtest-308.cs">
10219     <type name="Test">
10220       <method name="Void .ctor()">
10221         <size>7</size>
10222       </method>
10223       <method name="System.Comparison`1[U] WrapComparison[U](System.Comparison`1[U])">
10224         <size>26</size>
10225       </method>
10226       <method name="Test+MyComparison`1[W] WrapMyComparison[W](Test+MyComparison`1[W])">
10227         <size>26</size>
10228       </method>
10229     </type>
10230     <type name="Foo">
10231       <method name="Void .ctor()">
10232         <size>7</size>
10233       </method>
10234       <method name="Int32 compare(Int32, Int32)">
10235         <size>4</size>
10236       </method>
10237       <method name="Int32 compare(System.String, System.String)">
10238         <size>8</size>
10239       </method>
10240       <method name="Void test(Int32)">
10241         <size>29</size>
10242       </method>
10243       <method name="Void Main()">
10244         <size>141</size>
10245       </method>
10246     </type>
10247     <type name="Test+MyComparison`1[V]">
10248       <method name="Void .ctor(Object, IntPtr)">
10249         <size>0</size>
10250       </method>
10251       <method name="Int32 Invoke(V, V)">
10252         <size>0</size>
10253       </method>
10254       <method name="IAsyncResult BeginInvoke(V, V, System.AsyncCallback, System.Object)">
10255         <size>0</size>
10256       </method>
10257       <method name="Int32 EndInvoke(IAsyncResult)">
10258         <size>0</size>
10259       </method>
10260     </type>
10261     <type name="Test+&lt;WrapComparison&gt;c__AnonStorey0`1[U]">
10262       <method name="Void .ctor()">
10263         <size>7</size>
10264       </method>
10265       <method name="Int32 &lt;&gt;m__0(U, U)">
10266         <size>14</size>
10267       </method>
10268     </type>
10269     <type name="Test+&lt;WrapMyComparison&gt;c__AnonStorey1`1[W]">
10270       <method name="Void .ctor()">
10271         <size>7</size>
10272       </method>
10273       <method name="Int32 &lt;&gt;m__1(W, W)">
10274         <size>14</size>
10275       </method>
10276     </type>
10277   </test>
10278   <test name="gtest-309.cs">
10279     <type name="Test`2[A,B]">
10280       <method name="Void .ctor()">
10281         <size>7</size>
10282       </method>
10283       <method name="Void Foo[V,W](Test`2[A,W], Test`2[V,B])">
10284         <size>1</size>
10285       </method>
10286     </type>
10287     <type name="X">
10288       <method name="Void .ctor()">
10289         <size>7</size>
10290       </method>
10291       <method name="Void Main()">
10292         <size>15</size>
10293       </method>
10294     </type>
10295   </test>
10296   <test name="gtest-310.cs">
10297     <type name="MonoBugs.IncompleteGenericInference">
10298       <method name="Void DoSomethingGeneric[T1,T2](IEnumerable`1, IDictionary`2)">
10299         <size>1</size>
10300       </method>
10301       <method name="Void Main()">
10302         <size>20</size>
10303       </method>
10304     </type>
10305   </test>
10306   <test name="gtest-312.cs">
10307     <type name="CantCastGenericListToArray">
10308       <method name="Void .ctor()">
10309         <size>7</size>
10310       </method>
10311       <method name="Void Main(System.String[])">
10312         <size>51</size>
10313       </method>
10314     </type>
10315   </test>
10316   <test name="gtest-313.cs">
10317     <type name="Foo`1[T]">
10318       <method name="Void .ctor(TestEnum)">
10319         <size>14</size>
10320       </method>
10321     </type>
10322     <type name="X">
10323       <method name="Void .ctor()">
10324         <size>7</size>
10325       </method>
10326       <method name="Void Main()">
10327         <size>28</size>
10328       </method>
10329     </type>
10330   </test>
10331   <test name="gtest-314.cs">
10332     <type name="test.App">
10333       <method name="Void .ctor()">
10334         <size>7</size>
10335       </method>
10336       <method name="Void Main()">
10337         <size>1</size>
10338       </method>
10339     </type>
10340     <type name="test.ThisClass`2[T,O]">
10341       <method name="Void .ctor()">
10342         <size>7</size>
10343       </method>
10344     </type>
10345     <type name="test.OtherClass`2[O,T]">
10346       <method name="Void .ctor()">
10347         <size>7</size>
10348       </method>
10349       <method name="Void Test(T)">
10350         <size>13</size>
10351       </method>
10352     </type>
10353   </test>
10354   <test name="gtest-315.cs">
10355     <type name="A`1[T]">
10356       <method name="Void .ctor()">
10357         <size>7</size>
10358       </method>
10359     </type>
10360     <type name="A`1+B[T]">
10361       <method name="Void .ctor()">
10362         <size>7</size>
10363       </method>
10364     </type>
10365     <type name="X">
10366       <method name="Void .ctor()">
10367         <size>7</size>
10368       </method>
10369       <method name="Void Main()">
10370         <size>18</size>
10371       </method>
10372     </type>
10373   </test>
10374   <test name="gtest-316.cs">
10375     <type name="X">
10376       <method name="Int32 Main()">
10377         <size>12</size>
10378       </method>
10379       <method name="Void .ctor()">
10380         <size>7</size>
10381       </method>
10382     </type>
10383     <type name="Foo">
10384       <method name="Void .ctor()">
10385         <size>7</size>
10386       </method>
10387     </type>
10388     <type name="Base">
10389       <method name="Void Method[R]()">
10390         <size>0</size>
10391       </method>
10392       <method name="Void .ctor()">
10393         <size>7</size>
10394       </method>
10395     </type>
10396     <type name="Derived">
10397       <method name="Void Method[S]()">
10398         <size>7</size>
10399       </method>
10400       <method name="Void Method2[T]()">
10401         <size>23</size>
10402       </method>
10403       <method name="Void .ctor()">
10404         <size>7</size>
10405       </method>
10406     </type>
10407   </test>
10408   <test name="gtest-317.cs">
10409     <type name="Foo`1[K]">
10410       <method name="Void .ctor()">
10411         <size>7</size>
10412       </method>
10413     </type>
10414     <type name="Bar`1[Q]">
10415       <method name="Void .ctor()">
10416         <size>7</size>
10417       </method>
10418     </type>
10419     <type name="Bar`1+Baz[Q]">
10420       <method name="Void .ctor()">
10421         <size>7</size>
10422       </method>
10423     </type>
10424     <type name="X">
10425       <method name="Void .ctor()">
10426         <size>7</size>
10427       </method>
10428       <method name="Void Main()">
10429         <size>13</size>
10430       </method>
10431     </type>
10432   </test>
10433   <test name="gtest-318.cs">
10434     <type name="Foo`1[K]">
10435       <method name="Void .ctor()">
10436         <size>7</size>
10437       </method>
10438     </type>
10439     <type name="Bar`1[Q]">
10440       <method name="Void .ctor()">
10441         <size>7</size>
10442       </method>
10443     </type>
10444     <type name="Bar`1+Baz[Q]">
10445       <method name="Void .ctor()">
10446         <size>7</size>
10447       </method>
10448     </type>
10449     <type name="Goo`1[Q]">
10450       <method name="Void .ctor()">
10451         <size>7</size>
10452       </method>
10453     </type>
10454     <type name="X">
10455       <method name="Void .ctor()">
10456         <size>7</size>
10457       </method>
10458       <method name="Void Main()">
10459         <size>13</size>
10460       </method>
10461     </type>
10462   </test>
10463   <test name="gtest-319.cs">
10464     <type name="Temp`1[T]">
10465       <method name="Void .ctor()">
10466         <size>7</size>
10467       </method>
10468       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
10469         <size>7</size>
10470       </method>
10471       <method name="IEnumerator`1 GetEnumerator()">
10472         <size>8</size>
10473       </method>
10474     </type>
10475     <type name="Temp`1+Foo[T]">
10476       <method name="Void .ctor()">
10477         <size>7</size>
10478       </method>
10479     </type>
10480     <type name="X">
10481       <method name="Void .ctor()">
10482         <size>7</size>
10483       </method>
10484       <method name="Void Main()">
10485         <size>1</size>
10486       </method>
10487     </type>
10488     <type name="Temp`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
10489       <method name="Void .ctor()">
10490         <size>7</size>
10491       </method>
10492       <method name="System.Object System.Collections.IEnumerator.get_Current()">
10493         <size>7</size>
10494       </method>
10495       <method name="Boolean MoveNext()">
10496         <size>69</size>
10497       </method>
10498       <method name="Void Dispose()">
10499         <size>8</size>
10500       </method>
10501       <method name="Void Reset()">
10502         <size>6</size>
10503       </method>
10504       <method name="Temp`1+Foo[T] System.Collections.Generic.IEnumerator&lt;Temp&lt;T&gt;.Foo&gt;.get_Current()">
10505         <size>7</size>
10506       </method>
10507     </type>
10508   </test>
10509   <test name="gtest-320.cs">
10510     <type name="Foo`1[K]">
10511       <method name="Void .ctor()">
10512         <size>7</size>
10513       </method>
10514     </type>
10515     <type name="B">
10516       <method name="Void .ctor()">
10517         <size>7</size>
10518       </method>
10519     </type>
10520     <type name="B+C">
10521       <method name="Void .ctor()">
10522         <size>7</size>
10523       </method>
10524     </type>
10525     <type name="X">
10526       <method name="Void .ctor()">
10527         <size>7</size>
10528       </method>
10529       <method name="Void Main()">
10530         <size>1</size>
10531       </method>
10532     </type>
10533   </test>
10534   <test name="gtest-321.cs">
10535     <type name="App">
10536       <method name="Void .ctor()">
10537         <size>7</size>
10538       </method>
10539       <method name="Void TestMethod[T](System.String, App+TGenericDelegate`1[T])">
10540         <size>25</size>
10541       </method>
10542       <method name="Void ADelegate[T](System.String)">
10543         <size>12</size>
10544       </method>
10545       <method name="Void Main(System.String[])">
10546         <size>13</size>
10547       </method>
10548       <method name="Void Run()">
10549         <size>49</size>
10550       </method>
10551     </type>
10552     <type name="App+TGenericDelegate`1[T]">
10553       <method name="Void .ctor(Object, IntPtr)">
10554         <size>0</size>
10555       </method>
10556       <method name="Void Invoke(System.String)">
10557         <size>0</size>
10558       </method>
10559       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
10560         <size>0</size>
10561       </method>
10562       <method name="Void EndInvoke(IAsyncResult)">
10563         <size>0</size>
10564       </method>
10565     </type>
10566   </test>
10567   <test name="gtest-322.cs">
10568     <type name="MyBase`2[K,V]">
10569       <method name="Void .ctor(Callback)">
10570         <size>7</size>
10571       </method>
10572     </type>
10573     <type name="X">
10574       <method name="Void .ctor(Callback)">
10575         <size>8</size>
10576       </method>
10577       <method name="Void Main()">
10578         <size>1</size>
10579       </method>
10580     </type>
10581     <type name="MyBase`2+Callback[K,V]">
10582       <method name="Void .ctor(Object, IntPtr)">
10583         <size>0</size>
10584       </method>
10585       <method name="Void Invoke(K, V)">
10586         <size>0</size>
10587       </method>
10588       <method name="IAsyncResult BeginInvoke(K, V, System.AsyncCallback, System.Object)">
10589         <size>0</size>
10590       </method>
10591       <method name="Void EndInvoke(IAsyncResult)">
10592         <size>0</size>
10593       </method>
10594     </type>
10595   </test>
10596   <test name="gtest-323.cs">
10597     <type name="MyBase`2[K,V]">
10598       <method name="Void .ctor()">
10599         <size>7</size>
10600       </method>
10601       <method name="Void Hello(MyBase`2+Callback[K,V])">
10602         <size>1</size>
10603       </method>
10604     </type>
10605     <type name="MyBase`2+Callback[K,V]">
10606       <method name="Void .ctor()">
10607         <size>7</size>
10608       </method>
10609     </type>
10610     <type name="X">
10611       <method name="Void .ctor(Callback)">
10612         <size>7</size>
10613       </method>
10614       <method name="Void Test(MyBase`2+Callback[System.String,System.Int32])">
10615         <size>8</size>
10616       </method>
10617       <method name="Void Main()">
10618         <size>1</size>
10619       </method>
10620     </type>
10621   </test>
10622   <test name="gtest-324.cs">
10623     <type name="B">
10624       <method name="Void .ctor()">
10625         <size>19</size>
10626       </method>
10627       <method name="Void add_D(A)">
10628         <size>22</size>
10629       </method>
10630       <method name="Void remove_D(A)">
10631         <size>22</size>
10632       </method>
10633       <method name="Void C()">
10634         <size>36</size>
10635       </method>
10636       <method name="Void F(Int64)">
10637         <size>1</size>
10638       </method>
10639       <method name="Void Main()">
10640         <size>1</size>
10641       </method>
10642     </type>
10643     <type name="A">
10644       <method name="Void .ctor(Object, IntPtr)">
10645         <size>0</size>
10646       </method>
10647       <method name="Void Invoke()">
10648         <size>0</size>
10649       </method>
10650       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
10651         <size>0</size>
10652       </method>
10653       <method name="Void EndInvoke(IAsyncResult)">
10654         <size>0</size>
10655       </method>
10656     </type>
10657     <type name="B+&lt;C&gt;c__AnonStorey1">
10658       <method name="Void .ctor()">
10659         <size>7</size>
10660       </method>
10661       <method name="Void &lt;&gt;m__0()">
10662         <size>54</size>
10663       </method>
10664     </type>
10665     <type name="B+&lt;C&gt;c__AnonStorey1+&lt;C&gt;c__AnonStorey0">
10666       <method name="Void .ctor()">
10667         <size>7</size>
10668       </method>
10669       <method name="Void &lt;&gt;m__1()">
10670         <size>57</size>
10671       </method>
10672     </type>
10673   </test>
10674   <test name="gtest-325.cs">
10675     <type name="SomeClass`1[T]">
10676       <method name="Void .ctor()">
10677         <size>7</size>
10678       </method>
10679       <method name="Void Foo()">
10680         <size>37</size>
10681       </method>
10682     </type>
10683     <type name="Foo">
10684       <method name="Void .ctor()">
10685         <size>7</size>
10686       </method>
10687       <method name="Void Main()">
10688         <size>13</size>
10689       </method>
10690     </type>
10691   </test>
10692   <test name="gtest-326.cs">
10693     <type name="A">
10694       <method name="Void .ctor()">
10695         <size>7</size>
10696       </method>
10697     </type>
10698     <type name="X">
10699       <method name="Void .ctor()">
10700         <size>7</size>
10701       </method>
10702       <method name="Void Main()">
10703         <size>55</size>
10704       </method>
10705     </type>
10706   </test>
10707   <test name="gtest-327.cs">
10708     <type name="Tester`1[T]">
10709       <method name="Void .ctor()">
10710         <size>7</size>
10711       </method>
10712       <method name="Void Do()">
10713         <size>50</size>
10714       </method>
10715     </type>
10716     <type name="Reference">
10717       <method name="Void .ctor()">
10718         <size>7</size>
10719       </method>
10720       <method name="Void Test()">
10721         <size>1</size>
10722       </method>
10723     </type>
10724     <type name="C">
10725       <method name="Void .ctor()">
10726         <size>7</size>
10727       </method>
10728       <method name="Void Main()">
10729         <size>21</size>
10730       </method>
10731     </type>
10732     <type name="Value">
10733       <method name="Void Test()">
10734         <size>1</size>
10735       </method>
10736     </type>
10737   </test>
10738   <test name="gtest-328.cs">
10739     <type name="App">
10740       <method name="Void .ctor()">
10741         <size>7</size>
10742       </method>
10743       <method name="Void Main()">
10744         <size>34</size>
10745       </method>
10746       <method name="Void TestMethod(System.String, System.Collections.Generic.List`1[System.String], App+MyClass[])">
10747         <size>13</size>
10748       </method>
10749     </type>
10750     <type name="App+MyClass">
10751       <method name="Void .ctor()">
10752         <size>7</size>
10753       </method>
10754     </type>
10755   </test>
10756   <test name="gtest-329.cs">
10757     <type name="NullableInt">
10758       <method name="Void .ctor()">
10759         <size>7</size>
10760       </method>
10761       <method name="Void Main()">
10762         <size>53</size>
10763       </method>
10764     </type>
10765   </test>
10766   <test name="gtest-330.cs">
10767     <type name="BaseCollection`1[T]">
10768       <method name="Void .ctor()">
10769         <size>18</size>
10770       </method>
10771       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
10772         <size>17</size>
10773       </method>
10774     </type>
10775     <type name="BaseIntList`1[T]">
10776       <method name="Void .ctor()">
10777         <size>7</size>
10778       </method>
10779     </type>
10780     <type name="IntList">
10781       <method name="Void .ctor()">
10782         <size>7</size>
10783       </method>
10784     </type>
10785     <type name="X">
10786       <method name="Void .ctor()">
10787         <size>7</size>
10788       </method>
10789       <method name="Void Main()">
10790         <size>61</size>
10791       </method>
10792     </type>
10793     <type name="BaseCollection`1[T]">
10794       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
10795         <size>17</size>
10796       </method>
10797     </type>
10798   </test>
10799   <test name="gtest-331.cs">
10800     <type name="Foo`1[T]">
10801       <method name="Void .ctor()">
10802         <size>7</size>
10803       </method>
10804       <method name="Void Map[S](S)">
10805         <size>14</size>
10806       </method>
10807       <method name="Void Test(T)">
10808         <size>12</size>
10809       </method>
10810     </type>
10811     <type name="X">
10812       <method name="Void .ctor()">
10813         <size>7</size>
10814       </method>
10815       <method name="Void Main()">
10816         <size>18</size>
10817       </method>
10818     </type>
10819   </test>
10820   <test name="gtest-332.cs">
10821     <type name="C`1[T]">
10822       <method name="Void .ctor()">
10823         <size>7</size>
10824       </method>
10825       <method name="System.Type Test()">
10826         <size>15</size>
10827       </method>
10828     </type>
10829     <type name="M">
10830       <method name="Void .ctor()">
10831         <size>7</size>
10832       </method>
10833       <method name="Void Main()">
10834         <size>77</size>
10835       </method>
10836     </type>
10837   </test>
10838   <test name="gtest-333.cs">
10839     <type name="Test">
10840       <method name="Void .ctor()">
10841         <size>7</size>
10842       </method>
10843       <method name="Void Main()">
10844         <size>1</size>
10845       </method>
10846       <method name="Void Foo(System.Object)">
10847         <size>20</size>
10848       </method>
10849     </type>
10850   </test>
10851   <test name="gtest-334.cs">
10852     <type name="Test">
10853       <method name="Void .ctor()">
10854         <size>7</size>
10855       </method>
10856       <method name="Int32 Main()">
10857         <size>105</size>
10858       </method>
10859       <method name="Void DelegateMethod(Boolean)">
10860         <size>1</size>
10861       </method>
10862       <method name="Int32 DelegateMethod(Int32)">
10863         <size>2</size>
10864       </method>
10865     </type>
10866     <type name="Test+DelegateA">
10867       <method name="Void .ctor(Object, IntPtr)">
10868         <size>0</size>
10869       </method>
10870       <method name="Void Invoke(Boolean)">
10871         <size>0</size>
10872       </method>
10873       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
10874         <size>0</size>
10875       </method>
10876       <method name="Void EndInvoke(IAsyncResult)">
10877         <size>0</size>
10878       </method>
10879     </type>
10880     <type name="Test+DelegateB">
10881       <method name="Void .ctor(Object, IntPtr)">
10882         <size>0</size>
10883       </method>
10884       <method name="Int32 Invoke(Int32)">
10885         <size>0</size>
10886       </method>
10887       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
10888         <size>0</size>
10889       </method>
10890       <method name="Int32 EndInvoke(IAsyncResult)">
10891         <size>0</size>
10892       </method>
10893     </type>
10894   </test>
10895   <test name="gtest-335.cs">
10896     <type name="TestClass">
10897       <method name="Boolean Test_1()">
10898         <size>43</size>
10899       </method>
10900       <method name="Boolean Test_2()">
10901         <size>48</size>
10902       </method>
10903       <method name="Boolean Test_3()">
10904         <size>46</size>
10905       </method>
10906       <method name="Boolean Test_4()">
10907         <size>29</size>
10908       </method>
10909       <method name="Int32 Main()">
10910         <size>60</size>
10911       </method>
10912       <method name="Void .ctor()">
10913         <size>7</size>
10914       </method>
10915     </type>
10916   </test>
10917   <test name="gtest-336.cs">
10918     <type name="TestAttribute">
10919       <method name="Void .ctor()">
10920         <size>7</size>
10921       </method>
10922       <method name="Void .ctor(Type)">
10923         <size>14</size>
10924       </method>
10925       <method name="System.Object get_Type()">
10926         <size>7</size>
10927       </method>
10928       <method name="Void set_Type(System.Object)">
10929         <size>8</size>
10930       </method>
10931     </type>
10932     <type name="N.C`1[T]">
10933       <method name="Void .ctor()">
10934         <size>7</size>
10935       </method>
10936       <method name="Void Bar()">
10937         <size>1</size>
10938       </method>
10939       <method name="Void Bar2()">
10940         <size>1</size>
10941       </method>
10942       <method name="Void Bar3()">
10943         <size>1</size>
10944       </method>
10945       <method name="Void Bar4()">
10946         <size>1</size>
10947       </method>
10948     </type>
10949     <type name="N.CC">
10950       <method name="Void .ctor()">
10951         <size>7</size>
10952       </method>
10953       <method name="Void Main()">
10954         <size>1</size>
10955       </method>
10956     </type>
10957   </test>
10958   <test name="gtest-337.cs">
10959     <type name="X">
10960       <method name="Void .ctor()">
10961         <size>7</size>
10962       </method>
10963       <method name="Void SetValue[T](System.Object, T)">
10964         <size>1</size>
10965       </method>
10966       <method name="Void Main()">
10967         <size>12</size>
10968       </method>
10969     </type>
10970   </test>
10971   <test name="gtest-338.cs">
10972     <type name="Test">
10973       <method name="Void .ctor()">
10974         <size>7</size>
10975       </method>
10976       <method name="Void Foo[T](IList`1)">
10977         <size>25</size>
10978       </method>
10979       <method name="Void Main()">
10980         <size>13</size>
10981       </method>
10982     </type>
10983     <type name="FooList`1[T]">
10984       <method name="Void .ctor()">
10985         <size>7</size>
10986       </method>
10987       <method name="Int32 IndexOf(T)">
10988         <size>6</size>
10989       </method>
10990       <method name="Void Insert(Int32, T)">
10991         <size>6</size>
10992       </method>
10993       <method name="Void RemoveAt(Int32)">
10994         <size>6</size>
10995       </method>
10996       <method name="T get_Item(Int32)">
10997         <size>6</size>
10998       </method>
10999       <method name="Void set_Item(Int32, T)">
11000         <size>6</size>
11001       </method>
11002       <method name="Void Add(T)">
11003         <size>6</size>
11004       </method>
11005       <method name="Void Clear()">
11006         <size>6</size>
11007       </method>
11008       <method name="Boolean Contains(T)">
11009         <size>6</size>
11010       </method>
11011       <method name="Void CopyTo(T[], Int32)">
11012         <size>6</size>
11013       </method>
11014       <method name="Boolean Remove(T)">
11015         <size>6</size>
11016       </method>
11017       <method name="Int32 get_Count()">
11018         <size>6</size>
11019       </method>
11020       <method name="Boolean get_IsReadOnly()">
11021         <size>6</size>
11022       </method>
11023       <method name="IEnumerator GetEnumerator()">
11024         <size>6</size>
11025       </method>
11026       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
11027         <size>6</size>
11028       </method>
11029     </type>
11030   </test>
11031   <test name="gtest-339.cs">
11032     <type name="Program">
11033       <method name="Void .ctor()">
11034         <size>7</size>
11035       </method>
11036       <method name="Void Main()">
11037         <size>11</size>
11038       </method>
11039       <method name="Void SerializeDictionary(IDictionary)">
11040         <size>1</size>
11041       </method>
11042       <method name="Void SerializeDictionary(IDictionary`2)">
11043         <size>1</size>
11044       </method>
11045     </type>
11046     <type name="SerializerLazyDictionary">
11047       <method name="Void .ctor()">
11048         <size>7</size>
11049       </method>
11050       <method name="IEnumerator`1 GetEnumerator()">
11051         <size>2</size>
11052       </method>
11053     </type>
11054     <type name="LazyDictionary">
11055       <method name="Void .ctor()">
11056         <size>7</size>
11057       </method>
11058       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
11059         <size>7</size>
11060       </method>
11061       <method name="IEnumerator`1 GetEnumerator()">
11062         <size>0</size>
11063       </method>
11064       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.Add(System.String, System.Object)">
11065         <size>6</size>
11066       </method>
11067       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.ContainsKey(System.String)">
11068         <size>6</size>
11069       </method>
11070       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Keys()">
11071         <size>6</size>
11072       </method>
11073       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.Remove(System.String)">
11074         <size>6</size>
11075       </method>
11076       <method name="Boolean System.Collections.Generic.IDictionary&lt;string,object&gt;.TryGetValue(System.String, System.Object ByRef)">
11077         <size>6</size>
11078       </method>
11079       <method name="ICollection`1 System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Values()">
11080         <size>6</size>
11081       </method>
11082       <method name="System.Object System.Collections.Generic.IDictionary&lt;string,object&gt;.get_Item(System.String)">
11083         <size>6</size>
11084       </method>
11085       <method name="Void System.Collections.Generic.IDictionary&lt;string,object&gt;.set_Item(System.String, System.Object)">
11086         <size>6</size>
11087       </method>
11088       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Add(KeyValuePair`2)">
11089         <size>6</size>
11090       </method>
11091       <method name="Void System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Clear()">
11092         <size>6</size>
11093       </method>
11094       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Contains(KeyValuePair`2)">
11095         <size>6</size>
11096       </method>
11097       <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)">
11098         <size>6</size>
11099       </method>
11100       <method name="Int32 System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Count()">
11101         <size>6</size>
11102       </method>
11103       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_IsReadOnly()">
11104         <size>6</size>
11105       </method>
11106       <method name="Boolean System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.Remove(KeyValuePair`2)">
11107         <size>6</size>
11108       </method>
11109       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.GetEnumerator()">
11110         <size>7</size>
11111       </method>
11112     </type>
11113   </test>
11114   <test name="gtest-340.cs">
11115     <type name="Tests">
11116       <method name="Void .ctor()">
11117         <size>7</size>
11118       </method>
11119       <method name="T[] FindAll[T](T[], System.Predicate`1[T])">
11120         <size>7</size>
11121       </method>
11122       <method name="Boolean ProtectedOnly(System.Reflection.MemberInfo)">
11123         <size>2</size>
11124       </method>
11125       <method name="System.Reflection.MemberInfo[] foo()">
11126         <size>44</size>
11127       </method>
11128       <method name="Void Main(System.String[])">
11129         <size>12</size>
11130       </method>
11131     </type>
11132   </test>
11133   <test name="gtest-341.cs">
11134     <type name="C">
11135       <method name="Void .ctor()">
11136         <size>7</size>
11137       </method>
11138       <method name="Int32 GetLength()">
11139         <size>2</size>
11140       </method>
11141     </type>
11142     <type name="Tests">
11143       <method name="Void .ctor()">
11144         <size>7</size>
11145       </method>
11146       <method name="Void Main()">
11147         <size>1</size>
11148       </method>
11149     </type>
11150   </test>
11151   <test name="gtest-342.cs">
11152     <type name="Base`1[T]">
11153       <method name="Void .ctor()">
11154         <size>7</size>
11155       </method>
11156       <method name="T op_Implicit(Base`1[T])">
11157         <size>7</size>
11158       </method>
11159     </type>
11160     <type name="TestMain">
11161       <method name="Void .ctor()">
11162         <size>7</size>
11163       </method>
11164       <method name="Void Main(System.String[])">
11165         <size>1</size>
11166       </method>
11167     </type>
11168   </test>
11169   <test name="gtest-343.cs">
11170     <type name="Implementer">
11171       <method name="Void .ctor()">
11172         <size>7</size>
11173       </method>
11174       <method name="Void Combine[TOImplementer]()">
11175         <size>1</size>
11176       </method>
11177     </type>
11178     <type name="MainClass">
11179       <method name="Void .ctor()">
11180         <size>7</size>
11181       </method>
11182       <method name="Int32 Main()">
11183         <size>8</size>
11184       </method>
11185     </type>
11186   </test>
11187   <test name="gtest-344.cs">
11188     <type name="ConfigurationElement">
11189       <method name="Void .ctor()">
11190         <size>7</size>
11191       </method>
11192       <method name="Void Main()">
11193         <size>1</size>
11194       </method>
11195     </type>
11196     <type name="CustomConfigurationElement">
11197       <method name="Void .ctor()">
11198         <size>7</size>
11199       </method>
11200     </type>
11201     <type name="CustomConfigurationElementCollection">
11202       <method name="Void .ctor()">
11203         <size>7</size>
11204       </method>
11205     </type>
11206     <type name="BaseCollection`1[T]">
11207       <method name="Void .ctor()">
11208         <size>7</size>
11209       </method>
11210     </type>
11211   </test>
11212   <test name="gtest-345.cs">
11213     <type name="ShiftReduceParser`2[TokenValueType,TokenLocationType]">
11214       <method name="Void .ctor()">
11215         <size>7</size>
11216       </method>
11217       <method name="Void Dump(System.String)">
11218         <size>6</size>
11219       </method>
11220     </type>
11221     <type name="Parser">
11222       <method name="Void .ctor()">
11223         <size>7</size>
11224       </method>
11225       <method name="Void NoCall[T](T)">
11226         <size>1</size>
11227       </method>
11228       <method name="Int32 Main()">
11229         <size>2</size>
11230       </method>
11231     </type>
11232   </test>
11233   <test name="gtest-346.cs">
11234     <type name="test">
11235       <method name="Void .ctor()">
11236         <size>7</size>
11237       </method>
11238       <method name="Void CreateSimpleCallSite[A]()">
11239         <size>1</size>
11240       </method>
11241       <method name="Void CreateSimpleCallSite[A](Int32)">
11242         <size>1</size>
11243       </method>
11244       <method name="Void CreateSimpleCallSite(Int32)">
11245         <size>1</size>
11246       </method>
11247       <method name="Void Main()">
11248         <size>1</size>
11249       </method>
11250     </type>
11251   </test>
11252   <test name="gtest-347.cs">
11253     <type name="X">
11254       <method name="Void .ctor()">
11255         <size>7</size>
11256       </method>
11257       <method name="IEnumerable`1 Enumerable[T](System.String)">
11258         <size>6</size>
11259       </method>
11260       <method name="IEnumerable Enumerable(Int32)">
11261         <size>6</size>
11262       </method>
11263       <method name="IEnumerable Enumerable(System.String)">
11264         <size>6</size>
11265       </method>
11266       <method name="Void Main()">
11267         <size>1</size>
11268       </method>
11269     </type>
11270   </test>
11271   <test name="gtest-348.cs">
11272     <type name="Bar`1[U]">
11273       <method name="Void .ctor()">
11274         <size>7</size>
11275       </method>
11276       <method name="Void OnWorldDestroyed()">
11277         <size>1</size>
11278       </method>
11279     </type>
11280     <type name="Baz`1[U]">
11281       <method name="Void .ctor()">
11282         <size>7</size>
11283       </method>
11284       <method name="Void DestroyWorld(U)">
11285         <size>14</size>
11286       </method>
11287     </type>
11288     <type name="Bling">
11289       <method name="Void .ctor()">
11290         <size>7</size>
11291       </method>
11292       <method name="Void Main()">
11293         <size>1</size>
11294       </method>
11295     </type>
11296   </test>
11297   <test name="gtest-349.cs">
11298     <type name="X">
11299       <method name="Void .ctor()">
11300         <size>7</size>
11301       </method>
11302       <method name="Int32 Main()">
11303         <size>103</size>
11304       </method>
11305       <method name="Int32 f2(IList, IList)">
11306         <size>2</size>
11307       </method>
11308       <method name="Int32 f2(IList, System.Object)">
11309         <size>2</size>
11310       </method>
11311     </type>
11312     <type name="X+Function`3[T1,T2,R]">
11313       <method name="Void .ctor(Object, IntPtr)">
11314         <size>0</size>
11315       </method>
11316       <method name="R Invoke(T1, T2)">
11317         <size>0</size>
11318       </method>
11319       <method name="IAsyncResult BeginInvoke(T1, T2, System.AsyncCallback, System.Object)">
11320         <size>0</size>
11321       </method>
11322       <method name="R EndInvoke(IAsyncResult)">
11323         <size>0</size>
11324       </method>
11325     </type>
11326   </test>
11327   <test name="gtest-350.cs">
11328     <type name="Foo`1[T]">
11329       <method name="Void .ctor()">
11330         <size>7</size>
11331       </method>
11332       <method name="Boolean Equals(T)">
11333         <size>0</size>
11334       </method>
11335     </type>
11336     <type name="C">
11337       <method name="Void .ctor()">
11338         <size>7</size>
11339       </method>
11340       <method name="Void Main()">
11341         <size>1</size>
11342       </method>
11343     </type>
11344   </test>
11345   <test name="gtest-351.cs">
11346     <type name="TestThing">
11347       <method name="Void .ctor()">
11348         <size>7</size>
11349       </method>
11350     </type>
11351     <type name="Test">
11352       <method name="Void .ctor()">
11353         <size>7</size>
11354       </method>
11355       <method name="Int32 Main(System.String[])">
11356         <size>36</size>
11357       </method>
11358     </type>
11359     <type name="TestThing">
11360       <method name="Int32 SetEnum(System.String, System.Enum)">
11361         <size>2</size>
11362       </method>
11363       <method name="Int32 SetEnum(Int32, System.Enum)">
11364         <size>2</size>
11365       </method>
11366     </type>
11367   </test>
11368   <test name="gtest-352.cs">
11369     <type name="T">
11370       <method name="Void .ctor()">
11371         <size>7</size>
11372       </method>
11373       <method name="Int32 Main()">
11374         <size>125</size>
11375       </method>
11376     </type>
11377     <type name="D">
11378       <method name="Void .ctor(Int32)">
11379         <size>8</size>
11380       </method>
11381       <method name="Void .cctor()">
11382         <size>12</size>
11383       </method>
11384     </type>
11385   </test>
11386   <test name="gtest-353.cs">
11387     <type name="Bug.RedSkyTimeCode">
11388       <method name="Void .ctor()">
11389         <size>7</size>
11390       </method>
11391       <method name="Void CopyTo(Bug.xxx*)">
11392         <size>99</size>
11393       </method>
11394       <method name="Void Main()">
11395         <size>1</size>
11396       </method>
11397       <method name="Void Convert(Bug.xxx*, UInt64*)">
11398         <size>93</size>
11399       </method>
11400     </type>
11401   </test>
11402   <test name="gtest-354.cs">
11403     <type name="M">
11404       <method name="Void .ctor()">
11405         <size>7</size>
11406       </method>
11407       <method name="Void Main()">
11408         <size>1</size>
11409       </method>
11410     </type>
11411   </test>
11412   <test name="gtest-355.cs">
11413     <type name="A">
11414       <method name="Void .ctor()">
11415         <size>7</size>
11416       </method>
11417       <method name="System.String Foo[T](System.String)">
11418         <size>6</size>
11419       </method>
11420       <method name="Boolean Foo(System.String)">
11421         <size>2</size>
11422       </method>
11423     </type>
11424     <type name="B">
11425       <method name="Void .ctor()">
11426         <size>7</size>
11427       </method>
11428       <method name="System.String Foo[T](System.String)">
11429         <size>6</size>
11430       </method>
11431       <method name="Boolean Goo(System.String)">
11432         <size>8</size>
11433       </method>
11434       <method name="Boolean Foo(System.String)">
11435         <size>2</size>
11436       </method>
11437     </type>
11438     <type name="C">
11439       <method name="Void .ctor()">
11440         <size>7</size>
11441       </method>
11442       <method name="Void Main()">
11443         <size>1</size>
11444       </method>
11445     </type>
11446   </test>
11447   <test name="gtest-356.cs">
11448     <type name="A`1[T]">
11449       <method name="Void .ctor()">
11450         <size>7</size>
11451       </method>
11452       <method name="Void Foo(B+E)">
11453         <size>1</size>
11454       </method>
11455     </type>
11456     <type name="B`1[U]">
11457       <method name="Void .ctor()">
11458         <size>7</size>
11459       </method>
11460     </type>
11461     <type name="B">
11462       <method name="Void .ctor()">
11463         <size>7</size>
11464       </method>
11465     </type>
11466     <type name="B+E">
11467       <method name="Void .ctor()">
11468         <size>7</size>
11469       </method>
11470     </type>
11471     <type name="C">
11472       <method name="Void .ctor()">
11473         <size>7</size>
11474       </method>
11475       <method name="Void Main()">
11476         <size>1</size>
11477       </method>
11478     </type>
11479   </test>
11480   <test name="gtest-357.cs">
11481     <type name="C`1[T]">
11482       <method name="Void .ctor()">
11483         <size>7</size>
11484       </method>
11485     </type>
11486     <type name="D`1[U]">
11487       <method name="Void .ctor()">
11488         <size>7</size>
11489       </method>
11490     </type>
11491     <type name="X">
11492       <method name="Void .ctor()">
11493         <size>7</size>
11494       </method>
11495       <method name="Void Main()">
11496         <size>1</size>
11497       </method>
11498     </type>
11499   </test>
11500   <test name="gtest-358.cs">
11501     <type name="Test">
11502       <method name="Void .ctor()">
11503         <size>7</size>
11504       </method>
11505       <method name="Void Main()">
11506         <size>1</size>
11507       </method>
11508     </type>
11509     <type name="Foo">
11510       <method name="Boolean op_Equality(Foo, Foo)">
11511         <size>6</size>
11512       </method>
11513       <method name="Boolean op_Inequality(Foo, Foo)">
11514         <size>6</size>
11515       </method>
11516     </type>
11517   </test>
11518   <test name="gtest-359.cs">
11519     <type name="BaseGeneric`1[T]">
11520       <method name="Void .ctor()">
11521         <size>7</size>
11522       </method>
11523     </type>
11524     <type name="BaseGeneric`1+InnerDerived[T]">
11525       <method name="Void .ctor(T)">
11526         <size>7</size>
11527       </method>
11528     </type>
11529     <type name="BaseGeneric`1+GenericInnerDerived`1[T,U]">
11530       <method name="Void .ctor(T, U)">
11531         <size>7</size>
11532       </method>
11533     </type>
11534     <type name="BaseConcrete">
11535       <method name="Void .ctor()">
11536         <size>7</size>
11537       </method>
11538     </type>
11539     <type name="Concrete_A">
11540       <method name="Void .ctor()">
11541         <size>7</size>
11542       </method>
11543     </type>
11544     <type name="Concrete_B">
11545       <method name="Void .ctor()">
11546         <size>7</size>
11547       </method>
11548     </type>
11549     <type name="BaseGeneric_2`2[T,U]">
11550       <method name="Void .ctor()">
11551         <size>7</size>
11552       </method>
11553     </type>
11554     <type name="BaseGeneric_2`2+InnerDerived[T,U]">
11555       <method name="Void .ctor(T, U)">
11556         <size>7</size>
11557       </method>
11558     </type>
11559     <type name="BaseGeneric_1`1[T]">
11560       <method name="Void .ctor()">
11561         <size>7</size>
11562       </method>
11563     </type>
11564     <type name="Concrete_2">
11565       <method name="Void .ctor()">
11566         <size>7</size>
11567       </method>
11568     </type>
11569     <type name="Program">
11570       <method name="Void .ctor()">
11571         <size>7</size>
11572       </method>
11573       <method name="Void Main()">
11574         <size>40</size>
11575       </method>
11576     </type>
11577   </test>
11578   <test name="gtest-360.cs">
11579     <type name="C">
11580       <method name="Void .ctor()">
11581         <size>7</size>
11582       </method>
11583       <method name="Int32 Foo[T](T, System.Object[])">
11584         <size>2</size>
11585       </method>
11586       <method name="Int32 Foo(System.String, System.Object[])">
11587         <size>2</size>
11588       </method>
11589       <method name="Int32 InvokeMethod(System.String, System.Object[])">
11590         <size>8</size>
11591       </method>
11592       <method name="Int32 Main()">
11593         <size>17</size>
11594       </method>
11595     </type>
11596   </test>
11597   <test name="gtest-361.cs">
11598     <type name="Thing">
11599       <method name="Void .ctor()">
11600         <size>7</size>
11601       </method>
11602       <method name="Void Foo()">
11603         <size>1</size>
11604       </method>
11605       <method name="Int32 Main()">
11606         <size>164</size>
11607       </method>
11608       <method name="Void Method(Thing+Handler, System.String[])">
11609         <size>1</size>
11610       </method>
11611     </type>
11612     <type name="Thing+Handler">
11613       <method name="Void .ctor(Object, IntPtr)">
11614         <size>0</size>
11615       </method>
11616       <method name="Void Invoke()">
11617         <size>0</size>
11618       </method>
11619       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
11620         <size>0</size>
11621       </method>
11622       <method name="Void EndInvoke(IAsyncResult)">
11623         <size>0</size>
11624       </method>
11625     </type>
11626     <type name="Thing">
11627       <method name="Void &lt;Main&gt;m__0()">
11628         <size>1</size>
11629       </method>
11630       <method name="Void &lt;Main&gt;m__1()">
11631         <size>1</size>
11632       </method>
11633     </type>
11634   </test>
11635   <test name="gtest-362.cs">
11636     <type name="C">
11637       <method name="Void .ctor()">
11638         <size>7</size>
11639       </method>
11640       <method name="Void Assert[T](T)">
11641         <size>1</size>
11642       </method>
11643       <method name="Void Assert[T](T, T)">
11644         <size>1</size>
11645       </method>
11646       <method name="Int32 Main()">
11647         <size>83</size>
11648       </method>
11649     </type>
11650   </test>
11651   <test name="gtest-363.cs">
11652     <type name="Test">
11653       <method name="Void .ctor()">
11654         <size>7</size>
11655       </method>
11656       <method name="Void InsertAt[T](T[], Int32, T[])">
11657         <size>1</size>
11658       </method>
11659       <method name="Void Main()">
11660         <size>39</size>
11661       </method>
11662     </type>
11663   </test>
11664   <test name="gtest-364.cs">
11665     <type name="BugReport.Program">
11666       <method name="Void .ctor()">
11667         <size>7</size>
11668       </method>
11669       <method name="Int32 Main()">
11670         <size>307</size>
11671       </method>
11672     </type>
11673     <type name="BugReport.A">
11674       <method name="Void .ctor()">
11675         <size>7</size>
11676       </method>
11677       <method name="Nullable`1 get_Counter()">
11678         <size>7</size>
11679       </method>
11680       <method name="Void set_Counter(Nullable`1)">
11681         <size>8</size>
11682       </method>
11683     </type>
11684   </test>
11685   <test name="gtest-365.cs">
11686     <type name="B.Program">
11687       <method name="Void .ctor()">
11688         <size>7</size>
11689       </method>
11690       <method name="Int32 Main()">
11691         <size>51</size>
11692       </method>
11693     </type>
11694   </test>
11695   <test name="gtest-366.cs">
11696     <type name="Tester">
11697       <method name="Void .ctor()">
11698         <size>7</size>
11699       </method>
11700       <method name="Void Assert[T](T, T)">
11701         <size>1</size>
11702       </method>
11703       <method name="Void Main()">
11704         <size>20</size>
11705       </method>
11706     </type>
11707     <type name="MyType">
11708       <method name="Void .ctor(Int32)">
11709         <size>8</size>
11710       </method>
11711       <method name="Int32 op_Implicit(MyType)">
11712         <size>8</size>
11713       </method>
11714     </type>
11715   </test>
11716   <test name="gtest-367.cs">
11717     <type name="Foo">
11718       <method name="Void .ctor()">
11719         <size>7</size>
11720       </method>
11721     </type>
11722     <type name="Repro">
11723       <method name="Void .ctor()">
11724         <size>7</size>
11725       </method>
11726       <method name="Void Bar[TFoo](TFoo)">
11727         <size>19</size>
11728       </method>
11729       <method name="Void Baz[T](T, System.Action`1[T])">
11730         <size>8</size>
11731       </method>
11732       <method name="Void Main()">
11733         <size>1</size>
11734       </method>
11735       <method name="Void Gazonk(Repro)">
11736         <size>1</size>
11737       </method>
11738     </type>
11739   </test>
11740   <test name="gtest-368.cs">
11741     <type name="C`1[T]">
11742       <method name="Void .ctor(D)">
11743         <size>7</size>
11744       </method>
11745       <method name="Void .ctor()">
11746         <size>7</size>
11747       </method>
11748     </type>
11749     <type name="C`1+D[T]">
11750       <method name="Void .ctor()">
11751         <size>7</size>
11752       </method>
11753     </type>
11754     <type name="M">
11755       <method name="Void .ctor()">
11756         <size>7</size>
11757       </method>
11758       <method name="Void Main()">
11759         <size>1</size>
11760       </method>
11761     </type>
11762   </test>
11763   <test name="gtest-369.cs">
11764     <type name="Db4objects.Db4o.Internal.ObjectContainerBase">
11765       <method name="Void .ctor()">
11766         <size>7</size>
11767       </method>
11768       <method name="IList`1 Query[Extent](IList`1, IList`1)">
11769         <size>2</size>
11770       </method>
11771       <method name="IList Query()">
11772         <size>2</size>
11773       </method>
11774     </type>
11775     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
11776       <method name="Void .ctor()">
11777         <size>7</size>
11778       </method>
11779     </type>
11780     <type name="Db4objects.Db4o.Internal.M">
11781       <method name="Void .ctor()">
11782         <size>7</size>
11783       </method>
11784       <method name="Void Main()">
11785         <size>1</size>
11786       </method>
11787     </type>
11788     <type name="Db4objects.Db4o.Internal.ExternalObjectContainer">
11789       <method name="IList Db4objects.Db4o.IObjectContainer.Query()">
11790         <size>7</size>
11791       </method>
11792       <method name="IList`1 Db4objects.Db4o.IObjectContainer.Query[Extent](IList`1, IList`1)">
11793         <size>9</size>
11794       </method>
11795     </type>
11796   </test>
11797   <test name="gtest-370.cs">
11798     <type name="N2.X`1[T]">
11799       <method name="Void .ctor()">
11800         <size>7</size>
11801       </method>
11802     </type>
11803     <type name="N2.X`1+A`1[T,T]">
11804       <method name="Void .ctor()">
11805         <size>7</size>
11806       </method>
11807     </type>
11808     <type name="N2.X`1+A`1+B`1[T,T,T]">
11809       <method name="Void .ctor()">
11810         <size>7</size>
11811       </method>
11812     </type>
11813     <type name="N2.X`1+A`1+B`1+C`1[T,T,T,T]">
11814       <method name="Void .ctor()">
11815         <size>7</size>
11816       </method>
11817     </type>
11818     <type name="N2.C">
11819       <method name="Void .ctor()">
11820         <size>7</size>
11821       </method>
11822       <method name="Void Main()">
11823         <size>1</size>
11824       </method>
11825     </type>
11826   </test>
11827   <test name="gtest-371.cs">
11828     <type name="X">
11829       <method name="Void .ctor()">
11830         <size>7</size>
11831       </method>
11832       <method name="Void Main()">
11833         <size>86</size>
11834       </method>
11835     </type>
11836     <type name="&lt;PrivateImplementationDetails&gt;">
11837       <method name="Void .ctor()">
11838         <size>7</size>
11839       </method>
11840     </type>
11841   </test>
11842   <test name="gtest-372.cs">
11843     <type name="TestClass`1[T]">
11844       <method name="Void .ctor()">
11845         <size>7</size>
11846       </method>
11847       <method name="Boolean Check(T, T)">
11848         <size>15</size>
11849       </method>
11850     </type>
11851     <type name="C">
11852       <method name="Void .ctor()">
11853         <size>7</size>
11854       </method>
11855     </type>
11856     <type name="TestClass2`1[T]">
11857       <method name="Void .ctor()">
11858         <size>7</size>
11859       </method>
11860       <method name="Boolean Check(T, T)">
11861         <size>15</size>
11862       </method>
11863     </type>
11864     <type name="X">
11865       <method name="Void .ctor()">
11866         <size>7</size>
11867       </method>
11868       <method name="Int32 Main()">
11869         <size>28</size>
11870       </method>
11871     </type>
11872   </test>
11873   <test name="gtest-373.cs">
11874     <type name="MonoBug.MainClass">
11875       <method name="Void .ctor()">
11876         <size>7</size>
11877       </method>
11878       <method name="Void Main()">
11879         <size>29</size>
11880       </method>
11881     </type>
11882     <type name="MonoBug.GenericType`1[T]">
11883       <method name="Void .ctor(T)">
11884         <size>14</size>
11885       </method>
11886       <method name="T op_Implicit(MonoBug.GenericType`1[T])">
11887         <size>7</size>
11888       </method>
11889     </type>
11890   </test>
11891   <test name="gtest-374.cs">
11892     <type name="aClass">
11893       <method name="Void .ctor()">
11894         <size>7</size>
11895       </method>
11896       <method name="Void Main(System.String[])">
11897         <size>14</size>
11898       </method>
11899     </type>
11900   </test>
11901   <test name="gtest-375.cs">
11902     <type name="X">
11903       <method name="Void .ctor()">
11904         <size>7</size>
11905       </method>
11906       <method name="Boolean Compute(Int32)">
11907         <size>2</size>
11908       </method>
11909       <method name="Boolean Compute2(Int32)">
11910         <size>2</size>
11911       </method>
11912       <method name="Int32 Main()">
11913         <size>28</size>
11914       </method>
11915     </type>
11916   </test>
11917   <test name="gtest-376.cs">
11918     <type name="C">
11919       <method name="Void .ctor()">
11920         <size>7</size>
11921       </method>
11922       <method name="Void Main()">
11923         <size>1</size>
11924       </method>
11925     </type>
11926     <type name="S`1[T]">
11927       <method name="System.Object Box(Nullable`1)">
11928         <size>30</size>
11929       </method>
11930     </type>
11931   </test>
11932   <test name="gtest-377.cs">
11933     <type name="D">
11934       <method name="Void .cctor()">
11935         <size>26</size>
11936       </method>
11937       <method name="Void Main()">
11938         <size>98</size>
11939       </method>
11940     </type>
11941   </test>
11942   <test name="gtest-378.cs">
11943     <type name="Test">
11944       <method name="Void .ctor()">
11945         <size>7</size>
11946       </method>
11947       <method name="System.Object FooG[T](Nullable`1)">
11948         <size>7</size>
11949       </method>
11950       <method name="System.Object Foo(Nullable`1)">
11951         <size>7</size>
11952       </method>
11953       <method name="Int32 Main()">
11954         <size>58</size>
11955       </method>
11956     </type>
11957   </test>
11958   <test name="gtest-379.cs">
11959     <type name="C">
11960       <method name="Void .ctor()">
11961         <size>7</size>
11962       </method>
11963       <method name="Int32 Print(Nullable`1)">
11964         <size>16</size>
11965       </method>
11966       <method name="Int32 Main()">
11967         <size>15</size>
11968       </method>
11969     </type>
11970     <type name="S">
11971       <method name="Boolean op_Equality(S, S)">
11972         <size>2</size>
11973       </method>
11974       <method name="Boolean op_Inequality(S, S)">
11975         <size>2</size>
11976       </method>
11977     </type>
11978   </test>
11979   <test name="gtest-380.cs">
11980     <type name="Test">
11981       <method name="Void .ctor()">
11982         <size>7</size>
11983       </method>
11984       <method name="Int32 Main()">
11985         <size>175</size>
11986       </method>
11987     </type>
11988     <type name="GTest`1[T]">
11989       <method name="Void .ctor()">
11990         <size>7</size>
11991       </method>
11992       <method name="Void .cctor()">
11993         <size>13</size>
11994       </method>
11995     </type>
11996   </test>
11997   <test name="gtest-381.cs">
11998     <type name="TestGoto">
11999       <method name="Void .ctor()">
12000         <size>7</size>
12001       </method>
12002       <method name="Void .cctor()">
12003         <size>7</size>
12004       </method>
12005       <method name="Void Main(System.String[])">
12006         <size>69</size>
12007       </method>
12008       <method name="IEnumerable`1 setX()">
12009         <size>16</size>
12010       </method>
12011       <method name="IEnumerable`1 test()">
12012         <size>16</size>
12013       </method>
12014     </type>
12015     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
12016       <method name="Void .ctor()">
12017         <size>7</size>
12018       </method>
12019       <method name="System.Object System.Collections.IEnumerator.get_Current()">
12020         <size>12</size>
12021       </method>
12022       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
12023         <size>7</size>
12024       </method>
12025       <method name="Boolean MoveNext()">
12026         <size>106</size>
12027       </method>
12028       <method name="Void Dispose()">
12029         <size>46</size>
12030       </method>
12031       <method name="Void Reset()">
12032         <size>6</size>
12033       </method>
12034     </type>
12035     <type name="TestGoto+&lt;test&gt;c__Iterator1">
12036       <method name="Void .ctor()">
12037         <size>7</size>
12038       </method>
12039       <method name="System.Object System.Collections.IEnumerator.get_Current()">
12040         <size>12</size>
12041       </method>
12042       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
12043         <size>7</size>
12044       </method>
12045       <method name="Boolean MoveNext()">
12046         <size>178</size>
12047       </method>
12048       <method name="Void Dispose()">
12049         <size>62</size>
12050       </method>
12051       <method name="Void Reset()">
12052         <size>6</size>
12053       </method>
12054     </type>
12055     <type name="TestGoto+&lt;setX&gt;c__Iterator0">
12056       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
12057         <size>7</size>
12058       </method>
12059       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
12060         <size>26</size>
12061       </method>
12062     </type>
12063     <type name="TestGoto+&lt;test&gt;c__Iterator1">
12064       <method name="Boolean System.Collections.Generic.IEnumerator&lt;bool&gt;.get_Current()">
12065         <size>7</size>
12066       </method>
12067       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;bool&gt;.GetEnumerator()">
12068         <size>26</size>
12069       </method>
12070     </type>
12071   </test>
12072   <test name="gtest-382.cs">
12073     <type name="C">
12074       <method name="Void .ctor()">
12075         <size>7</size>
12076       </method>
12077       <method name="Int32 Main()">
12078         <size>76</size>
12079       </method>
12080     </type>
12081   </test>
12082   <test name="gtest-383.cs">
12083     <type name="C">
12084       <method name="Void .ctor()">
12085         <size>7</size>
12086       </method>
12087       <method name="Int32 Main()">
12088         <size>260</size>
12089       </method>
12090     </type>
12091     <type name="MyTypeA">
12092       <method name="Void .ctor(Int16)">
12093         <size>8</size>
12094       </method>
12095       <method name="MyTypeA op_Addition(MyTypeA, MyTypeA)">
12096         <size>6</size>
12097       </method>
12098       <method name="Boolean op_Equality(MyTypeA, MyTypeA)">
12099         <size>2</size>
12100       </method>
12101       <method name="Boolean op_Inequality(MyTypeA, MyTypeA)">
12102         <size>6</size>
12103       </method>
12104       <method name="Boolean op_GreaterThan(MyTypeA, MyTypeA)">
12105         <size>6</size>
12106       </method>
12107       <method name="Boolean op_LessThan(MyTypeA, MyTypeA)">
12108         <size>6</size>
12109       </method>
12110     </type>
12111     <type name="MyTypeB">
12112       <method name="Void .ctor(Int16)">
12113         <size>8</size>
12114       </method>
12115       <method name="MyTypeB op_Addition(MyTypeB, MyTypeB)">
12116         <size>2</size>
12117       </method>
12118       <method name="Boolean op_Equality(MyTypeB, MyTypeB)">
12119         <size>2</size>
12120       </method>
12121       <method name="Boolean op_Inequality(MyTypeB, MyTypeB)">
12122         <size>2</size>
12123       </method>
12124       <method name="Boolean op_GreaterThan(MyTypeB, MyTypeB)">
12125         <size>2</size>
12126       </method>
12127       <method name="Boolean op_LessThan(MyTypeB, MyTypeB)">
12128         <size>2</size>
12129       </method>
12130       <method name="MyTypeB op_BitwiseAnd(MyTypeB, MyTypeB)">
12131         <size>2</size>
12132       </method>
12133     </type>
12134   </test>
12135   <test name="gtest-384.cs">
12136     <type name="N.TestG">
12137       <method name="Void .ctor()">
12138         <size>7</size>
12139       </method>
12140       <method name="Void Foo[T]()">
12141         <size>1</size>
12142       </method>
12143     </type>
12144     <type name="NonGeneric">
12145       <method name="Void .ctor()">
12146         <size>7</size>
12147       </method>
12148     </type>
12149     <type name="Generic`1[T]">
12150       <method name="Void .ctor()">
12151         <size>7</size>
12152       </method>
12153     </type>
12154     <type name="m">
12155       <method name="Void .ctor()">
12156         <size>7</size>
12157       </method>
12158       <method name="NonGeneric compiles_fine(NonGeneric, NonGeneric ByRef)">
12159         <size>13</size>
12160       </method>
12161       <method name="Generic`1[System.Int32] does_not_compile(Generic`1[System.Int32], Generic`1[System.Int32] ByRef)">
12162         <size>13</size>
12163       </method>
12164       <method name="Void Main()">
12165         <size>6</size>
12166       </method>
12167     </type>
12168   </test>
12169   <test name="gtest-385.cs">
12170     <type name="DocAttribute">
12171       <method name="Void .ctor()">
12172         <size>7</size>
12173       </method>
12174       <method name="Void .ctor(String)">
12175         <size>7</size>
12176       </method>
12177     </type>
12178     <type name="Test">
12179       <method name="Void .ctor()">
12180         <size>7</size>
12181       </method>
12182       <method name="Int32 Main()">
12183         <size>66</size>
12184       </method>
12185     </type>
12186     <type name="Func`2[TArg,TRet]">
12187       <method name="Void .ctor(Object, IntPtr)">
12188         <size>0</size>
12189       </method>
12190       <method name="Void Invoke()">
12191         <size>0</size>
12192       </method>
12193       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12194         <size>0</size>
12195       </method>
12196       <method name="Void EndInvoke(IAsyncResult)">
12197         <size>0</size>
12198       </method>
12199     </type>
12200   </test>
12201   <test name="gtest-386.cs">
12202     <type name="C">
12203       <method name="Void .ctor()">
12204         <size>7</size>
12205       </method>
12206       <method name="Int32 Main()">
12207         <size>220</size>
12208       </method>
12209     </type>
12210     <type name="MyType">
12211       <method name="Void .ctor(Int32)">
12212         <size>8</size>
12213       </method>
12214       <method name="MyType op_UnaryNegation(MyType)">
12215         <size>14</size>
12216       </method>
12217     </type>
12218   </test>
12219   <test name="gtest-387.cs">
12220     <type name="C">
12221       <method name="Void .ctor()">
12222         <size>7</size>
12223       </method>
12224       <method name="Int32 Main()">
12225         <size>168</size>
12226       </method>
12227     </type>
12228   </test>
12229   <test name="gtest-388.cs">
12230     <type name="Data">
12231       <method name="Void .ctor()">
12232         <size>7</size>
12233       </method>
12234     </type>
12235     <type name="Foo">
12236       <method name="Void .ctor()">
12237         <size>7</size>
12238       </method>
12239       <method name="Void f(Data)">
12240         <size>19</size>
12241       </method>
12242       <method name="Void Main()">
12243         <size>22</size>
12244       </method>
12245     </type>
12246   </test>
12247   <test name="gtest-389.cs">
12248     <type name="C">
12249       <method name="Void .ctor()">
12250         <size>7</size>
12251       </method>
12252       <method name="Int32 Main()">
12253         <size>234</size>
12254       </method>
12255     </type>
12256   </test>
12257   <test name="gtest-390.cs">
12258     <type name="Program">
12259       <method name="Void .ctor()">
12260         <size>7</size>
12261       </method>
12262       <method name="Int32 Main()">
12263         <size>4</size>
12264       </method>
12265     </type>
12266   </test>
12267   <test name="gtest-391.cs">
12268     <type name="C">
12269       <method name="Void .ctor()">
12270         <size>7</size>
12271       </method>
12272       <method name="Int32 Main()">
12273         <size>121</size>
12274       </method>
12275       <method name="Boolean Test_1()">
12276         <size>36</size>
12277       </method>
12278     </type>
12279   </test>
12280   <test name="gtest-392.cs">
12281     <type name="DieSubrangeType">
12282       <method name="Void .ctor()">
12283         <size>19</size>
12284       </method>
12285       <method name="Nullable`1 get_UpperBound()">
12286         <size>7</size>
12287       </method>
12288       <method name="Void set_UpperBound(Nullable`1)">
12289         <size>8</size>
12290       </method>
12291     </type>
12292     <type name="X">
12293       <method name="Void .ctor()">
12294         <size>7</size>
12295       </method>
12296       <method name="Int32 Main()">
12297         <size>61</size>
12298       </method>
12299     </type>
12300   </test>
12301   <test name="gtest-393.cs">
12302     <type name="B`1[T]">
12303       <method name="Void .ctor()">
12304         <size>7</size>
12305       </method>
12306     </type>
12307     <type name="A">
12308       <method name="Void .ctor(Type)">
12309         <size>34</size>
12310       </method>
12311       <method name="Void .cctor()">
12312         <size>7</size>
12313       </method>
12314       <method name="Int32 Main()">
12315         <size>23</size>
12316       </method>
12317     </type>
12318   </test>
12319   <test name="gtest-394.cs">
12320     <type name="Test">
12321       <method name="Void .ctor()">
12322         <size>7</size>
12323       </method>
12324       <method name="Void FindMembers(Test+MemberFilter)">
12325         <size>1</size>
12326       </method>
12327       <method name="Void GetMethodGroup(Test+MemberFilter)">
12328         <size>43</size>
12329       </method>
12330       <method name="Void Main()">
12331         <size>1</size>
12332       </method>
12333     </type>
12334     <type name="Test+MemberFilter">
12335       <method name="Void .ctor(Object, IntPtr)">
12336         <size>0</size>
12337       </method>
12338       <method name="Boolean Invoke()">
12339         <size>0</size>
12340       </method>
12341       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
12342         <size>0</size>
12343       </method>
12344       <method name="Boolean EndInvoke(IAsyncResult)">
12345         <size>0</size>
12346       </method>
12347     </type>
12348     <type name="Test">
12349       <method name="Boolean &lt;GetMethodGroup&gt;m__0()">
12350         <size>2</size>
12351       </method>
12352     </type>
12353   </test>
12354   <test name="gtest-395.cs">
12355     <type name="RuleBuilder`1[T]">
12356       <method name="Void .ctor()">
12357         <size>7</size>
12358       </method>
12359     </type>
12360     <type name="RubyMethod">
12361       <method name="Void .ctor()">
12362         <size>7</size>
12363       </method>
12364       <method name="RuleBuilder`1[T] IDynamicObject.GetRule[T]()">
12365         <size>6</size>
12366       </method>
12367     </type>
12368     <type name="T">
12369       <method name="Void .ctor()">
12370         <size>7</size>
12371       </method>
12372       <method name="Void Main()">
12373         <size>1</size>
12374       </method>
12375     </type>
12376   </test>
12377   <test name="gtest-396.cs">
12378     <type name="Test">
12379       <method name="Void .ctor()">
12380         <size>7</size>
12381       </method>
12382       <method name="Void Invoke[A,TR](System.Func`2[A,System.Func`1[TR]], A, TR)">
12383         <size>1</size>
12384       </method>
12385       <method name="System.Func`1[System.Int32] Method(System.String)">
12386         <size>2</size>
12387       </method>
12388       <method name="Void Main()">
12389         <size>24</size>
12390       </method>
12391     </type>
12392   </test>
12393   <test name="gtest-397.cs">
12394     <type name="Test">
12395       <method name="Void .ctor()">
12396         <size>7</size>
12397       </method>
12398       <method name="Foo NegateFoo(Foo)">
12399         <size>12</size>
12400       </method>
12401       <method name="Foo NegateFooNullable(Nullable`1)">
12402         <size>7</size>
12403       </method>
12404       <method name="Nullable`1 NegateBarNullable(Nullable`1)">
12405         <size>7</size>
12406       </method>
12407       <method name="Nullable`1 NegateBar(Bar)">
12408         <size>12</size>
12409       </method>
12410       <method name="Int32 Main()">
12411         <size>139</size>
12412       </method>
12413     </type>
12414     <type name="Foo">
12415       <method name="Void .ctor(Int32)">
12416         <size>8</size>
12417       </method>
12418       <method name="Foo op_UnaryNegation(Nullable`1)">
12419         <size>42</size>
12420       </method>
12421     </type>
12422     <type name="Bar">
12423       <method name="Void .ctor(Int32)">
12424         <size>8</size>
12425       </method>
12426       <method name="Nullable`1 op_UnaryNegation(Nullable`1)">
12427         <size>41</size>
12428       </method>
12429     </type>
12430   </test>
12431   <test name="gtest-398.cs">
12432     <type name="GenericClass`1[T]">
12433       <method name="Void .ctor(T)">
12434         <size>14</size>
12435       </method>
12436       <method name="Void Method()">
12437         <size>42</size>
12438       </method>
12439       <method name="Void Test(T)">
12440         <size>1</size>
12441       </method>
12442     </type>
12443     <type name="Foo">
12444       <method name="Void .ctor()">
12445         <size>7</size>
12446       </method>
12447       <method name="Void Main(System.String[])">
12448         <size>15</size>
12449       </method>
12450     </type>
12451     <type name="ToStr">
12452       <method name="Void .ctor(Object, IntPtr)">
12453         <size>0</size>
12454       </method>
12455       <method name="System.String Invoke(System.String, IFormatProvider)">
12456         <size>0</size>
12457       </method>
12458       <method name="IAsyncResult BeginInvoke(System.String, IFormatProvider, System.AsyncCallback, System.Object)">
12459         <size>0</size>
12460       </method>
12461       <method name="System.String EndInvoke(IAsyncResult)">
12462         <size>0</size>
12463       </method>
12464     </type>
12465   </test>
12466   <test name="gtest-399.cs">
12467     <type name="TestIssue.Base">
12468       <method name="Void .ctor()">
12469         <size>7</size>
12470       </method>
12471     </type>
12472     <type name="TestIssue.Derived">
12473       <method name="Void .ctor()">
12474         <size>7</size>
12475       </method>
12476     </type>
12477     <type name="TestIssue.Program">
12478       <method name="Void .ctor()">
12479         <size>7</size>
12480       </method>
12481       <method name="Int32 Main()">
12482         <size>39</size>
12483       </method>
12484     </type>
12485   </test>
12486   <test name="gtest-400.cs">
12487     <type name="Gen`1[T]">
12488       <method name="Void .ctor()">
12489         <size>7</size>
12490       </method>
12491       <method name="Boolean Foo(T)">
12492         <size>15</size>
12493       </method>
12494     </type>
12495     <type name="Program">
12496       <method name="Void .ctor()">
12497         <size>7</size>
12498       </method>
12499       <method name="Boolean Foo[T]()">
12500         <size>17</size>
12501       </method>
12502       <method name="Int32 Main()">
12503         <size>66</size>
12504       </method>
12505     </type>
12506   </test>
12507   <test name="gtest-401.cs">
12508     <type name="ParserTest">
12509       <method name="Void .ctor()">
12510         <size>7</size>
12511       </method>
12512       <method name="Void Main()">
12513         <size>165</size>
12514       </method>
12515     </type>
12516   </test>
12517   <test name="gtest-402.cs">
12518     <type name="X">
12519       <method name="Void .ctor()">
12520         <size>7</size>
12521       </method>
12522       <method name="Void Main()">
12523         <size>16</size>
12524       </method>
12525     </type>
12526   </test>
12527   <test name="gtest-403.cs">
12528     <type name="T">
12529       <method name="Void .ctor()">
12530         <size>7</size>
12531       </method>
12532       <method name="Void Main()">
12533         <size>15</size>
12534       </method>
12535     </type>
12536     <type name="S`1[T]">
12537       <method name="Void Foo()">
12538         <size>1</size>
12539       </method>
12540     </type>
12541   </test>
12542   <test name="gtest-404.cs">
12543     <type name="Test.Program">
12544       <method name="Void Main()">
12545         <size>1</size>
12546       </method>
12547     </type>
12548     <type name="Test.Class1`1[T1]">
12549       <method name="Void .ctor()">
12550         <size>7</size>
12551       </method>
12552       <method name="Void add_doSomething(System.EventHandler)">
12553         <size>24</size>
12554       </method>
12555       <method name="Void remove_doSomething(System.EventHandler)">
12556         <size>24</size>
12557       </method>
12558     </type>
12559     <type name="Test.Class2`1[T]">
12560       <method name="Void .ctor()">
12561         <size>7</size>
12562       </method>
12563       <method name="Void add_DoSomething(System.EventHandler)">
12564         <size>8</size>
12565       </method>
12566       <method name="Void remove_DoSomething(System.EventHandler)">
12567         <size>8</size>
12568       </method>
12569     </type>
12570   </test>
12571   <test name="gtest-405.cs">
12572     <type name="C">
12573       <method name="Void .ctor()">
12574         <size>7</size>
12575       </method>
12576       <method name="Void Main()">
12577         <size>1</size>
12578       </method>
12579     </type>
12580   </test>
12581   <test name="gtest-406.cs">
12582     <type name="Test`1[T]">
12583       <method name="Void .ctor()">
12584         <size>7</size>
12585       </method>
12586       <method name="Void Foo[TOutput](System.Func`2[T,TOutput])">
12587         <size>1</size>
12588       </method>
12589     </type>
12590     <type name="C`2[A,B]">
12591       <method name="Void .ctor(IEnumerable`1)">
12592         <size>46</size>
12593       </method>
12594       <method name="B &lt;C&gt;m__0(B)">
12595         <size>2</size>
12596       </method>
12597     </type>
12598     <type name="M">
12599       <method name="Void .ctor()">
12600         <size>7</size>
12601       </method>
12602       <method name="Void Main()">
12603         <size>1</size>
12604       </method>
12605     </type>
12606   </test>
12607   <test name="gtest-407.cs">
12608     <type name="NullableColorTests">
12609       <method name="Void .ctor()">
12610         <size>7</size>
12611       </method>
12612       <method name="Int32 Main()">
12613         <size>99</size>
12614       </method>
12615     </type>
12616     <type name="MyColor">
12617       <method name="Void .ctor(Int32)">
12618         <size>8</size>
12619       </method>
12620       <method name="Boolean op_Equality(MyColor, MyColor)">
12621         <size>17</size>
12622       </method>
12623       <method name="Boolean op_Inequality(MyColor, MyColor)">
12624         <size>20</size>
12625       </method>
12626     </type>
12627   </test>
12628   <test name="gtest-408.cs">
12629     <type name="Test">
12630       <method name="Void .ctor()">
12631         <size>7</size>
12632       </method>
12633       <method name="Int32 Main()">
12634         <size>92</size>
12635       </method>
12636     </type>
12637   </test>
12638   <test name="gtest-409.cs">
12639     <type name="ConditionalParsing">
12640       <method name="Void .ctor()">
12641         <size>7</size>
12642       </method>
12643       <method name="Nullable`1 Test_3[T](System.Func`3[T,T,T], T)">
12644         <size>14</size>
12645       </method>
12646       <method name="Void Test_1(Boolean)">
12647         <size>20</size>
12648       </method>
12649       <method name="Void Test_2()">
12650         <size>31</size>
12651       </method>
12652       <method name="Void Test_4(Boolean, Boolean)">
12653         <size>39</size>
12654       </method>
12655       <method name="Void Test_5(Boolean, IDisposable)">
12656         <size>45</size>
12657       </method>
12658       <method name="Void Test_6(Boolean)">
12659         <size>47</size>
12660       </method>
12661       <method name="Void Test_7(System.Object)">
12662         <size>8</size>
12663       </method>
12664       <method name="Void Main()">
12665         <size>1</size>
12666       </method>
12667     </type>
12668     <type name="ConditionalParsing+T">
12669       <method name="Void .ctor(String, Boolean)">
12670         <size>28</size>
12671       </method>
12672       <method name="Void .ctor(String, Boolean, Int32, Int32, Int32)">
12673         <size>7</size>
12674       </method>
12675     </type>
12676     <type name="&lt;PrivateImplementationDetails&gt;">
12677       <method name="Void .ctor()">
12678         <size>7</size>
12679       </method>
12680     </type>
12681     <type name="ConditionalParsing+Const">
12682       <method name="Void .ctor()">
12683         <size>7</size>
12684       </method>
12685     </type>
12686     <type name="ConditionalParsing">
12687       <method name="Void Test_8(DateTime)">
12688         <size>38</size>
12689       </method>
12690       <method name="Void Test_9()">
12691         <size>43</size>
12692       </method>
12693       <method name="Void Test_10()">
12694         <size>21</size>
12695       </method>
12696     </type>
12697   </test>
12698   <test name="gtest-410.cs">
12699     <type name="Program">
12700       <method name="Void .ctor()">
12701         <size>7</size>
12702       </method>
12703       <method name="Void Main()">
12704         <size>7</size>
12705       </method>
12706     </type>
12707   </test>
12708   <test name="gtest-411.cs">
12709     <type name="Maybe">
12710       <method name="Maybe`1[T] C[T](T)">
12711         <size>2</size>
12712       </method>
12713     </type>
12714     <type name="Maybe`1[T]">
12715       <method name="Void .ctor(T)">
12716         <size>7</size>
12717       </method>
12718     </type>
12719     <type name="Extensions">
12720       <method name="R Match[T,R](T, System.Func`2[T,Maybe`1[R]][])">
12721         <size>10</size>
12722       </method>
12723     </type>
12724     <type name="Test">
12725       <method name="Void .ctor()">
12726         <size>7</size>
12727       </method>
12728       <method name="Void Main()">
12729         <size>131</size>
12730       </method>
12731       <method name="Maybe`1[System.String] &lt;Main&gt;m__0(System.String)">
12732         <size>7</size>
12733       </method>
12734       <method name="Maybe`1[System.String] &lt;Main&gt;m__1(System.String)">
12735         <size>7</size>
12736       </method>
12737       <method name="Maybe`1[System.String] &lt;Main&gt;m__2(System.String)">
12738         <size>11</size>
12739       </method>
12740     </type>
12741   </test>
12742   <test name="gtest-412.cs">
12743     <type name="Program">
12744       <method name="Void .ctor()">
12745         <size>7</size>
12746       </method>
12747       <method name="Int32 Main()">
12748         <size>218</size>
12749       </method>
12750     </type>
12751   </test>
12752   <test name="gtest-413.cs">
12753     <type name="Test">
12754       <method name="Void .ctor()">
12755         <size>7</size>
12756       </method>
12757       <method name="Int32 Main()">
12758         <size>95</size>
12759       </method>
12760     </type>
12761     <type name="S">
12762       <method name="Int64 op_Addition(S, Int64)">
12763         <size>2</size>
12764       </method>
12765     </type>
12766   </test>
12767   <test name="gtest-414.cs">
12768     <type name="MonoTest.MainClass">
12769       <method name="Void .ctor()">
12770         <size>7</size>
12771       </method>
12772       <method name="Void Main()">
12773         <size>1</size>
12774       </method>
12775     </type>
12776     <type name="MonoTest.TestImpl">
12777       <method name="Void .ctor()">
12778         <size>7</size>
12779       </method>
12780       <method name="Void MonoTest.ITest.Get[T](System.Object)">
12781         <size>1</size>
12782       </method>
12783       <method name="Void Get[T]()">
12784         <size>1</size>
12785       </method>
12786       <method name="Void Get[T](System.Object)">
12787         <size>1</size>
12788       </method>
12789     </type>
12790     <type name="MonoTest.C">
12791       <method name="Void .ctor()">
12792         <size>7</size>
12793       </method>
12794       <method name="Void MonoTest.IG&lt;int&gt;.M()">
12795         <size>1</size>
12796       </method>
12797       <method name="Void MonoTest.IG&lt;string&gt;.M()">
12798         <size>1</size>
12799       </method>
12800     </type>
12801   </test>
12802   <test name="gtest-415.cs">
12803     <type name="S2">
12804       <method name="Void Test()">
12805         <size>39</size>
12806       </method>
12807       <method name="Void Main()">
12808         <size>16</size>
12809       </method>
12810     </type>
12811   </test>
12812   <test name="gtest-416.cs">
12813     <type name="Bug.Demo">
12814       <method name="Boolean Fixed()">
12815         <size>14</size>
12816       </method>
12817       <method name="Boolean Foo(System.Int32[])">
12818         <size>43</size>
12819       </method>
12820       <method name="Int32 Main()">
12821         <size>65</size>
12822       </method>
12823     </type>
12824   </test>
12825   <test name="gtest-417.cs">
12826     <type name="C">
12827       <method name="Void .ctor()">
12828         <size>7</size>
12829       </method>
12830       <method name="Void Goo()">
12831         <size>11</size>
12832       </method>
12833       <method name="Void Main()">
12834         <size>1</size>
12835       </method>
12836     </type>
12837   </test>
12838   <test name="gtest-418.cs">
12839     <type name="N.Nested">
12840       <method name="Void .ctor()">
12841         <size>7</size>
12842       </method>
12843     </type>
12844     <type name="N.Nested+C">
12845       <method name="Void .ctor()">
12846         <size>7</size>
12847       </method>
12848       <method name="Int32 N.Nested.I&lt;int&gt;.get_P()">
12849         <size>2</size>
12850       </method>
12851     </type>
12852     <type name="N.M">
12853       <method name="Void .ctor()">
12854         <size>7</size>
12855       </method>
12856       <method name="Int32 Main()">
12857         <size>173</size>
12858       </method>
12859     </type>
12860   </test>
12861   <test name="gtest-419.cs">
12862     <type name="Program">
12863       <method name="Void .ctor()">
12864         <size>7</size>
12865       </method>
12866       <method name="Int32 Main()">
12867         <size>56</size>
12868       </method>
12869       <method name="System.Object Test(System.String)">
12870         <size>42</size>
12871       </method>
12872     </type>
12873   </test>
12874   <test name="gtest-420.cs">
12875     <type name="C">
12876       <method name="Void .ctor()">
12877         <size>7</size>
12878       </method>
12879     </type>
12880     <type name="TestClass">
12881       <method name="Void .ctor()">
12882         <size>7</size>
12883       </method>
12884       <method name="Int32 Test(System.Object, System.Object, System.Object[])">
12885         <size>2</size>
12886       </method>
12887       <method name="Int32 Test(System.Object, System.Object[])">
12888         <size>2</size>
12889       </method>
12890       <method name="Int32 Main()">
12891         <size>43</size>
12892       </method>
12893     </type>
12894   </test>
12895   <test name="gtest-421.cs">
12896     <type name="OneOff">
12897       <method name="Void .ctor()">
12898         <size>7</size>
12899       </method>
12900       <method name="Int32 Main()">
12901         <size>50</size>
12902       </method>
12903       <method name="T[] Clone[T](T[])">
12904         <size>171</size>
12905       </method>
12906     </type>
12907     <type name="&lt;PrivateImplementationDetails&gt;">
12908       <method name="Void .ctor()">
12909         <size>7</size>
12910       </method>
12911     </type>
12912   </test>
12913   <test name="gtest-422.cs">
12914     <type name="A">
12915       <method name="Void .ctor()">
12916         <size>7</size>
12917       </method>
12918       <method name="Boolean op_GreaterThan(A, System.Object)">
12919         <size>2</size>
12920       </method>
12921       <method name="Boolean op_LessThan(A, System.Object)">
12922         <size>2</size>
12923       </method>
12924     </type>
12925     <type name="C">
12926       <method name="Void .ctor()">
12927         <size>7</size>
12928       </method>
12929       <method name="Int32 Main()">
12930         <size>23</size>
12931       </method>
12932       <method name="Nullable`1 get_Id()">
12933         <size>7</size>
12934       </method>
12935       <method name="Boolean Test()">
12936         <size>51</size>
12937       </method>
12938     </type>
12939   </test>
12940   <test name="gtest-423.cs">
12941     <type name="App">
12942       <method name="Void .ctor()">
12943         <size>7</size>
12944       </method>
12945       <method name="Void Main()">
12946         <size>33</size>
12947       </method>
12948       <method name="Void Test(System.Object, System.EventArgs)">
12949         <size>1</size>
12950       </method>
12951     </type>
12952   </test>
12953   <test name="gtest-424.cs">
12954     <type name="A">
12955       <method name="Void .ctor()">
12956         <size>7</size>
12957       </method>
12958     </type>
12959     <type name="B">
12960       <method name="Void .ctor()">
12961         <size>7</size>
12962       </method>
12963     </type>
12964     <type name="Test">
12965       <method name="Void .ctor()">
12966         <size>7</size>
12967       </method>
12968       <method name="Void Block(A[])">
12969         <size>6</size>
12970       </method>
12971       <method name="Void Block(IEnumerable`1, A[])">
12972         <size>1</size>
12973       </method>
12974       <method name="Int32 Main()">
12975         <size>29</size>
12976       </method>
12977     </type>
12978   </test>
12979   <test name="gtest-425.cs">
12980     <type name="EventClass`1[T]">
12981       <method name="Void .ctor()">
12982         <size>7</size>
12983       </method>
12984     </type>
12985     <type name="Test">
12986       <method name="Void .ctor()">
12987         <size>7</size>
12988       </method>
12989       <method name="Void Main()">
12990         <size>16</size>
12991       </method>
12992     </type>
12993     <type name="EventClass`1+HookDelegate[T]">
12994       <method name="Void .ctor(Object, IntPtr)">
12995         <size>0</size>
12996       </method>
12997       <method name="Void Invoke(T)">
12998         <size>0</size>
12999       </method>
13000       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
13001         <size>0</size>
13002       </method>
13003       <method name="Void EndInvoke(IAsyncResult)">
13004         <size>0</size>
13005       </method>
13006     </type>
13007   </test>
13008   <test name="gtest-426.cs">
13009     <type name="OverloadTest.MyClass`1[T]">
13010       <method name="Void .ctor()">
13011         <size>7</size>
13012       </method>
13013       <method name="Boolean Method(MyInterface`1)">
13014         <size>20</size>
13015       </method>
13016       <method name="Boolean Method(System.Action`1[T])">
13017         <size>2</size>
13018       </method>
13019     </type>
13020     <type name="OverloadTest.C">
13021       <method name="Void .ctor()">
13022         <size>7</size>
13023       </method>
13024       <method name="Void Main()">
13025         <size>1</size>
13026       </method>
13027     </type>
13028   </test>
13029   <test name="gtest-427.cs">
13030     <type name="T">
13031       <method name="Void .ctor()">
13032         <size>7</size>
13033       </method>
13034       <method name="Void Test()">
13035         <size>19</size>
13036       </method>
13037       <method name="Void Attach(EventHandler)">
13038         <size>2</size>
13039       </method>
13040       <method name="Void Attach(EventHandler`1[System.String])">
13041         <size>1</size>
13042       </method>
13043       <method name="Void OnClick(System.String)">
13044         <size>1</size>
13045       </method>
13046       <method name="Void Main()">
13047         <size>11</size>
13048       </method>
13049     </type>
13050     <type name="EventHandler">
13051       <method name="Void .ctor(Object, IntPtr)">
13052         <size>0</size>
13053       </method>
13054       <method name="Void Invoke(System.Object)">
13055         <size>0</size>
13056       </method>
13057       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
13058         <size>0</size>
13059       </method>
13060       <method name="Void EndInvoke(IAsyncResult)">
13061         <size>0</size>
13062       </method>
13063     </type>
13064     <type name="EventHandler`1[T]">
13065       <method name="Void .ctor(Object, IntPtr)">
13066         <size>0</size>
13067       </method>
13068       <method name="Void Invoke(T)">
13069         <size>0</size>
13070       </method>
13071       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
13072         <size>0</size>
13073       </method>
13074       <method name="Void EndInvoke(IAsyncResult)">
13075         <size>0</size>
13076       </method>
13077     </type>
13078   </test>
13079   <test name="gtest-428.cs">
13080     <type name="CInt">
13081       <method name="Void .ctor(Int32)">
13082         <size>8</size>
13083       </method>
13084       <method name="CInt op_Implicit(Int32)">
13085         <size>7</size>
13086       </method>
13087       <method name="Int32 op_Implicit(CInt)">
13088         <size>8</size>
13089       </method>
13090     </type>
13091     <type name="Klass">
13092       <method name="Void .ctor(Nullable`1)">
13093         <size>14</size>
13094       </method>
13095       <method name="Nullable`1 get_Value()">
13096         <size>7</size>
13097       </method>
13098     </type>
13099     <type name="MainClass">
13100       <method name="Void .ctor()">
13101         <size>7</size>
13102       </method>
13103       <method name="Int32 Main()">
13104         <size>173</size>
13105       </method>
13106     </type>
13107   </test>
13108   <test name="gtest-429.cs">
13109     <type name="CInt">
13110       <method name="Void .ctor(Int32)">
13111         <size>8</size>
13112       </method>
13113       <method name="CInt op_Implicit(Int32)">
13114         <size>7</size>
13115       </method>
13116       <method name="Int32 op_Implicit(CInt)">
13117         <size>8</size>
13118       </method>
13119     </type>
13120     <type name="Klass">
13121       <method name="Void .ctor(Nullable`1)">
13122         <size>14</size>
13123       </method>
13124     </type>
13125     <type name="MainClass">
13126       <method name="Void .ctor()">
13127         <size>7</size>
13128       </method>
13129       <method name="Int32 Main()">
13130         <size>36</size>
13131       </method>
13132     </type>
13133   </test>
13134   <test name="gtest-430.cs">
13135     <type name="Tmp">
13136       <method name="Void .ctor()">
13137         <size>7</size>
13138       </method>
13139     </type>
13140     <type name="Driver">
13141       <method name="Void .ctor()">
13142         <size>7</size>
13143       </method>
13144       <method name="Nullable`1 get_Prop()">
13145         <size>42</size>
13146       </method>
13147       <method name="Int32 Main()">
13148         <size>42</size>
13149       </method>
13150     </type>
13151   </test>
13152   <test name="gtest-431.cs">
13153     <type name="Program">
13154       <method name="Void .ctor()">
13155         <size>7</size>
13156       </method>
13157       <method name="Void Main()">
13158         <size>13</size>
13159       </method>
13160     </type>
13161   </test>
13162   <test name="gtest-432.cs">
13163     <type name="Test.Bar`2[T,U]">
13164       <method name="Void .ctor()">
13165         <size>7</size>
13166       </method>
13167       <method name="Void DoSomething[V]()">
13168         <size>1</size>
13169       </method>
13170     </type>
13171     <type name="Test.Baz">
13172       <method name="Void .ctor()">
13173         <size>7</size>
13174       </method>
13175       <method name="Void GetInTroubleHere()">
13176         <size>13</size>
13177       </method>
13178       <method name="Void Main()">
13179         <size>1</size>
13180       </method>
13181     </type>
13182   </test>
13183   <test name="gtest-433.cs">
13184     <type name="M">
13185       <method name="Void .ctor()">
13186         <size>7</size>
13187       </method>
13188       <method name="Void Main()">
13189         <size>37</size>
13190       </method>
13191     </type>
13192   </test>
13193   <test name="gtest-434.cs">
13194     <type name="testcase.Init">
13195       <method name="Void .ctor()">
13196         <size>7</size>
13197       </method>
13198       <method name="Void testcase.IInitializationExpression.AddRegistry[T](Int32)">
13199         <size>8</size>
13200       </method>
13201     </type>
13202     <type name="testcase.Program">
13203       <method name="Void .ctor()">
13204         <size>7</size>
13205       </method>
13206       <method name="Int32 Main()">
13207         <size>75</size>
13208       </method>
13209     </type>
13210   </test>
13211   <test name="gtest-435.cs">
13212     <type name="testcase.Program">
13213       <method name="Void .ctor()">
13214         <size>7</size>
13215       </method>
13216       <method name="Int32 Main()">
13217         <size>258</size>
13218       </method>
13219     </type>
13220   </test>
13221   <test name="gtest-436.cs">
13222     <type name="SomeClass">
13223       <method name="Void .ctor()">
13224         <size>7</size>
13225       </method>
13226       <method name="Int32 Main()">
13227         <size>2</size>
13228       </method>
13229     </type>
13230   </test>
13231   <test name="gtest-438.cs">
13232     <type name="Tests">
13233       <method name="Void .ctor()">
13234         <size>7</size>
13235       </method>
13236       <method name="ServiceType GetService[ServiceType](System.Object[])">
13237         <size>17</size>
13238       </method>
13239       <method name="Int32 Main()">
13240         <size>19</size>
13241       </method>
13242     </type>
13243   </test>
13244   <test name="gtest-439.cs">
13245     <type name="MonoBug.Stuff">
13246       <method name="MonoBug.GenericStuff`2[T1,T2] CreateThing[T1,T2](T1, T2)">
13247         <size>8</size>
13248       </method>
13249     </type>
13250     <type name="MonoBug.GenericStuff`2[T1,T2]">
13251       <method name="Void .ctor(T1, T2)">
13252         <size>21</size>
13253       </method>
13254     </type>
13255     <type name="MonoBug.Program">
13256       <method name="Void Main()">
13257         <size>35</size>
13258       </method>
13259     </type>
13260   </test>
13261   <test name="gtest-440.cs">
13262     <type name="AnyObjectId">
13263       <method name="Void .ctor()">
13264         <size>7</size>
13265       </method>
13266       <method name="Int32 get_W1()">
13267         <size>7</size>
13268       </method>
13269       <method name="Void set_W1(Int32)">
13270         <size>8</size>
13271       </method>
13272     </type>
13273     <type name="ObjectId">
13274       <method name="Void .ctor()">
13275         <size>14</size>
13276       </method>
13277       <method name="Void Main()">
13278         <size>1</size>
13279       </method>
13280     </type>
13281   </test>
13282   <test name="gtest-441.cs">
13283     <type name="Name.Test">
13284       <method name="Void .ctor()">
13285         <size>7</size>
13286       </method>
13287     </type>
13288     <type name="Name.Subclass">
13289       <method name="Void .ctor()">
13290         <size>7</size>
13291       </method>
13292       <method name="System.Collections.Generic.List`1[System.Int32] get_List()">
13293         <size>7</size>
13294       </method>
13295       <method name="Void Main(System.String[])">
13296         <size>7</size>
13297       </method>
13298     </type>
13299   </test>
13300   <test name="gtest-442.cs">
13301     <type name="NonGenericBase">
13302       <method name="Void .ctor()">
13303         <size>7</size>
13304       </method>
13305       <method name="Int32 get_Item(Int32)">
13306         <size>0</size>
13307       </method>
13308     </type>
13309     <type name="GenericBase`1[T]">
13310       <method name="Void .ctor()">
13311         <size>7</size>
13312       </method>
13313       <method name="T get_Instance()">
13314         <size>7</size>
13315       </method>
13316       <method name="Void Foo()">
13317         <size>24</size>
13318       </method>
13319     </type>
13320     <type name="EntryPoint">
13321       <method name="Void .ctor()">
13322         <size>7</size>
13323       </method>
13324       <method name="Void Main()">
13325         <size>1</size>
13326       </method>
13327     </type>
13328   </test>
13329   <test name="gtest-443.cs">
13330     <type name="C">
13331       <method name="Void .ctor()">
13332         <size>7</size>
13333       </method>
13334       <method name="Void M[T]()">
13335         <size>28</size>
13336       </method>
13337       <method name="Int32 Main()">
13338         <size>7</size>
13339       </method>
13340     </type>
13341   </test>
13342   <test name="gtest-444.cs">
13343     <type name="MyClass">
13344       <method name="Void .ctor()">
13345         <size>7</size>
13346       </method>
13347       <method name="Int32 Main()">
13348         <size>114</size>
13349       </method>
13350     </type>
13351   </test>
13352   <test name="gtest-445.cs">
13353     <type name="Test">
13354       <method name="Void .ctor()">
13355         <size>7</size>
13356       </method>
13357       <method name="Void Main()">
13358         <size>1</size>
13359       </method>
13360       <method name="Void Foo[T](T ByRef)">
13361         <size>1</size>
13362       </method>
13363       <method name="Void Foo[T](T[])">
13364         <size>1</size>
13365       </method>
13366       <method name="Void Foo[T](T[,])">
13367         <size>1</size>
13368       </method>
13369       <method name="Void Foo[T](T[,,])">
13370         <size>1</size>
13371       </method>
13372       <method name="Void Bar(Int32 ByRef)">
13373         <size>1</size>
13374       </method>
13375       <method name="Void Bar(System.Int32[])">
13376         <size>1</size>
13377       </method>
13378       <method name="Void Bar(System.Int32[,])">
13379         <size>1</size>
13380       </method>
13381       <method name="Void Bar(System.Int32[,,])">
13382         <size>1</size>
13383       </method>
13384     </type>
13385   </test>
13386   <test name="gtest-446.cs">
13387     <type name="BugTest.Bug`1[T]">
13388       <method name="Void .ctor()">
13389         <size>7</size>
13390       </method>
13391       <method name="Void CreateObject(T ByRef)">
13392         <size>42</size>
13393       </method>
13394     </type>
13395     <type name="BugTest.Program">
13396       <method name="Int32 Main()">
13397         <size>16</size>
13398       </method>
13399     </type>
13400   </test>
13401   <test name="gtest-447.cs">
13402     <type name="B">
13403       <method name="Void .ctor()">
13404         <size>7</size>
13405       </method>
13406       <method name="Int32 Main()">
13407         <size>29</size>
13408       </method>
13409     </type>
13410   </test>
13411   <test name="gtest-449.cs">
13412     <type name="Program">
13413       <method name="Void .ctor()">
13414         <size>7</size>
13415       </method>
13416       <method name="Int32 Main()">
13417         <size>59</size>
13418       </method>
13419     </type>
13420   </test>
13421   <test name="gtest-450.cs">
13422     <type name="Program">
13423       <method name="Void .ctor()">
13424         <size>7</size>
13425       </method>
13426       <method name="Int32 Main()">
13427         <size>59</size>
13428       </method>
13429     </type>
13430   </test>
13431   <test name="gtest-453.cs">
13432     <type name="Test.CompilerTest">
13433       <method name="Void .ctor()">
13434         <size>7</size>
13435       </method>
13436       <method name="Int32 Main()">
13437         <size>12</size>
13438       </method>
13439       <method name="Int32 DoSomething[T](System.String, T, T ByRef)">
13440         <size>73</size>
13441       </method>
13442       <method name="Void ThisDoesNotWork()">
13443         <size>27</size>
13444       </method>
13445       <method name="Void ThisWorksFine()">
13446         <size>38</size>
13447       </method>
13448     </type>
13449   </test>
13450   <test name="gtest-454.cs">
13451     <type name="TestNS.TestCase">
13452       <method name="Void .ctor()">
13453         <size>7</size>
13454       </method>
13455       <method name="Int32 Compare[T](T[], T[])">
13456         <size>2</size>
13457       </method>
13458       <method name="Void DoSomething[T](System.Func`3[T,T,System.Int32])">
13459         <size>30</size>
13460       </method>
13461       <method name="Int32 Main()">
13462         <size>19</size>
13463       </method>
13464     </type>
13465   </test>
13466   <test name="gtest-455.cs">
13467     <type name="ConsoleApplication1.Program">
13468       <method name="Void .ctor()">
13469         <size>7</size>
13470       </method>
13471       <method name="Void Main()">
13472         <size>14</size>
13473       </method>
13474     </type>
13475     <type name="ConsoleApplication1.Inner`1[T]">
13476       <method name="Void .ctor()">
13477         <size>7</size>
13478       </method>
13479       <method name="Void Compare(System.Object, T)">
13480         <size>13</size>
13481       </method>
13482     </type>
13483   </test>
13484   <test name="gtest-456.cs">
13485     <type name="G`1[T]">
13486       <method name="Void .ctor()">
13487         <size>7</size>
13488       </method>
13489     </type>
13490     <type name="G`1+S[T]">
13491       <method name="System.String Test()">
13492         <size>22</size>
13493       </method>
13494     </type>
13495     <type name="C">
13496       <method name="Int32 Main()">
13497         <size>36</size>
13498       </method>
13499       <method name="Void .ctor()">
13500         <size>7</size>
13501       </method>
13502     </type>
13503   </test>
13504   <test name="gtest-457.cs">
13505     <type name="Program">
13506       <method name="Void Foo[T]()">
13507         <size>1</size>
13508       </method>
13509       <method name="Int32 Main()">
13510         <size>2</size>
13511       </method>
13512       <method name="Void .ctor()">
13513         <size>7</size>
13514       </method>
13515     </type>
13516     <type name="Program+C">
13517       <method name="Void .ctor()">
13518         <size>7</size>
13519       </method>
13520     </type>
13521   </test>
13522   <test name="gtest-458.cs">
13523     <type name="MyList`1[T]">
13524       <method name="MyList`1+Helper`2[T,U,V] GetHelper[U,V]()">
13525         <size>2</size>
13526       </method>
13527       <method name="Void .ctor()">
13528         <size>7</size>
13529       </method>
13530     </type>
13531     <type name="MyList`1+Helper`2[T,U,V]">
13532       <method name="Void .ctor()">
13533         <size>7</size>
13534       </method>
13535     </type>
13536     <type name="C">
13537       <method name="Int32 Main()">
13538         <size>13</size>
13539       </method>
13540       <method name="Void .ctor()">
13541         <size>7</size>
13542       </method>
13543     </type>
13544   </test>
13545   <test name="gtest-459.cs">
13546     <type name="GenericTest.OuterGeneric`1[T]">
13547       <method name="Void .ctor()">
13548         <size>7</size>
13549       </method>
13550     </type>
13551     <type name="GenericTest.OuterGeneric`1+InnerGeneric`1[T,U]">
13552       <method name="System.String GetTypeNames()">
13553         <size>41</size>
13554       </method>
13555       <method name="Void .ctor()">
13556         <size>7</size>
13557       </method>
13558     </type>
13559     <type name="GenericTest.Program">
13560       <method name="Int32 Main()">
13561         <size>14</size>
13562       </method>
13563       <method name="Void .ctor()">
13564         <size>7</size>
13565       </method>
13566     </type>
13567   </test>
13568   <test name="gtest-460.cs">
13569     <type name="Foo`1[T]">
13570       <method name="Void .ctor()">
13571         <size>7</size>
13572       </method>
13573     </type>
13574     <type name="Foo`1+Bar`1[T,V]">
13575       <method name="Void .ctor()">
13576         <size>7</size>
13577       </method>
13578     </type>
13579     <type name="FooImpl">
13580       <method name="Int32 Main()">
13581         <size>8</size>
13582       </method>
13583       <method name="Void .ctor()">
13584         <size>7</size>
13585       </method>
13586     </type>
13587     <type name="FooImpl+BarImpl">
13588       <method name="Void .ctor()">
13589         <size>7</size>
13590       </method>
13591     </type>
13592   </test>
13593   <test name="gtest-461.cs">
13594     <type name="Test.BaseContext">
13595       <method name="Void .ctor()">
13596         <size>7</size>
13597       </method>
13598     </type>
13599     <type name="Test.MyDataContext">
13600       <method name="Void .ctor()">
13601         <size>7</size>
13602       </method>
13603     </type>
13604     <type name="Test.Entity`1[T]">
13605       <method name="Void .ctor()">
13606         <size>7</size>
13607       </method>
13608     </type>
13609     <type name="Test.Person">
13610       <method name="Void .ctor()">
13611         <size>7</size>
13612       </method>
13613     </type>
13614     <type name="Test.TheBox`1[T]">
13615       <method name="U GetById[U](Guid)">
13616         <size>7</size>
13617       </method>
13618       <method name="Void .ctor()">
13619         <size>7</size>
13620       </method>
13621     </type>
13622     <type name="Test.Program">
13623       <method name="Void Main()">
13624         <size>19</size>
13625       </method>
13626       <method name="Void .ctor()">
13627         <size>7</size>
13628       </method>
13629     </type>
13630   </test>
13631   <test name="gtest-462.cs">
13632     <type name="Program">
13633       <method name="Int32 Main()">
13634         <size>79</size>
13635       </method>
13636       <method name="Void .ctor()">
13637         <size>7</size>
13638       </method>
13639     </type>
13640     <type name="Program+Tester`1[T]">
13641       <method name="T Get(System.Object)">
13642         <size>30</size>
13643       </method>
13644       <method name="Void .ctor()">
13645         <size>7</size>
13646       </method>
13647     </type>
13648   </test>
13649   <test name="gtest-463.cs">
13650     <type name="STuple`1[Ta]">
13651       <method name="Void .ctor(Ta)">
13652         <size>8</size>
13653       </method>
13654     </type>
13655     <type name="C">
13656       <method name="Int32 Main()">
13657         <size>10</size>
13658       </method>
13659       <method name="Void .ctor()">
13660         <size>7</size>
13661       </method>
13662     </type>
13663   </test>
13664   <test name="gtest-464.cs">
13665     <type name="Test">
13666       <method name="Int32 Main()">
13667         <size>28</size>
13668       </method>
13669       <method name="Void .ctor()">
13670         <size>7</size>
13671       </method>
13672     </type>
13673   </test>
13674   <test name="gtest-465.cs">
13675     <type name="DerivedClass">
13676       <method name="Void GenericMethod_1[T]()">
13677         <size>1</size>
13678       </method>
13679       <method name="Void GenericMethod_2[T]()">
13680         <size>1</size>
13681       </method>
13682       <method name="Void GenericMethod_3[T]()">
13683         <size>1</size>
13684       </method>
13685       <method name="Void .ctor()">
13686         <size>7</size>
13687       </method>
13688     </type>
13689     <type name="Program">
13690       <method name="Int32 Main()">
13691         <size>8</size>
13692       </method>
13693       <method name="Void .ctor()">
13694         <size>7</size>
13695       </method>
13696     </type>
13697   </test>
13698   <test name="gtest-466.cs">
13699     <type name="Program">
13700       <method name="Boolean Test[T](T)">
13701         <size>10</size>
13702       </method>
13703       <method name="Int32 Main()">
13704         <size>40</size>
13705       </method>
13706       <method name="Void .ctor()">
13707         <size>7</size>
13708       </method>
13709     </type>
13710   </test>
13711   <test name="gtest-467.cs">
13712     <type name="S">
13713       <method name="Int32 Main()">
13714         <size>79</size>
13715       </method>
13716     </type>
13717     <type name="A">
13718       <method name="A op_Implicit(S)">
13719         <size>6</size>
13720       </method>
13721       <method name="Void .ctor()">
13722         <size>7</size>
13723       </method>
13724     </type>
13725     <type name="B">
13726       <method name="Void .ctor()">
13727         <size>7</size>
13728       </method>
13729     </type>
13730   </test>
13731   <test name="gtest-468.cs">
13732     <type name="TS">
13733       <method name="Nullable`1 get_v()">
13734         <size>7</size>
13735       </method>
13736       <method name="Int32 Main()">
13737         <size>43</size>
13738       </method>
13739       <method name="Nullable`1 op_Implicit(TS)">
13740         <size>7</size>
13741       </method>
13742       <method name="TS op_Implicit(Nullable`1)">
13743         <size>2</size>
13744       </method>
13745       <method name="Void .ctor()">
13746         <size>7</size>
13747       </method>
13748     </type>
13749   </test>
13750   <test name="gtest-469.cs">
13751     <type name="Foo`2[T1,T2]">
13752       <method name="Void .ctor(T2)">
13753         <size>7</size>
13754       </method>
13755     </type>
13756     <type name="Bar">
13757       <method name="Int32 Main()">
13758         <size>13</size>
13759       </method>
13760       <method name="Void .ctor()">
13761         <size>7</size>
13762       </method>
13763     </type>
13764   </test>
13765   <test name="gtest-470.cs">
13766     <type name="C">
13767       <method name="Void Main()">
13768         <size>13</size>
13769       </method>
13770       <method name="Void .ctor()">
13771         <size>7</size>
13772       </method>
13773     </type>
13774   </test>
13775   <test name="gtest-471.cs">
13776     <type name="Q">
13777       <method name="Void bar[T](T ByRef)">
13778         <size>16</size>
13779       </method>
13780       <method name="Int32 Main()">
13781         <size>11</size>
13782       </method>
13783       <method name="Void .ctor()">
13784         <size>7</size>
13785       </method>
13786     </type>
13787   </test>
13788   <test name="gtest-472.cs">
13789     <type name="C`1[T]">
13790       <method name="Void CopyUnsafe(T[], System.Int64[])">
13791         <size>1</size>
13792       </method>
13793       <method name="Boolean CopyUnsafe(T[], Int64)">
13794         <size>2</size>
13795       </method>
13796       <method name="Void CopyUnsafe(T[])">
13797         <size>11</size>
13798       </method>
13799       <method name="Void .ctor()">
13800         <size>7</size>
13801       </method>
13802     </type>
13803     <type name="A">
13804       <method name="Void Main()">
13805         <size>1</size>
13806       </method>
13807       <method name="Void .ctor()">
13808         <size>7</size>
13809       </method>
13810     </type>
13811   </test>
13812   <test name="gtest-473.cs">
13813     <type name="A`1[X]">
13814       <method name="Void Foo[T]()">
13815         <size>1</size>
13816       </method>
13817       <method name="Void .ctor()">
13818         <size>7</size>
13819       </method>
13820     </type>
13821     <type name="B">
13822       <method name="Void Foo[T]()">
13823         <size>1</size>
13824       </method>
13825       <method name="Void .ctor()">
13826         <size>7</size>
13827       </method>
13828     </type>
13829     <type name="C">
13830       <method name="Int32 Main()">
13831         <size>8</size>
13832       </method>
13833       <method name="Void .ctor()">
13834         <size>7</size>
13835       </method>
13836     </type>
13837   </test>
13838   <test name="gtest-474.cs">
13839     <type name="A`1[X]">
13840       <method name="Void .ctor()">
13841         <size>7</size>
13842       </method>
13843     </type>
13844     <type name="B`1[T]">
13845       <method name="Void .ctor()">
13846         <size>7</size>
13847       </method>
13848     </type>
13849     <type name="C">
13850       <method name="Void Main()">
13851         <size>7</size>
13852       </method>
13853       <method name="Void .ctor()">
13854         <size>7</size>
13855       </method>
13856     </type>
13857   </test>
13858   <test name="gtest-475.cs">
13859     <type name="Value`1[T]">
13860       <method name="Void .ctor()">
13861         <size>7</size>
13862       </method>
13863       <method name="Void .cctor()">
13864         <size>1</size>
13865       </method>
13866     </type>
13867     <type name="Test`2[T,U]">
13868       <method name="Value`1[T] get_Value()">
13869         <size>2</size>
13870       </method>
13871       <method name="Void .ctor()">
13872         <size>7</size>
13873       </method>
13874     </type>
13875     <type name="Test`2+B[T,U]">
13876       <method name="Void .ctor(Value`1)">
13877         <size>7</size>
13878       </method>
13879       <method name="Void .cctor()">
13880         <size>16</size>
13881       </method>
13882     </type>
13883     <type name="C">
13884       <method name="Void Main()">
13885         <size>7</size>
13886       </method>
13887       <method name="Void .ctor()">
13888         <size>7</size>
13889       </method>
13890     </type>
13891   </test>
13892   <test name="gtest-476.cs">
13893     <type name="Test`1[T]">
13894       <method name="B First()">
13895         <size>10</size>
13896       </method>
13897       <method name="IFoo Second()">
13898         <size>15</size>
13899       </method>
13900       <method name="Void .ctor()">
13901         <size>7</size>
13902       </method>
13903     </type>
13904     <type name="C">
13905       <method name="Void Main()">
13906         <size>1</size>
13907       </method>
13908       <method name="Void .ctor()">
13909         <size>7</size>
13910       </method>
13911     </type>
13912   </test>
13913   <test name="gtest-477.cs">
13914     <type name="B`1[T]">
13915       <method name="Void .ctor()">
13916         <size>7</size>
13917       </method>
13918     </type>
13919     <type name="B`1+BNested[T]">
13920       <method name="Void .ctor()">
13921         <size>7</size>
13922       </method>
13923     </type>
13924     <type name="A`1[T]">
13925       <method name="Void .ctor()">
13926         <size>7</size>
13927       </method>
13928     </type>
13929     <type name="AA`1[T]">
13930       <method name="Void .ctor()">
13931         <size>7</size>
13932       </method>
13933     </type>
13934     <type name="AA`1+ANested[T]">
13935       <method name="Void .ctor()">
13936         <size>7</size>
13937       </method>
13938     </type>
13939     <type name="M">
13940       <method name="Void Main()">
13941         <size>1</size>
13942       </method>
13943       <method name="Void .ctor()">
13944         <size>7</size>
13945       </method>
13946     </type>
13947   </test>
13948   <test name="gtest-478.cs">
13949     <type name="M">
13950       <method name="Void Foo()">
13951         <size>1</size>
13952       </method>
13953       <method name="Void GenFoo()">
13954         <size>1</size>
13955       </method>
13956       <method name="Void Main()">
13957         <size>13</size>
13958       </method>
13959       <method name="Void .ctor()">
13960         <size>7</size>
13961       </method>
13962     </type>
13963   </test>
13964   <test name="gtest-479.cs">
13965     <type name="A">
13966       <method name="Void .ctor()">
13967         <size>7</size>
13968       </method>
13969     </type>
13970     <type name="B">
13971       <method name="Void .ctor()">
13972         <size>7</size>
13973       </method>
13974     </type>
13975     <type name="M">
13976       <method name="Void Test[T](I`1)">
13977         <size>1</size>
13978       </method>
13979       <method name="Void Main()">
13980         <size>21</size>
13981       </method>
13982       <method name="Void .ctor()">
13983         <size>7</size>
13984       </method>
13985     </type>
13986   </test>
13987   <test name="gtest-480.cs">
13988     <type name="C">
13989       <method name="Void Foo()">
13990         <size>57</size>
13991       </method>
13992       <method name="Void Main()">
13993         <size>30</size>
13994       </method>
13995       <method name="Void .ctor()">
13996         <size>7</size>
13997       </method>
13998     </type>
13999   </test>
14000   <test name="gtest-481.cs">
14001     <type name="TestClass`1[T]">
14002       <method name="Void Add(T[][] ByRef)">
14003         <size>1</size>
14004       </method>
14005       <method name="Void .ctor(Int32)">
14006         <size>18</size>
14007       </method>
14008     </type>
14009     <type name="C">
14010       <method name="Void Main()">
14011         <size>8</size>
14012       </method>
14013       <method name="Void .ctor()">
14014         <size>7</size>
14015       </method>
14016     </type>
14017   </test>
14018   <test name="gtest-482.cs">
14019     <type name="TestBug.BugClass`1[T]">
14020       <method name="Void add_Evt(System.EventHandler)">
14021         <size>1</size>
14022       </method>
14023       <method name="Void remove_Evt(System.EventHandler)">
14024         <size>1</size>
14025       </method>
14026       <method name="Void Bug()">
14027         <size>19</size>
14028       </method>
14029       <method name="Void Handler(System.Object, System.EventArgs)">
14030         <size>1</size>
14031       </method>
14032       <method name="Void .ctor()">
14033         <size>7</size>
14034       </method>
14035     </type>
14036     <type name="TestBug.MainClass">
14037       <method name="Void Main()">
14038         <size>25</size>
14039       </method>
14040       <method name="Void .ctor()">
14041         <size>7</size>
14042       </method>
14043     </type>
14044   </test>
14045   <test name="gtest-483.cs">
14046     <type name="Program">
14047       <method name="Int32 Main()">
14048         <size>86</size>
14049       </method>
14050       <method name="Void ReplaceContentsWith[T](T, T)">
14051         <size>95</size>
14052       </method>
14053       <method name="Void .ctor()">
14054         <size>7</size>
14055       </method>
14056     </type>
14057     <type name="Int32Collection">
14058       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14059         <size>17</size>
14060       </method>
14061       <method name="Int32 get_Count()">
14062         <size>12</size>
14063       </method>
14064       <method name="Int32 get_Item(Int32)">
14065         <size>13</size>
14066       </method>
14067       <method name="Void set_Item(Int32, Int32)">
14068         <size>14</size>
14069       </method>
14070       <method name="Void Add(Int32)">
14071         <size>13</size>
14072       </method>
14073       <method name="Void Clear()">
14074         <size>12</size>
14075       </method>
14076       <method name="Void .ctor()">
14077         <size>18</size>
14078       </method>
14079     </type>
14080   </test>
14081   <test name="gtest-484.cs">
14082     <type name="MainClass">
14083       <method name="Void Foo(System.Action`1[MainClass][][])">
14084         <size>1</size>
14085       </method>
14086       <method name="System.Action`1[MainClass][] Set(System.Action`1[MainClass][])">
14087         <size>2</size>
14088       </method>
14089       <method name="Void Bar(MainClass)">
14090         <size>1</size>
14091       </method>
14092       <method name="Void Main(System.String[])">
14093         <size>100</size>
14094       </method>
14095       <method name="Void .ctor()">
14096         <size>7</size>
14097       </method>
14098     </type>
14099   </test>
14100   <test name="gtest-485.cs">
14101     <type name="C">
14102       <method name="Void Main()">
14103         <size>1</size>
14104       </method>
14105       <method name="Void .ctor()">
14106         <size>7</size>
14107       </method>
14108     </type>
14109   </test>
14110   <test name="gtest-486.cs">
14111     <type name="MyCollection`1[T]">
14112       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14113         <size>2</size>
14114       </method>
14115       <method name="Void AddRange(IMyCollection`1)">
14116         <size>1</size>
14117       </method>
14118       <method name="Void AddRange(IEnumerable`1)">
14119         <size>1</size>
14120       </method>
14121       <method name="Int32 get_Count()">
14122         <size>2</size>
14123       </method>
14124       <method name="Boolean get_IsReadOnly()">
14125         <size>2</size>
14126       </method>
14127       <method name="Void Add(T)">
14128         <size>1</size>
14129       </method>
14130       <method name="Void Clear()">
14131         <size>1</size>
14132       </method>
14133       <method name="Boolean Contains(T)">
14134         <size>2</size>
14135       </method>
14136       <method name="Void CopyTo(T[], Int32)">
14137         <size>1</size>
14138       </method>
14139       <method name="Boolean Remove(T)">
14140         <size>2</size>
14141       </method>
14142       <method name="IEnumerator`1 GetEnumerator()">
14143         <size>2</size>
14144       </method>
14145       <method name="Void .ctor()">
14146         <size>7</size>
14147       </method>
14148     </type>
14149     <type name="P">
14150       <method name="MyCollection`1[System.String] get_IgnoreTokens()">
14151         <size>36</size>
14152       </method>
14153       <method name="Void Main()">
14154         <size>1</size>
14155       </method>
14156       <method name="Void .ctor()">
14157         <size>7</size>
14158       </method>
14159       <method name="Void .cctor()">
14160         <size>21</size>
14161       </method>
14162     </type>
14163   </test>
14164   <test name="gtest-487.cs">
14165     <type name="Limada.MonoTests.Generics.MultiDictionary`3[K,V,TDictionary]">
14166       <method name="Void .ctor()">
14167         <size>7</size>
14168       </method>
14169     </type>
14170     <type name="Limada.MonoTests.Generics.Test">
14171       <method name="Void Main()">
14172         <size>7</size>
14173       </method>
14174       <method name="Void .ctor()">
14175         <size>7</size>
14176       </method>
14177     </type>
14178   </test>
14179   <test name="gtest-488.cs">
14180     <type name="Ref">
14181       <method name="Void .ctor()">
14182         <size>7</size>
14183       </method>
14184     </type>
14185     <type name="Def">
14186       <method name="Void .ctor()">
14187         <size>7</size>
14188       </method>
14189     </type>
14190     <type name="FooProcessor`1[T]">
14191       <method name="Void Attach(T, Def)">
14192         <size>15</size>
14193       </method>
14194       <method name="Void .ctor()">
14195         <size>7</size>
14196       </method>
14197     </type>
14198     <type name="Program">
14199       <method name="Void Main()">
14200         <size>1</size>
14201       </method>
14202       <method name="Void .ctor()">
14203         <size>7</size>
14204       </method>
14205     </type>
14206   </test>
14207   <test name="gtest-489.cs">
14208     <type name="sample">
14209       <method name="TValue Value[TKey,TValue]()">
14210         <size>0</size>
14211       </method>
14212       <method name="Void Main()">
14213         <size>1</size>
14214       </method>
14215       <method name="Void .ctor()">
14216         <size>7</size>
14217       </method>
14218     </type>
14219     <type name="sample+nested`1[T]">
14220       <method name="TValue Value[TKey,TValue]()">
14221         <size>6</size>
14222       </method>
14223       <method name="Void .ctor()">
14224         <size>7</size>
14225       </method>
14226     </type>
14227   </test>
14228   <test name="gtest-490.cs">
14229     <type name="Foo">
14230       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
14231         <size>17</size>
14232       </method>
14233       <method name="IEnumerator GetEnumerator()">
14234         <size>17</size>
14235       </method>
14236       <method name="Void Main()">
14237         <size>1</size>
14238       </method>
14239       <method name="Void .ctor()">
14240         <size>18</size>
14241       </method>
14242     </type>
14243   </test>
14244   <test name="gtest-491.cs">
14245     <type name="ArrayEqualityComparer`1[T]">
14246       <method name="Boolean Equals(T[], T[])">
14247         <size>2</size>
14248       </method>
14249       <method name="Int32 GetHashCode(T[])">
14250         <size>2</size>
14251       </method>
14252       <method name="Void .ctor()">
14253         <size>7</size>
14254       </method>
14255     </type>
14256     <type name="Program">
14257       <method name="Int32 Main()">
14258         <size>13</size>
14259       </method>
14260       <method name="Void .ctor()">
14261         <size>7</size>
14262       </method>
14263     </type>
14264   </test>
14265   <test name="gtest-492.cs">
14266     <type name="B`1[T]">
14267       <method name="Void .ctor()">
14268         <size>7</size>
14269       </method>
14270     </type>
14271     <type name="A`1[T]">
14272       <method name="Void .ctor()">
14273         <size>7</size>
14274       </method>
14275     </type>
14276     <type name="A`1+C[T]">
14277       <method name="Void .ctor()">
14278         <size>7</size>
14279       </method>
14280     </type>
14281     <type name="M">
14282       <method name="Void Main()">
14283         <size>1</size>
14284       </method>
14285       <method name="Void .ctor()">
14286         <size>7</size>
14287       </method>
14288     </type>
14289   </test>
14290   <test name="gtest-493.cs">
14291     <type name="MonoGenericIteratorTest.MyType">
14292       <method name="Void .ctor()">
14293         <size>7</size>
14294       </method>
14295     </type>
14296     <type name="MonoGenericIteratorTest.MyCollectionBase`1[T]">
14297       <method name="IEnumerator GetEnumerator()">
14298         <size>17</size>
14299       </method>
14300       <method name="Void .ctor()">
14301         <size>7</size>
14302       </method>
14303     </type>
14304     <type name="MonoGenericIteratorTest.MyCollection">
14305       <method name="Void .ctor()">
14306         <size>7</size>
14307       </method>
14308     </type>
14309     <type name="MonoGenericIteratorTest.MainClass">
14310       <method name="Void Main(System.String[])">
14311         <size>77</size>
14312       </method>
14313       <method name="Void .ctor()">
14314         <size>7</size>
14315       </method>
14316     </type>
14317   </test>
14318   <test name="gtest-494.cs">
14319     <type name="Grid`1[CT]">
14320       <method name="Void .ctor()">
14321         <size>7</size>
14322       </method>
14323     </type>
14324     <type name="Grid`1+GPD[CT]">
14325       <method name="Void .ctor()">
14326         <size>18</size>
14327       </method>
14328     </type>
14329     <type name="Grid`1+GPD+GC[CT]">
14330       <method name="Void .ctor()">
14331         <size>7</size>
14332       </method>
14333     </type>
14334     <type name="H">
14335       <method name="Void .ctor()">
14336         <size>7</size>
14337       </method>
14338     </type>
14339     <type name="H+MyCT">
14340       <method name="Void .ctor()">
14341         <size>7</size>
14342       </method>
14343     </type>
14344     <type name="TheTest">
14345       <method name="Void Main(System.String[])">
14346         <size>7</size>
14347       </method>
14348       <method name="Void .ctor()">
14349         <size>7</size>
14350       </method>
14351     </type>
14352   </test>
14353   <test name="gtest-495.cs">
14354     <type name="Repro">
14355       <method name="Void Main()">
14356         <size>12</size>
14357       </method>
14358       <method name="Void .ctor()">
14359         <size>7</size>
14360       </method>
14361     </type>
14362     <type name="Repro+Outer">
14363       <method name="Void .ctor()">
14364         <size>7</size>
14365       </method>
14366     </type>
14367     <type name="Repro+Outer+Inner`1[T]">
14368       <method name="Void .ctor()">
14369         <size>7</size>
14370       </method>
14371     </type>
14372   </test>
14373   <test name="gtest-496.cs">
14374     <type name="Base">
14375       <method name="T EndExecute[T](System.Object, System.String)">
14376         <size>7</size>
14377       </method>
14378       <method name="Void .ctor()">
14379         <size>7</size>
14380       </method>
14381     </type>
14382     <type name="Derived">
14383       <method name="Derived EndExecute[TElement](System.Object)">
14384         <size>2</size>
14385       </method>
14386       <method name="Void .ctor()">
14387         <size>7</size>
14388       </method>
14389     </type>
14390     <type name="a">
14391       <method name="Int32 Main()">
14392         <size>14</size>
14393       </method>
14394       <method name="Void .ctor()">
14395         <size>7</size>
14396       </method>
14397     </type>
14398   </test>
14399   <test name="gtest-497.cs">
14400     <type name="Item">
14401       <method name="Void .ctor()">
14402         <size>7</size>
14403       </method>
14404     </type>
14405     <type name="ItemCollection`1[T]">
14406       <method name="Void Bind[U](ItemCollection`1[U])">
14407         <size>1</size>
14408       </method>
14409       <method name="Void .ctor()">
14410         <size>7</size>
14411       </method>
14412     </type>
14413     <type name="a">
14414       <method name="Void Main()">
14415         <size>14</size>
14416       </method>
14417       <method name="Void .ctor()">
14418         <size>7</size>
14419       </method>
14420     </type>
14421   </test>
14422   <test name="gtest-498.cs">
14423     <type name="A">
14424       <method name="Int32 Main()">
14425         <size>16</size>
14426       </method>
14427       <method name="Void .ctor()">
14428         <size>15</size>
14429       </method>
14430     </type>
14431   </test>
14432   <test name="gtest-499.cs">
14433     <type name="C">
14434       <method name="Int32 Test[T](T[])">
14435         <size>21</size>
14436       </method>
14437       <method name="Int32 TestExtra[T](T[,])">
14438         <size>22</size>
14439       </method>
14440       <method name="Int32 Main()">
14441         <size>118</size>
14442       </method>
14443       <method name="Void .ctor()">
14444         <size>7</size>
14445       </method>
14446     </type>
14447   </test>
14448   <test name="gtest-500.cs">
14449     <type name="Program">
14450       <method name="Int32 Main()">
14451         <size>85</size>
14452       </method>
14453       <method name="Void .ctor()">
14454         <size>7</size>
14455       </method>
14456     </type>
14457   </test>
14458   <test name="gtest-501.cs">
14459     <type name="UndoableDictionary`2[TKey,TValue]">
14460       <method name="Void TestFunc()">
14461         <size>1</size>
14462       </method>
14463       <method name="Void .ctor()">
14464         <size>7</size>
14465       </method>
14466     </type>
14467     <type name="UpdateableCollection`1[T]">
14468       <method name="Void AddReferences()">
14469         <size>1</size>
14470       </method>
14471       <method name="Void TestFunc()">
14472         <size>1</size>
14473       </method>
14474       <method name="Void .ctor()">
14475         <size>7</size>
14476       </method>
14477     </type>
14478     <type name="UpdateableCollection`1+X[T]">
14479       <method name="Void .ctor()">
14480         <size>7</size>
14481       </method>
14482     </type>
14483     <type name="C">
14484       <method name="Int32 Main()">
14485         <size>8</size>
14486       </method>
14487       <method name="Void .ctor()">
14488         <size>7</size>
14489       </method>
14490     </type>
14491   </test>
14492   <test name="gtest-502.cs">
14493     <type name="C`1[T]">
14494       <method name="Void .ctor()">
14495         <size>7</size>
14496       </method>
14497       <method name="Void .cctor()">
14498         <size>31</size>
14499       </method>
14500     </type>
14501     <type name="C`1+Foo`1[T,U]">
14502       <method name="Void .ctor()">
14503         <size>7</size>
14504       </method>
14505     </type>
14506     <type name="C`1+Simple[T]">
14507       <method name="Void .ctor()">
14508         <size>7</size>
14509       </method>
14510     </type>
14511     <type name="M">
14512       <method name="Void .ctor()">
14513         <size>7</size>
14514       </method>
14515     </type>
14516     <type name="A">
14517       <method name="Void .ctor()">
14518         <size>7</size>
14519       </method>
14520     </type>
14521     <type name="A+N`1[T]">
14522       <method name="Void .ctor()">
14523         <size>7</size>
14524       </method>
14525     </type>
14526     <type name="M">
14527       <method name="Int32 Main()">
14528         <size>40</size>
14529       </method>
14530     </type>
14531   </test>
14532   <test name="gtest-503.cs">
14533     <type name="TestAttribute">
14534       <method name="Void .ctor(Type)">
14535         <size>7</size>
14536       </method>
14537     </type>
14538     <type name="C`1[T]">
14539       <method name="Void .ctor()">
14540         <size>7</size>
14541       </method>
14542     </type>
14543     <type name="C`1+N`1[T,U]">
14544       <method name="Void .ctor()">
14545         <size>7</size>
14546       </method>
14547     </type>
14548     <type name="A">
14549       <method name="Int32 Main()">
14550         <size>28</size>
14551       </method>
14552       <method name="Void .ctor()">
14553         <size>7</size>
14554       </method>
14555     </type>
14556   </test>
14557   <test name="gtest-504.cs">
14558     <type name="C">
14559       <method name="Void Main()">
14560         <size>1</size>
14561       </method>
14562       <method name="Void .ctor()">
14563         <size>7</size>
14564       </method>
14565     </type>
14566   </test>
14567   <test name="gtest-505.cs">
14568     <type name="C">
14569       <method name="Int32 Test(System.Collections.Generic.List`1[System.Int32])">
14570         <size>3</size>
14571       </method>
14572       <method name="Int32 Test(System.String)">
14573         <size>3</size>
14574       </method>
14575       <method name="Int32 Test(Int32)">
14576         <size>2</size>
14577       </method>
14578       <method name="R Method[T,R](IEnumerable`1, System.Func`2[T,R])">
14579         <size>16</size>
14580       </method>
14581       <method name="R Method2[T,R](IEnumerable`1, System.Func`2[System.Collections.Generic.List`1[T],R])">
14582         <size>8</size>
14583       </method>
14584       <method name="Int32 Main()">
14585         <size>73</size>
14586       </method>
14587       <method name="Void .ctor()">
14588         <size>7</size>
14589       </method>
14590     </type>
14591   </test>
14592   <test name="gtest-506.cs">
14593     <type name="C">
14594       <method name="Void Main()">
14595         <size>9</size>
14596       </method>
14597       <method name="Void .ctor()">
14598         <size>7</size>
14599       </method>
14600     </type>
14601   </test>
14602   <test name="gtest-507.cs">
14603     <type name="A">
14604       <method name="Int32 Main()">
14605         <size>26</size>
14606       </method>
14607       <method name="Void .ctor()">
14608         <size>7</size>
14609       </method>
14610     </type>
14611     <type name="B`1[T]">
14612       <method name="Int32 get_Item(T)">
14613         <size>2</size>
14614       </method>
14615       <method name="Int32 get_Item(System.Object)">
14616         <size>2</size>
14617       </method>
14618       <method name="Void .ctor()">
14619         <size>7</size>
14620       </method>
14621     </type>
14622   </test>
14623   <test name="gtest-508.cs">
14624     <type name="B">
14625       <method name="Void Main()">
14626         <size>8</size>
14627       </method>
14628       <method name="Void .ctor(Int32)">
14629         <size>8</size>
14630       </method>
14631     </type>
14632     <type name="A`1[T]">
14633       <method name="Void .ctor(T)">
14634         <size>7</size>
14635       </method>
14636     </type>
14637   </test>
14638   <test name="gtest-509.cs">
14639     <type name="Test.Foo">
14640       <method name="Void .ctor()">
14641         <size>7</size>
14642       </method>
14643     </type>
14644     <type name="Test.TestClass">
14645       <method name="T Test.IBase.Get[T](System.Object)">
14646         <size>10</size>
14647       </method>
14648       <method name="T Get[T](System.Object)">
14649         <size>10</size>
14650       </method>
14651       <method name="Void Main(System.String[])">
14652         <size>17</size>
14653       </method>
14654       <method name="Void .ctor()">
14655         <size>7</size>
14656       </method>
14657     </type>
14658   </test>
14659   <test name="gtest-510.cs">
14660     <type name="CA`2[U,V]">
14661       <method name="Void .ctor()">
14662         <size>7</size>
14663       </method>
14664     </type>
14665     <type name="Map`2[K,T]">
14666       <method name="Void .ctor()">
14667         <size>7</size>
14668       </method>
14669     </type>
14670     <type name="S">
14671       <method name="Void Main()">
14672         <size>7</size>
14673       </method>
14674       <method name="Void .ctor()">
14675         <size>7</size>
14676       </method>
14677     </type>
14678   </test>
14679   <test name="gtest-511.cs">
14680     <type name="A`1[T]">
14681       <method name="Void .ctor()">
14682         <size>7</size>
14683       </method>
14684     </type>
14685     <type name="C">
14686       <method name="Void Foo[T](A`1[T])">
14687         <size>1</size>
14688       </method>
14689       <method name="Void .ctor()">
14690         <size>7</size>
14691       </method>
14692     </type>
14693     <type name="D">
14694       <method name="Void Foo[T](A`1[T])">
14695         <size>1</size>
14696       </method>
14697       <method name="Int32 Main()">
14698         <size>81</size>
14699       </method>
14700       <method name="Void .ctor()">
14701         <size>7</size>
14702       </method>
14703     </type>
14704   </test>
14705   <test name="gtest-512.cs">
14706     <type name="C">
14707       <method name="Void Main()">
14708         <size>5</size>
14709       </method>
14710       <method name="Void .ctor()">
14711         <size>7</size>
14712       </method>
14713     </type>
14714   </test>
14715   <test name="gtest-513.cs">
14716     <type name="S">
14717       <method name="Void System.IDisposable.Dispose()">
14718         <size>13</size>
14719       </method>
14720       <method name="Void Dispose()">
14721         <size>6</size>
14722       </method>
14723     </type>
14724     <type name="C">
14725       <method name="Void System.IDisposable.Dispose()">
14726         <size>1</size>
14727       </method>
14728       <method name="Void Dispose()">
14729         <size>6</size>
14730       </method>
14731       <method name="Void .ctor()">
14732         <size>7</size>
14733       </method>
14734     </type>
14735     <type name="Test">
14736       <method name="Int32 Main()">
14737         <size>154</size>
14738       </method>
14739       <method name="Void GenMethod[T](T)">
14740         <size>33</size>
14741       </method>
14742       <method name="Void .ctor()">
14743         <size>7</size>
14744       </method>
14745     </type>
14746   </test>
14747   <test name="gtest-514.cs">
14748     <type name="test2.Test`3[T,U,V]">
14749       <method name="Void Method()">
14750         <size>128</size>
14751       </method>
14752       <method name="Void .ctor()">
14753         <size>7</size>
14754       </method>
14755     </type>
14756     <type name="test2.MainClass">
14757       <method name="Void Dispose()">
14758         <size>1</size>
14759       </method>
14760       <method name="Void Main()">
14761         <size>11</size>
14762       </method>
14763       <method name="Void .ctor()">
14764         <size>7</size>
14765       </method>
14766     </type>
14767   </test>
14768   <test name="gtest-515.cs">
14769     <type name="A">
14770       <method name="I`1 Foo[T]()">
14771         <size>2</size>
14772       </method>
14773       <method name="Void .ctor()">
14774         <size>7</size>
14775       </method>
14776     </type>
14777     <type name="AA">
14778       <method name="I`1 Foo[V]()">
14779         <size>7</size>
14780       </method>
14781       <method name="Void .ctor()">
14782         <size>7</size>
14783       </method>
14784     </type>
14785     <type name="B">
14786       <method name="Void Dispose()">
14787         <size>1</size>
14788       </method>
14789       <method name="I`1 Foo[R]()">
14790         <size>7</size>
14791       </method>
14792       <method name="Void Main()">
14793         <size>12</size>
14794       </method>
14795       <method name="Void .ctor()">
14796         <size>7</size>
14797       </method>
14798     </type>
14799   </test>
14800   <test name="gtest-516.cs">
14801     <type name="B">
14802       <method name="Void Foo()">
14803         <size>15</size>
14804       </method>
14805       <method name="Void Main()">
14806         <size>1</size>
14807       </method>
14808       <method name="Void .ctor()">
14809         <size>7</size>
14810       </method>
14811     </type>
14812   </test>
14813   <test name="gtest-517.cs">
14814     <type name="C">
14815       <method name="Void .ctor()">
14816         <size>7</size>
14817       </method>
14818     </type>
14819     <type name="G`1[T]">
14820       <method name="Void .ctor()">
14821         <size>7</size>
14822       </method>
14823     </type>
14824     <type name="Test`1[U]">
14825       <method name="Void .ctor()">
14826         <size>7</size>
14827       </method>
14828     </type>
14829     <type name="M">
14830       <method name="Void Main()">
14831         <size>1</size>
14832       </method>
14833       <method name="Void .ctor()">
14834         <size>7</size>
14835       </method>
14836     </type>
14837   </test>
14838   <test name="gtest-518.cs">
14839     <type name="Top`1[X]">
14840       <method name="Void .ctor()">
14841         <size>7</size>
14842       </method>
14843     </type>
14844     <type name="Top`1+C[X]">
14845       <method name="Void .ctor()">
14846         <size>7</size>
14847       </method>
14848     </type>
14849     <type name="M">
14850       <method name="Int32 Main()">
14851         <size>2</size>
14852       </method>
14853       <method name="Void .ctor()">
14854         <size>7</size>
14855       </method>
14856     </type>
14857   </test>
14858   <test name="gtest-519.cs">
14859     <type name="G`1[T]">
14860       <method name="Void .ctor()">
14861         <size>7</size>
14862       </method>
14863     </type>
14864     <type name="A">
14865       <method name="Void Foo[U]()">
14866         <size>1</size>
14867       </method>
14868       <method name="Void Main()">
14869         <size>1</size>
14870       </method>
14871       <method name="Void .ctor()">
14872         <size>7</size>
14873       </method>
14874     </type>
14875   </test>
14876   <test name="gtest-520.cs">
14877     <type name="A">
14878       <method name="Void Method()">
14879         <size>1</size>
14880       </method>
14881       <method name="Void .ctor()">
14882         <size>7</size>
14883       </method>
14884     </type>
14885     <type name="C">
14886       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
14887         <size>6</size>
14888       </method>
14889       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;A&gt;.GetEnumerator()">
14890         <size>16</size>
14891       </method>
14892       <method name="Void .ctor()">
14893         <size>7</size>
14894       </method>
14895     </type>
14896     <type name="C+GetEnumerator">
14897       <method name="Void .ctor()">
14898         <size>7</size>
14899       </method>
14900     </type>
14901     <type name="D">
14902       <method name="Void .ctor()">
14903         <size>7</size>
14904       </method>
14905     </type>
14906     <type name="Test">
14907       <method name="Int32 Main()">
14908         <size>118</size>
14909       </method>
14910       <method name="Void .ctor()">
14911         <size>7</size>
14912       </method>
14913     </type>
14914   </test>
14915   <test name="gtest-521.cs">
14916     <type name="D">
14917       <method name="Void Invoke(System.Object)">
14918         <size>0</size>
14919       </method>
14920       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
14921         <size>0</size>
14922       </method>
14923       <method name="Void EndInvoke(IAsyncResult)">
14924         <size>0</size>
14925       </method>
14926       <method name="Void .ctor(Object, IntPtr)">
14927         <size>0</size>
14928       </method>
14929     </type>
14930     <type name="E`1[T]">
14931       <method name="Void Test()">
14932         <size>25</size>
14933       </method>
14934       <method name="Void EH(System.Object)">
14935         <size>1</size>
14936       </method>
14937       <method name="Void .ctor()">
14938         <size>7</size>
14939       </method>
14940     </type>
14941     <type name="E`1+I[T]">
14942       <method name="Void add_E(D)">
14943         <size>24</size>
14944       </method>
14945       <method name="Void remove_E(D)">
14946         <size>24</size>
14947       </method>
14948       <method name="Void .ctor()">
14949         <size>7</size>
14950       </method>
14951     </type>
14952     <type name="M">
14953       <method name="Void Main()">
14954         <size>6</size>
14955       </method>
14956       <method name="Void .ctor()">
14957         <size>7</size>
14958       </method>
14959     </type>
14960   </test>
14961   <test name="gtest-522.cs">
14962     <type name="C`1[T]">
14963       <method name="Void .ctor()">
14964         <size>7</size>
14965       </method>
14966     </type>
14967     <type name="X">
14968       <method name="Void Main()">
14969         <size>1</size>
14970       </method>
14971       <method name="Void Test[T](T)">
14972         <size>12</size>
14973       </method>
14974       <method name="Void A[U]()">
14975         <size>1</size>
14976       </method>
14977       <method name="Void .ctor()">
14978         <size>7</size>
14979       </method>
14980     </type>
14981   </test>
14982   <test name="gtest-523.cs">
14983     <type name="Test.TestClass4`1[T]">
14984       <method name="Boolean Equals(T)">
14985         <size>2</size>
14986       </method>
14987       <method name="Boolean Equals(TestClass4`1)">
14988         <size>2</size>
14989       </method>
14990       <method name="Boolean Equals(TestClass4`1, TestClass4`1)">
14991         <size>9</size>
14992       </method>
14993       <method name="Int32 GetHashCode(TestClass4`1)">
14994         <size>14</size>
14995       </method>
14996       <method name="Int32 GetHashCode()">
14997         <size>2</size>
14998       </method>
14999       <method name="Boolean Equals(System.Object)">
15000         <size>2</size>
15001       </method>
15002       <method name="Boolean op_Equality(TestClass4`1, TestClass4`1)">
15003         <size>9</size>
15004       </method>
15005       <method name="Boolean op_Equality(T, TestClass4`1)">
15006         <size>9</size>
15007       </method>
15008       <method name="Boolean op_Equality(TestClass4`1, T)">
15009         <size>9</size>
15010       </method>
15011       <method name="Boolean op_Equality(System.Object, TestClass4`1)">
15012         <size>15</size>
15013       </method>
15014       <method name="Boolean op_Equality(TestClass4`1, System.Object)">
15015         <size>15</size>
15016       </method>
15017       <method name="Boolean op_Inequality(TestClass4`1, TestClass4`1)">
15018         <size>11</size>
15019       </method>
15020       <method name="Boolean op_Inequality(T, TestClass4`1)">
15021         <size>11</size>
15022       </method>
15023       <method name="Boolean op_Inequality(TestClass4`1, T)">
15024         <size>11</size>
15025       </method>
15026       <method name="Boolean op_Inequality(System.Object, TestClass4`1)">
15027         <size>11</size>
15028       </method>
15029       <method name="Boolean op_Inequality(TestClass4`1, System.Object)">
15030         <size>11</size>
15031       </method>
15032     </type>
15033     <type name="Test.C">
15034       <method name="Void Main()">
15035         <size>9</size>
15036       </method>
15037       <method name="Void .ctor()">
15038         <size>7</size>
15039       </method>
15040     </type>
15041   </test>
15042   <test name="gtest-524.cs">
15043     <type name="C">
15044       <method name="T M[T]()">
15045         <size>16</size>
15046       </method>
15047       <method name="Int32 Main()">
15048         <size>14</size>
15049       </method>
15050       <method name="Void .ctor()">
15051         <size>7</size>
15052       </method>
15053     </type>
15054   </test>
15055   <test name="gtest-525.cs">
15056     <type name="A">
15057       <method name="Void MA[T](System.String)">
15058         <size>1</size>
15059       </method>
15060       <method name="Void F()">
15061         <size>1</size>
15062       </method>
15063       <method name="Void .ctor()">
15064         <size>7</size>
15065       </method>
15066     </type>
15067     <type name="A+C">
15068       <method name="Void Foo()">
15069         <size>16</size>
15070       </method>
15071       <method name="Void Main()">
15072         <size>11</size>
15073       </method>
15074       <method name="Void .ctor()">
15075         <size>7</size>
15076       </method>
15077     </type>
15078   </test>
15079   <test name="gtest-526.cs">
15080     <type name="A`1[U]">
15081       <method name="Void .ctor()">
15082         <size>7</size>
15083       </method>
15084     </type>
15085     <type name="B`1[T]">
15086       <method name="Void .ctor()">
15087         <size>7</size>
15088       </method>
15089     </type>
15090     <type name="B`1+N[T]">
15091       <method name="Void Test(C)">
15092         <size>8</size>
15093       </method>
15094       <method name="Void .ctor()">
15095         <size>7</size>
15096       </method>
15097     </type>
15098     <type name="C">
15099       <method name="Void Main()">
15100         <size>16</size>
15101       </method>
15102       <method name="Void .ctor()">
15103         <size>7</size>
15104       </method>
15105     </type>
15106   </test>
15107   <test name="gtest-527.cs">
15108     <type name="CoalescingWithGenericsBug">
15109       <method name="T Provide[T]()">
15110         <size>23</size>
15111       </method>
15112       <method name="T FindExisting[T]()">
15113         <size>7</size>
15114       </method>
15115       <method name="Int32 Main()">
15116         <size>12</size>
15117       </method>
15118     </type>
15119     <type name="CoalescingWithGenericsBug+Service">
15120       <method name="Void Foo()">
15121         <size>1</size>
15122       </method>
15123       <method name="Void .ctor()">
15124         <size>7</size>
15125       </method>
15126     </type>
15127   </test>
15128   <test name="gtest-528.cs">
15129     <type name="GenericType`1[U]">
15130       <method name="Void .ctor()">
15131         <size>7</size>
15132       </method>
15133     </type>
15134     <type name="Base">
15135       <method name="T Test[T](GenericType`1[T])">
15136         <size>7</size>
15137       </method>
15138       <method name="Void .ctor()">
15139         <size>7</size>
15140       </method>
15141     </type>
15142     <type name="Override">
15143       <method name="T Test[T](GenericType`1[T])">
15144         <size>8</size>
15145       </method>
15146       <method name="Int32 Main()">
15147         <size>20</size>
15148       </method>
15149       <method name="Void .ctor()">
15150         <size>7</size>
15151       </method>
15152     </type>
15153   </test>
15154   <test name="gtest-529.cs">
15155     <type name="GenericType`2[U,V]">
15156       <method name="Void .ctor()">
15157         <size>7</size>
15158       </method>
15159     </type>
15160     <type name="Base`1[V]">
15161       <method name="T Test[T](GenericType`2[T,V])">
15162         <size>7</size>
15163       </method>
15164       <method name="Void .ctor()">
15165         <size>7</size>
15166       </method>
15167     </type>
15168     <type name="Override`1[W]">
15169       <method name="T Test[T](GenericType`2[T,W])">
15170         <size>8</size>
15171       </method>
15172       <method name="Void .ctor()">
15173         <size>7</size>
15174       </method>
15175     </type>
15176     <type name="M">
15177       <method name="Int32 Main()">
15178         <size>20</size>
15179       </method>
15180       <method name="Void .ctor()">
15181         <size>7</size>
15182       </method>
15183     </type>
15184   </test>
15185   <test name="gtest-530.cs">
15186     <type name="B">
15187       <method name="Void Main()">
15188         <size>1</size>
15189       </method>
15190       <method name="Void .ctor()">
15191         <size>7</size>
15192       </method>
15193     </type>
15194     <type name="B2">
15195       <method name="Void .ctor()">
15196         <size>7</size>
15197       </method>
15198     </type>
15199     <type name="A">
15200       <method name="Void .ctor()">
15201         <size>7</size>
15202       </method>
15203     </type>
15204     <type name="G`1[T]">
15205       <method name="Void .ctor()">
15206         <size>7</size>
15207       </method>
15208     </type>
15209   </test>
15210   <test name="gtest-531.cs">
15211     <type name="ATop`1[T]">
15212       <method name="T[] IB&lt;T&gt;.ToArray(T[])">
15213         <size>2</size>
15214       </method>
15215       <method name="Void IC.ToArray()">
15216         <size>1</size>
15217       </method>
15218       <method name="Void Test()">
15219         <size>37</size>
15220       </method>
15221       <method name="Void .ctor()">
15222         <size>7</size>
15223       </method>
15224     </type>
15225     <type name="M">
15226       <method name="Int32 Main()">
15227         <size>12</size>
15228       </method>
15229       <method name="Void .ctor()">
15230         <size>7</size>
15231       </method>
15232     </type>
15233   </test>
15234   <test name="gtest-532.cs">
15235     <type name="DictionaryServicesContainer">
15236       <method name="Void Register[I,T]()">
15237         <size>6</size>
15238       </method>
15239       <method name="Void Register[I](System.Object)">
15240         <size>6</size>
15241       </method>
15242       <method name="I Resolve[I]()">
15243         <size>6</size>
15244       </method>
15245       <method name="Void Main()">
15246         <size>7</size>
15247       </method>
15248       <method name="Void .ctor()">
15249         <size>7</size>
15250       </method>
15251     </type>
15252   </test>
15253   <test name="gtest-533.cs">
15254     <type name="List`1[X]">
15255       <method name="Void .ctor()">
15256         <size>7</size>
15257       </method>
15258     </type>
15259     <type name="List`1+Comp`1[X,Y]">
15260       <method name="List`1+Comp`1[Y,X] flip(Y, X)">
15261         <size>7</size>
15262       </method>
15263       <method name="Void .ctor()">
15264         <size>7</size>
15265       </method>
15266     </type>
15267     <type name="List`1+Flip`1[X,Z]">
15268       <method name="Void .ctor(Comp`1)">
15269         <size>14</size>
15270       </method>
15271     </type>
15272     <type name="C">
15273       <method name="Int32 Main()">
15274         <size>15</size>
15275       </method>
15276       <method name="Void .ctor()">
15277         <size>7</size>
15278       </method>
15279     </type>
15280   </test>
15281   <test name="gtest-anon-1.cs">
15282     <type name="X">
15283       <method name="Void .ctor()">
15284         <size>7</size>
15285       </method>
15286       <method name="Void Hello[U](U)">
15287         <size>1</size>
15288       </method>
15289       <method name="Void Test[T](T)">
15290         <size>64</size>
15291       </method>
15292       <method name="Void Main()">
15293         <size>14</size>
15294       </method>
15295     </type>
15296     <type name="Foo">
15297       <method name="Void .ctor(Object, IntPtr)">
15298         <size>0</size>
15299       </method>
15300       <method name="Void Invoke()">
15301         <size>0</size>
15302       </method>
15303       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15304         <size>0</size>
15305       </method>
15306       <method name="Void EndInvoke(IAsyncResult)">
15307         <size>0</size>
15308       </method>
15309     </type>
15310     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
15311       <method name="Void .ctor()">
15312         <size>7</size>
15313       </method>
15314       <method name="Void &lt;&gt;m__0()">
15315         <size>18</size>
15316       </method>
15317     </type>
15318   </test>
15319   <test name="gtest-anon-10.cs">
15320     <type name="X">
15321       <method name="Void .ctor()">
15322         <size>7</size>
15323       </method>
15324       <method name="IEnumerable`1 Test[T](T, T)">
15325         <size>44</size>
15326       </method>
15327       <method name="Int32 Main()">
15328         <size>97</size>
15329       </method>
15330     </type>
15331     <type name="X+&lt;Test&gt;c__Iterator0`1[T]">
15332       <method name="Void .ctor()">
15333         <size>7</size>
15334       </method>
15335       <method name="System.Object System.Collections.IEnumerator.get_Current()">
15336         <size>12</size>
15337       </method>
15338       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
15339         <size>7</size>
15340       </method>
15341       <method name="Boolean MoveNext()">
15342         <size>110</size>
15343       </method>
15344       <method name="Void Dispose()">
15345         <size>8</size>
15346       </method>
15347       <method name="Void Reset()">
15348         <size>6</size>
15349       </method>
15350       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
15351         <size>7</size>
15352       </method>
15353       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
15354         <size>52</size>
15355       </method>
15356     </type>
15357   </test>
15358   <test name="gtest-anon-11.cs">
15359     <type name="Test`1[R]">
15360       <method name="Void .ctor()">
15361         <size>7</size>
15362       </method>
15363       <method name="Void World[S,T](S, T)">
15364         <size>1</size>
15365       </method>
15366       <method name="Void Hello[U,V](U, V)">
15367         <size>47</size>
15368       </method>
15369     </type>
15370     <type name="X">
15371       <method name="Void .ctor()">
15372         <size>7</size>
15373       </method>
15374       <method name="Void Main()">
15375         <size>21</size>
15376       </method>
15377     </type>
15378     <type name="Foo">
15379       <method name="Void .ctor(Object, IntPtr)">
15380         <size>0</size>
15381       </method>
15382       <method name="Void Invoke()">
15383         <size>0</size>
15384       </method>
15385       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15386         <size>0</size>
15387       </method>
15388       <method name="Void EndInvoke(IAsyncResult)">
15389         <size>0</size>
15390       </method>
15391     </type>
15392     <type name="Test`1+&lt;Hello&gt;c__AnonStorey0`2[R,U,V]">
15393       <method name="Void .ctor()">
15394         <size>7</size>
15395       </method>
15396       <method name="Void &lt;&gt;m__0()">
15397         <size>24</size>
15398       </method>
15399     </type>
15400   </test>
15401   <test name="gtest-anon-12.cs">
15402     <type name="World`1[T]">
15403       <method name="Void .ctor()">
15404         <size>7</size>
15405       </method>
15406       <method name="Void Hello[U](U)">
15407         <size>1</size>
15408       </method>
15409       <method name="Void Test(T)">
15410         <size>46</size>
15411       </method>
15412     </type>
15413     <type name="X">
15414       <method name="Void .ctor()">
15415         <size>7</size>
15416       </method>
15417       <method name="Void Main()">
15418         <size>18</size>
15419       </method>
15420     </type>
15421     <type name="Foo">
15422       <method name="Void .ctor(Object, IntPtr)">
15423         <size>0</size>
15424       </method>
15425       <method name="Void Invoke()">
15426         <size>0</size>
15427       </method>
15428       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15429         <size>0</size>
15430       </method>
15431       <method name="Void EndInvoke(IAsyncResult)">
15432         <size>0</size>
15433       </method>
15434     </type>
15435     <type name="World`1+&lt;Test&gt;c__AnonStorey0[T]">
15436       <method name="Void .ctor()">
15437         <size>7</size>
15438       </method>
15439       <method name="Void &lt;&gt;m__0()">
15440         <size>18</size>
15441       </method>
15442     </type>
15443   </test>
15444   <test name="gtest-anon-13.cs">
15445     <type name="X">
15446       <method name="Void .ctor()">
15447         <size>7</size>
15448       </method>
15449       <method name="X+ModuleBinder`1[TDelegate] CreateMethodUnscoped[TDelegate]()">
15450         <size>13</size>
15451       </method>
15452       <method name="Void Main()">
15453         <size>1</size>
15454       </method>
15455     </type>
15456     <type name="X+ModuleBinder`1[T]">
15457       <method name="Void .ctor(Object, IntPtr)">
15458         <size>0</size>
15459       </method>
15460       <method name="T Invoke(System.Object)">
15461         <size>0</size>
15462       </method>
15463       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
15464         <size>0</size>
15465       </method>
15466       <method name="T EndInvoke(IAsyncResult)">
15467         <size>0</size>
15468       </method>
15469     </type>
15470     <type name="X">
15471       <method name="TDelegate &lt;CreateMethodUnscoped`1&gt;m__0[TDelegate](System.Object)">
15472         <size>7</size>
15473       </method>
15474     </type>
15475   </test>
15476   <test name="gtest-anon-14.cs">
15477     <type name="T">
15478       <method name="Void .ctor()">
15479         <size>7</size>
15480       </method>
15481       <method name="Void SomeMethod(System.Converter`2[System.Int32,System.Int32])">
15482         <size>1</size>
15483       </method>
15484       <method name="Void SomeCaller()">
15485         <size>36</size>
15486       </method>
15487       <method name="Void Main()">
15488         <size>1</size>
15489       </method>
15490       <method name="Int32 &lt;SomeCaller&gt;m__0(Int32)">
15491         <size>2</size>
15492       </method>
15493     </type>
15494   </test>
15495   <test name="gtest-anon-15.cs">
15496     <type name="Test`1[T]">
15497       <method name="Void .ctor()">
15498         <size>7</size>
15499       </method>
15500       <method name="Void Hello[S](T, S)">
15501         <size>42</size>
15502       </method>
15503     </type>
15504     <type name="X">
15505       <method name="Void .ctor()">
15506         <size>7</size>
15507       </method>
15508       <method name="Void Main()">
15509         <size>16</size>
15510       </method>
15511     </type>
15512     <type name="Foo`1[V]">
15513       <method name="Void .ctor(Object, IntPtr)">
15514         <size>0</size>
15515       </method>
15516       <method name="Void Invoke(V)">
15517         <size>0</size>
15518       </method>
15519       <method name="IAsyncResult BeginInvoke(V, System.AsyncCallback, System.Object)">
15520         <size>0</size>
15521       </method>
15522       <method name="Void EndInvoke(IAsyncResult)">
15523         <size>0</size>
15524       </method>
15525     </type>
15526     <type name="Bar`1[W]">
15527       <method name="Void .ctor(Object, IntPtr)">
15528         <size>0</size>
15529       </method>
15530       <method name="Void Invoke(W)">
15531         <size>0</size>
15532       </method>
15533       <method name="IAsyncResult BeginInvoke(W, System.AsyncCallback, System.Object)">
15534         <size>0</size>
15535       </method>
15536       <method name="Void EndInvoke(IAsyncResult)">
15537         <size>0</size>
15538       </method>
15539     </type>
15540     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1[T,S]">
15541       <method name="Void .ctor()">
15542         <size>7</size>
15543       </method>
15544       <method name="Void &lt;&gt;m__0(Int64)">
15545         <size>57</size>
15546       </method>
15547     </type>
15548     <type name="Test`1+&lt;Hello&gt;c__AnonStorey1`1+&lt;Hello&gt;c__AnonStorey0`1[T,S]">
15549       <method name="Void .ctor()">
15550         <size>7</size>
15551       </method>
15552       <method name="Void &lt;&gt;m__1(T)">
15553         <size>65</size>
15554       </method>
15555     </type>
15556   </test>
15557   <test name="gtest-anon-16.cs">
15558     <type name="A">
15559       <method name="Void .ctor(TestFunc`1)">
15560         <size>7</size>
15561       </method>
15562       <method name="Void Main()">
15563         <size>1</size>
15564       </method>
15565     </type>
15566     <type name="TestClass">
15567       <method name="Void .ctor()">
15568         <size>47</size>
15569       </method>
15570       <method name="Void Func[T](TestFunc`1[T])">
15571         <size>1</size>
15572       </method>
15573     </type>
15574     <type name="TestFunc`1[T]">
15575       <method name="Void .ctor(Object, IntPtr)">
15576         <size>0</size>
15577       </method>
15578       <method name="Void Invoke(T)">
15579         <size>0</size>
15580       </method>
15581       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
15582         <size>0</size>
15583       </method>
15584       <method name="Void EndInvoke(IAsyncResult)">
15585         <size>0</size>
15586       </method>
15587     </type>
15588     <type name="TestClass">
15589       <method name="Void &lt;a&gt;m__0(Int32)">
15590         <size>1</size>
15591       </method>
15592     </type>
15593   </test>
15594   <test name="gtest-anon-17.cs">
15595     <type name="C">
15596       <method name="Void .ctor()">
15597         <size>7</size>
15598       </method>
15599       <method name="Void Test[T,U](C+Func`1[T], U)">
15600         <size>1</size>
15601       </method>
15602       <method name="Void Main()">
15603         <size>75</size>
15604       </method>
15605     </type>
15606     <type name="C+Func`1[T]">
15607       <method name="Void .ctor(Object, IntPtr)">
15608         <size>0</size>
15609       </method>
15610       <method name="T Invoke(T)">
15611         <size>0</size>
15612       </method>
15613       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
15614         <size>0</size>
15615       </method>
15616       <method name="T EndInvoke(IAsyncResult)">
15617         <size>0</size>
15618       </method>
15619     </type>
15620     <type name="C">
15621       <method name="Int32 &lt;Main&gt;m__0(Int32)">
15622         <size>2</size>
15623       </method>
15624       <method name="Int32 &lt;Main&gt;m__1(Int32)">
15625         <size>2</size>
15626       </method>
15627     </type>
15628   </test>
15629   <test name="gtest-anon-18.cs">
15630     <type name="C">
15631       <method name="Void .ctor()">
15632         <size>7</size>
15633       </method>
15634       <method name="TR Test[TR,TA](C+Func`2[TR,TA])">
15635         <size>10</size>
15636       </method>
15637       <method name="TR Test[TR,TA,TB](C+Func`2[TR,TA], C+Func`2[TR,TB])">
15638         <size>10</size>
15639       </method>
15640       <method name="Void Test2[T]()">
15641         <size>19</size>
15642       </method>
15643       <method name="Void Main()">
15644         <size>100</size>
15645       </method>
15646     </type>
15647     <type name="C+Func`2[TR,TA]">
15648       <method name="Void .ctor(Object, IntPtr)">
15649         <size>0</size>
15650       </method>
15651       <method name="TR Invoke(TA)">
15652         <size>0</size>
15653       </method>
15654       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
15655         <size>0</size>
15656       </method>
15657       <method name="TR EndInvoke(IAsyncResult)">
15658         <size>0</size>
15659       </method>
15660     </type>
15661     <type name="C">
15662       <method name="Int32 &lt;Main&gt;m__1(Int32)">
15663         <size>16</size>
15664       </method>
15665       <method name="System.String &lt;Main&gt;m__2(Int32)">
15666         <size>6</size>
15667       </method>
15668       <method name="System.String &lt;Main&gt;m__3(Int32)">
15669         <size>6</size>
15670       </method>
15671       <method name="T &lt;Test2`1&gt;m__0[T](T)">
15672         <size>2</size>
15673       </method>
15674     </type>
15675   </test>
15676   <test name="gtest-anon-19.cs">
15677     <type name="Test">
15678       <method name="Void .ctor()">
15679         <size>7</size>
15680       </method>
15681       <method name="Void TestNaturalSort()">
15682         <size>31</size>
15683       </method>
15684       <method name="Void Main()">
15685         <size>6</size>
15686       </method>
15687     </type>
15688     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
15689       <method name="Void .ctor()">
15690         <size>7</size>
15691       </method>
15692       <method name="System.String &lt;&gt;m__1(System.Text.RegularExpressions.Match)">
15693         <size>113</size>
15694       </method>
15695     </type>
15696     <type name="Test">
15697       <method name="Int32 &lt;TestNaturalSort&gt;m__0(System.String, System.String)">
15698         <size>106</size>
15699       </method>
15700     </type>
15701     <type name="Test+&lt;TestNaturalSort&gt;c__AnonStorey0">
15702       <method name="System.String &lt;&gt;m__2(System.Text.RegularExpressions.Match)">
15703         <size>113</size>
15704       </method>
15705     </type>
15706   </test>
15707   <test name="gtest-anon-2.cs">
15708     <type name="X">
15709       <method name="Void .ctor()">
15710         <size>7</size>
15711       </method>
15712       <method name="Void Hello[U](U)">
15713         <size>1</size>
15714       </method>
15715       <method name="Void Test[T](T)">
15716         <size>71</size>
15717       </method>
15718       <method name="Void Main()">
15719         <size>14</size>
15720       </method>
15721     </type>
15722     <type name="Simple">
15723       <method name="Void .ctor(Object, IntPtr)">
15724         <size>0</size>
15725       </method>
15726       <method name="Void Invoke()">
15727         <size>0</size>
15728       </method>
15729       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15730         <size>0</size>
15731       </method>
15732       <method name="Void EndInvoke(IAsyncResult)">
15733         <size>0</size>
15734       </method>
15735     </type>
15736     <type name="Foo">
15737       <method name="Void .ctor(Object, IntPtr)">
15738         <size>0</size>
15739       </method>
15740       <method name="Simple Invoke()">
15741         <size>0</size>
15742       </method>
15743       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15744         <size>0</size>
15745       </method>
15746       <method name="Simple EndInvoke(IAsyncResult)">
15747         <size>0</size>
15748       </method>
15749     </type>
15750     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
15751       <method name="Void .ctor()">
15752         <size>7</size>
15753       </method>
15754       <method name="Simple &lt;&gt;m__0()">
15755         <size>55</size>
15756       </method>
15757     </type>
15758     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
15759       <method name="Void .ctor()">
15760         <size>7</size>
15761       </method>
15762       <method name="Void &lt;&gt;m__1()">
15763         <size>50</size>
15764       </method>
15765     </type>
15766   </test>
15767   <test name="gtest-anon-21.cs">
15768     <type name="BaseObject">
15769       <method name="Void .ctor()">
15770         <size>7</size>
15771       </method>
15772       <method name="System.Collections.Generic.List`1[T] Query[T](Nullable`1 ByRef)">
15773         <size>53</size>
15774       </method>
15775       <method name="T MakeSomething[T]()">
15776         <size>7</size>
15777       </method>
15778       <method name="Int32 Main()">
15779         <size>10</size>
15780       </method>
15781       <method name="Void Closure(EmptyDelegate)">
15782         <size>1</size>
15783       </method>
15784     </type>
15785     <type name="EmptyDelegate">
15786       <method name="Void .ctor(Object, IntPtr)">
15787         <size>0</size>
15788       </method>
15789       <method name="Void Invoke()">
15790         <size>0</size>
15791       </method>
15792       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15793         <size>0</size>
15794       </method>
15795       <method name="Void EndInvoke(IAsyncResult)">
15796         <size>0</size>
15797       </method>
15798     </type>
15799     <type name="BaseObject+&lt;Query&gt;c__AnonStorey0`1[T]">
15800       <method name="Void .ctor()">
15801         <size>7</size>
15802       </method>
15803       <method name="Void &lt;&gt;m__0()">
15804         <size>17</size>
15805       </method>
15806     </type>
15807   </test>
15808   <test name="gtest-anon-22.cs">
15809     <type name="C">
15810       <method name="Void .ctor()">
15811         <size>7</size>
15812       </method>
15813       <method name="Int32 Foo(D1)">
15814         <size>2</size>
15815       </method>
15816       <method name="Int32 Foo(D2)">
15817         <size>2</size>
15818       </method>
15819       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D1])">
15820         <size>2</size>
15821       </method>
15822       <method name="Int32 FooE(System.Linq.Expressions.Expression`1[D2])">
15823         <size>2</size>
15824       </method>
15825       <method name="Int32 Main()">
15826         <size>82</size>
15827       </method>
15828     </type>
15829     <type name="D1">
15830       <method name="Void .ctor(Object, IntPtr)">
15831         <size>0</size>
15832       </method>
15833       <method name="Int32 Invoke()">
15834         <size>0</size>
15835       </method>
15836       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15837         <size>0</size>
15838       </method>
15839       <method name="Int32 EndInvoke(IAsyncResult)">
15840         <size>0</size>
15841       </method>
15842     </type>
15843     <type name="D2">
15844       <method name="Void .ctor(Object, IntPtr)">
15845         <size>0</size>
15846       </method>
15847       <method name="Int64 Invoke()">
15848         <size>0</size>
15849       </method>
15850       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15851         <size>0</size>
15852       </method>
15853       <method name="Int64 EndInvoke(IAsyncResult)">
15854         <size>0</size>
15855       </method>
15856     </type>
15857     <type name="C">
15858       <method name="Int32 &lt;Main&gt;m__0()">
15859         <size>2</size>
15860       </method>
15861     </type>
15862   </test>
15863   <test name="gtest-anon-23.cs">
15864     <type name="MemberAccessData">
15865       <method name="Void .ctor()">
15866         <size>7</size>
15867       </method>
15868       <method name="Void set_MyTypeProperty(Nullable`1)">
15869         <size>8</size>
15870       </method>
15871       <method name="Nullable`1 get_MyTypeProperty()">
15872         <size>7</size>
15873       </method>
15874     </type>
15875     <type name="C">
15876       <method name="Void .ctor()">
15877         <size>7</size>
15878       </method>
15879       <method name="Void Test(C+D)">
15880         <size>1</size>
15881       </method>
15882       <method name="Void Main()">
15883         <size>212</size>
15884       </method>
15885     </type>
15886     <type name="C+D">
15887       <method name="Void .ctor(Object, IntPtr)">
15888         <size>0</size>
15889       </method>
15890       <method name="Void Invoke()">
15891         <size>0</size>
15892       </method>
15893       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
15894         <size>0</size>
15895       </method>
15896       <method name="Void EndInvoke(IAsyncResult)">
15897         <size>0</size>
15898       </method>
15899     </type>
15900     <type name="C+&lt;Main&gt;c__AnonStorey0">
15901       <method name="Void .ctor()">
15902         <size>7</size>
15903       </method>
15904       <method name="Void &lt;&gt;m__1()">
15905         <size>38</size>
15906       </method>
15907     </type>
15908     <type name="C">
15909       <method name="Void &lt;Main&gt;m__3()">
15910         <size>16</size>
15911       </method>
15912       <method name="Void &lt;Main&gt;m__4()">
15913         <size>16</size>
15914       </method>
15915       <method name="Void &lt;Main&gt;m__5()">
15916         <size>61</size>
15917       </method>
15918     </type>
15919     <type name="&lt;PrivateImplementationDetails&gt;">
15920       <method name="Void .ctor()">
15921         <size>7</size>
15922       </method>
15923     </type>
15924     <type name="B">
15925       <method name="Void BaseM()">
15926         <size>1</size>
15927       </method>
15928       <method name="Void .ctor()">
15929         <size>7</size>
15930       </method>
15931     </type>
15932     <type name="C">
15933       <method name="Void InstanceTests()">
15934         <size>18</size>
15935       </method>
15936       <method name="Void &lt;InstanceTests&gt;m__0()">
15937         <size>7</size>
15938       </method>
15939       <method name="Void &lt;Main&gt;m__6()">
15940         <size>53</size>
15941       </method>
15942     </type>
15943     <type name="C+&lt;Main&gt;c__AnonStorey0">
15944       <method name="Void &lt;&gt;m__2()">
15945         <size>32</size>
15946       </method>
15947     </type>
15948     <type name="C">
15949       <method name="Void &lt;BaseM&gt;__BaseCallProxy0()">
15950         <size>7</size>
15951       </method>
15952     </type>
15953   </test>
15954   <test name="gtest-anon-24.cs">
15955     <type name="Disposable`1[T]">
15956       <method name="Void .ctor()">
15957         <size>7</size>
15958       </method>
15959       <method name="Void Dispose()">
15960         <size>1</size>
15961       </method>
15962     </type>
15963     <type name="Test">
15964       <method name="Void .ctor()">
15965         <size>7</size>
15966       </method>
15967       <method name="System.Func`1[T[]] For[T](System.Collections.Generic.List`1[T])">
15968         <size>38</size>
15969       </method>
15970       <method name="System.Func`1[T] Throw[T](T)">
15971         <size>26</size>
15972       </method>
15973       <method name="System.Func`1[T] Do[T](T)">
15974         <size>26</size>
15975       </method>
15976       <method name="System.Func`1[T] Lock[T](T)">
15977         <size>26</size>
15978       </method>
15979       <method name="System.Func`1[T] Catch[T](T)">
15980         <size>26</size>
15981       </method>
15982       <method name="System.Func`1[T] Finally[T](T)">
15983         <size>26</size>
15984       </method>
15985       <method name="System.Func`1[T] Using[T](T)">
15986         <size>57</size>
15987       </method>
15988       <method name="System.Func`1[T] Switch[T](T)">
15989         <size>38</size>
15990       </method>
15991       <method name="System.Func`1[System.Collections.Generic.List`1[T]] ForForeach[T](T[])">
15992         <size>26</size>
15993       </method>
15994       <method name="Int32 Main()">
15995         <size>577</size>
15996       </method>
15997     </type>
15998     <type name="Test+&lt;For&gt;c__AnonStorey0`1[T]">
15999       <method name="Void .ctor()">
16000         <size>7</size>
16001       </method>
16002       <method name="T[] &lt;&gt;m__0()">
16003         <size>56</size>
16004       </method>
16005     </type>
16006     <type name="Test+&lt;Throw&gt;c__AnonStorey1`1[T]">
16007       <method name="Void .ctor()">
16008         <size>7</size>
16009       </method>
16010       <method name="T &lt;&gt;m__1()">
16011         <size>23</size>
16012       </method>
16013     </type>
16014     <type name="Test">
16015       <method name="Void ArrayMutate[T](T[])">
16016         <size>27</size>
16017       </method>
16018       <method name="System.Func`1[T[][]] ArrayMultiMutate[T](T[][])">
16019         <size>26</size>
16020       </method>
16021       <method name="System.Func`1[System.Type] TypeOf[T](T)">
16022         <size>38</size>
16023       </method>
16024     </type>
16025     <type name="Test+&lt;TypeOf&gt;c__AnonStorey2`1[T]">
16026       <method name="System.Type &lt;&gt;m__2()">
16027         <size>56</size>
16028       </method>
16029       <method name="Void .ctor()">
16030         <size>7</size>
16031       </method>
16032     </type>
16033     <type name="Test+&lt;Do&gt;c__AnonStorey3`1[T]">
16034       <method name="T &lt;&gt;m__3()">
16035         <size>28</size>
16036       </method>
16037       <method name="Void .ctor()">
16038         <size>7</size>
16039       </method>
16040     </type>
16041     <type name="Test+&lt;Lock&gt;c__AnonStorey4`1[T]">
16042       <method name="T &lt;&gt;m__4()">
16043         <size>65</size>
16044       </method>
16045       <method name="Void .ctor()">
16046         <size>7</size>
16047       </method>
16048     </type>
16049     <type name="Test+&lt;Catch&gt;c__AnonStorey5`1[T]">
16050       <method name="T &lt;&gt;m__5()">
16051         <size>48</size>
16052       </method>
16053       <method name="Void .ctor()">
16054         <size>7</size>
16055       </method>
16056     </type>
16057     <type name="Test+&lt;Finally&gt;c__AnonStorey6`1[T]">
16058       <method name="T &lt;&gt;m__6()">
16059         <size>50</size>
16060       </method>
16061       <method name="Void .ctor()">
16062         <size>7</size>
16063       </method>
16064     </type>
16065     <type name="Test+&lt;Using&gt;c__AnonStorey7`1[T]">
16066       <method name="T &lt;&gt;m__7()">
16067         <size>7</size>
16068       </method>
16069       <method name="Void .ctor()">
16070         <size>7</size>
16071       </method>
16072     </type>
16073     <type name="Test+&lt;Switch&gt;c__AnonStorey8`1[T]">
16074       <method name="T &lt;&gt;m__8()">
16075         <size>35</size>
16076       </method>
16077       <method name="Void .ctor()">
16078         <size>7</size>
16079       </method>
16080     </type>
16081     <type name="Test+&lt;ForForeach&gt;c__AnonStorey9`1[T]">
16082       <method name="System.Collections.Generic.List`1[T] &lt;&gt;m__9()">
16083         <size>56</size>
16084       </method>
16085       <method name="Void .ctor()">
16086         <size>7</size>
16087       </method>
16088     </type>
16089     <type name="Test+&lt;ArrayMutate&gt;c__AnonStoreyA`1[T]">
16090       <method name="Void &lt;&gt;m__A(Int32)">
16091         <size>36</size>
16092       </method>
16093       <method name="Void .ctor()">
16094         <size>7</size>
16095       </method>
16096     </type>
16097     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyB`1[T]">
16098       <method name="T[][] &lt;&gt;m__B()">
16099         <size>48</size>
16100       </method>
16101       <method name="Void .ctor()">
16102         <size>7</size>
16103       </method>
16104     </type>
16105     <type name="CA`1[T]">
16106       <method name="Void .ctor()">
16107         <size>7</size>
16108       </method>
16109     </type>
16110     <type name="Test">
16111       <method name="System.Func`1[T[]] NestedTypeMutate[T]()">
16112         <size>34</size>
16113       </method>
16114       <method name="System.Func`1[System.Int32] ArrayMultiMutate[T](T[,])">
16115         <size>26</size>
16116       </method>
16117     </type>
16118     <type name="Test+&lt;ArrayMultiMutate&gt;c__AnonStoreyC`1[T]">
16119       <method name="Int32 &lt;&gt;m__C()">
16120         <size>27</size>
16121       </method>
16122       <method name="Void .ctor()">
16123         <size>7</size>
16124       </method>
16125     </type>
16126     <type name="Test+&lt;NestedTypeMutate&gt;c__AnonStoreyD`1[T]">
16127       <method name="T[] &lt;&gt;m__D()">
16128         <size>37</size>
16129       </method>
16130       <method name="Void .ctor()">
16131         <size>7</size>
16132       </method>
16133     </type>
16134   </test>
16135   <test name="gtest-anon-25.cs">
16136     <type name="HS`1[T]">
16137       <method name="Void .ctor(IEqualityComparer`1)">
16138         <size>7</size>
16139       </method>
16140     </type>
16141     <type name="Test">
16142       <method name="Void .ctor()">
16143         <size>7</size>
16144       </method>
16145       <method name="Void Foo[T](IEqualityComparer`1)">
16146         <size>27</size>
16147       </method>
16148       <method name="Int32 Main()">
16149         <size>8</size>
16150       </method>
16151     </type>
16152     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[T]">
16153       <method name="Void .ctor()">
16154         <size>7</size>
16155       </method>
16156       <method name="HS`1[T] &lt;&gt;m__0()">
16157         <size>12</size>
16158       </method>
16159     </type>
16160   </test>
16161   <test name="gtest-anon-26.cs">
16162     <type name="MonoBugs.BrokenGenericCast">
16163       <method name="Void .ctor()">
16164         <size>7</size>
16165       </method>
16166       <method name="System.Converter`2[TSource,TDest] GetUpcaster[TSource,TDest]()">
16167         <size>13</size>
16168       </method>
16169       <method name="System.Converter`2[TSource,TDest] GetDowncaster[TSource,TDest]()">
16170         <size>13</size>
16171       </method>
16172       <method name="Void Main()">
16173         <size>1</size>
16174       </method>
16175       <method name="TDest &lt;GetUpcaster`2&gt;m__0[TSource,TDest](TSource)">
16176         <size>12</size>
16177       </method>
16178       <method name="TDest &lt;GetDowncaster`2&gt;m__1[TSource,TDest](TSource)">
16179         <size>12</size>
16180       </method>
16181     </type>
16182   </test>
16183   <test name="gtest-anon-27.cs">
16184     <type name="BaseDataObjectFactory">
16185       <method name="Void .ctor()">
16186         <size>7</size>
16187       </method>
16188       <method name="T GetBusinessQueryObjectFromReader[T]()">
16189         <size>8</size>
16190       </method>
16191       <method name="T[] GetQueryObjects[T](System.String)">
16192         <size>0</size>
16193       </method>
16194     </type>
16195     <type name="BusinessQueryObject">
16196       <method name="Void .ctor()">
16197         <size>7</size>
16198       </method>
16199     </type>
16200     <type name="MySqlDataObjectFactory">
16201       <method name="Void .ctor()">
16202         <size>7</size>
16203       </method>
16204       <method name="T[] GetQueryObjects[T](System.String)">
16205         <size>63</size>
16206       </method>
16207       <method name="Void ExecuteReader(Int32, MySqlDataObjectFactory+PerformActionWithReader)">
16208         <size>1</size>
16209       </method>
16210     </type>
16211     <type name="C">
16212       <method name="Void .ctor()">
16213         <size>7</size>
16214       </method>
16215       <method name="Void Main()">
16216         <size>1</size>
16217       </method>
16218     </type>
16219     <type name="MySqlDataObjectFactory+PerformActionWithReader">
16220       <method name="Void .ctor(Object, IntPtr)">
16221         <size>0</size>
16222       </method>
16223       <method name="Void Invoke()">
16224         <size>0</size>
16225       </method>
16226       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16227         <size>0</size>
16228       </method>
16229       <method name="Void EndInvoke(IAsyncResult)">
16230         <size>0</size>
16231       </method>
16232     </type>
16233     <type name="MySqlDataObjectFactory+&lt;GetQueryObjects&gt;c__AnonStorey0`1[T]">
16234       <method name="Void .ctor()">
16235         <size>7</size>
16236       </method>
16237       <method name="Void &lt;&gt;m__0()">
16238         <size>17</size>
16239       </method>
16240     </type>
16241   </test>
16242   <test name="gtest-anon-28.cs">
16243     <type name="A">
16244       <method name="Void .ctor()">
16245         <size>7</size>
16246       </method>
16247       <method name="Void Foo[T]()">
16248         <size>0</size>
16249       </method>
16250     </type>
16251     <type name="B">
16252       <method name="Void .ctor()">
16253         <size>7</size>
16254       </method>
16255       <method name="Void Foo[T]()">
16256         <size>14</size>
16257       </method>
16258       <method name="Void Main()">
16259         <size>1</size>
16260       </method>
16261     </type>
16262     <type name="B+Del">
16263       <method name="Void .ctor(Object, IntPtr)">
16264         <size>0</size>
16265       </method>
16266       <method name="Void Invoke()">
16267         <size>0</size>
16268       </method>
16269       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16270         <size>0</size>
16271       </method>
16272       <method name="Void EndInvoke(IAsyncResult)">
16273         <size>0</size>
16274       </method>
16275     </type>
16276     <type name="B">
16277       <method name="Void &lt;Foo`1&gt;m__0[T]()">
16278         <size>7</size>
16279       </method>
16280     </type>
16281   </test>
16282   <test name="gtest-anon-29.cs">
16283     <type name="Test">
16284       <method name="Void .ctor()">
16285         <size>7</size>
16286       </method>
16287       <method name="Boolean TryAction[T](Test+Creator`1[T], T ByRef)">
16288         <size>17</size>
16289       </method>
16290       <method name="Boolean Func1[T](IList`1, Boolean, T ByRef)">
16291         <size>32</size>
16292       </method>
16293       <method name="T Item[T](IList`1)">
16294         <size>7</size>
16295       </method>
16296       <method name="T GetSingleItem[T](IList`1)">
16297         <size>10</size>
16298       </method>
16299       <method name="Void Main()">
16300         <size>15</size>
16301       </method>
16302     </type>
16303     <type name="Test+Creator`1[T]">
16304       <method name="Void .ctor(Object, IntPtr)">
16305         <size>0</size>
16306       </method>
16307       <method name="T Invoke()">
16308         <size>0</size>
16309       </method>
16310       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16311         <size>0</size>
16312       </method>
16313       <method name="T EndInvoke(IAsyncResult)">
16314         <size>0</size>
16315       </method>
16316     </type>
16317     <type name="Test+&lt;Func1&gt;c__AnonStorey0`1[T]">
16318       <method name="Void .ctor()">
16319         <size>7</size>
16320       </method>
16321       <method name="T &lt;&gt;m__0()">
16322         <size>12</size>
16323       </method>
16324     </type>
16325   </test>
16326   <test name="gtest-anon-3.cs">
16327     <type name="X">
16328       <method name="Void .ctor()">
16329         <size>7</size>
16330       </method>
16331       <method name="Void Hello[U](U)">
16332         <size>1</size>
16333       </method>
16334       <method name="Void Test[T](T)">
16335         <size>28</size>
16336       </method>
16337       <method name="Void Main()">
16338         <size>14</size>
16339       </method>
16340     </type>
16341     <type name="Foo`1[S]">
16342       <method name="Void .ctor(Object, IntPtr)">
16343         <size>0</size>
16344       </method>
16345       <method name="Void Invoke(S)">
16346         <size>0</size>
16347       </method>
16348       <method name="IAsyncResult BeginInvoke(S, System.AsyncCallback, System.Object)">
16349         <size>0</size>
16350       </method>
16351       <method name="Void EndInvoke(IAsyncResult)">
16352         <size>0</size>
16353       </method>
16354     </type>
16355     <type name="X">
16356       <method name="Void &lt;Test`1&gt;m__0[T](T)">
16357         <size>8</size>
16358       </method>
16359     </type>
16360   </test>
16361   <test name="gtest-anon-30.cs">
16362     <type name="X">
16363       <method name="Void .ctor()">
16364         <size>7</size>
16365       </method>
16366       <method name="Void Hello[U](U)">
16367         <size>1</size>
16368       </method>
16369       <method name="Void Test[T](T)">
16370         <size>46</size>
16371       </method>
16372       <method name="Void Main()">
16373         <size>1</size>
16374       </method>
16375     </type>
16376     <type name="Simple">
16377       <method name="Void .ctor(Object, IntPtr)">
16378         <size>0</size>
16379       </method>
16380       <method name="Void Invoke()">
16381         <size>0</size>
16382       </method>
16383       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16384         <size>0</size>
16385       </method>
16386       <method name="Void EndInvoke(IAsyncResult)">
16387         <size>0</size>
16388       </method>
16389     </type>
16390     <type name="Foo">
16391       <method name="Void .ctor(Object, IntPtr)">
16392         <size>0</size>
16393       </method>
16394       <method name="Simple Invoke()">
16395         <size>0</size>
16396       </method>
16397       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16398         <size>0</size>
16399       </method>
16400       <method name="Simple EndInvoke(IAsyncResult)">
16401         <size>0</size>
16402       </method>
16403     </type>
16404     <type name="X+&lt;Test&gt;c__AnonStorey0`1[T]">
16405       <method name="Void .ctor()">
16406         <size>7</size>
16407       </method>
16408       <method name="Simple &lt;&gt;m__0()">
16409         <size>55</size>
16410       </method>
16411     </type>
16412     <type name="X+&lt;Test&gt;c__AnonStorey0`1+&lt;Test&gt;c__AnonStorey1`1[T]">
16413       <method name="Void .ctor()">
16414         <size>7</size>
16415       </method>
16416       <method name="Void &lt;&gt;m__1()">
16417         <size>50</size>
16418       </method>
16419     </type>
16420   </test>
16421   <test name="gtest-anon-31.cs">
16422     <type name="A">
16423       <method name="Void Fail[X]()">
16424         <size>25</size>
16425       </method>
16426       <method name="Void Main()">
16427         <size>1</size>
16428       </method>
16429     </type>
16430     <type name="A+&lt;Fail&gt;c__AnonStorey0`1[X]">
16431       <method name="Void .ctor()">
16432         <size>7</size>
16433       </method>
16434       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
16435         <size>36</size>
16436       </method>
16437       <method name="Void &lt;&gt;m__1(System.Object, System.EventArgs)">
16438         <size>1</size>
16439       </method>
16440     </type>
16441   </test>
16442   <test name="gtest-anon-32.cs">
16443     <type name="Program">
16444       <method name="Void .ctor()">
16445         <size>7</size>
16446       </method>
16447       <method name="Void Foo[T](IList`1)">
16448         <size>31</size>
16449       </method>
16450       <method name="Void Assert(System.Action`1[System.Int32])">
16451         <size>9</size>
16452       </method>
16453       <method name="Void Main(System.String[])">
16454         <size>7</size>
16455       </method>
16456     </type>
16457     <type name="Program+&lt;Foo&gt;c__AnonStorey0`1[T]">
16458       <method name="Void .ctor()">
16459         <size>7</size>
16460       </method>
16461       <method name="Void &lt;&gt;m__0(Int32)">
16462         <size>18</size>
16463       </method>
16464     </type>
16465   </test>
16466   <test name="gtest-anon-33.cs">
16467     <type name="IEnumerableRocks">
16468       <method name="System.String Implode[TSource,TResult](IEnumerable`1, System.String, System.Func`2[TSource,TResult])">
16469         <size>33</size>
16470       </method>
16471       <method name="System.String Implode[TSource](IEnumerable`1, System.String, System.Action`2[System.Text.StringBuilder,TSource])">
16472         <size>128</size>
16473       </method>
16474     </type>
16475     <type name="Test">
16476       <method name="Void .ctor()">
16477         <size>7</size>
16478       </method>
16479       <method name="Void Main()">
16480         <size>67</size>
16481       </method>
16482       <method name="System.String &lt;Main&gt;m__1(System.String)">
16483         <size>17</size>
16484       </method>
16485     </type>
16486     <type name="IEnumerableRocks+&lt;Implode&gt;c__AnonStorey0`2[TSource,TResult]">
16487       <method name="Void .ctor()">
16488         <size>7</size>
16489       </method>
16490       <method name="Void &lt;&gt;m__0(System.Text.StringBuilder, TSource)">
16491         <size>34</size>
16492       </method>
16493     </type>
16494   </test>
16495   <test name="gtest-anon-34.cs">
16496     <type name="MyClass">
16497       <method name="Void .ctor()">
16498         <size>18</size>
16499       </method>
16500       <method name="Int32 get_Answer()">
16501         <size>7</size>
16502       </method>
16503       <method name="Void set_Answer(Int32)">
16504         <size>8</size>
16505       </method>
16506     </type>
16507     <type name="Test">
16508       <method name="Void .ctor()">
16509         <size>7</size>
16510       </method>
16511       <method name="Int32 Main()">
16512         <size>82</size>
16513       </method>
16514     </type>
16515     <type name="Test+D">
16516       <method name="Void .ctor(Object, IntPtr)">
16517         <size>0</size>
16518       </method>
16519       <method name="Void Invoke()">
16520         <size>0</size>
16521       </method>
16522       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16523         <size>0</size>
16524       </method>
16525       <method name="Void EndInvoke(IAsyncResult)">
16526         <size>0</size>
16527       </method>
16528     </type>
16529     <type name="Test+&lt;Main&gt;c__AnonStorey0">
16530       <method name="Void .ctor()">
16531         <size>7</size>
16532       </method>
16533       <method name="Void &lt;&gt;m__0()">
16534         <size>33</size>
16535       </method>
16536     </type>
16537   </test>
16538   <test name="gtest-anon-35.cs">
16539     <type name="C`1[T]">
16540       <method name="Void .ctor()">
16541         <size>7</size>
16542       </method>
16543       <method name="System.Func`1[T] XX()">
16544         <size>32</size>
16545       </method>
16546       <method name="T &lt;XX&gt;m__0()">
16547         <size>10</size>
16548       </method>
16549     </type>
16550     <type name="C2`1[T]">
16551       <method name="Void .ctor()">
16552         <size>7</size>
16553       </method>
16554       <method name="System.Func`1[C`1[T]] XX()">
16555         <size>32</size>
16556       </method>
16557       <method name="C`1[T] &lt;XX&gt;m__1()">
16558         <size>2</size>
16559       </method>
16560     </type>
16561     <type name="N1">
16562       <method name="Void .ctor()">
16563         <size>7</size>
16564       </method>
16565       <method name="System.Func`1[T] XX[T]()">
16566         <size>15</size>
16567       </method>
16568     </type>
16569     <type name="Test">
16570       <method name="Void .ctor()">
16571         <size>7</size>
16572       </method>
16573       <method name="Int32 Main()">
16574         <size>98</size>
16575       </method>
16576     </type>
16577     <type name="N1">
16578       <method name="T &lt;XX`1&gt;m__2[T]()">
16579         <size>10</size>
16580       </method>
16581     </type>
16582   </test>
16583   <test name="gtest-anon-36.cs">
16584     <type name="Foo`1[T]">
16585       <method name="Void .ctor()">
16586         <size>7</size>
16587       </method>
16588       <method name="Void add_handler(Handler`1[T])">
16589         <size>24</size>
16590       </method>
16591       <method name="Void remove_handler(Handler`1[T])">
16592         <size>24</size>
16593       </method>
16594       <method name="Void add_Handler(Handler`1[T])">
16595         <size>64</size>
16596       </method>
16597       <method name="Void remove_Handler(Handler`1[T])">
16598         <size>24</size>
16599       </method>
16600       <method name="Void &lt;add_Handler&gt;m__0(System.Object)">
16601         <size>18</size>
16602       </method>
16603     </type>
16604     <type name="Program">
16605       <method name="Void .ctor()">
16606         <size>7</size>
16607       </method>
16608       <method name="Int32 Main()">
16609         <size>15</size>
16610       </method>
16611     </type>
16612     <type name="Handler`1[T]">
16613       <method name="Void .ctor(Object, IntPtr)">
16614         <size>0</size>
16615       </method>
16616       <method name="Void Invoke(System.Object)">
16617         <size>0</size>
16618       </method>
16619       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
16620         <size>0</size>
16621       </method>
16622       <method name="Void EndInvoke(IAsyncResult)">
16623         <size>0</size>
16624       </method>
16625     </type>
16626   </test>
16627   <test name="gtest-anon-37.cs">
16628     <type name="Wrap`1[U]">
16629       <method name="Void .ctor()">
16630         <size>7</size>
16631       </method>
16632     </type>
16633     <type name="Test">
16634       <method name="Void .ctor()">
16635         <size>7</size>
16636       </method>
16637       <method name="Int32 Run[T](Wrap`1[T])">
16638         <size>56</size>
16639       </method>
16640       <method name="Int32 Main()">
16641         <size>16</size>
16642       </method>
16643     </type>
16644     <type name="Test+&lt;Run&gt;c__AnonStorey0`1[T]">
16645       <method name="Void .ctor()">
16646         <size>7</size>
16647       </method>
16648       <method name="Void &lt;&gt;m__0()">
16649         <size>17</size>
16650       </method>
16651     </type>
16652   </test>
16653   <test name="gtest-anon-38.cs">
16654     <type name="Foo`1[T]">
16655       <method name="Void .ctor()">
16656         <size>7</size>
16657       </method>
16658       <method name="Boolean ContainsAll[U](IEnumerable`1)">
16659         <size>40</size>
16660       </method>
16661       <method name="Boolean Contains(T)">
16662         <size>2</size>
16663       </method>
16664     </type>
16665     <type name="Program">
16666       <method name="Void .ctor()">
16667         <size>7</size>
16668       </method>
16669       <method name="Int32 Main()">
16670         <size>42</size>
16671       </method>
16672     </type>
16673     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
16674       <method name="Void .ctor()">
16675         <size>7</size>
16676       </method>
16677       <method name="Boolean &lt;&gt;m__0()">
16678         <size>201</size>
16679       </method>
16680     </type>
16681     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1+&lt;ContainsAll&gt;c__AnonStorey1`1[T,U]">
16682       <method name="Void .ctor()">
16683         <size>7</size>
16684       </method>
16685     </type>
16686     <type name="&lt;PrivateImplementationDetails&gt;">
16687       <method name="Void .ctor()">
16688         <size>7</size>
16689       </method>
16690     </type>
16691   </test>
16692   <test name="gtest-anon-39.cs">
16693     <type name="Test">
16694       <method name="Void .ctor()">
16695         <size>7</size>
16696       </method>
16697       <method name="Void Test_1[T](T)">
16698         <size>33</size>
16699       </method>
16700       <method name="Void Test_2[T](Nullable`1)">
16701         <size>33</size>
16702       </method>
16703       <method name="Void Main()">
16704         <size>39</size>
16705       </method>
16706     </type>
16707     <type name="Test+D">
16708       <method name="Void .ctor(Object, IntPtr)">
16709         <size>0</size>
16710       </method>
16711       <method name="Void Invoke()">
16712         <size>0</size>
16713       </method>
16714       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16715         <size>0</size>
16716       </method>
16717       <method name="Void EndInvoke(IAsyncResult)">
16718         <size>0</size>
16719       </method>
16720     </type>
16721     <type name="Test+&lt;Test_1&gt;c__AnonStorey0`1[T]">
16722       <method name="Void .ctor()">
16723         <size>7</size>
16724       </method>
16725       <method name="Void &lt;&gt;m__0()">
16726         <size>24</size>
16727       </method>
16728     </type>
16729     <type name="Test+&lt;Test_2&gt;c__AnonStorey1`1[T]">
16730       <method name="Void .ctor()">
16731         <size>7</size>
16732       </method>
16733       <method name="Void &lt;&gt;m__1()">
16734         <size>85</size>
16735       </method>
16736     </type>
16737     <type name="Test">
16738       <method name="T Test_3[T](System.Object)">
16739         <size>51</size>
16740       </method>
16741     </type>
16742     <type name="Test+&lt;Test_3&gt;c__AnonStorey2`1[T]">
16743       <method name="Void .ctor()">
16744         <size>7</size>
16745       </method>
16746       <method name="Void &lt;&gt;m__2()">
16747         <size>23</size>
16748       </method>
16749     </type>
16750   </test>
16751   <test name="gtest-anon-4.cs">
16752     <type name="Test">
16753       <method name="Void .ctor()">
16754         <size>7</size>
16755       </method>
16756       <method name="Void Main()">
16757         <size>59</size>
16758       </method>
16759       <method name="Int32 GetItem()">
16760         <size>50</size>
16761       </method>
16762       <method name="IEnumerable`1 GetItems()">
16763         <size>16</size>
16764       </method>
16765     </type>
16766     <type name="&lt;PrivateImplementationDetails&gt;">
16767       <method name="Void .ctor()">
16768         <size>7</size>
16769       </method>
16770     </type>
16771     <type name="Test+&lt;GetItems&gt;c__Iterator0">
16772       <method name="Void .ctor()">
16773         <size>7</size>
16774       </method>
16775       <method name="System.Object System.Collections.IEnumerator.get_Current()">
16776         <size>12</size>
16777       </method>
16778       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
16779         <size>7</size>
16780       </method>
16781       <method name="Boolean MoveNext()">
16782         <size>69</size>
16783       </method>
16784       <method name="Void Dispose()">
16785         <size>8</size>
16786       </method>
16787       <method name="Void Reset()">
16788         <size>6</size>
16789       </method>
16790       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
16791         <size>7</size>
16792       </method>
16793       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
16794         <size>26</size>
16795       </method>
16796     </type>
16797   </test>
16798   <test name="gtest-anon-40.cs">
16799     <type name="RunTests">
16800       <method name="Int32 Main()">
16801         <size>7</size>
16802       </method>
16803     </type>
16804     <type name="Test1.X">
16805       <method name="Void .ctor()">
16806         <size>7</size>
16807       </method>
16808       <method name="Void Test1[R](R, Int32)">
16809         <size>150</size>
16810       </method>
16811       <method name="Void Run()">
16812         <size>13</size>
16813       </method>
16814     </type>
16815     <type name="Test1.Foo">
16816       <method name="Void .ctor(Object, IntPtr)">
16817         <size>0</size>
16818       </method>
16819       <method name="Int32 Invoke()">
16820         <size>0</size>
16821       </method>
16822       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16823         <size>0</size>
16824       </method>
16825       <method name="Int32 EndInvoke(IAsyncResult)">
16826         <size>0</size>
16827       </method>
16828     </type>
16829     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey1`1[R]">
16830       <method name="Void .ctor()">
16831         <size>7</size>
16832       </method>
16833       <method name="Int32 &lt;&gt;m__0()">
16834         <size>71</size>
16835       </method>
16836     </type>
16837     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey0`1[R]">
16838       <method name="Void .ctor()">
16839         <size>7</size>
16840       </method>
16841     </type>
16842     <type name="Test1.X+&lt;Test1&gt;c__AnonStorey2`1[R]">
16843       <method name="Void .ctor()">
16844         <size>7</size>
16845       </method>
16846     </type>
16847   </test>
16848   <test name="gtest-anon-41.cs">
16849     <type name="C">
16850       <method name="Decimal Average[TSource](IEnumerable`1, System.Func`2[TSource,System.Decimal])">
16851         <size>37</size>
16852       </method>
16853       <method name="TResult Average[TElement,TAggregate,TResult](IEnumerable`1, System.Func`3[TAggregate,TElement,TAggregate], System.Func`3[TAggregate,TElement,TResult])">
16854         <size>6</size>
16855       </method>
16856       <method name="Void Main()">
16857         <size>1</size>
16858       </method>
16859       <method name="Decimal &lt;Average`1&gt;m__0[TSource](Decimal, Decimal)">
16860         <size>8</size>
16861       </method>
16862       <method name="Decimal &lt;Average`1&gt;m__1[TSource](Decimal, Decimal)">
16863         <size>8</size>
16864       </method>
16865     </type>
16866   </test>
16867   <test name="gtest-anon-42.cs">
16868     <type name="Test">
16869       <method name="Void .ctor()">
16870         <size>7</size>
16871       </method>
16872       <method name="Void Test_3[T]()">
16873         <size>20</size>
16874       </method>
16875       <method name="Int32 Main()">
16876         <size>12</size>
16877       </method>
16878     </type>
16879     <type name="Test+D">
16880       <method name="Void .ctor(Object, IntPtr)">
16881         <size>0</size>
16882       </method>
16883       <method name="Void Invoke()">
16884         <size>0</size>
16885       </method>
16886       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
16887         <size>0</size>
16888       </method>
16889       <method name="Void EndInvoke(IAsyncResult)">
16890         <size>0</size>
16891       </method>
16892     </type>
16893     <type name="Test">
16894       <method name="Void &lt;Test_3`1&gt;m__0[T]()">
16895         <size>11</size>
16896       </method>
16897     </type>
16898   </test>
16899   <test name="gtest-anon-43.cs">
16900     <type name="TestC">
16901       <method name="Void .ctor()">
16902         <size>7</size>
16903       </method>
16904       <method name="System.Func`1[System.Type] Test[T]()">
16905         <size>13</size>
16906       </method>
16907       <method name="Int32 Main()">
16908         <size>76</size>
16909       </method>
16910       <method name="System.Type &lt;Test`1&gt;m__0[T]()">
16911         <size>11</size>
16912       </method>
16913     </type>
16914   </test>
16915   <test name="gtest-anon-44.cs">
16916     <type name="UiaAtkBridgeTest.Test">
16917       <method name="Void .ctor()">
16918         <size>7</size>
16919       </method>
16920       <method name="Void Invoke(System.EventHandler)">
16921         <size>1</size>
16922       </method>
16923     </type>
16924     <type name="UiaAtkBridgeTest.GailTester">
16925       <method name="Void .ctor()">
16926         <size>7</size>
16927       </method>
16928       <method name="Void ThisCausesACrash[I]()">
16929         <size>18</size>
16930       </method>
16931       <method name="Void Main()">
16932         <size>1</size>
16933       </method>
16934       <method name="Void &lt;ThisCausesACrash`1&gt;m__0[I](System.Object, System.EventArgs)">
16935         <size>1</size>
16936       </method>
16937     </type>
16938   </test>
16939   <test name="gtest-anon-45.cs">
16940     <type name="C">
16941       <method name="Void .ctor()">
16942         <size>7</size>
16943       </method>
16944       <method name="Void AnyMethod[T]()">
16945         <size>20</size>
16946       </method>
16947       <method name="Int32 Main()">
16948         <size>12</size>
16949       </method>
16950     </type>
16951     <type name="C+&lt;AnyMethod&gt;c__AnonStorey0`1[T]">
16952       <method name="Void .ctor()">
16953         <size>7</size>
16954       </method>
16955       <method name="Void &lt;&gt;m__1(System.String)">
16956         <size>14</size>
16957       </method>
16958     </type>
16959     <type name="C">
16960       <method name="Void &lt;AnyMethod`1&gt;m__0[T]()">
16961         <size>31</size>
16962       </method>
16963     </type>
16964   </test>
16965   <test name="gtest-anon-46.cs">
16966     <type name="TheClass">
16967       <method name="Void .ctor()">
16968         <size>7</size>
16969       </method>
16970       <method name="Void Foo[T](T, System.Func`2[T,T])">
16971         <size>41</size>
16972       </method>
16973       <method name="Void Main()">
16974         <size>8</size>
16975       </method>
16976     </type>
16977     <type name="TheClass+&lt;Foo&gt;c__AnonStorey0`1[T]">
16978       <method name="Void .ctor()">
16979         <size>7</size>
16980       </method>
16981       <method name="System.Func`1[T] &lt;&gt;m__0()">
16982         <size>31</size>
16983       </method>
16984       <method name="T &lt;&gt;m__1()">
16985         <size>18</size>
16986       </method>
16987     </type>
16988   </test>
16989   <test name="gtest-anon-47.cs">
16990     <type name="C">
16991       <method name="System.Func`2[T1,System.Func`2[T2,System.Action`1[T3]]] Curry[T1,T2,T3](System.Action`3[T1,T2,T3])">
16992         <size>26</size>
16993       </method>
16994     </type>
16995     <type name="Test">
16996       <method name="Int32 Main()">
16997         <size>59</size>
16998       </method>
16999       <method name="Void &lt;Main&gt;m__3(Int32, Int32, Int32)">
17000         <size>23</size>
17001       </method>
17002       <method name="Void .ctor()">
17003         <size>7</size>
17004       </method>
17005     </type>
17006     <type name="C+&lt;Curry&gt;c__AnonStorey0`3[T1,T2,T3]">
17007       <method name="System.Func`2[T2,System.Action`1[T3]] &lt;&gt;m__0(T1)">
17008         <size>33</size>
17009       </method>
17010       <method name="Void .ctor()">
17011         <size>7</size>
17012       </method>
17013     </type>
17014     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3[T1,T2,T3]">
17015       <method name="System.Action`1[T3] &lt;&gt;m__1(T2)">
17016         <size>45</size>
17017       </method>
17018       <method name="Void .ctor()">
17019         <size>7</size>
17020       </method>
17021     </type>
17022     <type name="C+&lt;Curry&gt;c__AnonStorey0`3+&lt;Curry&gt;c__AnonStorey1`3+&lt;Curry&gt;c__AnonStorey2`3[T1,T2,T3]">
17023       <method name="Void &lt;&gt;m__2(T3)">
17024         <size>35</size>
17025       </method>
17026       <method name="Void .ctor()">
17027         <size>7</size>
17028       </method>
17029     </type>
17030   </test>
17031   <test name="gtest-anon-48.cs">
17032     <type name="GeneratorEnumerable`1[T]">
17033       <method name="Void .ctor(Func`1)">
17034         <size>7</size>
17035       </method>
17036     </type>
17037     <type name="GeneratorExpression">
17038       <method name="Void .ctor()">
17039         <size>7</size>
17040       </method>
17041     </type>
17042     <type name="GeneratorInvoker">
17043       <method name="Void .ctor(GeneratorExpression)">
17044         <size>7</size>
17045       </method>
17046       <method name="Void Invoke[T](T ByRef)">
17047         <size>1</size>
17048       </method>
17049     </type>
17050     <type name="Interpreter">
17051       <method name="System.Object InterpretGenerator[T](GeneratorExpression)">
17052         <size>31</size>
17053       </method>
17054       <method name="Int32 Main()">
17055         <size>13</size>
17056       </method>
17057     </type>
17058     <type name="Func`1[TResult]">
17059       <method name="Void .ctor(Object, IntPtr)">
17060         <size>0</size>
17061       </method>
17062       <method name="TResult Invoke()">
17063         <size>0</size>
17064       </method>
17065       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17066         <size>0</size>
17067       </method>
17068       <method name="TResult EndInvoke(IAsyncResult)">
17069         <size>0</size>
17070       </method>
17071     </type>
17072     <type name="GeneratorNext`1[T]">
17073       <method name="Void .ctor(Object, IntPtr)">
17074         <size>0</size>
17075       </method>
17076       <method name="Void Invoke(T ByRef)">
17077         <size>0</size>
17078       </method>
17079       <method name="IAsyncResult BeginInvoke(T ByRef, System.AsyncCallback, System.Object)">
17080         <size>0</size>
17081       </method>
17082       <method name="Void EndInvoke(T ByRef, IAsyncResult)">
17083         <size>0</size>
17084       </method>
17085     </type>
17086     <type name="Interpreter+&lt;InterpretGenerator&gt;c__AnonStorey0`1[T]">
17087       <method name="Void .ctor()">
17088         <size>7</size>
17089       </method>
17090       <method name="GeneratorNext`1[T] &lt;&gt;m__0()">
17091         <size>23</size>
17092       </method>
17093     </type>
17094   </test>
17095   <test name="gtest-anon-49.cs">
17096     <type name="Test">
17097       <method name="Void .ctor()">
17098         <size>7</size>
17099       </method>
17100       <method name="Void Main()">
17101         <size>1</size>
17102       </method>
17103       <method name="Void DetermineLinkedCells()">
17104         <size>74</size>
17105       </method>
17106     </type>
17107     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey0">
17108       <method name="Void .ctor()">
17109         <size>7</size>
17110       </method>
17111     </type>
17112     <type name="Test+&lt;DetermineLinkedCells&gt;c__AnonStorey1">
17113       <method name="Void .ctor()">
17114         <size>7</size>
17115       </method>
17116       <method name="Boolean &lt;&gt;m__1(System.Object)">
17117         <size>13</size>
17118       </method>
17119       <method name="Boolean &lt;&gt;m__0(System.Object)">
17120         <size>18</size>
17121       </method>
17122     </type>
17123   </test>
17124   <test name="gtest-anon-5.cs">
17125     <type name="X">
17126       <method name="Void .ctor()">
17127         <size>7</size>
17128       </method>
17129       <method name="Void Main()">
17130         <size>80</size>
17131       </method>
17132     </type>
17133     <type name="Hello">
17134       <method name="Void .ctor(Object, IntPtr)">
17135         <size>0</size>
17136       </method>
17137       <method name="Void Invoke()">
17138         <size>0</size>
17139       </method>
17140       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17141         <size>0</size>
17142       </method>
17143       <method name="Void EndInvoke(IAsyncResult)">
17144         <size>0</size>
17145       </method>
17146     </type>
17147     <type name="Foo+&lt;Test&gt;c__Iterator0">
17148       <method name="Void .ctor()">
17149         <size>7</size>
17150       </method>
17151       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17152         <size>12</size>
17153       </method>
17154       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17155         <size>7</size>
17156       </method>
17157       <method name="Boolean MoveNext()">
17158         <size>98</size>
17159       </method>
17160       <method name="Void Dispose()">
17161         <size>8</size>
17162       </method>
17163       <method name="Void Reset()">
17164         <size>6</size>
17165       </method>
17166     </type>
17167     <type name="Foo">
17168       <method name="Void .ctor(Int32)">
17169         <size>8</size>
17170       </method>
17171       <method name="IEnumerable`1 Test(Foo)">
17172         <size>42</size>
17173       </method>
17174       <method name="Void Hello(Int32)">
17175         <size>19</size>
17176       </method>
17177       <method name="System.String ToString()">
17178         <size>22</size>
17179       </method>
17180     </type>
17181     <type name="Foo+&lt;Test&gt;c__Iterator0">
17182       <method name="Foo System.Collections.Generic.IEnumerator&lt;Foo&gt;.get_Current()">
17183         <size>7</size>
17184       </method>
17185       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Foo&gt;.GetEnumerator()">
17186         <size>52</size>
17187       </method>
17188     </type>
17189   </test>
17190   <test name="gtest-anon-50.cs">
17191     <type name="M">
17192       <method name="Void .ctor()">
17193         <size>7</size>
17194       </method>
17195       <method name="Int32 Main()">
17196         <size>12</size>
17197       </method>
17198     </type>
17199     <type name="SomeGenericClass`1[SomeType]">
17200       <method name="Void .ctor()">
17201         <size>7</size>
17202       </method>
17203       <method name="Void Invoke(SomeGenericClass`1+SomeHandlerType[SomeType])">
17204         <size>1</size>
17205       </method>
17206       <method name="Void FailsToCompile()">
17207         <size>19</size>
17208       </method>
17209     </type>
17210     <type name="SomeGenericClass`1+SomeHandlerType[SomeType]">
17211       <method name="Void .ctor(Object, IntPtr)">
17212         <size>0</size>
17213       </method>
17214       <method name="Void Invoke()">
17215         <size>0</size>
17216       </method>
17217       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17218         <size>0</size>
17219       </method>
17220       <method name="Void EndInvoke(IAsyncResult)">
17221         <size>0</size>
17222       </method>
17223     </type>
17224     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
17225       <method name="Void .ctor()">
17226         <size>7</size>
17227       </method>
17228     </type>
17229     <type name="SomeGenericClass`1[SomeType]">
17230       <method name="Void &lt;FailsToCompile&gt;m__0()">
17231         <size>44</size>
17232       </method>
17233     </type>
17234     <type name="SomeGenericClass`1+&lt;FailsToCompile&gt;c__AnonStorey0[SomeType]">
17235       <method name="Void &lt;&gt;m__1()">
17236         <size>18</size>
17237       </method>
17238     </type>
17239   </test>
17240   <test name="gtest-anon-51.cs">
17241     <type name="Driver">
17242       <method name="Void .ctor()">
17243         <size>7</size>
17244       </method>
17245       <method name="Int32 Main()">
17246         <size>12</size>
17247       </method>
17248       <method name="Void P(Int32, Int32)">
17249         <size>1</size>
17250       </method>
17251       <method name="Void Repro()">
17252         <size>100</size>
17253       </method>
17254     </type>
17255     <type name="Bla">
17256       <method name="Void .ctor(Object, IntPtr)">
17257         <size>0</size>
17258       </method>
17259       <method name="Void Invoke()">
17260         <size>0</size>
17261       </method>
17262       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17263         <size>0</size>
17264       </method>
17265       <method name="Void EndInvoke(IAsyncResult)">
17266         <size>0</size>
17267       </method>
17268     </type>
17269     <type name="Driver+&lt;Repro&gt;c__AnonStorey0">
17270       <method name="Void .ctor()">
17271         <size>7</size>
17272       </method>
17273       <method name="Void &lt;&gt;m__0()">
17274         <size>35</size>
17275       </method>
17276     </type>
17277   </test>
17278   <test name="gtest-anon-52.cs">
17279     <type name="A`1[T]">
17280       <method name="Void .ctor()">
17281         <size>7</size>
17282       </method>
17283     </type>
17284     <type name="A`1+B[T]">
17285       <method name="Void .ctor()">
17286         <size>18</size>
17287       </method>
17288       <method name="Void W[R](System.String, System.Func`2[T,R])">
17289         <size>39</size>
17290       </method>
17291     </type>
17292     <type name="B">
17293       <method name="Void .ctor()">
17294         <size>7</size>
17295       </method>
17296       <method name="Void Main()">
17297         <size>1</size>
17298       </method>
17299     </type>
17300     <type name="A`1+B+&lt;W&gt;c__AnonStorey0`1[T,R]">
17301       <method name="Void .ctor()">
17302         <size>7</size>
17303       </method>
17304       <method name="Void &lt;&gt;m__0(T[])">
17305         <size>55</size>
17306       </method>
17307     </type>
17308   </test>
17309   <test name="gtest-anon-53.cs">
17310     <type name="TestComp.Program">
17311       <method name="Void .ctor()">
17312         <size>7</size>
17313       </method>
17314       <method name="Void Main(System.String[])">
17315         <size>1</size>
17316       </method>
17317     </type>
17318     <type name="TestComp.Program+MyClass">
17319       <method name="Void .ctor()">
17320         <size>7</size>
17321       </method>
17322       <method name="Void MyTemplate(TestComp.Program+MyClass+MyDelegate)">
17323         <size>1</size>
17324       </method>
17325       <method name="Void UseATemplate()">
17326         <size>36</size>
17327       </method>
17328       <method name="Void &lt;UseATemplate&gt;m__0(System.Collections.Generic.List`1[System.Int32] ByRef)">
17329         <size>16</size>
17330       </method>
17331     </type>
17332     <type name="TestComp.Program+MyClass+MyDelegate">
17333       <method name="Void .ctor(Object, IntPtr)">
17334         <size>0</size>
17335       </method>
17336       <method name="Void Invoke(System.Collections.Generic.List`1[System.Int32] ByRef)">
17337         <size>0</size>
17338       </method>
17339       <method name="IAsyncResult BeginInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, System.AsyncCallback, System.Object)">
17340         <size>0</size>
17341       </method>
17342       <method name="Void EndInvoke(System.Collections.Generic.List`1[System.Int32] ByRef, IAsyncResult)">
17343         <size>0</size>
17344       </method>
17345     </type>
17346   </test>
17347   <test name="gtest-anon-54.cs">
17348     <type name="Class">
17349       <method name="Void .ctor()">
17350         <size>7</size>
17351       </method>
17352       <method name="System.String get_Property()">
17353         <size>6</size>
17354       </method>
17355       <method name="System.String Method()">
17356         <size>44</size>
17357       </method>
17358       <method name="Int32 Main()">
17359         <size>39</size>
17360       </method>
17361     </type>
17362     <type name="Class+&lt;Method&gt;c__AnonStorey0">
17363       <method name="Void .ctor()">
17364         <size>7</size>
17365       </method>
17366       <method name="System.String &lt;&gt;m__0()">
17367         <size>56</size>
17368       </method>
17369     </type>
17370     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2">
17371       <method name="Void .ctor()">
17372         <size>7</size>
17373       </method>
17374       <method name="System.String &lt;&gt;m__1(System.String)">
17375         <size>52</size>
17376       </method>
17377     </type>
17378     <type name="Class+&lt;Method&gt;c__AnonStorey0+&lt;Method&gt;c__AnonStorey2+&lt;Method&gt;c__AnonStorey1">
17379       <method name="Void .ctor()">
17380         <size>7</size>
17381       </method>
17382       <method name="System.String &lt;&gt;m__2()">
17383         <size>39</size>
17384       </method>
17385     </type>
17386   </test>
17387   <test name="gtest-anon-55.cs">
17388     <type name="Thing`1[TFirst]">
17389       <method name="Void .ctor(Action`1)">
17390         <size>14</size>
17391       </method>
17392       <method name="Thing`1[TFirst] Create[TSecond](System.Func`2[TFirst,TSecond])">
17393         <size>31</size>
17394       </method>
17395       <method name="Void SomeAction()">
17396         <size>18</size>
17397       </method>
17398     </type>
17399     <type name="Program">
17400       <method name="Void Main()">
17401         <size>42</size>
17402       </method>
17403       <method name="System.Object &lt;Main&gt;m__1(System.Object)">
17404         <size>2</size>
17405       </method>
17406     </type>
17407     <type name="Thing`1+&lt;Create&gt;c__AnonStorey0`1[TFirst,TSecond]">
17408       <method name="Void .ctor()">
17409         <size>7</size>
17410       </method>
17411       <method name="Void &lt;&gt;m__0(TFirst)">
17412         <size>47</size>
17413       </method>
17414     </type>
17415   </test>
17416   <test name="gtest-anon-56.cs">
17417     <type name="G`1[T]">
17418       <method name="Void .ctor()">
17419         <size>7</size>
17420       </method>
17421       <method name="T def()">
17422         <size>10</size>
17423       </method>
17424     </type>
17425     <type name="C">
17426       <method name="Void .ctor()">
17427         <size>7</size>
17428       </method>
17429       <method name="Void foo(System.Object)">
17430         <size>1</size>
17431       </method>
17432       <method name="Void cf[T]()">
17433         <size>35</size>
17434       </method>
17435       <method name="Int32 Main()">
17436         <size>17</size>
17437       </method>
17438     </type>
17439     <type name="C+DF">
17440       <method name="Void .ctor(Object, IntPtr)">
17441         <size>0</size>
17442       </method>
17443       <method name="Void Invoke()">
17444         <size>0</size>
17445       </method>
17446       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17447         <size>0</size>
17448       </method>
17449       <method name="Void EndInvoke(IAsyncResult)">
17450         <size>0</size>
17451       </method>
17452     </type>
17453     <type name="C+&lt;cf&gt;c__AnonStorey0`1[T]">
17454       <method name="Void .ctor()">
17455         <size>7</size>
17456       </method>
17457       <method name="Void &lt;&gt;m__0()">
17458         <size>22</size>
17459       </method>
17460     </type>
17461   </test>
17462   <test name="gtest-anon-57.cs">
17463     <type name="X`1[T]">
17464       <method name="Void IFoo&lt;T&gt;.Test()">
17465         <size>37</size>
17466       </method>
17467       <method name="Void &lt;Test&gt;m__0()">
17468         <size>7</size>
17469       </method>
17470       <method name="Void .ctor()">
17471         <size>7</size>
17472       </method>
17473     </type>
17474     <type name="M">
17475       <method name="Void Main()">
17476         <size>13</size>
17477       </method>
17478       <method name="Void .ctor()">
17479         <size>7</size>
17480       </method>
17481     </type>
17482     <type name="Foo">
17483       <method name="Void Invoke()">
17484         <size>0</size>
17485       </method>
17486       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17487         <size>0</size>
17488       </method>
17489       <method name="Void EndInvoke(IAsyncResult)">
17490         <size>0</size>
17491       </method>
17492       <method name="Void .ctor(Object, IntPtr)">
17493         <size>0</size>
17494       </method>
17495     </type>
17496   </test>
17497   <test name="gtest-anon-58.cs">
17498     <type name="Test">
17499       <method name="X Foo[X](Boolean)">
17500         <size>45</size>
17501       </method>
17502       <method name="X FooNested[X](Boolean)">
17503         <size>66</size>
17504       </method>
17505       <method name="Int32 Main()">
17506         <size>36</size>
17507       </method>
17508       <method name="Void .ctor()">
17509         <size>7</size>
17510       </method>
17511     </type>
17512     <type name="Test+&lt;Foo&gt;c__AnonStorey0`1[X]">
17513       <method name="X &lt;&gt;m__0()">
17514         <size>12</size>
17515       </method>
17516       <method name="Void .ctor()">
17517         <size>7</size>
17518       </method>
17519     </type>
17520     <type name="Test+&lt;FooNested&gt;c__AnonStorey1`1[X]">
17521       <method name="Call`1[X] &lt;&gt;m__1()">
17522         <size>12</size>
17523       </method>
17524       <method name="Void .ctor()">
17525         <size>7</size>
17526       </method>
17527     </type>
17528   </test>
17529   <test name="gtest-anon-59.cs">
17530     <type name="TestGenericsSubtypeMatching.Sender`1[T]">
17531       <method name="Void DoSend[TMessage](System.Action`1[T])">
17532         <size>83</size>
17533       </method>
17534       <method name="Void Send(System.Action`1[T])">
17535         <size>1</size>
17536       </method>
17537       <method name="Void ActionOnObject(System.Object)">
17538         <size>8</size>
17539       </method>
17540       <method name="Void Dispose()">
17541         <size>11</size>
17542       </method>
17543       <method name="Void .ctor()">
17544         <size>7</size>
17545       </method>
17546     </type>
17547     <type name="TestGenericsSubtypeMatching.C">
17548       <method name="Void Main()">
17549         <size>40</size>
17550       </method>
17551       <method name="Void &lt;Main&gt;m__1(System.String)">
17552         <size>7</size>
17553       </method>
17554       <method name="Void .ctor()">
17555         <size>7</size>
17556       </method>
17557     </type>
17558     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey0`1[T,TMessage]">
17559       <method name="Void .ctor()">
17560         <size>7</size>
17561       </method>
17562     </type>
17563     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey1`1[T,TMessage]">
17564       <method name="Void &lt;&gt;m__0(T)">
17565         <size>35</size>
17566       </method>
17567       <method name="Void .ctor()">
17568         <size>7</size>
17569       </method>
17570     </type>
17571   </test>
17572   <test name="gtest-anon-6.cs">
17573     <type name="X">
17574       <method name="Void .ctor()">
17575         <size>7</size>
17576       </method>
17577       <method name="Void Hello[U,V](U, V)">
17578         <size>1</size>
17579       </method>
17580       <method name="Void Test[A,B,C](A, B, C)">
17581         <size>49</size>
17582       </method>
17583       <method name="Void Main()">
17584         <size>28</size>
17585       </method>
17586     </type>
17587     <type name="Foo`2[R,S]">
17588       <method name="Void .ctor(Object, IntPtr)">
17589         <size>0</size>
17590       </method>
17591       <method name="Void Invoke(R, S)">
17592         <size>0</size>
17593       </method>
17594       <method name="IAsyncResult BeginInvoke(R, S, System.AsyncCallback, System.Object)">
17595         <size>0</size>
17596       </method>
17597       <method name="Void EndInvoke(IAsyncResult)">
17598         <size>0</size>
17599       </method>
17600     </type>
17601     <type name="X+&lt;Test&gt;c__AnonStorey0`3[A,B,C]">
17602       <method name="Void .ctor()">
17603         <size>7</size>
17604       </method>
17605       <method name="Void &lt;&gt;m__0(A, Int32)">
17606         <size>32</size>
17607       </method>
17608     </type>
17609   </test>
17610   <test name="gtest-anon-60.cs">
17611     <type name="TestGenericsSubtypeMatching.Sender`1[T]">
17612       <method name="Void DoSend[TMessage](System.Action`1[T])">
17613         <size>83</size>
17614       </method>
17615       <method name="Void Send(System.Action`1[T])">
17616         <size>1</size>
17617       </method>
17618       <method name="Void ActionOnObject(System.Object)">
17619         <size>8</size>
17620       </method>
17621       <method name="Void Dispose()">
17622         <size>11</size>
17623       </method>
17624       <method name="Void .ctor()">
17625         <size>7</size>
17626       </method>
17627     </type>
17628     <type name="TestGenericsSubtypeMatching.C">
17629       <method name="Int32 Main()">
17630         <size>41</size>
17631       </method>
17632       <method name="Void &lt;Main&gt;m__1(Int32)">
17633         <size>7</size>
17634       </method>
17635       <method name="Void .ctor()">
17636         <size>7</size>
17637       </method>
17638     </type>
17639     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey0`1[T,TMessage]">
17640       <method name="Void .ctor()">
17641         <size>7</size>
17642       </method>
17643     </type>
17644     <type name="TestGenericsSubtypeMatching.Sender`1+&lt;DoSend&gt;c__AnonStorey1`1[T,TMessage]">
17645       <method name="Void &lt;&gt;m__0(T)">
17646         <size>35</size>
17647       </method>
17648       <method name="Void .ctor()">
17649         <size>7</size>
17650       </method>
17651     </type>
17652   </test>
17653   <test name="gtest-anon-61.cs">
17654     <type name="TestCase">
17655       <method name="Void Main()">
17656         <size>32</size>
17657       </method>
17658       <method name="Void Test[T](IList`1)">
17659         <size>33</size>
17660       </method>
17661       <method name="Void .ctor()">
17662         <size>7</size>
17663       </method>
17664     </type>
17665     <type name="&lt;PrivateImplementationDetails&gt;">
17666       <method name="Void .ctor()">
17667         <size>7</size>
17668       </method>
17669     </type>
17670     <type name="TestCase+&lt;Test&gt;c__AnonStorey0`1[T]">
17671       <method name="Void &lt;&gt;m__0()">
17672         <size>46</size>
17673       </method>
17674       <method name="Int32 &lt;&gt;m__1(IList`1)">
17675         <size>2</size>
17676       </method>
17677       <method name="Void .ctor()">
17678         <size>7</size>
17679       </method>
17680     </type>
17681   </test>
17682   <test name="gtest-anon-62.cs">
17683     <type name="D">
17684       <method name="Void Invoke(System.Object)">
17685         <size>0</size>
17686       </method>
17687       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
17688         <size>0</size>
17689       </method>
17690       <method name="Void EndInvoke(IAsyncResult)">
17691         <size>0</size>
17692       </method>
17693       <method name="Void .ctor(Object, IntPtr)">
17694         <size>0</size>
17695       </method>
17696     </type>
17697     <type name="T">
17698       <method name="Void Assert(System.Object)">
17699         <size>1</size>
17700       </method>
17701       <method name="Void Execute(System.Action)">
17702         <size>1</size>
17703       </method>
17704       <method name="D GetD[T](System.Object)">
17705         <size>33</size>
17706       </method>
17707       <method name="Void Main()">
17708         <size>24</size>
17709       </method>
17710       <method name="Void .ctor()">
17711         <size>7</size>
17712       </method>
17713     </type>
17714     <type name="T+&lt;GetD&gt;c__AnonStorey2`1[T]">
17715       <method name="Void &lt;&gt;m__0(System.Object)">
17716         <size>77</size>
17717       </method>
17718       <method name="Void .ctor()">
17719         <size>7</size>
17720       </method>
17721     </type>
17722     <type name="T+&lt;GetD&gt;c__AnonStorey2`1+&lt;GetD&gt;c__AnonStorey0`1[T]">
17723       <method name="Void .ctor()">
17724         <size>7</size>
17725       </method>
17726     </type>
17727     <type name="T+&lt;GetD&gt;c__AnonStorey2`1+&lt;GetD&gt;c__AnonStorey1`1[T]">
17728       <method name="Void &lt;&gt;m__1()">
17729         <size>51</size>
17730       </method>
17731       <method name="Void .ctor()">
17732         <size>7</size>
17733       </method>
17734     </type>
17735   </test>
17736   <test name="gtest-anon-63.cs">
17737     <type name="A">
17738       <method name="Void Foo[T](T, System.String[])">
17739         <size>1</size>
17740       </method>
17741       <method name="Void .ctor()">
17742         <size>7</size>
17743       </method>
17744     </type>
17745     <type name="B">
17746       <method name="Void Test(Int32)">
17747         <size>40</size>
17748       </method>
17749       <method name="Void Test2[T](T)">
17750         <size>34</size>
17751       </method>
17752       <method name="Void &lt;Foo&gt;__BaseCallProxy0[T](T, System.String[])">
17753         <size>9</size>
17754       </method>
17755       <method name="Void .ctor()">
17756         <size>7</size>
17757       </method>
17758     </type>
17759     <type name="Test">
17760       <method name="Void Main()">
17761         <size>12</size>
17762       </method>
17763       <method name="Void .ctor()">
17764         <size>7</size>
17765       </method>
17766     </type>
17767     <type name="B+&lt;Test&gt;c__AnonStorey0">
17768       <method name="Void &lt;&gt;m__0()">
17769         <size>32</size>
17770       </method>
17771       <method name="Void .ctor()">
17772         <size>7</size>
17773       </method>
17774     </type>
17775     <type name="B+&lt;Test2&gt;c__AnonStorey1`1[T]">
17776       <method name="Void &lt;&gt;m__1()">
17777         <size>40</size>
17778       </method>
17779       <method name="Void .ctor()">
17780         <size>7</size>
17781       </method>
17782     </type>
17783   </test>
17784   <test name="gtest-anon-7.cs">
17785     <type name="MyDisposable">
17786       <method name="Void .ctor()">
17787         <size>26</size>
17788       </method>
17789       <method name="Void Dispose()">
17790         <size>1</size>
17791       </method>
17792       <method name="Int32 get_ID()">
17793         <size>7</size>
17794       </method>
17795       <method name="System.String ToString()">
17796         <size>28</size>
17797       </method>
17798     </type>
17799     <type name="X">
17800       <method name="Void .ctor()">
17801         <size>7</size>
17802       </method>
17803       <method name="IEnumerable`1 Test(Int32)">
17804         <size>30</size>
17805       </method>
17806       <method name="Void Main()">
17807         <size>60</size>
17808       </method>
17809     </type>
17810     <type name="X+&lt;Test&gt;c__Iterator0">
17811       <method name="Void .ctor()">
17812         <size>7</size>
17813       </method>
17814       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17815         <size>12</size>
17816       </method>
17817       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17818         <size>7</size>
17819       </method>
17820       <method name="Boolean MoveNext()">
17821         <size>180</size>
17822       </method>
17823       <method name="Void Dispose()">
17824         <size>66</size>
17825       </method>
17826       <method name="Void Reset()">
17827         <size>6</size>
17828       </method>
17829       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
17830         <size>7</size>
17831       </method>
17832       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
17833         <size>40</size>
17834       </method>
17835     </type>
17836   </test>
17837   <test name="gtest-anon-8.cs">
17838     <type name="X">
17839       <method name="Void .ctor()">
17840         <size>7</size>
17841       </method>
17842       <method name="Void Test[R](R, Int32)">
17843         <size>88</size>
17844       </method>
17845       <method name="Void Main()">
17846         <size>12</size>
17847       </method>
17848     </type>
17849     <type name="Foo">
17850       <method name="Void .ctor(Object, IntPtr)">
17851         <size>0</size>
17852       </method>
17853       <method name="Int32 Invoke()">
17854         <size>0</size>
17855       </method>
17856       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17857         <size>0</size>
17858       </method>
17859       <method name="Int32 EndInvoke(IAsyncResult)">
17860         <size>0</size>
17861       </method>
17862     </type>
17863     <type name="X+&lt;Test&gt;c__AnonStorey1`1[R]">
17864       <method name="Void .ctor()">
17865         <size>7</size>
17866       </method>
17867       <method name="Int32 &lt;&gt;m__0()">
17868         <size>34</size>
17869       </method>
17870     </type>
17871     <type name="X+&lt;Test&gt;c__AnonStorey0`1[R]">
17872       <method name="Void .ctor()">
17873         <size>7</size>
17874       </method>
17875     </type>
17876   </test>
17877   <test name="gtest-anon-9.cs">
17878     <type name="Test">
17879       <method name="Void .ctor()">
17880         <size>7</size>
17881       </method>
17882       <method name="IEnumerable`1 get_Foo()">
17883         <size>16</size>
17884       </method>
17885       <method name="Void set_Foo(IEnumerable`1)">
17886         <size>11</size>
17887       </method>
17888       <method name="Void Main()">
17889         <size>80</size>
17890       </method>
17891       <method name="Foo op_Implicit(Test)">
17892         <size>30</size>
17893       </method>
17894       <method name="IEnumerable`1 op_Addition(Test, Test)">
17895         <size>44</size>
17896       </method>
17897     </type>
17898     <type name="Foo">
17899       <method name="Void .ctor(Object, IntPtr)">
17900         <size>0</size>
17901       </method>
17902       <method name="Void Invoke()">
17903         <size>0</size>
17904       </method>
17905       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
17906         <size>0</size>
17907       </method>
17908       <method name="Void EndInvoke(IAsyncResult)">
17909         <size>0</size>
17910       </method>
17911     </type>
17912     <type name="Test">
17913       <method name="Void &lt;op_Implicit&gt;m__0()">
17914         <size>11</size>
17915       </method>
17916     </type>
17917     <type name="Test+&lt;&gt;c__Iterator0">
17918       <method name="Void .ctor()">
17919         <size>7</size>
17920       </method>
17921       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17922         <size>12</size>
17923       </method>
17924       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17925         <size>7</size>
17926       </method>
17927       <method name="Boolean MoveNext()">
17928         <size>65</size>
17929       </method>
17930       <method name="Void Dispose()">
17931         <size>8</size>
17932       </method>
17933       <method name="Void Reset()">
17934         <size>6</size>
17935       </method>
17936     </type>
17937     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
17938       <method name="Void .ctor()">
17939         <size>7</size>
17940       </method>
17941       <method name="System.Object System.Collections.IEnumerator.get_Current()">
17942         <size>7</size>
17943       </method>
17944       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
17945         <size>7</size>
17946       </method>
17947       <method name="Boolean MoveNext()">
17948         <size>98</size>
17949       </method>
17950       <method name="Void Dispose()">
17951         <size>8</size>
17952       </method>
17953       <method name="Void Reset()">
17954         <size>6</size>
17955       </method>
17956     </type>
17957     <type name="Test+&lt;&gt;c__Iterator0">
17958       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
17959         <size>7</size>
17960       </method>
17961       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
17962         <size>26</size>
17963       </method>
17964     </type>
17965     <type name="Test+&lt;op_Addition&gt;c__Iterator1">
17966       <method name="Test System.Collections.Generic.IEnumerator&lt;Test&gt;.get_Current()">
17967         <size>7</size>
17968       </method>
17969       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;Test&gt;.GetEnumerator()">
17970         <size>52</size>
17971       </method>
17972     </type>
17973   </test>
17974   <test name="gtest-anontype-01.cs">
17975     <type name="Test">
17976       <method name="Void .ctor()">
17977         <size>7</size>
17978       </method>
17979       <method name="Int32 Main()">
17980         <size>53</size>
17981       </method>
17982     </type>
17983     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
17984       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
17985         <size>21</size>
17986       </method>
17987       <method name="&lt;Foo&gt;__T get_Foo()">
17988         <size>7</size>
17989       </method>
17990       <method name="&lt;Baz&gt;__T get_Baz()">
17991         <size>7</size>
17992       </method>
17993       <method name="Boolean Equals(System.Object)">
17994         <size>69</size>
17995       </method>
17996       <method name="Int32 GetHashCode()">
17997         <size>86</size>
17998       </method>
17999       <method name="System.String ToString()">
18000         <size>142</size>
18001       </method>
18002     </type>
18003   </test>
18004   <test name="gtest-anontype-02.cs">
18005     <type name="Test">
18006       <method name="Void .ctor()">
18007         <size>7</size>
18008       </method>
18009       <method name="System.Object TestA(System.String)">
18010         <size>7</size>
18011       </method>
18012       <method name="Int32 Main()">
18013         <size>99</size>
18014       </method>
18015     </type>
18016     <type name="&lt;&gt;__AnonType0`1[&lt;s&gt;__T]">
18017       <method name="Void .ctor(&lt;s&gt;__T)">
18018         <size>14</size>
18019       </method>
18020       <method name="&lt;s&gt;__T get_s()">
18021         <size>7</size>
18022       </method>
18023       <method name="Boolean Equals(System.Object)">
18024         <size>39</size>
18025       </method>
18026       <method name="Int32 GetHashCode()">
18027         <size>63</size>
18028       </method>
18029       <method name="System.String ToString()">
18030         <size>67</size>
18031       </method>
18032     </type>
18033     <type name="&lt;&gt;__AnonType1`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
18034       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
18035         <size>21</size>
18036       </method>
18037       <method name="&lt;Foo&gt;__T get_Foo()">
18038         <size>7</size>
18039       </method>
18040       <method name="&lt;Baz&gt;__T get_Baz()">
18041         <size>7</size>
18042       </method>
18043       <method name="Boolean Equals(System.Object)">
18044         <size>69</size>
18045       </method>
18046       <method name="Int32 GetHashCode()">
18047         <size>86</size>
18048       </method>
18049       <method name="System.String ToString()">
18050         <size>142</size>
18051       </method>
18052     </type>
18053   </test>
18054   <test name="gtest-anontype-03.cs">
18055     <type name="MyClass">
18056       <method name="Void .ctor()">
18057         <size>18</size>
18058       </method>
18059       <method name="Int32 get_Baz()">
18060         <size>3</size>
18061       </method>
18062     </type>
18063     <type name="Test">
18064       <method name="Void .ctor()">
18065         <size>7</size>
18066       </method>
18067       <method name="Int32 Main()">
18068         <size>64</size>
18069       </method>
18070     </type>
18071     <type name="&lt;&gt;__AnonType0`2[&lt;Foo&gt;__T,&lt;Baz&gt;__T]">
18072       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T)">
18073         <size>21</size>
18074       </method>
18075       <method name="&lt;Foo&gt;__T get_Foo()">
18076         <size>7</size>
18077       </method>
18078       <method name="&lt;Baz&gt;__T get_Baz()">
18079         <size>7</size>
18080       </method>
18081       <method name="Boolean Equals(System.Object)">
18082         <size>69</size>
18083       </method>
18084       <method name="Int32 GetHashCode()">
18085         <size>86</size>
18086       </method>
18087       <method name="System.String ToString()">
18088         <size>142</size>
18089       </method>
18090     </type>
18091   </test>
18092   <test name="gtest-anontype-04.cs">
18093     <type name="MyClass">
18094       <method name="Void .ctor()">
18095         <size>18</size>
18096       </method>
18097       <method name="Int32 get_Baz()">
18098         <size>3</size>
18099       </method>
18100     </type>
18101     <type name="Test">
18102       <method name="Void .ctor()">
18103         <size>7</size>
18104       </method>
18105       <method name="Int32 Main()">
18106         <size>111</size>
18107       </method>
18108     </type>
18109     <type name="&lt;&gt;__AnonType0`4[&lt;Foo&gt;__T,&lt;Baz&gt;__T,&lt;Hello&gt;__T,&lt;Answer&gt;__T]">
18110       <method name="Void .ctor(&lt;Foo&gt;__T, &lt;Baz&gt;__T, &lt;Hello&gt;__T, &lt;Answer&gt;__T)">
18111         <size>36</size>
18112       </method>
18113       <method name="&lt;Foo&gt;__T get_Foo()">
18114         <size>7</size>
18115       </method>
18116       <method name="&lt;Baz&gt;__T get_Baz()">
18117         <size>7</size>
18118       </method>
18119       <method name="&lt;Hello&gt;__T get_Hello()">
18120         <size>7</size>
18121       </method>
18122       <method name="&lt;Answer&gt;__T get_Answer()">
18123         <size>7</size>
18124       </method>
18125       <method name="Boolean Equals(System.Object)">
18126         <size>123</size>
18127       </method>
18128       <method name="Int32 GetHashCode()">
18129         <size>132</size>
18130       </method>
18131       <method name="System.String ToString()">
18132         <size>258</size>
18133       </method>
18134     </type>
18135   </test>
18136   <test name="gtest-anontype-05.cs">
18137     <type name="Test">
18138       <method name="Void .ctor()">
18139         <size>7</size>
18140       </method>
18141       <method name="System.String Null()">
18142         <size>2</size>
18143       </method>
18144       <method name="Int32 Main()">
18145         <size>297</size>
18146       </method>
18147     </type>
18148     <type name="&lt;&gt;__AnonType0`2[&lt;Name&gt;__T,&lt;Age&gt;__T]">
18149       <method name="Void .ctor(&lt;Name&gt;__T, &lt;Age&gt;__T)">
18150         <size>21</size>
18151       </method>
18152       <method name="&lt;Name&gt;__T get_Name()">
18153         <size>7</size>
18154       </method>
18155       <method name="&lt;Age&gt;__T get_Age()">
18156         <size>7</size>
18157       </method>
18158       <method name="Boolean Equals(System.Object)">
18159         <size>69</size>
18160       </method>
18161       <method name="Int32 GetHashCode()">
18162         <size>86</size>
18163       </method>
18164       <method name="System.String ToString()">
18165         <size>142</size>
18166       </method>
18167     </type>
18168     <type name="&lt;&gt;__AnonType1`2[&lt;Age&gt;__T,&lt;Name&gt;__T]">
18169       <method name="Void .ctor(&lt;Age&gt;__T, &lt;Name&gt;__T)">
18170         <size>21</size>
18171       </method>
18172       <method name="&lt;Age&gt;__T get_Age()">
18173         <size>7</size>
18174       </method>
18175       <method name="&lt;Name&gt;__T get_Name()">
18176         <size>7</size>
18177       </method>
18178       <method name="Boolean Equals(System.Object)">
18179         <size>69</size>
18180       </method>
18181       <method name="Int32 GetHashCode()">
18182         <size>86</size>
18183       </method>
18184       <method name="System.String ToString()">
18185         <size>142</size>
18186       </method>
18187     </type>
18188     <type name="&lt;&gt;__AnonType2">
18189       <method name="Void .ctor()">
18190         <size>7</size>
18191       </method>
18192       <method name="Boolean Equals(System.Object)">
18193         <size>15</size>
18194       </method>
18195       <method name="Int32 GetHashCode()">
18196         <size>40</size>
18197       </method>
18198       <method name="System.String ToString()">
18199         <size>6</size>
18200       </method>
18201     </type>
18202     <type name="&lt;&gt;__AnonType3`1[&lt;Foo&gt;__T]">
18203       <method name="Void .ctor(&lt;Foo&gt;__T)">
18204         <size>14</size>
18205       </method>
18206       <method name="&lt;Foo&gt;__T get_Foo()">
18207         <size>7</size>
18208       </method>
18209       <method name="Boolean Equals(System.Object)">
18210         <size>39</size>
18211       </method>
18212       <method name="Int32 GetHashCode()">
18213         <size>63</size>
18214       </method>
18215       <method name="System.String ToString()">
18216         <size>67</size>
18217       </method>
18218     </type>
18219   </test>
18220   <test name="gtest-anontype-06.cs">
18221     <type name="CastByExample">
18222       <method name="Void .ctor()">
18223         <size>7</size>
18224       </method>
18225       <method name="T Cast[T](System.Object, T)">
18226         <size>7</size>
18227       </method>
18228       <method name="Void Main()">
18229         <size>29</size>
18230       </method>
18231     </type>
18232     <type name="&lt;&gt;__AnonType0`1[&lt;Foo&gt;__T]">
18233       <method name="Void .ctor(&lt;Foo&gt;__T)">
18234         <size>14</size>
18235       </method>
18236       <method name="&lt;Foo&gt;__T get_Foo()">
18237         <size>7</size>
18238       </method>
18239       <method name="Boolean Equals(System.Object)">
18240         <size>39</size>
18241       </method>
18242       <method name="Int32 GetHashCode()">
18243         <size>63</size>
18244       </method>
18245       <method name="System.String ToString()">
18246         <size>67</size>
18247       </method>
18248     </type>
18249   </test>
18250   <test name="gtest-anontype-07.cs">
18251     <type name="Test">
18252       <method name="Void .ctor()">
18253         <size>7</size>
18254       </method>
18255       <method name="Int32 Main()">
18256         <size>64</size>
18257       </method>
18258     </type>
18259     <type name="&lt;&gt;__AnonType0">
18260       <method name="Void .ctor()">
18261         <size>7</size>
18262       </method>
18263       <method name="Boolean Equals(System.Object)">
18264         <size>15</size>
18265       </method>
18266       <method name="Int32 GetHashCode()">
18267         <size>40</size>
18268       </method>
18269       <method name="System.String ToString()">
18270         <size>6</size>
18271       </method>
18272     </type>
18273   </test>
18274   <test name="gtest-anontype-08.cs">
18275     <type name="Test">
18276       <method name="Void Main()">
18277         <size>15</size>
18278       </method>
18279     </type>
18280     <type name="&lt;&gt;__AnonType0`2[&lt;X&gt;__T,&lt;Y&gt;__T]">
18281       <method name="Void .ctor(&lt;X&gt;__T, &lt;Y&gt;__T)">
18282         <size>21</size>
18283       </method>
18284       <method name="&lt;X&gt;__T get_X()">
18285         <size>7</size>
18286       </method>
18287       <method name="&lt;Y&gt;__T get_Y()">
18288         <size>7</size>
18289       </method>
18290       <method name="Boolean Equals(System.Object)">
18291         <size>69</size>
18292       </method>
18293       <method name="Int32 GetHashCode()">
18294         <size>86</size>
18295       </method>
18296       <method name="System.String ToString()">
18297         <size>142</size>
18298       </method>
18299     </type>
18300   </test>
18301   <test name="gtest-anontype-09.cs">
18302     <type name="My.System.Test">
18303       <method name="Int32 Main()">
18304         <size>35</size>
18305       </method>
18306     </type>
18307     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
18308       <method name="Void .ctor(&lt;X&gt;__T)">
18309         <size>14</size>
18310       </method>
18311       <method name="&lt;X&gt;__T get_X()">
18312         <size>7</size>
18313       </method>
18314       <method name="Boolean Equals(System.Object)">
18315         <size>39</size>
18316       </method>
18317       <method name="Int32 GetHashCode()">
18318         <size>63</size>
18319       </method>
18320       <method name="System.String ToString()">
18321         <size>67</size>
18322       </method>
18323     </type>
18324     <type name="&lt;&gt;__AnonType1`1[&lt;Value&gt;__T]">
18325       <method name="Void .ctor(&lt;Value&gt;__T)">
18326         <size>14</size>
18327       </method>
18328       <method name="&lt;Value&gt;__T get_Value()">
18329         <size>7</size>
18330       </method>
18331       <method name="Boolean Equals(System.Object)">
18332         <size>39</size>
18333       </method>
18334       <method name="Int32 GetHashCode()">
18335         <size>63</size>
18336       </method>
18337       <method name="System.String ToString()">
18338         <size>67</size>
18339       </method>
18340     </type>
18341   </test>
18342   <test name="gtest-anontype-10.cs">
18343     <type name="A">
18344       <method name="Void .ctor()">
18345         <size>7</size>
18346       </method>
18347       <method name="Int32 get_X()">
18348         <size>3</size>
18349       </method>
18350     </type>
18351     <type name="B">
18352       <method name="Void .ctor()">
18353         <size>7</size>
18354       </method>
18355       <method name="Int32 Main()">
18356         <size>11</size>
18357       </method>
18358       <method name="Int32 Test()">
18359         <size>33</size>
18360       </method>
18361     </type>
18362     <type name="&lt;&gt;__AnonType0`1[&lt;X&gt;__T]">
18363       <method name="Void .ctor(&lt;X&gt;__T)">
18364         <size>14</size>
18365       </method>
18366       <method name="&lt;X&gt;__T get_X()">
18367         <size>7</size>
18368       </method>
18369       <method name="Boolean Equals(System.Object)">
18370         <size>39</size>
18371       </method>
18372       <method name="Int32 GetHashCode()">
18373         <size>63</size>
18374       </method>
18375       <method name="System.String ToString()">
18376         <size>67</size>
18377       </method>
18378     </type>
18379   </test>
18380   <test name="gtest-anontype-11.cs">
18381     <type name="Alpha">
18382       <method name="Void .ctor(String)">
18383         <size>14</size>
18384       </method>
18385       <method name="Int32 GetHashCode()">
18386         <size>18</size>
18387       </method>
18388     </type>
18389     <type name="Beta">
18390       <method name="Void .ctor(String)">
18391         <size>14</size>
18392       </method>
18393       <method name="Int32 GetHashCode()">
18394         <size>18</size>
18395       </method>
18396     </type>
18397     <type name="Program">
18398       <method name="Int32 Main()">
18399         <size>49</size>
18400       </method>
18401     </type>
18402     <type name="&lt;&gt;__AnonType0`2[&lt;First&gt;__T,&lt;Second&gt;__T]">
18403       <method name="Void .ctor(&lt;First&gt;__T, &lt;Second&gt;__T)">
18404         <size>21</size>
18405       </method>
18406       <method name="&lt;First&gt;__T get_First()">
18407         <size>7</size>
18408       </method>
18409       <method name="&lt;Second&gt;__T get_Second()">
18410         <size>7</size>
18411       </method>
18412       <method name="Boolean Equals(System.Object)">
18413         <size>69</size>
18414       </method>
18415       <method name="Int32 GetHashCode()">
18416         <size>86</size>
18417       </method>
18418       <method name="System.String ToString()">
18419         <size>142</size>
18420       </method>
18421     </type>
18422   </test>
18423   <test name="gtest-autoproperty-01.cs">
18424     <type name="Test">
18425       <method name="Void .ctor()">
18426         <size>15</size>
18427       </method>
18428       <method name="System.String get_Foo()">
18429         <size>7</size>
18430       </method>
18431       <method name="Void set_Foo(System.String)">
18432         <size>8</size>
18433       </method>
18434       <method name="Int32 get_Answer()">
18435         <size>7</size>
18436       </method>
18437       <method name="Void set_Answer(Int32)">
18438         <size>8</size>
18439       </method>
18440       <method name="Int32 Main()">
18441         <size>97</size>
18442       </method>
18443     </type>
18444     <type name="Test+A">
18445       <method name="Void .ctor()">
18446         <size>7</size>
18447       </method>
18448       <method name="System.String get_B()">
18449         <size>7</size>
18450       </method>
18451       <method name="Void set_B(System.String)">
18452         <size>8</size>
18453       </method>
18454     </type>
18455   </test>
18456   <test name="gtest-autoproperty-02.cs">
18457     <type name="Test">
18458       <method name="Void .ctor()">
18459         <size>7</size>
18460       </method>
18461       <method name="System.String get_Foo()">
18462         <size>6</size>
18463       </method>
18464       <method name="Void set_Foo(System.String)">
18465         <size>7</size>
18466       </method>
18467       <method name="Int32 get_Answer()">
18468         <size>6</size>
18469       </method>
18470       <method name="Void set_Answer(Int32)">
18471         <size>7</size>
18472       </method>
18473       <method name="Int32 Main()">
18474         <size>114</size>
18475       </method>
18476     </type>
18477     <type name="Test+A">
18478       <method name="Void .ctor()">
18479         <size>7</size>
18480       </method>
18481       <method name="System.String get_B()">
18482         <size>6</size>
18483       </method>
18484       <method name="Void set_B(System.String)">
18485         <size>7</size>
18486       </method>
18487       <method name="System.String get_C()">
18488         <size>6</size>
18489       </method>
18490       <method name="Void set_C(System.String)">
18491         <size>7</size>
18492       </method>
18493       <method name="Void DoThings()">
18494         <size>11</size>
18495       </method>
18496     </type>
18497   </test>
18498   <test name="gtest-autoproperty-03.cs">
18499     <type name="Test">
18500       <method name="Void .ctor()">
18501         <size>7</size>
18502       </method>
18503       <method name="System.String get_Foo()">
18504         <size>7</size>
18505       </method>
18506       <method name="Void set_Foo(System.String)">
18507         <size>8</size>
18508       </method>
18509       <method name="Int32 Main()">
18510         <size>251</size>
18511       </method>
18512     </type>
18513   </test>
18514   <test name="gtest-autoproperty-04.cs">
18515     <type name="MonoTests.MainClass">
18516       <method name="Void .ctor()">
18517         <size>7</size>
18518       </method>
18519       <method name="System.String[] get_foo()">
18520         <size>7</size>
18521       </method>
18522       <method name="Void set_foo(System.String[])">
18523         <size>8</size>
18524       </method>
18525       <method name="System.String[] get_bar()">
18526         <size>0</size>
18527       </method>
18528       <method name="Void set_bar(System.String[])">
18529         <size>0</size>
18530       </method>
18531       <method name="Void Main(System.String[])">
18532         <size>11</size>
18533       </method>
18534     </type>
18535     <type name="MonoTests.ChildClass">
18536       <method name="Void .ctor()">
18537         <size>7</size>
18538       </method>
18539       <method name="System.String[] get_foo()">
18540         <size>7</size>
18541       </method>
18542       <method name="Void set_foo(System.String[])">
18543         <size>8</size>
18544       </method>
18545       <method name="System.String[] get_bar()">
18546         <size>7</size>
18547       </method>
18548       <method name="Void set_bar(System.String[])">
18549         <size>8</size>
18550       </method>
18551     </type>
18552   </test>
18553   <test name="gtest-autoproperty-05.cs">
18554     <type name="Test">
18555       <method name="Void .ctor()">
18556         <size>7</size>
18557       </method>
18558       <method name="System.String get_X()">
18559         <size>7</size>
18560       </method>
18561       <method name="Void set_X(System.String)">
18562         <size>8</size>
18563       </method>
18564     </type>
18565     <type name="M">
18566       <method name="Void .ctor()">
18567         <size>7</size>
18568       </method>
18569       <method name="Void Main()">
18570         <size>1</size>
18571       </method>
18572     </type>
18573   </test>
18574   <test name="gtest-autoproperty-06.cs">
18575     <type name="A">
18576       <method name="Void .ctor()">
18577         <size>7</size>
18578       </method>
18579     </type>
18580     <type name="B">
18581       <method name="Void .ctor()">
18582         <size>7</size>
18583       </method>
18584     </type>
18585     <type name="C">
18586       <method name="Void .ctor()">
18587         <size>7</size>
18588       </method>
18589       <method name="B I&lt;B&gt;.get_Prop()">
18590         <size>7</size>
18591       </method>
18592       <method name="Void I&lt;B&gt;.set_Prop(B)">
18593         <size>8</size>
18594       </method>
18595       <method name="A I&lt;A&gt;.get_Prop()">
18596         <size>7</size>
18597       </method>
18598       <method name="Void I&lt;A&gt;.set_Prop(A)">
18599         <size>8</size>
18600       </method>
18601     </type>
18602     <type name="Program">
18603       <method name="Void .ctor()">
18604         <size>7</size>
18605       </method>
18606       <method name="Void Main(System.String[])">
18607         <size>7</size>
18608       </method>
18609     </type>
18610   </test>
18611   <test name="gtest-collectioninit-01.cs">
18612     <type name="Test">
18613       <method name="Void .ctor()">
18614         <size>7</size>
18615       </method>
18616       <method name="Void TestList(System.Collections.Generic.List`1[System.Int32], Int32)">
18617         <size>83</size>
18618       </method>
18619       <method name="Int32 Main()">
18620         <size>534</size>
18621       </method>
18622     </type>
18623     <type name="Test+Wrap">
18624       <method name="Void .ctor()">
18625         <size>31</size>
18626       </method>
18627       <method name="Void .ctor(Int32)">
18628         <size>25</size>
18629       </method>
18630       <method name="System.Collections.ArrayList get_Numbers()">
18631         <size>7</size>
18632       </method>
18633     </type>
18634   </test>
18635   <test name="gtest-collectioninit-02.cs">
18636     <type name="C">
18637       <method name="Void .ctor()">
18638         <size>7</size>
18639       </method>
18640       <method name="Int32 Main()">
18641         <size>73</size>
18642       </method>
18643     </type>
18644   </test>
18645   <test name="gtest-collectioninit-03.cs">
18646     <type name="X">
18647       <method name="Void .ctor()">
18648         <size>7</size>
18649       </method>
18650       <method name="Int32 Main()">
18651         <size>34</size>
18652       </method>
18653       <method name="Void R(System.Object ByRef)">
18654         <size>28</size>
18655       </method>
18656     </type>
18657   </test>
18658   <test name="gtest-etree-01.cs">
18659     <type name="MyTypeExplicit">
18660       <method name="Void .ctor(Int32)">
18661         <size>14</size>
18662       </method>
18663       <method name="Int32 op_Explicit(MyTypeExplicit)">
18664         <size>7</size>
18665       </method>
18666     </type>
18667     <type name="MemberAccessData">
18668       <method name="Void .ctor()">
18669         <size>7</size>
18670       </method>
18671       <method name="Void .cctor()">
18672         <size>16</size>
18673       </method>
18674       <method name="Void add_EventField(System.Func`1[System.Boolean])">
18675         <size>24</size>
18676       </method>
18677       <method name="Void remove_EventField(System.Func`1[System.Boolean])">
18678         <size>24</size>
18679       </method>
18680       <method name="System.Linq.Expressions.Expression`1[System.Func`1[System.Func`1[System.Boolean]]] GetEvent()">
18681         <size>33</size>
18682       </method>
18683       <method name="Void set_MyTypeProperty(MyType)">
18684         <size>8</size>
18685       </method>
18686       <method name="MyType get_MyTypeProperty()">
18687         <size>7</size>
18688       </method>
18689       <method name="System.String get_StaticProperty()">
18690         <size>6</size>
18691       </method>
18692     </type>
18693     <type name="NewTest`1[T]">
18694       <method name="Void .ctor(T)">
18695         <size>27</size>
18696       </method>
18697       <method name="Void .ctor(T[])">
18698         <size>14</size>
18699       </method>
18700       <method name="Int32 GetHashCode()">
18701         <size>7</size>
18702       </method>
18703       <method name="Boolean Equals(System.Object)">
18704         <size>91</size>
18705       </method>
18706     </type>
18707     <type name="Indexer">
18708       <method name="Void .ctor()">
18709         <size>7</size>
18710       </method>
18711       <method name="Int32 get_Item(Int32)">
18712         <size>2</size>
18713       </method>
18714       <method name="Void set_Item(Int32, Int32)">
18715         <size>1</size>
18716       </method>
18717       <method name="System.String get_Item(System.String[])">
18718         <size>7</size>
18719       </method>
18720     </type>
18721     <type name="Tester">
18722       <method name="Void .ctor()">
18723         <size>7</size>
18724       </method>
18725       <method name="Void Assert[T](T, T)">
18726         <size>9</size>
18727       </method>
18728       <method name="Void Assert[T](T, T, System.String)">
18729         <size>89</size>
18730       </method>
18731       <method name="Void Assert[T](T[], T[])">
18732         <size>220</size>
18733       </method>
18734       <method name="T GenericMethod[T](T)">
18735         <size>2</size>
18736       </method>
18737       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
18738         <size>56</size>
18739       </method>
18740       <method name="Void AddTest()">
18741         <size>99</size>
18742       </method>
18743       <method name="Void AddTest_2()">
18744         <size>118</size>
18745       </method>
18746       <method name="Void AddTest_3()">
18747         <size>129</size>
18748       </method>
18749       <method name="Void AddTest_4()">
18750         <size>191</size>
18751       </method>
18752       <method name="Void AddTest_5()">
18753         <size>133</size>
18754       </method>
18755       <method name="Void AddTest_6()">
18756         <size>158</size>
18757       </method>
18758       <method name="Void AddTest_7()">
18759         <size>142</size>
18760       </method>
18761       <method name="Void AddTest_8()">
18762         <size>248</size>
18763       </method>
18764       <method name="Void AddTest_9()">
18765         <size>142</size>
18766       </method>
18767       <method name="Void AddCheckedTest()">
18768         <size>99</size>
18769       </method>
18770       <method name="Void AddCheckedTest_2()">
18771         <size>118</size>
18772       </method>
18773       <method name="Void AddCheckedTest_3()">
18774         <size>129</size>
18775       </method>
18776       <method name="Void AddStringTest()">
18777         <size>128</size>
18778       </method>
18779       <method name="Void AddStringTest_2()">
18780         <size>173</size>
18781       </method>
18782       <method name="Void AddStringTest_3()">
18783         <size>174</size>
18784       </method>
18785       <method name="Void AddStringTest_4()">
18786         <size>174</size>
18787       </method>
18788       <method name="Void AndTest()">
18789         <size>140</size>
18790       </method>
18791       <method name="Void AndTest_2()">
18792         <size>161</size>
18793       </method>
18794       <method name="Void AndTest_3()">
18795         <size>161</size>
18796       </method>
18797       <method name="Void AndNullableTest()">
18798         <size>381</size>
18799       </method>
18800       <method name="Void AndNullableTest_2()">
18801         <size>237</size>
18802       </method>
18803       <method name="Void AndNullableTest_3()">
18804         <size>198</size>
18805       </method>
18806       <method name="Void AndAlsoTest()">
18807         <size>96</size>
18808       </method>
18809       <method name="Void AndAlsoTest_2()">
18810         <size>165</size>
18811       </method>
18812       <method name="Void AndAlsoTest_3()">
18813         <size>108</size>
18814       </method>
18815       <method name="Void ArrayIndexTest()">
18816         <size>145</size>
18817       </method>
18818       <method name="Void ArrayIndexTest_2()">
18819         <size>115</size>
18820       </method>
18821       <method name="Void ArrayIndexTest_3()">
18822         <size>199</size>
18823       </method>
18824       <method name="Void ArrayIndexTest_4()">
18825         <size>243</size>
18826       </method>
18827       <method name="Void ArrayIndexTest_5()">
18828         <size>108</size>
18829       </method>
18830       <method name="Void ArrayLengthTest()">
18831         <size>99</size>
18832       </method>
18833       <method name="Void ArrayLengthTest_2()">
18834         <size>91</size>
18835       </method>
18836       <method name="Void CallTest()">
18837         <size>126</size>
18838       </method>
18839       <method name="Void CallTest_2()">
18840         <size>107</size>
18841       </method>
18842       <method name="Void CallTest_3()">
18843         <size>195</size>
18844       </method>
18845       <method name="Void CallTest_4()">
18846         <size>109</size>
18847       </method>
18848       <method name="Void CallTest_5()">
18849         <size>99</size>
18850       </method>
18851       <method name="Void CallTest_6()">
18852         <size>70</size>
18853       </method>
18854       <method name="Void CallTest_7()">
18855         <size>124</size>
18856       </method>
18857       <method name="Void CallTest_8()">
18858         <size>227</size>
18859       </method>
18860       <method name="Void CallTest_9()">
18861         <size>88</size>
18862       </method>
18863       <method name="Void CoalesceTest()">
18864         <size>120</size>
18865       </method>
18866       <method name="Void CoalesceTest_2()">
18867         <size>171</size>
18868       </method>
18869       <method name="Void ConditionTest()">
18870         <size>170</size>
18871       </method>
18872       <method name="Void ConditionTest_2()">
18873         <size>301</size>
18874       </method>
18875       <method name="Void ConditionTest_3()">
18876         <size>179</size>
18877       </method>
18878       <method name="Void ConditionTest_4()">
18879         <size>183</size>
18880       </method>
18881       <method name="Void ConstantTest()">
18882         <size>59</size>
18883       </method>
18884       <method name="Void ConstantTest_2()">
18885         <size>62</size>
18886       </method>
18887       <method name="Void ConstantTest_3()">
18888         <size>54</size>
18889       </method>
18890       <method name="Void ConstantTest_4()">
18891         <size>44</size>
18892       </method>
18893       <method name="Void ConstantTest_5()">
18894         <size>59</size>
18895       </method>
18896       <method name="Void ConstantTest_6()">
18897         <size>67</size>
18898       </method>
18899       <method name="Void ConstantTest_7()">
18900         <size>62</size>
18901       </method>
18902       <method name="Void ConstantTest_8()">
18903         <size>72</size>
18904       </method>
18905       <method name="Void ConstantTest_9()">
18906         <size>72</size>
18907       </method>
18908       <method name="Void ConstantTest_10()">
18909         <size>72</size>
18910       </method>
18911       <method name="Void ConstantTest_11()">
18912         <size>59</size>
18913       </method>
18914       <method name="Void ConstantTest_13()">
18915         <size>59</size>
18916       </method>
18917       <method name="Void ConstantTest_14()">
18918         <size>72</size>
18919       </method>
18920       <method name="Void ConstantTest_15()">
18921         <size>62</size>
18922       </method>
18923       <method name="Void ConvertTest()">
18924         <size>82</size>
18925       </method>
18926       <method name="Void ConvertTest_2()">
18927         <size>83</size>
18928       </method>
18929       <method name="Void ConvertTest_3()">
18930         <size>93</size>
18931       </method>
18932       <method name="Void ConvertTest_4()">
18933         <size>102</size>
18934       </method>
18935       <method name="Void ConvertTest_5()">
18936         <size>109</size>
18937       </method>
18938       <method name="Void ConvertTest_6()">
18939         <size>240</size>
18940       </method>
18941       <method name="Void ConvertTest_7()">
18942         <size>122</size>
18943       </method>
18944       <method name="Void ConvertTest_8()">
18945         <size>118</size>
18946       </method>
18947       <method name="Void ConvertTest_9()">
18948         <size>97</size>
18949       </method>
18950       <method name="Void ConvertTest_10()">
18951         <size>163</size>
18952       </method>
18953       <method name="Void ConvertTest_11()">
18954         <size>101</size>
18955       </method>
18956       <method name="Void ConvertTest_12()">
18957         <size>141</size>
18958       </method>
18959       <method name="Void ConvertTest_13()">
18960         <size>86</size>
18961       </method>
18962       <method name="Void ConvertTest_14()">
18963         <size>88</size>
18964       </method>
18965       <method name="Void ConvertTest_15()">
18966         <size>132</size>
18967       </method>
18968       <method name="Void ConvertCheckedTest()">
18969         <size>82</size>
18970       </method>
18971       <method name="Void ConvertCheckedTest_2()">
18972         <size>83</size>
18973       </method>
18974       <method name="Void ConvertCheckedTest_3()">
18975         <size>93</size>
18976       </method>
18977       <method name="Void ConvertCheckedTest_4()">
18978         <size>102</size>
18979       </method>
18980       <method name="Void DivideTest()">
18981         <size>99</size>
18982       </method>
18983       <method name="Void DivideTest_2()">
18984         <size>185</size>
18985       </method>
18986       <method name="Void DivideTest_3()">
18987         <size>129</size>
18988       </method>
18989       <method name="Void DivideTest_4()">
18990         <size>192</size>
18991       </method>
18992       <method name="Void DivideTest_5()">
18993         <size>134</size>
18994       </method>
18995       <method name="Void DivideTest_6()">
18996         <size>196</size>
18997       </method>
18998       <method name="Void EqualTest()">
18999         <size>118</size>
19000       </method>
19001       <method name="Void EqualTest_2()">
19002         <size>168</size>
19003       </method>
19004       <method name="Void EqualTest_3()">
19005         <size>125</size>
19006       </method>
19007       <method name="Void EqualTest_4()">
19008         <size>210</size>
19009       </method>
19010       <method name="Void EqualTest_5()">
19011         <size>176</size>
19012       </method>
19013       <method name="Void EqualTest_6()">
19014         <size>119</size>
19015       </method>
19016       <method name="Void EqualTest_7()">
19017         <size>167</size>
19018       </method>
19019       <method name="Void EqualTest_8()">
19020         <size>116</size>
19021       </method>
19022       <method name="Void EqualTest_9()">
19023         <size>146</size>
19024       </method>
19025       <method name="Void EqualTest_10()">
19026         <size>169</size>
19027       </method>
19028       <method name="Void EqualTest_11()">
19029         <size>132</size>
19030       </method>
19031       <method name="Void EqualTest_12()">
19032         <size>127</size>
19033       </method>
19034       <method name="Void EqualTest_13()">
19035         <size>124</size>
19036       </method>
19037       <method name="Void EqualTestDelegate()">
19038         <size>113</size>
19039       </method>
19040       <method name="Void EqualTestDelegate_2()">
19041         <size>312</size>
19042       </method>
19043       <method name="Void ExclusiveOrTest()">
19044         <size>115</size>
19045       </method>
19046       <method name="Void ExclusiveOrTest_2()">
19047         <size>183</size>
19048       </method>
19049       <method name="Void ExclusiveOrTest_3()">
19050         <size>129</size>
19051       </method>
19052       <method name="Void ExclusiveOrTest_4()">
19053         <size>192</size>
19054       </method>
19055       <method name="Void ExclusiveOrTest_5()">
19056         <size>197</size>
19057       </method>
19058       <method name="Void ExclusiveOrTest_6()">
19059         <size>161</size>
19060       </method>
19061       <method name="Void ExclusiveOrTest_7()">
19062         <size>198</size>
19063       </method>
19064       <method name="Void ExclusiveOrTest_8()">
19065         <size>164</size>
19066       </method>
19067       <method name="Void GreaterThanTest()">
19068         <size>99</size>
19069       </method>
19070       <method name="Void GreaterThanTest_2()">
19071         <size>154</size>
19072       </method>
19073       <method name="Void GreaterThanTest_3()">
19074         <size>125</size>
19075       </method>
19076       <method name="Void GreaterThanTest_4()">
19077         <size>210</size>
19078       </method>
19079       <method name="Void GreaterThanTest_5()">
19080         <size>209</size>
19081       </method>
19082       <method name="Void GreaterThanTest_6()">
19083         <size>102</size>
19084       </method>
19085       <method name="Void GreaterThanTest_7()">
19086         <size>146</size>
19087       </method>
19088       <method name="Void GreaterThanTest_8()">
19089         <size>169</size>
19090       </method>
19091       <method name="Void GreaterThanOrEqualTest()">
19092         <size>99</size>
19093       </method>
19094       <method name="Void GreaterThanOrEqualTest_2()">
19095         <size>169</size>
19096       </method>
19097       <method name="Void GreaterThanOrEqualTest_3()">
19098         <size>130</size>
19099       </method>
19100       <method name="Void GreaterThanOrEqualTest_4()">
19101         <size>210</size>
19102       </method>
19103       <method name="Void GreaterThanOrEqualTest_5()">
19104         <size>209</size>
19105       </method>
19106       <method name="Void GreaterThanOrEqualTest_6()">
19107         <size>102</size>
19108       </method>
19109       <method name="Void GreaterThanOrEqualTest_7()">
19110         <size>146</size>
19111       </method>
19112       <method name="Void GreaterThanOrEqualTest_8()">
19113         <size>169</size>
19114       </method>
19115       <method name="Void InvokeTest()">
19116         <size>90</size>
19117       </method>
19118       <method name="Void InvokeTest_2()">
19119         <size>138</size>
19120       </method>
19121       <method name="Void LeftShiftTest()">
19122         <size>155</size>
19123       </method>
19124       <method name="Void LeftShiftTest_2()">
19125         <size>162</size>
19126       </method>
19127       <method name="Void LeftShiftTest_3()">
19128         <size>184</size>
19129       </method>
19130       <method name="Void LeftShiftTest_4()">
19131         <size>261</size>
19132       </method>
19133       <method name="Void LeftShiftTest_5()">
19134         <size>110</size>
19135       </method>
19136       <method name="Void LessThanTest()">
19137         <size>99</size>
19138       </method>
19139       <method name="Void LessThanTest_2()">
19140         <size>154</size>
19141       </method>
19142       <method name="Void LessThanTest_3()">
19143         <size>125</size>
19144       </method>
19145       <method name="Void LessThanTest_4()">
19146         <size>210</size>
19147       </method>
19148       <method name="Void LessThanTest_5()">
19149         <size>209</size>
19150       </method>
19151       <method name="Void LessThanTest_6()">
19152         <size>102</size>
19153       </method>
19154       <method name="Void LessThanTest_7()">
19155         <size>146</size>
19156       </method>
19157       <method name="Void LessThanTest_8()">
19158         <size>169</size>
19159       </method>
19160       <method name="Void LessThanOrEqualTest()">
19161         <size>99</size>
19162       </method>
19163       <method name="Void LessThanOrEqualTest_2()">
19164         <size>169</size>
19165       </method>
19166       <method name="Void LessThanOrEqualTest_3()">
19167         <size>125</size>
19168       </method>
19169       <method name="Void LessThanOrEqualTest_4()">
19170         <size>210</size>
19171       </method>
19172       <method name="Void LessThanOrEqualTest_5()">
19173         <size>209</size>
19174       </method>
19175       <method name="Void LessThanOrEqualTest_6()">
19176         <size>102</size>
19177       </method>
19178       <method name="Void LessThanOrEqualTest_7()">
19179         <size>146</size>
19180       </method>
19181       <method name="Void LessThanOrEqualTest_8()">
19182         <size>169</size>
19183       </method>
19184       <method name="Void ListInitTest()">
19185         <size>404</size>
19186       </method>
19187       <method name="Void ListInitTest_2()">
19188         <size>292</size>
19189       </method>
19190       <method name="Void MemberAccessTest()">
19191         <size>132</size>
19192       </method>
19193       <method name="Void MemberAccessTest_2()">
19194         <size>63</size>
19195       </method>
19196       <method name="Void MemberAccessTest_3()">
19197         <size>113</size>
19198       </method>
19199       <method name="Void MemberAccessTest_4()">
19200         <size>91</size>
19201       </method>
19202       <method name="Void MemberAccessTest_5()">
19203         <size>39</size>
19204       </method>
19205       <method name="Void MemberAccessTest_6()">
19206         <size>104</size>
19207       </method>
19208       <method name="Void MemberAccessTest_7()">
19209         <size>109</size>
19210       </method>
19211       <method name="Void MemberAccessTest_8()">
19212         <size>63</size>
19213       </method>
19214       <method name="Void MemberAccessTest_9()">
19215         <size>91</size>
19216       </method>
19217       <method name="Void MemberInitTest()">
19218         <size>302</size>
19219       </method>
19220       <method name="Void MemberInitTest_2()">
19221         <size>250</size>
19222       </method>
19223       <method name="Void MemberInitTest_3()">
19224         <size>124</size>
19225       </method>
19226       <method name="Void ModuloTest()">
19227         <size>100</size>
19228       </method>
19229       <method name="Void ModuloTest_2()">
19230         <size>185</size>
19231       </method>
19232       <method name="Void ModuloTest_3()">
19233         <size>129</size>
19234       </method>
19235       <method name="Void ModuloTest_4()">
19236         <size>192</size>
19237       </method>
19238       <method name="Void ModuloTest_5()">
19239         <size>133</size>
19240       </method>
19241       <method name="Void ModuloTest_6()">
19242         <size>200</size>
19243       </method>
19244       <method name="Void ModuloTest_7()">
19245         <size>110</size>
19246       </method>
19247       <method name="Void MultiplyTest()">
19248         <size>131</size>
19249       </method>
19250       <method name="Void MultiplyTest_2()">
19251         <size>185</size>
19252       </method>
19253       <method name="Void MultiplyTest_3()">
19254         <size>133</size>
19255       </method>
19256       <method name="Void MultiplyTest_4()">
19257         <size>195</size>
19258       </method>
19259       <method name="Void MultiplyTest_5()">
19260         <size>137</size>
19261       </method>
19262       <method name="Void MultiplyTest_6()">
19263         <size>202</size>
19264       </method>
19265       <method name="Void MultiplyTest_7()">
19266         <size>110</size>
19267       </method>
19268       <method name="Void MultiplyCheckedTest()">
19269         <size>122</size>
19270       </method>
19271       <method name="Void MultiplyCheckedTest_2()">
19272         <size>192</size>
19273       </method>
19274       <method name="Void MultiplyCheckedTest_3()">
19275         <size>133</size>
19276       </method>
19277       <method name="Void MultiplyCheckedTest_4()">
19278         <size>121</size>
19279       </method>
19280       <method name="Void MultiplyCheckedTest_5()">
19281         <size>124</size>
19282       </method>
19283       <method name="Void NegateTest()">
19284         <size>72</size>
19285       </method>
19286       <method name="Void NegateTest_2()">
19287         <size>92</size>
19288       </method>
19289       <method name="Void NegateTest_3()">
19290         <size>130</size>
19291       </method>
19292       <method name="Void NegateTest_4()">
19293         <size>97</size>
19294       </method>
19295       <method name="Void NegateTest_5()">
19296         <size>141</size>
19297       </method>
19298       <method name="Void NegateTest_6()">
19299         <size>121</size>
19300       </method>
19301       <method name="Void NegateTest_7()">
19302         <size>132</size>
19303       </method>
19304       <method name="Void NegateTest_8()">
19305         <size>97</size>
19306       </method>
19307       <method name="Void NegateTest_9()">
19308         <size>87</size>
19309       </method>
19310       <method name="Void NegateTestChecked()">
19311         <size>91</size>
19312       </method>
19313       <method name="Void NegateTestChecked_2()">
19314         <size>137</size>
19315       </method>
19316       <method name="Void NegateTestChecked_3()">
19317         <size>97</size>
19318       </method>
19319       <method name="Void NegateTestChecked_4()">
19320         <size>86</size>
19321       </method>
19322       <method name="Void NewArrayInitTest()">
19323         <size>92</size>
19324       </method>
19325       <method name="Void NewArrayInitTest_2()">
19326         <size>64</size>
19327       </method>
19328       <method name="Void NewArrayInitTest_3()">
19329         <size>136</size>
19330       </method>
19331       <method name="Void NewArrayInitTest_4()">
19332         <size>120</size>
19333       </method>
19334       <method name="Void NewArrayBoundsTest()">
19335         <size>123</size>
19336       </method>
19337       <method name="Void NewArrayBoundsTest_2()">
19338         <size>123</size>
19339       </method>
19340       <method name="Void NewTest()">
19341         <size>93</size>
19342       </method>
19343       <method name="Void NewTest_2()">
19344         <size>61</size>
19345       </method>
19346       <method name="Void NewTest_3()">
19347         <size>98</size>
19348       </method>
19349       <method name="Void NewTest_4()">
19350         <size>252</size>
19351       </method>
19352       <method name="Void NewTest_5()">
19353         <size>371</size>
19354       </method>
19355       <method name="Void NotTest()">
19356         <size>70</size>
19357       </method>
19358       <method name="Void NotTest_2()">
19359         <size>113</size>
19360       </method>
19361       <method name="Void NotTest_3()">
19362         <size>71</size>
19363       </method>
19364       <method name="Void NotTest_4()">
19365         <size>105</size>
19366       </method>
19367       <method name="Void NotTest_5()">
19368         <size>73</size>
19369       </method>
19370       <method name="Void NotTest_6()">
19371         <size>104</size>
19372       </method>
19373       <method name="Void NotNullableTest()">
19374         <size>114</size>
19375       </method>
19376       <method name="Void NotNullableTest_2()">
19377         <size>134</size>
19378       </method>
19379       <method name="Void NotNullableTest_3()">
19380         <size>130</size>
19381       </method>
19382       <method name="Void NotNullableTest_4()">
19383         <size>149</size>
19384       </method>
19385       <method name="Void NotNullableTest_5()">
19386         <size>148</size>
19387       </method>
19388       <method name="Void NotEqualTest()">
19389         <size>118</size>
19390       </method>
19391       <method name="Void NotEqualTest_2()">
19392         <size>166</size>
19393       </method>
19394       <method name="Void NotEqualTest_3()">
19395         <size>125</size>
19396       </method>
19397       <method name="Void NotEqualTest_4()">
19398         <size>210</size>
19399       </method>
19400       <method name="Void NotEqualTest_5()">
19401         <size>176</size>
19402       </method>
19403       <method name="Void NotEqualTest_6()">
19404         <size>119</size>
19405       </method>
19406       <method name="Void NotEqualTest_7()">
19407         <size>167</size>
19408       </method>
19409       <method name="Void NotEqualTest_8()">
19410         <size>116</size>
19411       </method>
19412       <method name="Void NotEqualTest_9()">
19413         <size>146</size>
19414       </method>
19415       <method name="Void NotEqualTest_10()">
19416         <size>169</size>
19417       </method>
19418       <method name="Void NotEqualTest_11()">
19419         <size>132</size>
19420       </method>
19421       <method name="Void OrTest()">
19422         <size>141</size>
19423       </method>
19424       <method name="Void OrTest_2()">
19425         <size>129</size>
19426       </method>
19427       <method name="Void OrTest_3()">
19428         <size>161</size>
19429       </method>
19430       <method name="Void OrNullableTest()">
19431         <size>382</size>
19432       </method>
19433       <method name="Void OrNullableTest_2()">
19434         <size>186</size>
19435       </method>
19436       <method name="Void OrNullableTest_3()">
19437         <size>176</size>
19438       </method>
19439       <method name="Void OrNullableTest_4()">
19440         <size>198</size>
19441       </method>
19442       <method name="Void OrElseTest()">
19443         <size>97</size>
19444       </method>
19445       <method name="Void OrElseTest_2()">
19446         <size>167</size>
19447       </method>
19448       <method name="Void ParameterTest()">
19449         <size>73</size>
19450       </method>
19451       <method name="Void ParameterTest_2()">
19452         <size>75</size>
19453       </method>
19454       <method name="Void ParameterTest_3()">
19455         <size>73</size>
19456       </method>
19457       <method name="Void ParameterTest_4()">
19458         <size>100</size>
19459       </method>
19460       <method name="Void QuoteTest()">
19461         <size>85</size>
19462       </method>
19463       <method name="Void RightShiftTest()">
19464         <size>152</size>
19465       </method>
19466       <method name="Void RightShiftTest_2()">
19467         <size>159</size>
19468       </method>
19469       <method name="Void RightShiftTest_3()">
19470         <size>184</size>
19471       </method>
19472       <method name="Void RightShiftTest_4()">
19473         <size>258</size>
19474       </method>
19475       <method name="Void SubtractTest()">
19476         <size>100</size>
19477       </method>
19478       <method name="Void SubtractTest_2()">
19479         <size>119</size>
19480       </method>
19481       <method name="Void SubtractTest_3()">
19482         <size>130</size>
19483       </method>
19484       <method name="Void SubtractTest_4()">
19485         <size>192</size>
19486       </method>
19487       <method name="Void SubtractTest_5()">
19488         <size>134</size>
19489       </method>
19490       <method name="Void SubtractTest_6()">
19491         <size>160</size>
19492       </method>
19493       <method name="Void SubtractTest_7()">
19494         <size>113</size>
19495       </method>
19496       <method name="Void SubtractTest_8()">
19497         <size>146</size>
19498       </method>
19499       <method name="Void SubtractTest_9()">
19500         <size>142</size>
19501       </method>
19502       <method name="Void SubtractTest_10()">
19503         <size>161</size>
19504       </method>
19505       <method name="Void SubtractTest_11()">
19506         <size>157</size>
19507       </method>
19508       <method name="Void SubtractCheckedTest()">
19509         <size>127</size>
19510       </method>
19511       <method name="Void SubtractCheckedTest_2()">
19512         <size>185</size>
19513       </method>
19514       <method name="Void SubtractCheckedTest_3()">
19515         <size>130</size>
19516       </method>
19517       <method name="Void SubtractCheckedTest_4()">
19518         <size>121</size>
19519       </method>
19520       <method name="Void TypeAsTest()">
19521         <size>80</size>
19522       </method>
19523       <method name="Void TypeAsTest_2()">
19524         <size>144</size>
19525       </method>
19526       <method name="Void TypeAsTest_3()">
19527         <size>85</size>
19528       </method>
19529       <method name="Void TypeIsTest()">
19530         <size>103</size>
19531       </method>
19532       <method name="Void TypeIsTest_2()">
19533         <size>103</size>
19534       </method>
19535       <method name="Void TypeIsTest_3()">
19536         <size>85</size>
19537       </method>
19538       <method name="Void TypeIsTest_5()">
19539         <size>74</size>
19540       </method>
19541       <method name="Void TypeIsTest_6()">
19542         <size>111</size>
19543       </method>
19544       <method name="Void UnaryPlusTest()">
19545         <size>67</size>
19546       </method>
19547       <method name="Void UnaryPlusTest_2()">
19548         <size>47</size>
19549       </method>
19550       <method name="Void UnaryPlusTest_3()">
19551         <size>97</size>
19552       </method>
19553       <method name="Void UnaryPlusTest_4()">
19554         <size>141</size>
19555       </method>
19556       <method name="Void UnaryPlusTest_5()">
19557         <size>140</size>
19558       </method>
19559       <method name="System.String InstanceMethod(System.String)">
19560         <size>2</size>
19561       </method>
19562       <method name="System.Object InstanceParamsMethod(Int32, System.Object[])">
19563         <size>30</size>
19564       </method>
19565       <method name="Int32 TestInt()">
19566         <size>3</size>
19567       </method>
19568       <method name="Void RefMethod(Int32 ByRef)">
19569         <size>8</size>
19570       </method>
19571       <method name="Boolean RunTest(System.Reflection.MethodInfo)">
19572         <size>87</size>
19573       </method>
19574       <method name="Int32 Main()">
19575         <size>179</size>
19576       </method>
19577     </type>
19578     <type name="Tester+EmptyDelegate">
19579       <method name="Void .ctor(Object, IntPtr)">
19580         <size>0</size>
19581       </method>
19582       <method name="Void Invoke()">
19583         <size>0</size>
19584       </method>
19585       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19586         <size>0</size>
19587       </method>
19588       <method name="Void EndInvoke(IAsyncResult)">
19589         <size>0</size>
19590       </method>
19591     </type>
19592     <type name="Tester+IntDelegate">
19593       <method name="Void .ctor(Object, IntPtr)">
19594         <size>0</size>
19595       </method>
19596       <method name="Int32 Invoke()">
19597         <size>0</size>
19598       </method>
19599       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19600         <size>0</size>
19601       </method>
19602       <method name="Int32 EndInvoke(IAsyncResult)">
19603         <size>0</size>
19604       </method>
19605     </type>
19606     <type name="&lt;&gt;__AnonType0`2[&lt;A&gt;__T,&lt;Value&gt;__T]">
19607       <method name="Void .ctor(&lt;A&gt;__T, &lt;Value&gt;__T)">
19608         <size>21</size>
19609       </method>
19610       <method name="&lt;A&gt;__T get_A()">
19611         <size>7</size>
19612       </method>
19613       <method name="&lt;Value&gt;__T get_Value()">
19614         <size>7</size>
19615       </method>
19616       <method name="Boolean Equals(System.Object)">
19617         <size>69</size>
19618       </method>
19619       <method name="Int32 GetHashCode()">
19620         <size>86</size>
19621       </method>
19622       <method name="System.String ToString()">
19623         <size>142</size>
19624       </method>
19625     </type>
19626     <type name="Tester">
19627       <method name="Void &lt;EqualTestDelegate_2&gt;m__0()">
19628         <size>1</size>
19629       </method>
19630       <method name="Void &lt;EqualTestDelegate_2&gt;m__1()">
19631         <size>1</size>
19632       </method>
19633       <method name="Void &lt;EqualTestDelegate_2&gt;m__2()">
19634         <size>1</size>
19635       </method>
19636       <method name="Void &lt;EqualTestDelegate_2&gt;m__3()">
19637         <size>1</size>
19638       </method>
19639       <method name="Void &lt;EqualTestDelegate_2&gt;m__4()">
19640         <size>1</size>
19641       </method>
19642       <method name="System.String &lt;InvokeTest_2&gt;m__5(Int32)">
19643         <size>12</size>
19644       </method>
19645       <method name="Boolean &lt;Main&gt;m__6(System.Reflection.MethodInfo)">
19646         <size>12</size>
19647       </method>
19648       <method name="System.String &lt;Main&gt;m__7(System.Reflection.MethodInfo)">
19649         <size>7</size>
19650       </method>
19651       <method name="Boolean &lt;Main&gt;m__8(System.Reflection.MethodInfo)">
19652         <size>7</size>
19653       </method>
19654       <method name="Boolean &lt;Main&gt;m__9(Boolean)">
19655         <size>5</size>
19656       </method>
19657       <method name="Void NewArrayInitTest_5()">
19658         <size>158</size>
19659       </method>
19660       <method name="Void ConditionTest_5()">
19661         <size>107</size>
19662       </method>
19663       <method name="Void AndTest_4()">
19664         <size>92</size>
19665       </method>
19666       <method name="Void MemberInitTest_4()">
19667         <size>66</size>
19668       </method>
19669       <method name="Void NewTest_6()">
19670         <size>182</size>
19671       </method>
19672     </type>
19673     <type name="InverseLogicalOperator">
19674       <method name="Void .ctor(Boolean)">
19675         <size>8</size>
19676       </method>
19677       <method name="Boolean op_True(InverseLogicalOperator)">
19678         <size>8</size>
19679       </method>
19680       <method name="Boolean op_False(InverseLogicalOperator)">
19681         <size>8</size>
19682       </method>
19683     </type>
19684     <type name="MyType">
19685       <method name="Void .ctor(Int32)">
19686         <size>8</size>
19687       </method>
19688       <method name="Int16 get_ShortProp()">
19689         <size>7</size>
19690       </method>
19691       <method name="Void set_ShortProp(Int16)">
19692         <size>8</size>
19693       </method>
19694       <method name="Int32 GetHashCode()">
19695         <size>6</size>
19696       </method>
19697       <method name="System.String ToString()">
19698         <size>12</size>
19699       </method>
19700       <method name="Int32 op_Implicit(MyType)">
19701         <size>8</size>
19702       </method>
19703       <method name="Boolean op_True(MyType)">
19704         <size>16</size>
19705       </method>
19706       <method name="Boolean op_False(MyType)">
19707         <size>19</size>
19708       </method>
19709       <method name="MyType op_Addition(MyType, MyType)">
19710         <size>21</size>
19711       </method>
19712       <method name="MyType op_Subtraction(MyType, MyType)">
19713         <size>21</size>
19714       </method>
19715       <method name="MyType op_Division(MyType, MyType)">
19716         <size>21</size>
19717       </method>
19718       <method name="MyType op_Multiply(MyType, MyType)">
19719         <size>21</size>
19720       </method>
19721       <method name="MyType op_Modulus(MyType, MyType)">
19722         <size>21</size>
19723       </method>
19724       <method name="MyType op_BitwiseAnd(MyType, MyType)">
19725         <size>21</size>
19726       </method>
19727       <method name="MyType op_BitwiseOr(MyType, MyType)">
19728         <size>21</size>
19729       </method>
19730       <method name="MyType op_ExclusiveOr(MyType, MyType)">
19731         <size>21</size>
19732       </method>
19733       <method name="Boolean op_Equality(MyType, MyType)">
19734         <size>17</size>
19735       </method>
19736       <method name="Boolean op_Inequality(MyType, MyType)">
19737         <size>20</size>
19738       </method>
19739       <method name="Boolean op_GreaterThan(MyType, MyType)">
19740         <size>17</size>
19741       </method>
19742       <method name="Boolean op_LessThan(MyType, MyType)">
19743         <size>17</size>
19744       </method>
19745       <method name="Boolean op_GreaterThanOrEqual(MyType, MyType)">
19746         <size>20</size>
19747       </method>
19748       <method name="Boolean op_LessThanOrEqual(MyType, MyType)">
19749         <size>20</size>
19750       </method>
19751       <method name="Boolean op_LogicalNot(MyType)">
19752         <size>11</size>
19753       </method>
19754       <method name="Int32 op_RightShift(MyType, Int32)">
19755         <size>13</size>
19756       </method>
19757       <method name="Int32 op_LeftShift(MyType, Int32)">
19758         <size>13</size>
19759       </method>
19760       <method name="MyType op_UnaryNegation(MyType)">
19761         <size>14</size>
19762       </method>
19763       <method name="MyType op_UnaryPlus(MyType)">
19764         <size>13</size>
19765       </method>
19766     </type>
19767     <type name="MyTypeImplicitOnly">
19768       <method name="Void .ctor(Int16)">
19769         <size>8</size>
19770       </method>
19771       <method name="Int16 op_Implicit(MyTypeImplicitOnly)">
19772         <size>8</size>
19773       </method>
19774     </type>
19775     <type name="Tester">
19776       <method name="Void EqualTest_14()">
19777         <size>101</size>
19778       </method>
19779     </type>
19780     <type name="Tester+&lt;ConvertTest_9&gt;c__AnonStorey0">
19781       <method name="Void .ctor()">
19782         <size>7</size>
19783       </method>
19784     </type>
19785     <type name="Tester">
19786       <method name="Void NewArrayInitTest_6()">
19787         <size>103</size>
19788       </method>
19789       <method name="Void LambdaTest()">
19790         <size>89</size>
19791       </method>
19792       <method name="Void EqualTest_15()">
19793         <size>159</size>
19794       </method>
19795       <method name="Void ArrayIndexTest_6()">
19796         <size>122</size>
19797       </method>
19798       <method name="Void ArrayIndexTest_7()">
19799         <size>128</size>
19800       </method>
19801       <method name="Void NewArrayBoundsTest_3()">
19802         <size>85</size>
19803       </method>
19804       <method name="Void NewArrayBoundsTest_4()">
19805         <size>82</size>
19806       </method>
19807     </type>
19808     <type name="&lt;PrivateImplementationDetails&gt;">
19809       <method name="Void .ctor()">
19810         <size>7</size>
19811       </method>
19812     </type>
19813     <type name="Tester">
19814       <method name="Void LeftShiftTest_6()">
19815         <size>155</size>
19816       </method>
19817       <method name="Void RightShiftTest_5()">
19818         <size>152</size>
19819       </method>
19820       <method name="Void QuoteTest_2()">
19821         <size>99</size>
19822       </method>
19823     </type>
19824     <type name="Tester+&lt;MemberAccessTest&gt;c__AnonStorey1">
19825       <method name="Void .ctor()">
19826         <size>7</size>
19827       </method>
19828     </type>
19829     <type name="Tester+&lt;MemberAccessTest_3&gt;c__AnonStorey2">
19830       <method name="Void .ctor()">
19831         <size>7</size>
19832       </method>
19833     </type>
19834     <type name="Tester+&lt;MemberAccessTest_4&gt;c__AnonStorey3">
19835       <method name="Void .ctor()">
19836         <size>7</size>
19837       </method>
19838     </type>
19839     <type name="Tester+&lt;MemberAccessTest_6&gt;c__AnonStorey4">
19840       <method name="Void .ctor()">
19841         <size>7</size>
19842       </method>
19843     </type>
19844     <type name="Tester+&lt;MemberAccessTest_9&gt;c__AnonStorey5">
19845       <method name="Void .ctor()">
19846         <size>7</size>
19847       </method>
19848     </type>
19849     <type name="Tester">
19850       <method name="Void NewTest_7()">
19851         <size>53</size>
19852       </method>
19853       <method name="Void ConvertTest_16()">
19854         <size>81</size>
19855       </method>
19856       <method name="Int32 ReturnNumber()">
19857         <size>2</size>
19858       </method>
19859       <method name="Void EqualTestDelegate_3()">
19860         <size>212</size>
19861       </method>
19862     </type>
19863   </test>
19864   <test name="gtest-etree-02.cs">
19865     <type name="M">
19866       <method name="Void .ctor()">
19867         <size>7</size>
19868       </method>
19869       <method name="Void Foo[T](System.Linq.Expressions.Expression`1[System.Func`2[T,T]])">
19870         <size>1</size>
19871       </method>
19872       <method name="System.String Param(System.String)">
19873         <size>114</size>
19874       </method>
19875       <method name="Int32 Main()">
19876         <size>157</size>
19877       </method>
19878     </type>
19879     <type name="M+&lt;Param&gt;c__AnonStorey0">
19880       <method name="Void .ctor()">
19881         <size>7</size>
19882       </method>
19883     </type>
19884   </test>
19885   <test name="gtest-etree-03.cs">
19886     <type name="C">
19887       <method name="Void .ctor()">
19888         <size>7</size>
19889       </method>
19890       <method name="Int32 Main()">
19891         <size>6</size>
19892       </method>
19893     </type>
19894     <type name="S`1[T]">
19895       <method name="Int32 Test()">
19896         <size>145</size>
19897       </method>
19898     </type>
19899   </test>
19900   <test name="gtest-etree-04.cs">
19901     <type name="C">
19902       <method name="Void .ctor()">
19903         <size>7</size>
19904       </method>
19905       <method name="Int32 Main()">
19906         <size>366</size>
19907       </method>
19908     </type>
19909     <type name="C+&lt;Main&gt;c__AnonStorey0">
19910       <method name="Void .ctor()">
19911         <size>7</size>
19912       </method>
19913     </type>
19914     <type name="Foo">
19915       <method name="Boolean op_GreaterThan(Foo, Foo)">
19916         <size>6</size>
19917       </method>
19918       <method name="Boolean op_LessThan(Foo, Foo)">
19919         <size>6</size>
19920       </method>
19921       <method name="Boolean op_Equality(Foo, Foo)">
19922         <size>6</size>
19923       </method>
19924       <method name="Boolean op_Inequality(Foo, Foo)">
19925         <size>6</size>
19926       </method>
19927     </type>
19928   </test>
19929   <test name="gtest-etree-05.cs">
19930     <type name="C">
19931       <method name="Void .ctor()">
19932         <size>7</size>
19933       </method>
19934       <method name="Void Assert[T](T, T)">
19935         <size>46</size>
19936       </method>
19937       <method name="Void AssertNodeType(System.Linq.Expressions.LambdaExpression, ExpressionType)">
19938         <size>56</size>
19939       </method>
19940       <method name="Int32 Main()">
19941         <size>350</size>
19942       </method>
19943     </type>
19944   </test>
19945   <test name="gtest-etree-06.cs">
19946     <type name="Test">
19947       <method name="Void .ctor()">
19948         <size>7</size>
19949       </method>
19950       <method name="Int32 Main()">
19951         <size>45</size>
19952       </method>
19953       <method name="Int32 Value()">
19954         <size>2</size>
19955       </method>
19956     </type>
19957   </test>
19958   <test name="gtest-etree-07.cs">
19959     <type name="C">
19960       <method name="Void .ctor()">
19961         <size>7</size>
19962       </method>
19963       <method name="Void Test()">
19964         <size>14</size>
19965       </method>
19966       <method name="Int32* Foo()">
19967         <size>3</size>
19968       </method>
19969       <method name="Int32 Main()">
19970         <size>519</size>
19971       </method>
19972     </type>
19973     <type name="EmptyDelegate">
19974       <method name="Void .ctor(Object, IntPtr)">
19975         <size>0</size>
19976       </method>
19977       <method name="Void Invoke()">
19978         <size>0</size>
19979       </method>
19980       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19981         <size>0</size>
19982       </method>
19983       <method name="Void EndInvoke(IAsyncResult)">
19984         <size>0</size>
19985       </method>
19986     </type>
19987     <type name="UnsafeDelegate">
19988       <method name="Void .ctor(Object, IntPtr)">
19989         <size>0</size>
19990       </method>
19991       <method name="Int32* Invoke()">
19992         <size>0</size>
19993       </method>
19994       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
19995         <size>0</size>
19996       </method>
19997       <method name="Int32* EndInvoke(IAsyncResult)">
19998         <size>0</size>
19999       </method>
20000     </type>
20001   </test>
20002   <test name="gtest-etree-08.cs">
20003     <type name="Foo">
20004       <method name="Void .ctor()">
20005         <size>7</size>
20006       </method>
20007       <method name="Int32 ThisMethod()">
20008         <size>3</size>
20009       </method>
20010       <method name="Int32 Goo(Boolean)">
20011         <size>204</size>
20012       </method>
20013       <method name="Int32 Main()">
20014         <size>14</size>
20015       </method>
20016     </type>
20017     <type name="Foo+&lt;Goo&gt;c__AnonStorey0">
20018       <method name="Void .ctor()">
20019         <size>7</size>
20020       </method>
20021     </type>
20022   </test>
20023   <test name="gtest-etree-09.cs">
20024     <type name="Mono.C">
20025       <method name="Void .ctor()">
20026         <size>7</size>
20027       </method>
20028       <method name="Int32 Main()">
20029         <size>276</size>
20030       </method>
20031       <method name="System.Int64[] GetValues()">
20032         <size>18</size>
20033       </method>
20034     </type>
20035     <type name="Mono.C+&lt;Main&gt;c__AnonStorey0">
20036       <method name="Void .ctor()">
20037         <size>7</size>
20038       </method>
20039     </type>
20040     <type name="&lt;PrivateImplementationDetails&gt;">
20041       <method name="Void .ctor()">
20042         <size>7</size>
20043       </method>
20044     </type>
20045   </test>
20046   <test name="gtest-etree-10.cs">
20047     <type name="Foo`1[T]">
20048       <method name="Void .ctor()">
20049         <size>7</size>
20050       </method>
20051       <method name="Boolean ContainsAll[U](IEnumerable`1)">
20052         <size>191</size>
20053       </method>
20054       <method name="Boolean Contains(T)">
20055         <size>2</size>
20056       </method>
20057     </type>
20058     <type name="Program">
20059       <method name="Void .ctor()">
20060         <size>7</size>
20061       </method>
20062       <method name="Int32 Main()">
20063         <size>42</size>
20064       </method>
20065     </type>
20066     <type name="Foo`1+&lt;ContainsAll&gt;c__AnonStorey0`1[T,U]">
20067       <method name="Void .ctor()">
20068         <size>7</size>
20069       </method>
20070     </type>
20071     <type name="&lt;PrivateImplementationDetails&gt;">
20072       <method name="Void .ctor()">
20073         <size>7</size>
20074       </method>
20075     </type>
20076   </test>
20077   <test name="gtest-etree-11.cs">
20078     <type name="C">
20079       <method name="Void .ctor()">
20080         <size>7</size>
20081       </method>
20082       <method name="Void Main()">
20083         <size>12</size>
20084       </method>
20085     </type>
20086     <type name="Test">
20087       <method name="Void .ctor()">
20088         <size>7</size>
20089       </method>
20090       <method name="Void Invalid(Int32)">
20091         <size>124</size>
20092       </method>
20093       <method name="Void Other(System.Int32[])">
20094         <size>1</size>
20095       </method>
20096     </type>
20097     <type name="Test+&lt;Invalid&gt;c__AnonStorey0">
20098       <method name="Void .ctor()">
20099         <size>7</size>
20100       </method>
20101     </type>
20102   </test>
20103   <test name="gtest-etree-12.cs">
20104     <type name="TestCase">
20105       <method name="Void .cctor()">
20106         <size>68</size>
20107       </method>
20108       <method name="Boolean StaticMethodTakingAnExpression(System.Linq.Expressions.Expression`1[System.Func`2[System.Object,System.Boolean]])">
20109         <size>2</size>
20110       </method>
20111       <method name="Void DummyToMakeTheStaticsInitialize()">
20112         <size>1</size>
20113       </method>
20114     </type>
20115     <type name="Program">
20116       <method name="Void .ctor()">
20117         <size>7</size>
20118       </method>
20119       <method name="Int32 Main()">
20120         <size>7</size>
20121       </method>
20122     </type>
20123   </test>
20124   <test name="gtest-etree-13.cs">
20125     <type name="Program">
20126       <method name="Void .ctor()">
20127         <size>7</size>
20128       </method>
20129       <method name="Int32 Main()">
20130         <size>55</size>
20131       </method>
20132       <method name="IEnumerable`1 Test[T](Int32)">
20133         <size>30</size>
20134       </method>
20135     </type>
20136     <type name="Program+&lt;Test&gt;c__Iterator0`1[T]">
20137       <method name="Void .ctor()">
20138         <size>7</size>
20139       </method>
20140       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
20141         <size>7</size>
20142       </method>
20143       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20144         <size>12</size>
20145       </method>
20146       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20147         <size>7</size>
20148       </method>
20149       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
20150         <size>40</size>
20151       </method>
20152       <method name="Boolean MoveNext()">
20153         <size>108</size>
20154       </method>
20155       <method name="Void Dispose()">
20156         <size>8</size>
20157       </method>
20158       <method name="Void Reset()">
20159         <size>6</size>
20160       </method>
20161     </type>
20162   </test>
20163   <test name="gtest-etree-14.cs">
20164     <type name="Person">
20165       <method name="Void .ctor()">
20166         <size>7</size>
20167       </method>
20168       <method name="Int32 get_Age()">
20169         <size>7</size>
20170       </method>
20171       <method name="Void set_Age(Int32)">
20172         <size>8</size>
20173       </method>
20174     </type>
20175     <type name="Repro">
20176       <method name="Void .ctor()">
20177         <size>7</size>
20178       </method>
20179       <method name="Int32 Main()">
20180         <size>59</size>
20181       </method>
20182       <method name="IEnumerable`1 GetPersons[T](IEnumerable`1, Int32)">
20183         <size>44</size>
20184       </method>
20185       <method name="Boolean Test[T](T, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
20186         <size>13</size>
20187       </method>
20188     </type>
20189     <type name="Repro+&lt;GetPersons&gt;c__Iterator0`1[T]">
20190       <method name="Void .ctor()">
20191         <size>7</size>
20192       </method>
20193       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
20194         <size>7</size>
20195       </method>
20196       <method name="System.Object System.Collections.IEnumerator.get_Current()">
20197         <size>12</size>
20198       </method>
20199       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20200         <size>7</size>
20201       </method>
20202       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
20203         <size>52</size>
20204       </method>
20205       <method name="Boolean MoveNext()">
20206         <size>295</size>
20207       </method>
20208       <method name="Void Dispose()">
20209         <size>62</size>
20210       </method>
20211       <method name="Void Reset()">
20212         <size>6</size>
20213       </method>
20214     </type>
20215   </test>
20216   <test name="gtest-etree-15.cs">
20217     <type name="Foo">
20218       <method name="Int32 Helper(System.Linq.Expressions.Expression`1[System.Predicate`1[System.Int32]])">
20219         <size>2</size>
20220       </method>
20221       <method name="Void Main()">
20222         <size>190</size>
20223       </method>
20224     </type>
20225   </test>
20226   <test name="gtest-etree-16.cs">
20227     <type name="Program">
20228       <method name="Void .ctor()">
20229         <size>7</size>
20230       </method>
20231       <method name="Int32 Main()">
20232         <size>136</size>
20233       </method>
20234     </type>
20235     <type name="Foo">
20236       <method name="Void .ctor()">
20237         <size>7</size>
20238       </method>
20239     </type>
20240   </test>
20241   <test name="gtest-etree-17.cs">
20242     <type name="CompilerCrashTest.QueryCompiler">
20243       <method name="D Compile[D](System.Linq.Expressions.Expression`1[D])">
20244         <size>12</size>
20245       </method>
20246       <method name="System.Delegate Compile(System.Linq.Expressions.LambdaExpression)">
20247         <size>6</size>
20248       </method>
20249       <method name="Void Main()">
20250         <size>1</size>
20251       </method>
20252     </type>
20253   </test>
20254   <test name="gtest-etree-18.cs">
20255     <type name="FooBase">
20256       <method name="Void .ctor()">
20257         <size>7</size>
20258       </method>
20259     </type>
20260     <type name="Foo">
20261       <method name="Void .ctor()">
20262         <size>7</size>
20263       </method>
20264     </type>
20265     <type name="Program">
20266       <method name="Void .ctor()">
20267         <size>7</size>
20268       </method>
20269       <method name="Int32 Main()">
20270         <size>140</size>
20271       </method>
20272     </type>
20273   </test>
20274   <test name="gtest-etree-19.cs">
20275     <type name="Test">
20276       <method name="Void .ctor()">
20277         <size>7</size>
20278       </method>
20279       <method name="Int32 Main()">
20280         <size>20</size>
20281       </method>
20282       <method name="T Value[T]()">
20283         <size>76</size>
20284       </method>
20285     </type>
20286   </test>
20287   <test name="gtest-etree-20.cs">
20288     <type name="S">
20289       <method name="Int32 Main()">
20290         <size>215</size>
20291       </method>
20292     </type>
20293     <type name="A">
20294       <method name="A op_Implicit(S)">
20295         <size>6</size>
20296       </method>
20297       <method name="Void .ctor()">
20298         <size>7</size>
20299       </method>
20300     </type>
20301     <type name="B">
20302       <method name="Void .ctor()">
20303         <size>7</size>
20304       </method>
20305     </type>
20306   </test>
20307   <test name="gtest-etree-22.cs">
20308     <type name="FieldInfoBug.MonoRuntime">
20309       <method name="Int32 Main()">
20310         <size>13</size>
20311       </method>
20312       <method name="Void .ctor()">
20313         <size>7</size>
20314       </method>
20315     </type>
20316     <type name="FieldInfoBug.GenericClass`1[T]">
20317       <method name="Void .ctor(String)">
20318         <size>58</size>
20319       </method>
20320     </type>
20321     <type name="FieldInfoBug.GenericClass`1+&lt;GenericClass&gt;c__AnonStorey0[T]">
20322       <method name="Void .ctor()">
20323         <size>7</size>
20324       </method>
20325     </type>
20326   </test>
20327   <test name="gtest-etree-23.cs">
20328     <type name="Test.OrderBySpecification">
20329       <method name="Void .ctor(Expression`1)">
20330         <size>7</size>
20331       </method>
20332     </type>
20333     <type name="Test.RateOrderById">
20334       <method name="Int32 Main()">
20335         <size>8</size>
20336       </method>
20337       <method name="Void .ctor()">
20338         <size>44</size>
20339       </method>
20340     </type>
20341   </test>
20342   <test name="gtest-etree-24.cs">
20343     <type name="NotifyingProperty">
20344       <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]][])">
20345         <size>1</size>
20346       </method>
20347     </type>
20348     <type name="NotifyingPropertyTest">
20349       <method name="Void CreateDependent_NotifierNull()">
20350         <size>58</size>
20351       </method>
20352       <method name="Void CreateDependent_DependentsNull()">
20353         <size>83</size>
20354       </method>
20355       <method name="Void Main()">
20356         <size>1</size>
20357       </method>
20358       <method name="System.Object &lt;CreateDependent_DependentsNull&gt;m__0()">
20359         <size>2</size>
20360       </method>
20361       <method name="Void .ctor()">
20362         <size>7</size>
20363       </method>
20364     </type>
20365     <type name="NotifyingPropertyTest+&lt;CreateDependent_NotifierNull&gt;c__AnonStorey0">
20366       <method name="Void .ctor()">
20367         <size>7</size>
20368       </method>
20369     </type>
20370     <type name="NotifyingPropertyTest+&lt;CreateDependent_DependentsNull&gt;c__AnonStorey1">
20371       <method name="Void .ctor()">
20372         <size>7</size>
20373       </method>
20374     </type>
20375   </test>
20376   <test name="gtest-exmethod-01.cs">
20377     <type name="SimpleTest">
20378       <method name="System.String Prefix(System.String, System.String)">
20379         <size>8</size>
20380       </method>
20381     </type>
20382     <type name="M">
20383       <method name="Void .ctor()">
20384         <size>7</size>
20385       </method>
20386       <method name="Int32 Main()">
20387         <size>157</size>
20388       </method>
20389     </type>
20390   </test>
20391   <test name="gtest-exmethod-02.cs">
20392     <type name="M">
20393       <method name="Void .ctor()">
20394         <size>7</size>
20395       </method>
20396       <method name="Void Main()">
20397         <size>12</size>
20398       </method>
20399     </type>
20400     <type name="N.M">
20401       <method name="Void .ctor()">
20402         <size>7</size>
20403       </method>
20404       <method name="Void Test2()">
20405         <size>12</size>
20406       </method>
20407     </type>
20408   </test>
20409   <test name="gtest-exmethod-03.cs">
20410     <type name="A.A">
20411       <method name="Int32 Foo(Int32)">
20412         <size>2</size>
20413       </method>
20414       <method name="Int32 Foo(Int32, System.String)">
20415         <size>3</size>
20416       </method>
20417     </type>
20418     <type name="B.X">
20419       <method name="Int32 Foo(Int32)">
20420         <size>2</size>
20421       </method>
20422       <method name="Int32 Foo(Int32, Boolean)">
20423         <size>3</size>
20424       </method>
20425     </type>
20426     <type name="C.F">
20427       <method name="Boolean Foo(Byte)">
20428         <size>2</size>
20429       </method>
20430     </type>
20431     <type name="C.D.F">
20432       <method name="Int32 Foo(Int32)">
20433         <size>3</size>
20434       </method>
20435       <method name="Void TestX()">
20436         <size>9</size>
20437       </method>
20438     </type>
20439     <type name="C.M">
20440       <method name="Int32 Foo(Int32)">
20441         <size>2</size>
20442       </method>
20443       <method name="Int32 Main()">
20444         <size>61</size>
20445       </method>
20446     </type>
20447   </test>
20448   <test name="gtest-exmethod-04.cs">
20449     <type name="A.Test">
20450       <method name="System.String Test_1(Boolean)">
20451         <size>6</size>
20452       </method>
20453     </type>
20454     <type name="B.M">
20455       <method name="Void .ctor()">
20456         <size>7</size>
20457       </method>
20458       <method name="Void Main()">
20459         <size>12</size>
20460       </method>
20461     </type>
20462   </test>
20463   <test name="gtest-exmethod-05.cs">
20464     <type name="A.Test_A">
20465       <method name="System.String Test_1(System.String)">
20466         <size>6</size>
20467       </method>
20468     </type>
20469     <type name="A.Test_B">
20470       <method name="System.String Test_2(System.String)">
20471         <size>6</size>
20472       </method>
20473     </type>
20474     <type name="B.M">
20475       <method name="Void .ctor()">
20476         <size>7</size>
20477       </method>
20478       <method name="Void Main()">
20479         <size>23</size>
20480       </method>
20481     </type>
20482   </test>
20483   <test name="gtest-exmethod-06.cs">
20484     <type name="Gen">
20485       <method name="T Test_1[T](T)">
20486         <size>10</size>
20487       </method>
20488       <method name="System.String Test_1[T](System.String)">
20489         <size>6</size>
20490       </method>
20491     </type>
20492     <type name="B.M">
20493       <method name="Void .ctor()">
20494         <size>7</size>
20495       </method>
20496       <method name="Void Main()">
20497         <size>30</size>
20498       </method>
20499     </type>
20500   </test>
20501   <test name="gtest-exmethod-07.cs">
20502     <type name="E">
20503       <method name="Void ToReadOnly[T](IEnumerable`1)">
20504         <size>1</size>
20505       </method>
20506       <method name="Void To(IA)">
20507         <size>1</size>
20508       </method>
20509     </type>
20510     <type name="C">
20511       <method name="Void .ctor()">
20512         <size>7</size>
20513       </method>
20514       <method name="Void Main()">
20515         <size>1</size>
20516       </method>
20517       <method name="Void Test(IEnumerable`1)">
20518         <size>15</size>
20519       </method>
20520     </type>
20521   </test>
20522   <test name="gtest-exmethod-08.cs">
20523     <type name="C">
20524       <method name="Void .ctor()">
20525         <size>7</size>
20526       </method>
20527       <method name="Void Main()">
20528         <size>21</size>
20529       </method>
20530     </type>
20531   </test>
20532   <test name="gtest-exmethod-09.cs">
20533     <type name="Test">
20534       <method name="Void Foo[T](System.String)">
20535         <size>1</size>
20536       </method>
20537     </type>
20538     <type name="C">
20539       <method name="Void .ctor()">
20540         <size>7</size>
20541       </method>
20542       <method name="Void Main()">
20543         <size>11</size>
20544       </method>
20545     </type>
20546   </test>
20547   <test name="gtest-exmethod-10.cs">
20548     <type name="AExtensions">
20549       <method name="Int32 Round(Double)">
20550         <size>8</size>
20551       </method>
20552     </type>
20553     <type name="BExtensions">
20554       <method name="T GetBy[T](T[], Double)">
20555         <size>13</size>
20556       </method>
20557     </type>
20558     <type name="C">
20559       <method name="Void .ctor()">
20560         <size>7</size>
20561       </method>
20562       <method name="Void Main()">
20563         <size>1</size>
20564       </method>
20565     </type>
20566   </test>
20567   <test name="gtest-exmethod-11.cs">
20568     <type name="Test">
20569       <method name="Void .ctor()">
20570         <size>7</size>
20571       </method>
20572       <method name="Int32 Main(System.String[])">
20573         <size>20</size>
20574       </method>
20575     </type>
20576     <type name="Lol">
20577       <method name="Boolean OneEleven(System.Object)">
20578         <size>2</size>
20579       </method>
20580     </type>
20581   </test>
20582   <test name="gtest-exmethod-12.cs">
20583     <type name="Program">
20584       <method name="Void .ctor()">
20585         <size>7</size>
20586       </method>
20587       <method name="Void Main(System.String[])">
20588         <size>63</size>
20589       </method>
20590     </type>
20591     <type name="ChatClient">
20592       <method name="Void .ctor()">
20593         <size>7</size>
20594       </method>
20595       <method name="Void Say(System.String, System.String)">
20596         <size>13</size>
20597       </method>
20598     </type>
20599     <type name="ChatExtensions">
20600       <method name="Void Say(ChatClient, System.String, System.Collections.Specialized.StringCollection)">
20601         <size>64</size>
20602       </method>
20603     </type>
20604   </test>
20605   <test name="gtest-exmethod-13.cs">
20606     <type name="Foo">
20607       <method name="IEnumerable`1 Reverse[T](IEnumerable`1)">
20608         <size>2</size>
20609       </method>
20610       <method name="Void Main()">
20611         <size>23</size>
20612       </method>
20613     </type>
20614   </test>
20615   <test name="gtest-exmethod-14.cs">
20616     <type name="C">
20617       <method name="Void Bar[U](IA)">
20618         <size>7</size>
20619       </method>
20620       <method name="Void Foo[T](IA)">
20621         <size>1</size>
20622       </method>
20623       <method name="Void Foo(IA)">
20624         <size>7</size>
20625       </method>
20626       <method name="Void Main()">
20627         <size>1</size>
20628       </method>
20629     </type>
20630   </test>
20631   <test name="gtest-exmethod-15.cs">
20632     <type name="C">
20633       <method name="TAttribute GetCustomAttribute[TAttribute](ICustomAttributeProvider)">
20634         <size>15</size>
20635       </method>
20636       <method name="TAttribute[] GetCustomAttributes[TAttribute](ICustomAttributeProvider)">
20637         <size>2</size>
20638       </method>
20639       <method name="Void Main()">
20640         <size>1</size>
20641       </method>
20642     </type>
20643   </test>
20644   <test name="gtest-exmethod-16.cs">
20645     <type name="Rocks">
20646       <method name="Boolean Extension(System.String)">
20647         <size>2</size>
20648       </method>
20649       <method name="Boolean Extension(D)">
20650         <size>2</size>
20651       </method>
20652     </type>
20653     <type name="Program">
20654       <method name="Void .ctor()">
20655         <size>7</size>
20656       </method>
20657       <method name="Void add_e(D)">
20658         <size>24</size>
20659       </method>
20660       <method name="Void remove_e(D)">
20661         <size>24</size>
20662       </method>
20663       <method name="System.String get_Item(Int32)">
20664         <size>6</size>
20665       </method>
20666       <method name="System.String get_Property()">
20667         <size>6</size>
20668       </method>
20669       <method name="Void Main(System.String[])">
20670         <size>44</size>
20671       </method>
20672     </type>
20673     <type name="D">
20674       <method name="Void .ctor(Object, IntPtr)">
20675         <size>0</size>
20676       </method>
20677       <method name="System.String Invoke()">
20678         <size>0</size>
20679       </method>
20680       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20681         <size>0</size>
20682       </method>
20683       <method name="System.String EndInvoke(IAsyncResult)">
20684         <size>0</size>
20685       </method>
20686     </type>
20687   </test>
20688   <test name="gtest-exmethod-17.cs">
20689     <type name="MainClass">
20690       <method name="Void Main()">
20691         <size>45</size>
20692       </method>
20693     </type>
20694   </test>
20695   <test name="gtest-exmethod-18.cs">
20696     <type name="Foo">
20697       <method name="Void .ctor()">
20698         <size>7</size>
20699       </method>
20700       <method name="Boolean get_IsBar()">
20701         <size>2</size>
20702       </method>
20703     </type>
20704     <type name="FooExt">
20705       <method name="Boolean IsBar(Foo)">
20706         <size>7</size>
20707       </method>
20708     </type>
20709     <type name="Repro">
20710       <method name="Void .ctor()">
20711         <size>7</size>
20712       </method>
20713       <method name="Void Main()">
20714         <size>18</size>
20715       </method>
20716     </type>
20717   </test>
20718   <test name="gtest-exmethod-19.cs">
20719     <type name="Rocks">
20720       <method name="Int32 Test_2[T](IEnumerable`1)">
20721         <size>3</size>
20722       </method>
20723       <method name="System.String Test_1(System.String)">
20724         <size>12</size>
20725       </method>
20726     </type>
20727     <type name="Test">
20728       <method name="Void .ctor()">
20729         <size>7</size>
20730       </method>
20731       <method name="Int32 Main()">
20732         <size>142</size>
20733       </method>
20734     </type>
20735     <type name="Test+D">
20736       <method name="Void .ctor(Object, IntPtr)">
20737         <size>0</size>
20738       </method>
20739       <method name="System.String Invoke()">
20740         <size>0</size>
20741       </method>
20742       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
20743         <size>0</size>
20744       </method>
20745       <method name="System.String EndInvoke(IAsyncResult)">
20746         <size>0</size>
20747       </method>
20748     </type>
20749   </test>
20750   <test name="gtest-exmethod-20.cs">
20751     <type name="Outer.Inner.Test">
20752       <method name="Void .ctor()">
20753         <size>7</size>
20754       </method>
20755       <method name="Void M(I)">
20756         <size>13</size>
20757       </method>
20758       <method name="Void Main()">
20759         <size>1</size>
20760       </method>
20761     </type>
20762     <type name="Outer.ExtensionMethods">
20763       <method name="Void AddRange[T](I, IEnumerable`1)">
20764         <size>1</size>
20765       </method>
20766     </type>
20767   </test>
20768   <test name="gtest-exmethod-21.cs">
20769     <type name="Outer.Inner.Test">
20770       <method name="Void .ctor()">
20771         <size>7</size>
20772       </method>
20773       <method name="Void M(I)">
20774         <size>7</size>
20775       </method>
20776       <method name="Void Main()">
20777         <size>1</size>
20778       </method>
20779     </type>
20780     <type name="External.ExtensionMethods">
20781       <method name="Void AddRange(I)">
20782         <size>1</size>
20783       </method>
20784     </type>
20785   </test>
20786   <test name="gtest-exmethod-22.cs">
20787     <type name="Program">
20788       <method name="Void .ctor()">
20789         <size>7</size>
20790       </method>
20791       <method name="Int32 Main()">
20792         <size>8</size>
20793       </method>
20794     </type>
20795   </test>
20796   <test name="gtest-exmethod-23.cs">
20797     <type name="T">
20798       <method name="Void A(System.String, Int32)">
20799         <size>1</size>
20800       </method>
20801       <method name="Void Main()">
20802         <size>1</size>
20803       </method>
20804     </type>
20805   </test>
20806   <test name="gtest-exmethod-24.cs">
20807     <type name="Bar">
20808       <method name="Void .ctor()">
20809         <size>7</size>
20810       </method>
20811       <method name="Void Main()">
20812         <size>1</size>
20813       </method>
20814     </type>
20815   </test>
20816   <test name="gtest-exmethod-25.cs">
20817     <type name="Bar">
20818       <method name="Void .ctor()">
20819         <size>7</size>
20820       </method>
20821       <method name="Void Main()">
20822         <size>11</size>
20823       </method>
20824     </type>
20825   </test>
20826   <test name="gtest-exmethod-26.cs">
20827     <type name="test.TypeExtensions">
20828       <method name="Boolean IsNullable(System.Type)">
20829         <size>2</size>
20830       </method>
20831     </type>
20832     <type name="testmono.MainClass">
20833       <method name="Void .ctor()">
20834         <size>7</size>
20835       </method>
20836       <method name="Void Main()">
20837         <size>33</size>
20838       </method>
20839     </type>
20840   </test>
20841   <test name="gtest-exmethod-27.cs">
20842     <type name="Foo.Extensions">
20843       <method name="System.String AsString(IList`1)">
20844         <size>6</size>
20845       </method>
20846     </type>
20847     <type name="Bar.Program">
20848       <method name="Void .ctor()">
20849         <size>7</size>
20850       </method>
20851       <method name="Void Main()">
20852         <size>17</size>
20853       </method>
20854       <method name="System.String Pan(System.Byte[])">
20855         <size>7</size>
20856       </method>
20857     </type>
20858   </test>
20859   <test name="gtest-exmethod-28.cs">
20860     <type name="Foo">
20861       <method name="Void .ctor()">
20862         <size>7</size>
20863       </method>
20864     </type>
20865     <type name="Extensions">
20866       <method name="Boolean IsFoo(Foo)">
20867         <size>2</size>
20868       </method>
20869       <method name="Boolean IsBar(Bar)">
20870         <size>2</size>
20871       </method>
20872     </type>
20873     <type name="Bar">
20874       <method name="Void .ctor()">
20875         <size>7</size>
20876       </method>
20877     </type>
20878     <type name="Program">
20879       <method name="Void .ctor()">
20880         <size>7</size>
20881       </method>
20882       <method name="Void Main()">
20883         <size>1</size>
20884       </method>
20885     </type>
20886   </test>
20887   <test name="gtest-exmethod-29.cs">
20888     <type name="My">
20889       <method name="Void .ctor()">
20890         <size>7</size>
20891       </method>
20892     </type>
20893     <type name="Test">
20894       <method name="Int32 Main()">
20895         <size>40</size>
20896       </method>
20897       <method name="Int32 ContentTransferEncoding[T](My)">
20898         <size>2</size>
20899       </method>
20900       <method name="Int32 ContentTransferEncoding(My)">
20901         <size>2</size>
20902       </method>
20903     </type>
20904     <type name="My">
20905       <method name="Void set_ContentTransferEncoding(Boolean)">
20906         <size>1</size>
20907       </method>
20908     </type>
20909   </test>
20910   <test name="gtest-exmethod-30.cs">
20911     <type name="Test">
20912       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20913         <size>2</size>
20914       </method>
20915       <method name="Int32 get_First()">
20916         <size>2</size>
20917       </method>
20918       <method name="IEnumerator`1 GetEnumerator()">
20919         <size>2</size>
20920       </method>
20921       <method name="Void .ctor()">
20922         <size>7</size>
20923       </method>
20924     </type>
20925     <type name="C">
20926       <method name="Void Test()">
20927         <size>14</size>
20928       </method>
20929       <method name="Void Main()">
20930         <size>1</size>
20931       </method>
20932       <method name="Void .ctor()">
20933         <size>7</size>
20934       </method>
20935     </type>
20936   </test>
20937   <test name="gtest-exmethod-31.cs">
20938     <type name="N.S">
20939       <method name="Void Map[T](Int32, System.Func`2[T,System.String])">
20940         <size>1</size>
20941       </method>
20942     </type>
20943     <type name="N2.S2">
20944       <method name="Void Map(Int32, Int32)">
20945         <size>1</size>
20946       </method>
20947     </type>
20948     <type name="M.C">
20949       <method name="Void Main()">
20950         <size>8</size>
20951       </method>
20952       <method name="Void .ctor()">
20953         <size>7</size>
20954       </method>
20955     </type>
20956   </test>
20957   <test name="gtest-exmethod-32.cs">
20958     <type name="A">
20959       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
20960         <size>2</size>
20961       </method>
20962       <method name="Int32 get_Count()">
20963         <size>2</size>
20964       </method>
20965       <method name="Void .ctor()">
20966         <size>7</size>
20967       </method>
20968     </type>
20969     <type name="G`1[T]">
20970       <method name="Void Test()">
20971         <size>20</size>
20972       </method>
20973       <method name="Void .ctor()">
20974         <size>7</size>
20975       </method>
20976     </type>
20977     <type name="Extensions">
20978       <method name="Int32 Count(IEnumerable)">
20979         <size>2</size>
20980       </method>
20981       <method name="Void Main()">
20982         <size>1</size>
20983       </method>
20984     </type>
20985   </test>
20986   <test name="gtest-exmethod-33.cs">
20987     <type name="Prop">
20988       <method name="Void .ctor()">
20989         <size>7</size>
20990       </method>
20991     </type>
20992     <type name="HelperExtensions">
20993       <method name="Void Foo(I, I)">
20994         <size>1</size>
20995       </method>
20996     </type>
20997     <type name="C">
20998       <method name="I get_Prop()">
20999         <size>2</size>
21000       </method>
21001       <method name="System.Int32[] get_Loc()">
21002         <size>2</size>
21003       </method>
21004       <method name="Void Test()">
21005         <size>13</size>
21006       </method>
21007       <method name="Void Main()">
21008         <size>1</size>
21009       </method>
21010       <method name="Void .ctor()">
21011         <size>7</size>
21012       </method>
21013     </type>
21014   </test>
21015   <test name="gtest-exmethod-34.cs">
21016     <type name="Program">
21017       <method name="Void Foo(System.Object)">
21018         <size>1</size>
21019       </method>
21020       <method name="Void Main()">
21021         <size>7</size>
21022       </method>
21023     </type>
21024   </test>
21025   <test name="gtest-exmethod-35.cs">
21026     <type name="A">
21027       <method name="Void Test(Int32)">
21028         <size>1</size>
21029       </method>
21030       <method name="Void Main()">
21031         <size>1</size>
21032       </method>
21033     </type>
21034   </test>
21035   <test name="gtest-exmethod-36.cs">
21036     <type name="S">
21037       <method name="System.String get_Prop()">
21038         <size>6</size>
21039       </method>
21040       <method name="Void .ctor()">
21041         <size>7</size>
21042       </method>
21043     </type>
21044     <type name="S2">
21045       <method name="Void .ctor()">
21046         <size>7</size>
21047       </method>
21048     </type>
21049     <type name="E">
21050       <method name="Int32 Prop(S)">
21051         <size>2</size>
21052       </method>
21053       <method name="Int32 Prop(S2)">
21054         <size>3</size>
21055       </method>
21056     </type>
21057     <type name="C">
21058       <method name="Void Main()">
21059         <size>43</size>
21060       </method>
21061       <method name="Void .ctor()">
21062         <size>7</size>
21063       </method>
21064     </type>
21065   </test>
21066   <test name="gtest-exmethod-37.cs">
21067     <type name="S">
21068       <method name="Void Extension(A, System.String, Boolean)">
21069         <size>11</size>
21070       </method>
21071     </type>
21072     <type name="A">
21073       <method name="Void Extension(System.String)">
21074         <size>1</size>
21075       </method>
21076       <method name="Void .ctor()">
21077         <size>7</size>
21078       </method>
21079     </type>
21080     <type name="Test">
21081       <method name="Void TestMethod(System.Action`1[System.Boolean])">
21082         <size>1</size>
21083       </method>
21084       <method name="Int32 TestMethod(System.Action`1[System.String])">
21085         <size>13</size>
21086       </method>
21087       <method name="Int32 Main()">
21088         <size>33</size>
21089       </method>
21090       <method name="Void .ctor()">
21091         <size>7</size>
21092       </method>
21093     </type>
21094   </test>
21095   <test name="gtest-exmethod-38.cs">
21096     <type name="Repro2.Color">
21097       <method name="Void .ctor(Int32)">
21098         <size>8</size>
21099       </method>
21100       <method name="Void .cctor()">
21101         <size>38</size>
21102       </method>
21103     </type>
21104     <type name="Repro2.ExtensionMethods">
21105       <method name="Color Transparent(Color)">
21106         <size>6</size>
21107       </method>
21108     </type>
21109     <type name="Repro2.MainClass">
21110       <method name="Int32 Main()">
21111         <size>13</size>
21112       </method>
21113       <method name="Void .ctor()">
21114         <size>7</size>
21115       </method>
21116     </type>
21117   </test>
21118   <test name="gtest-friend-01.cs">
21119     <type name="Test">
21120       <method name="Void .ctor()">
21121         <size>7</size>
21122       </method>
21123       <method name="Void Main()">
21124         <size>20</size>
21125       </method>
21126     </type>
21127   </test>
21128   <test name="gtest-friend-02.cs">
21129     <type name="Test">
21130       <method name="Void .ctor()">
21131         <size>7</size>
21132       </method>
21133       <method name="Void Main()">
21134         <size>20</size>
21135       </method>
21136     </type>
21137   </test>
21138   <test name="gtest-friend-03.cs">
21139     <type name="Test">
21140       <method name="Void .ctor()">
21141         <size>7</size>
21142       </method>
21143       <method name="Void Main()">
21144         <size>20</size>
21145       </method>
21146     </type>
21147   </test>
21148   <test name="gtest-friend-04.cs">
21149     <type name="Test">
21150       <method name="Void .ctor()">
21151         <size>7</size>
21152       </method>
21153       <method name="Void Main()">
21154         <size>19</size>
21155       </method>
21156     </type>
21157   </test>
21158   <test name="gtest-friend-05.cs">
21159     <type name="Test">
21160       <method name="Void .ctor()">
21161         <size>7</size>
21162       </method>
21163       <method name="Void Main()">
21164         <size>20</size>
21165       </method>
21166     </type>
21167   </test>
21168   <test name="gtest-friend-06.cs">
21169     <type name="Test">
21170       <method name="Void .ctor()">
21171         <size>7</size>
21172       </method>
21173       <method name="Void Main()">
21174         <size>20</size>
21175       </method>
21176     </type>
21177   </test>
21178   <test name="gtest-friend-07.cs">
21179     <type name="Test">
21180       <method name="Void .ctor()">
21181         <size>7</size>
21182       </method>
21183       <method name="Void Main()">
21184         <size>20</size>
21185       </method>
21186     </type>
21187   </test>
21188   <test name="gtest-friend-08.cs">
21189     <type name="Test">
21190       <method name="Void .ctor()">
21191         <size>7</size>
21192       </method>
21193       <method name="Void Main()">
21194         <size>19</size>
21195       </method>
21196     </type>
21197   </test>
21198   <test name="gtest-friend-09.cs">
21199     <type name="Test">
21200       <method name="Void .ctor()">
21201         <size>7</size>
21202       </method>
21203       <method name="Void Main()">
21204         <size>20</size>
21205       </method>
21206     </type>
21207   </test>
21208   <test name="gtest-friend-10.cs">
21209     <type name="Test">
21210       <method name="Void .ctor()">
21211         <size>7</size>
21212       </method>
21213       <method name="Void Main()">
21214         <size>20</size>
21215       </method>
21216     </type>
21217   </test>
21218   <test name="gtest-friend-11.cs">
21219     <type name="Test">
21220       <method name="Void .ctor()">
21221         <size>7</size>
21222       </method>
21223       <method name="Void Main()">
21224         <size>20</size>
21225       </method>
21226     </type>
21227   </test>
21228   <test name="gtest-friend-12.cs">
21229     <type name="Test">
21230       <method name="Void .ctor()">
21231         <size>7</size>
21232       </method>
21233       <method name="Void Main()">
21234         <size>19</size>
21235       </method>
21236     </type>
21237   </test>
21238   <test name="gtest-friend-13.cs">
21239     <type name="B">
21240       <method name="Void .ctor()">
21241         <size>7</size>
21242       </method>
21243       <method name="Void Test()">
21244         <size>1</size>
21245       </method>
21246       <method name="Void Test_2()">
21247         <size>1</size>
21248       </method>
21249     </type>
21250     <type name="Test">
21251       <method name="Void .ctor()">
21252         <size>7</size>
21253       </method>
21254       <method name="Void Main()">
21255         <size>1</size>
21256       </method>
21257     </type>
21258   </test>
21259   <test name="gtest-friend-14.cs">
21260     <type name="Test">
21261       <method name="Int32 Main()">
21262         <size>13</size>
21263       </method>
21264       <method name="Void .ctor()">
21265         <size>7</size>
21266       </method>
21267     </type>
21268   </test>
21269   <test name="gtest-implicitarray-01.cs">
21270     <type name="Test">
21271       <method name="Void .ctor()">
21272         <size>7</size>
21273       </method>
21274       <method name="Int32 Main()">
21275         <size>296</size>
21276       </method>
21277     </type>
21278     <type name="&lt;PrivateImplementationDetails&gt;">
21279       <method name="Void .ctor()">
21280         <size>7</size>
21281       </method>
21282     </type>
21283   </test>
21284   <test name="gtest-implicitarray-02.cs">
21285     <type name="MyString">
21286       <method name="Void .ctor()">
21287         <size>7</size>
21288       </method>
21289       <method name="System.String op_Implicit(MyString)">
21290         <size>6</size>
21291       </method>
21292     </type>
21293     <type name="Test">
21294       <method name="Void .ctor()">
21295         <size>7</size>
21296       </method>
21297       <method name="Int32 Main()">
21298         <size>50</size>
21299       </method>
21300     </type>
21301   </test>
21302   <test name="gtest-initialize-01.cs">
21303     <type name="MyClass">
21304       <method name="Void .ctor()">
21305         <size>18</size>
21306       </method>
21307       <method name="Int32 get_Answer()">
21308         <size>7</size>
21309       </method>
21310       <method name="Void set_Answer(Int32)">
21311         <size>8</size>
21312       </method>
21313     </type>
21314     <type name="Test">
21315       <method name="Void .ctor()">
21316         <size>7</size>
21317       </method>
21318       <method name="Int32 Main()">
21319         <size>67</size>
21320       </method>
21321     </type>
21322   </test>
21323   <test name="gtest-initialize-02.cs">
21324     <type name="Test">
21325       <method name="Void .ctor()">
21326         <size>7</size>
21327       </method>
21328       <method name="Int32 Main()">
21329         <size>1243</size>
21330       </method>
21331     </type>
21332     <type name="Test+Point">
21333       <method name="Void .ctor()">
21334         <size>7</size>
21335       </method>
21336     </type>
21337     <type name="Test+Line">
21338       <method name="Void .ctor()">
21339         <size>29</size>
21340       </method>
21341     </type>
21342     <type name="Test+Rectangle">
21343       <method name="Void .ctor()">
21344         <size>51</size>
21345       </method>
21346     </type>
21347     <type name="Test+Library">
21348       <method name="Void .ctor()">
21349         <size>53</size>
21350       </method>
21351     </type>
21352     <type name="Test+Thing">
21353       <method name="Void .ctor()">
21354         <size>7</size>
21355       </method>
21356     </type>
21357     <type name="Test+Box">
21358       <method name="Void .ctor()">
21359         <size>7</size>
21360       </method>
21361     </type>
21362   </test>
21363   <test name="gtest-initialize-03.cs">
21364     <type name="Data">
21365       <method name="Void .ctor()">
21366         <size>7</size>
21367       </method>
21368     </type>
21369     <type name="Test">
21370       <method name="Void .ctor()">
21371         <size>7</size>
21372       </method>
21373       <method name="Void set_Prop(Data)">
21374         <size>1</size>
21375       </method>
21376       <method name="System.Object Foo()">
21377         <size>15</size>
21378       </method>
21379       <method name="Void Main()">
21380         <size>52</size>
21381       </method>
21382     </type>
21383   </test>
21384   <test name="gtest-initialize-04.cs">
21385     <type name="C">
21386       <method name="Void .ctor()">
21387         <size>7</size>
21388       </method>
21389       <method name="Void .cctor()">
21390         <size>34</size>
21391       </method>
21392       <method name="Int32 Main()">
21393         <size>30</size>
21394       </method>
21395     </type>
21396   </test>
21397   <test name="gtest-initialize-05.cs">
21398     <type name="C">
21399       <method name="Void .ctor()">
21400         <size>7</size>
21401       </method>
21402       <method name="Int32 Main()">
21403         <size>235</size>
21404       </method>
21405     </type>
21406   </test>
21407   <test name="gtest-initialize-06.cs">
21408     <type name="C">
21409       <method name="Void .ctor()">
21410         <size>7</size>
21411       </method>
21412       <method name="Int32 Main()">
21413         <size>39</size>
21414       </method>
21415       <method name="Void Foo(Point ByRef)">
21416         <size>38</size>
21417       </method>
21418     </type>
21419   </test>
21420   <test name="gtest-initialize-07.cs">
21421     <type name="A">
21422       <method name="Void .ctor()">
21423         <size>7</size>
21424       </method>
21425       <method name="System.String get_Name()">
21426         <size>7</size>
21427       </method>
21428       <method name="Void set_Name(System.String)">
21429         <size>8</size>
21430       </method>
21431       <method name="Boolean Matches(System.String)">
21432         <size>13</size>
21433       </method>
21434     </type>
21435     <type name="M">
21436       <method name="Void .ctor()">
21437         <size>7</size>
21438       </method>
21439       <method name="Int32 Main()">
21440         <size>37</size>
21441       </method>
21442     </type>
21443   </test>
21444   <test name="gtest-initialize-08.cs">
21445     <type name="T">
21446       <method name="Void .ctor()">
21447         <size>7</size>
21448       </method>
21449     </type>
21450     <type name="X">
21451       <method name="Void .ctor()">
21452         <size>7</size>
21453       </method>
21454       <method name="Z[] get_Prop()">
21455         <size>7</size>
21456       </method>
21457       <method name="Void set_Prop(Z[])">
21458         <size>8</size>
21459       </method>
21460     </type>
21461     <type name="Z">
21462       <method name="Void .ctor()">
21463         <size>7</size>
21464       </method>
21465     </type>
21466     <type name="Test">
21467       <method name="Void .ctor(String)">
21468         <size>70</size>
21469       </method>
21470       <method name="Void .ctor(Int32)">
21471         <size>70</size>
21472       </method>
21473     </type>
21474     <type name="C">
21475       <method name="Void .ctor()">
21476         <size>7</size>
21477       </method>
21478       <method name="Int32 Main()">
21479         <size>13</size>
21480       </method>
21481     </type>
21482   </test>
21483   <test name="gtest-initialize-09.cs">
21484     <type name="Test">
21485       <method name="Void .ctor()">
21486         <size>7</size>
21487       </method>
21488       <method name="Int32 Main()">
21489         <size>53</size>
21490       </method>
21491     </type>
21492     <type name="&lt;PrivateImplementationDetails&gt;">
21493       <method name="Void .ctor()">
21494         <size>7</size>
21495       </method>
21496     </type>
21497   </test>
21498   <test name="gtest-initialize-10.cs">
21499     <type name="Foo">
21500       <method name="Void .ctor()">
21501         <size>7</size>
21502       </method>
21503       <method name="Int32 get_P()">
21504         <size>7</size>
21505       </method>
21506       <method name="Void set_P(Int32)">
21507         <size>8</size>
21508       </method>
21509     </type>
21510     <type name="Y">
21511       <method name="Void .ctor()">
21512         <size>7</size>
21513       </method>
21514       <method name="Int32 Main()">
21515         <size>38</size>
21516       </method>
21517       <method name="Boolean Do(Foo)">
21518         <size>86</size>
21519       </method>
21520     </type>
21521   </test>
21522   <test name="gtest-initialize-11.cs">
21523     <type name="InlineAssignmentTest.Foo">
21524       <method name="Void .ctor()">
21525         <size>14</size>
21526       </method>
21527     </type>
21528     <type name="InlineAssignmentTest.MainClass">
21529       <method name="Int32 Main()">
21530         <size>30</size>
21531       </method>
21532       <method name="Void .ctor()">
21533         <size>7</size>
21534       </method>
21535     </type>
21536   </test>
21537   <test name="gtest-initialize-12.cs">
21538     <type name="C">
21539       <method name="Void set_Foo(Int32)">
21540         <size>1</size>
21541       </method>
21542       <method name="Void .ctor()">
21543         <size>7</size>
21544       </method>
21545     </type>
21546     <type name="B">
21547       <method name="Void set_Foo(Int32)">
21548         <size>0</size>
21549       </method>
21550       <method name="Void .ctor()">
21551         <size>7</size>
21552       </method>
21553     </type>
21554     <type name="Test">
21555       <method name="Void set_Foo(Int32)">
21556         <size>1</size>
21557       </method>
21558       <method name="Void Main()">
21559         <size>16</size>
21560       </method>
21561       <method name="Void .ctor()">
21562         <size>7</size>
21563       </method>
21564     </type>
21565   </test>
21566   <test name="gtest-iter-01.cs">
21567     <type name="C">
21568       <method name="Void .ctor()">
21569         <size>7</size>
21570       </method>
21571       <method name="Void Main()">
21572         <size>1</size>
21573       </method>
21574     </type>
21575     <type name="C+ArrayReadOnlyList`1[T]">
21576       <method name="Void .ctor()">
21577         <size>7</size>
21578       </method>
21579       <method name="T get_Item(Int32)">
21580         <size>13</size>
21581       </method>
21582       <method name="IEnumerator`1 GetEnumerator()">
21583         <size>15</size>
21584       </method>
21585     </type>
21586     <type name="C+ArrayReadOnlyList`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
21587       <method name="Void .ctor()">
21588         <size>7</size>
21589       </method>
21590       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21591         <size>12</size>
21592       </method>
21593       <method name="Boolean MoveNext()">
21594         <size>136</size>
21595       </method>
21596       <method name="Void Dispose()">
21597         <size>8</size>
21598       </method>
21599       <method name="Void Reset()">
21600         <size>6</size>
21601       </method>
21602       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
21603         <size>7</size>
21604       </method>
21605     </type>
21606   </test>
21607   <test name="gtest-iter-02.cs">
21608     <type name="C">
21609       <method name="Void .ctor()">
21610         <size>7</size>
21611       </method>
21612       <method name="IEnumerator`1 Test()">
21613         <size>8</size>
21614       </method>
21615       <method name="Void Main()">
21616         <size>1</size>
21617       </method>
21618     </type>
21619     <type name="C+&lt;Test&gt;c__Iterator0">
21620       <method name="Void .ctor()">
21621         <size>7</size>
21622       </method>
21623       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21624         <size>12</size>
21625       </method>
21626       <method name="Boolean MoveNext()">
21627         <size>25</size>
21628       </method>
21629       <method name="Void Dispose()">
21630         <size>8</size>
21631       </method>
21632       <method name="Void Reset()">
21633         <size>6</size>
21634       </method>
21635       <method name="KeyValuePair`2 System.Collections.Generic.IEnumerator&lt;System.Collections.Generic.KeyValuePair&lt;string,object&gt;&gt;.get_Current()">
21636         <size>7</size>
21637       </method>
21638     </type>
21639   </test>
21640   <test name="gtest-iter-03.cs">
21641     <type name="Test">
21642       <method name="Void .ctor()">
21643         <size>18</size>
21644       </method>
21645       <method name="IEnumerable`1 Annotations[T]()">
21646         <size>23</size>
21647       </method>
21648       <method name="IEnumerable`1 Annotations(System.Type)">
21649         <size>37</size>
21650       </method>
21651       <method name="Void Main()">
21652         <size>14</size>
21653       </method>
21654     </type>
21655     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
21656       <method name="Void .ctor()">
21657         <size>7</size>
21658       </method>
21659       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21660         <size>12</size>
21661       </method>
21662       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
21663         <size>7</size>
21664       </method>
21665       <method name="Boolean MoveNext()">
21666         <size>196</size>
21667       </method>
21668       <method name="Void Dispose()">
21669         <size>62</size>
21670       </method>
21671       <method name="Void Reset()">
21672         <size>6</size>
21673       </method>
21674     </type>
21675     <type name="Test+&lt;Annotations&gt;c__Iterator1">
21676       <method name="Void .ctor()">
21677         <size>7</size>
21678       </method>
21679       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21680         <size>7</size>
21681       </method>
21682       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
21683         <size>7</size>
21684       </method>
21685       <method name="Boolean MoveNext()">
21686         <size>224</size>
21687       </method>
21688       <method name="Void Dispose()">
21689         <size>57</size>
21690       </method>
21691       <method name="Void Reset()">
21692         <size>6</size>
21693       </method>
21694     </type>
21695     <type name="Test+&lt;Annotations&gt;c__Iterator0`1[T]">
21696       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
21697         <size>7</size>
21698       </method>
21699       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
21700         <size>40</size>
21701       </method>
21702     </type>
21703     <type name="Test+&lt;Annotations&gt;c__Iterator1">
21704       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
21705         <size>7</size>
21706       </method>
21707       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
21708         <size>52</size>
21709       </method>
21710     </type>
21711   </test>
21712   <test name="gtest-iter-04.cs">
21713     <type name="TestClass">
21714       <method name="Void .ctor()">
21715         <size>7</size>
21716       </method>
21717       <method name="Void ToString(System.Object)">
21718         <size>0</size>
21719       </method>
21720       <method name="IEnumerable`1 TestEnumerator()">
21721         <size>23</size>
21722       </method>
21723       <method name="Void Test()">
21724         <size>8</size>
21725       </method>
21726     </type>
21727     <type name="M">
21728       <method name="Void .ctor()">
21729         <size>7</size>
21730       </method>
21731       <method name="Void Main()">
21732         <size>1</size>
21733       </method>
21734     </type>
21735     <type name="TestClass+&lt;TestEnumerator&gt;c__Iterator0">
21736       <method name="Void .ctor()">
21737         <size>7</size>
21738       </method>
21739       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21740         <size>7</size>
21741       </method>
21742       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
21743         <size>7</size>
21744       </method>
21745       <method name="Boolean MoveNext()">
21746         <size>37</size>
21747       </method>
21748       <method name="Void Dispose()">
21749         <size>8</size>
21750       </method>
21751       <method name="Void Reset()">
21752         <size>6</size>
21753       </method>
21754       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
21755         <size>7</size>
21756       </method>
21757       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
21758         <size>40</size>
21759       </method>
21760     </type>
21761   </test>
21762   <test name="gtest-iter-05.cs">
21763     <type name="Test">
21764       <method name="Void .ctor()">
21765         <size>7</size>
21766       </method>
21767       <method name="IEnumerable`1 TestRoutine[T](IEnumerable`1, Foo`1[T])">
21768         <size>44</size>
21769       </method>
21770       <method name="Void Main()">
21771         <size>31</size>
21772       </method>
21773     </type>
21774     <type name="Foo`1[T]">
21775       <method name="Void .ctor()">
21776         <size>7</size>
21777       </method>
21778       <method name="Void CreateItem[G]()">
21779         <size>1</size>
21780       </method>
21781     </type>
21782     <type name="Test+&lt;TestRoutine&gt;c__Iterator0`1[T]">
21783       <method name="Void .ctor()">
21784         <size>7</size>
21785       </method>
21786       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21787         <size>12</size>
21788       </method>
21789       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
21790         <size>7</size>
21791       </method>
21792       <method name="Boolean MoveNext()">
21793         <size>187</size>
21794       </method>
21795       <method name="Void Dispose()">
21796         <size>62</size>
21797       </method>
21798       <method name="Void Reset()">
21799         <size>6</size>
21800       </method>
21801       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
21802         <size>7</size>
21803       </method>
21804       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
21805         <size>52</size>
21806       </method>
21807     </type>
21808   </test>
21809   <test name="gtest-iter-06.cs">
21810     <type name="Mono.Rocks.KeyValuePair">
21811       <method name="Nullable`1 Just[TKey,TValue](TKey, TValue)">
21812         <size>13</size>
21813       </method>
21814     </type>
21815     <type name="Mono.Rocks.Sequence">
21816       <method name="IEnumerable`1 Unfoldr[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
21817         <size>8</size>
21818       </method>
21819       <method name="IEnumerable`1 CreateUnfoldrIterator[TSource,TResult](TSource, System.Func`2[TSource,System.Nullable`1[System.Collections.Generic.KeyValuePair`2[TResult,TSource]]])">
21820         <size>44</size>
21821       </method>
21822     </type>
21823     <type name="Mono.Rocks.Test">
21824       <method name="Void .ctor()">
21825         <size>7</size>
21826       </method>
21827       <method name="Int32 Main()">
21828         <size>118</size>
21829       </method>
21830       <method name="Nullable`1 &lt;Main&gt;m__0(Int32)">
21831         <size>30</size>
21832       </method>
21833     </type>
21834     <type name="Mono.Rocks.Sequence+&lt;CreateUnfoldrIterator&gt;c__Iterator0`2[TSource,TResult]">
21835       <method name="Void .ctor()">
21836         <size>7</size>
21837       </method>
21838       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21839         <size>12</size>
21840       </method>
21841       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
21842         <size>7</size>
21843       </method>
21844       <method name="Boolean MoveNext()">
21845         <size>184</size>
21846       </method>
21847       <method name="Void Dispose()">
21848         <size>8</size>
21849       </method>
21850       <method name="Void Reset()">
21851         <size>6</size>
21852       </method>
21853       <method name="TResult System.Collections.Generic.IEnumerator&lt;TResult&gt;.get_Current()">
21854         <size>7</size>
21855       </method>
21856       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TResult&gt;.GetEnumerator()">
21857         <size>52</size>
21858       </method>
21859     </type>
21860   </test>
21861   <test name="gtest-iter-07.cs">
21862     <type name="Test">
21863       <method name="Void .ctor()">
21864         <size>7</size>
21865       </method>
21866       <method name="Int32 Main()">
21867         <size>8</size>
21868       </method>
21869       <method name="Void TestFunction(IEnumerable`1)">
21870         <size>35</size>
21871       </method>
21872     </type>
21873     <type name="MySystem">
21874       <method name="Void .ctor()">
21875         <size>34</size>
21876       </method>
21877       <method name="IEnumerable`1 get_Items()">
21878         <size>23</size>
21879       </method>
21880     </type>
21881     <type name="MySystem+&lt;&gt;c__Iterator0">
21882       <method name="Void .ctor()">
21883         <size>7</size>
21884       </method>
21885       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21886         <size>7</size>
21887       </method>
21888       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
21889         <size>7</size>
21890       </method>
21891       <method name="Boolean MoveNext()">
21892         <size>187</size>
21893       </method>
21894       <method name="Void Dispose()">
21895         <size>57</size>
21896       </method>
21897       <method name="Void Reset()">
21898         <size>6</size>
21899       </method>
21900       <method name="System.String System.Collections.Generic.IEnumerator&lt;string&gt;.get_Current()">
21901         <size>7</size>
21902       </method>
21903       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;string&gt;.GetEnumerator()">
21904         <size>40</size>
21905       </method>
21906     </type>
21907   </test>
21908   <test name="gtest-iter-08.cs">
21909     <type name="App">
21910       <method name="Void .ctor()">
21911         <size>7</size>
21912       </method>
21913       <method name="IEnumerable QueryEnumerable[T]()">
21914         <size>16</size>
21915       </method>
21916       <method name="Int32 Main()">
21917         <size>123</size>
21918       </method>
21919     </type>
21920     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
21921       <method name="Void .ctor()">
21922         <size>7</size>
21923       </method>
21924       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21925         <size>7</size>
21926       </method>
21927       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
21928         <size>7</size>
21929       </method>
21930       <method name="Boolean MoveNext()">
21931         <size>84</size>
21932       </method>
21933       <method name="Void Dispose()">
21934         <size>8</size>
21935       </method>
21936       <method name="Void Reset()">
21937         <size>6</size>
21938       </method>
21939     </type>
21940     <type name="App">
21941       <method name="T TestType[T]()">
21942         <size>21</size>
21943       </method>
21944       <method name="System.Object TestType(System.Type)">
21945         <size>6</size>
21946       </method>
21947     </type>
21948     <type name="App+&lt;QueryEnumerable&gt;c__Iterator0`1[T]">
21949       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
21950         <size>7</size>
21951       </method>
21952       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
21953         <size>26</size>
21954       </method>
21955     </type>
21956   </test>
21957   <test name="gtest-iter-09.cs">
21958     <type name="Test">
21959       <method name="Void .ctor()">
21960         <size>7</size>
21961       </method>
21962       <method name="IEnumerable`1 Create[T](T[,])">
21963         <size>30</size>
21964       </method>
21965       <method name="Int32 Main()">
21966         <size>80</size>
21967       </method>
21968     </type>
21969     <type name="Test+&lt;Create&gt;c__Iterator0`1[T]">
21970       <method name="Void .ctor()">
21971         <size>7</size>
21972       </method>
21973       <method name="System.Object System.Collections.IEnumerator.get_Current()">
21974         <size>12</size>
21975       </method>
21976       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
21977         <size>7</size>
21978       </method>
21979       <method name="Boolean MoveNext()">
21980         <size>130</size>
21981       </method>
21982       <method name="Void Dispose()">
21983         <size>8</size>
21984       </method>
21985       <method name="Void Reset()">
21986         <size>6</size>
21987       </method>
21988       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
21989         <size>7</size>
21990       </method>
21991       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
21992         <size>40</size>
21993       </method>
21994     </type>
21995     <type name="&lt;PrivateImplementationDetails&gt;">
21996       <method name="Void .ctor()">
21997         <size>7</size>
21998       </method>
21999     </type>
22000   </test>
22001   <test name="gtest-iter-10.cs">
22002     <type name="Test">
22003       <method name="Void .ctor()">
22004         <size>7</size>
22005       </method>
22006       <method name="IEnumerable`1 FromTo(Int32, Int32)">
22007         <size>44</size>
22008       </method>
22009       <method name="Int32 Main()">
22010         <size>163</size>
22011       </method>
22012     </type>
22013     <type name="Test+&lt;FromTo&gt;c__Iterator0">
22014       <method name="Void .ctor()">
22015         <size>7</size>
22016       </method>
22017       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
22018         <size>7</size>
22019       </method>
22020       <method name="System.Object System.Collections.IEnumerator.get_Current()">
22021         <size>12</size>
22022       </method>
22023       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
22024         <size>7</size>
22025       </method>
22026       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
22027         <size>52</size>
22028       </method>
22029       <method name="Boolean MoveNext()">
22030         <size>103</size>
22031       </method>
22032       <method name="Void Dispose()">
22033         <size>8</size>
22034       </method>
22035       <method name="Void Reset()">
22036         <size>6</size>
22037       </method>
22038     </type>
22039   </test>
22040   <test name="gtest-iter-11.cs">
22041     <type name="Foo">
22042       <method name="Void .ctor()">
22043         <size>7</size>
22044       </method>
22045     </type>
22046     <type name="Bar">
22047       <method name="Void .ctor()">
22048         <size>7</size>
22049       </method>
22050       <method name="System.String get_Name()">
22051         <size>7</size>
22052       </method>
22053       <method name="Void set_Name(System.String)">
22054         <size>8</size>
22055       </method>
22056     </type>
22057     <type name="Collection`1[T]">
22058       <method name="Void .ctor()">
22059         <size>18</size>
22060       </method>
22061       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
22062         <size>7</size>
22063       </method>
22064       <method name="Void Add(T)">
22065         <size>13</size>
22066       </method>
22067       <method name="IEnumerator`1 GetEnumerator()">
22068         <size>15</size>
22069       </method>
22070     </type>
22071     <type name="BarCollection">
22072       <method name="Void .ctor()">
22073         <size>7</size>
22074       </method>
22075     </type>
22076     <type name="Program">
22077       <method name="Void .ctor()">
22078         <size>7</size>
22079       </method>
22080       <method name="Int32 Main()">
22081         <size>150</size>
22082       </method>
22083     </type>
22084     <type name="Collection`1+&lt;GetEnumerator&gt;c__Iterator0[T]">
22085       <method name="Void .ctor()">
22086         <size>7</size>
22087       </method>
22088       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
22089         <size>7</size>
22090       </method>
22091       <method name="System.Object System.Collections.IEnumerator.get_Current()">
22092         <size>12</size>
22093       </method>
22094       <method name="Boolean MoveNext()">
22095         <size>176</size>
22096       </method>
22097       <method name="Void Dispose()">
22098         <size>57</size>
22099       </method>
22100       <method name="Void Reset()">
22101         <size>6</size>
22102       </method>
22103     </type>
22104   </test>
22105   <test name="gtest-iter-12.cs">
22106     <type name="H">
22107       <method name="Void Main(System.String[])">
22108         <size>1</size>
22109       </method>
22110       <method name="IEnumerable`1 Merge[T](IEnumerator`1)">
22111         <size>30</size>
22112       </method>
22113       <method name="Void .ctor()">
22114         <size>7</size>
22115       </method>
22116     </type>
22117     <type name="H+&lt;Merge&gt;c__Iterator0`1[T]">
22118       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
22119         <size>7</size>
22120       </method>
22121       <method name="System.Object System.Collections.IEnumerator.get_Current()">
22122         <size>12</size>
22123       </method>
22124       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
22125         <size>7</size>
22126       </method>
22127       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
22128         <size>40</size>
22129       </method>
22130       <method name="Boolean MoveNext()">
22131         <size>117</size>
22132       </method>
22133       <method name="Void Dispose()">
22134         <size>8</size>
22135       </method>
22136       <method name="Void Reset()">
22137         <size>6</size>
22138       </method>
22139       <method name="Void .ctor()">
22140         <size>7</size>
22141       </method>
22142     </type>
22143   </test>
22144   <test name="gtest-iter-13.cs">
22145     <type name="C`1[T]">
22146       <method name="IEnumerator GetEnumerator()">
22147         <size>12</size>
22148       </method>
22149       <method name="IEnumerable`1 Filter(System.Func`2[T,System.Boolean])">
22150         <size>37</size>
22151       </method>
22152       <method name="Void .ctor()">
22153         <size>7</size>
22154       </method>
22155     </type>
22156     <type name="M">
22157       <method name="Void Main()">
22158         <size>59</size>
22159       </method>
22160       <method name="Void .ctor()">
22161         <size>7</size>
22162       </method>
22163     </type>
22164     <type name="C`1+&lt;Filter&gt;c__Iterator0[T]">
22165       <method name="T System.Collections.Generic.IEnumerator&lt;T&gt;.get_Current()">
22166         <size>7</size>
22167       </method>
22168       <method name="System.Object System.Collections.IEnumerator.get_Current()">
22169         <size>12</size>
22170       </method>
22171       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
22172         <size>7</size>
22173       </method>
22174       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()">
22175         <size>52</size>
22176       </method>
22177       <method name="Boolean MoveNext()">
22178         <size>205</size>
22179       </method>
22180       <method name="Void Dispose()">
22181         <size>64</size>
22182       </method>
22183       <method name="Void Reset()">
22184         <size>6</size>
22185       </method>
22186       <method name="Void .ctor()">
22187         <size>7</size>
22188       </method>
22189     </type>
22190   </test>
22191   <test name="gtest-iter-14.cs">
22192     <type name="A">
22193       <method name="Int32 get_BaseM()">
22194         <size>2</size>
22195       </method>
22196       <method name="Void set_BaseM(Int32)">
22197         <size>11</size>
22198       </method>
22199       <method name="Void .ctor()">
22200         <size>7</size>
22201       </method>
22202     </type>
22203     <type name="B">
22204       <method name="Void set_BaseM(Int32)">
22205         <size>1</size>
22206       </method>
22207       <method name="Void .ctor()">
22208         <size>7</size>
22209       </method>
22210     </type>
22211     <type name="S">
22212       <method name="IEnumerable`1 GetIt()">
22213         <size>28</size>
22214       </method>
22215       <method name="Int32 &lt;GetHashCode&gt;__BaseCallProxy0()">
22216         <size>17</size>
22217       </method>
22218     </type>
22219     <type name="X">
22220       <method name="Void set_BaseM(Int32)">
22221         <size>11</size>
22222       </method>
22223       <method name="IEnumerable`1 GetIt()">
22224         <size>23</size>
22225       </method>
22226       <method name="Int32 Main()">
22227         <size>133</size>
22228       </method>
22229       <method name="Int32 &lt;get_BaseM&gt;__BaseCallProxy0()">
22230         <size>7</size>
22231       </method>
22232       <method name="Void &lt;set_BaseM&gt;__BaseCallProxy1(Int32)">
22233         <size>8</size>
22234       </method>
22235       <method name="Void .ctor()">
22236         <size>7</size>
22237       </method>
22238     </type>
22239     <type name="S+&lt;GetIt&gt;c__Iterator0">
22240       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
22241         <size>7</size>
22242       </method>
22243       <method name="System.Object System.Collections.IEnumerator.get_Current()">
22244         <size>12</size>
22245       </method>
22246       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
22247         <size>7</size>
22248       </method>
22249       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
22250         <size>40</size>
22251       </method>
22252       <method name="Boolean MoveNext()">
22253         <size>75</size>
22254       </method>
22255       <method name="Void Dispose()">
22256         <size>8</size>
22257       </method>
22258       <method name="Void Reset()">
22259         <size>6</size>
22260       </method>
22261       <method name="Void .ctor()">
22262         <size>7</size>
22263       </method>
22264     </type>
22265     <type name="X+&lt;GetIt&gt;c__Iterator1">
22266       <method name="Int32 System.Collections.Generic.IEnumerator&lt;int&gt;.get_Current()">
22267         <size>7</size>
22268       </method>
22269       <method name="System.Object System.Collections.IEnumerator.get_Current()">
22270         <size>12</size>
22271       </method>
22272       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
22273         <size>7</size>
22274       </method>
22275       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;int&gt;.GetEnumerator()">
22276         <size>40</size>
22277       </method>
22278       <method name="Boolean MoveNext()">
22279         <size>86</size>
22280       </method>
22281       <method name="Void Dispose()">
22282         <size>8</size>
22283       </method>
22284       <method name="Void Reset()">
22285         <size>6</size>
22286       </method>
22287       <method name="Void .ctor()">
22288         <size>7</size>
22289       </method>
22290     </type>
22291   </test>
22292   <test name="gtest-iter-15.cs">
22293     <type name="C`1[TFirst]">
22294       <method name="IEnumerable`1 GetEnumerable[V](IEnumerable`1)">
22295         <size>30</size>
22296       </method>
22297       <method name="Void .ctor()">
22298         <size>7</size>
22299       </method>
22300     </type>
22301     <type name="C`1+VSlot`1[TFirst,T]">
22302       <method name="Void .ctor(T)">
22303         <size>8</size>
22304       </method>
22305     </type>
22306     <type name="C">
22307       <method name="Int32 Main()">
22308         <size>111</size>
22309       </method>
22310       <method name="Void .ctor()">
22311         <size>7</size>
22312       </method>
22313     </type>
22314     <type name="C`1+&lt;GetEnumerable&gt;c__Iterator0`1[TFirst,V]">
22315       <method name="V System.Collections.Generic.IEnumerator&lt;V&gt;.get_Current()">
22316         <size>7</size>
22317       </method>
22318       <method name="System.Object System.Collections.IEnumerator.get_Current()">
22319         <size>12</size>
22320       </method>
22321       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
22322         <size>7</size>
22323       </method>
22324       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;V&gt;.GetEnumerator()">
22325         <size>40</size>
22326       </method>
22327       <method name="Boolean MoveNext()">
22328         <size>181</size>
22329       </method>
22330       <method name="Void Dispose()">
22331         <size>62</size>
22332       </method>
22333       <method name="Void Reset()">
22334         <size>6</size>
22335       </method>
22336       <method name="Void .ctor()">
22337         <size>7</size>
22338       </method>
22339     </type>
22340   </test>
22341   <test name="gtest-lambda-01.cs">
22342     <type name="X">
22343       <method name="Int32 Main()">
22344         <size>300</size>
22345       </method>
22346       <method name="Int32 &lt;Main&gt;m__0(Int32)">
22347         <size>4</size>
22348       </method>
22349       <method name="Int32 &lt;Main&gt;m__1(Int32)">
22350         <size>4</size>
22351       </method>
22352       <method name="Void &lt;Main&gt;m__3(Int32)">
22353         <size>8</size>
22354       </method>
22355       <method name="Void .ctor(Int32)">
22356         <size>13</size>
22357       </method>
22358     </type>
22359     <type name="IntFunc">
22360       <method name="Int32 Invoke(Int32)">
22361         <size>0</size>
22362       </method>
22363       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
22364         <size>0</size>
22365       </method>
22366       <method name="Int32 EndInvoke(IAsyncResult)">
22367         <size>0</size>
22368       </method>
22369       <method name="Void .ctor(Object, IntPtr)">
22370         <size>0</size>
22371       </method>
22372     </type>
22373     <type name="VoidFunc">
22374       <method name="Void Invoke(Int32)">
22375         <size>0</size>
22376       </method>
22377       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
22378         <size>0</size>
22379       </method>
22380       <method name="Void EndInvoke(IAsyncResult)">
22381         <size>0</size>
22382       </method>
22383       <method name="Void .ctor(Object, IntPtr)">
22384         <size>0</size>
22385       </method>
22386     </type>
22387     <type name="X+&lt;Main&gt;c__AnonStorey0">
22388       <method name="Void &lt;&gt;m__2(Int32)">
22389         <size>8</size>
22390       </method>
22391       <method name="Void .ctor()">
22392         <size>7</size>
22393       </method>
22394     </type>
22395   </test>
22396   <test name="gtest-lambda-02.cs">
22397     <type name="X">
22398       <method name="Void Foo(funci)">
22399         <size>16</size>
22400       </method>
22401       <method name="Void Foo(funcs)">
22402         <size>19</size>
22403       </method>
22404       <method name="Void Main()">
22405         <size>35</size>
22406       </method>
22407       <method name="System.String &lt;Main&gt;m__0(System.String)">
22408         <size>12</size>
22409       </method>
22410       <method name="Void .ctor()">
22411         <size>7</size>
22412       </method>
22413     </type>
22414     <type name="funcs">
22415       <method name="System.String Invoke(System.String)">
22416         <size>0</size>
22417       </method>
22418       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
22419         <size>0</size>
22420       </method>
22421       <method name="System.String EndInvoke(IAsyncResult)">
22422         <size>0</size>
22423       </method>
22424       <method name="Void .ctor(Object, IntPtr)">
22425         <size>0</size>
22426       </method>
22427     </type>
22428     <type name="funci">
22429       <method name="Int32 Invoke(Int32)">
22430         <size>0</size>
22431       </method>
22432       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
22433         <size>0</size>
22434       </method>
22435       <method name="Int32 EndInvoke(IAsyncResult)">
22436         <size>0</size>
22437       </method>
22438       <method name="Void .ctor(Object, IntPtr)">
22439         <size>0</size>
22440       </method>
22441     </type>
22442   </test>
22443   <test name="gtest-lambda-03.cs">
22444     <type name="Demo">
22445       <method name="Y F[X,Y](Int32, X, Func`2[X,Y])">
22446         <size>8</size>
22447       </method>
22448       <method name="Int32 Main()">
22449         <size>54</size>
22450       </method>
22451       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
22452         <size>7</size>
22453       </method>
22454       <method name="Void .ctor()">
22455         <size>7</size>
22456       </method>
22457     </type>
22458     <type name="Func`2[TArg0,TResult]">
22459       <method name="TResult Invoke(TArg0)">
22460         <size>0</size>
22461       </method>
22462       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
22463         <size>0</size>
22464       </method>
22465       <method name="TResult EndInvoke(IAsyncResult)">
22466         <size>0</size>
22467       </method>
22468       <method name="Void .ctor(Object, IntPtr)">
22469         <size>0</size>
22470       </method>
22471     </type>
22472   </test>
22473   <test name="gtest-lambda-04.cs">
22474     <type name="Demo">
22475       <method name="Z F[X,Y,Z](X, Func`2[X,Y], Func`2[Y,Z])">
22476         <size>14</size>
22477       </method>
22478       <method name="Int32 Main()">
22479         <size>103</size>
22480       </method>
22481       <method name="TimeSpan &lt;Main&gt;m__0(System.String)">
22482         <size>7</size>
22483       </method>
22484       <method name="Double &lt;Main&gt;m__1(TimeSpan)">
22485         <size>8</size>
22486       </method>
22487       <method name="Void .ctor()">
22488         <size>7</size>
22489       </method>
22490     </type>
22491     <type name="Func`2[TArg0,TResult]">
22492       <method name="TResult Invoke(TArg0)">
22493         <size>0</size>
22494       </method>
22495       <method name="IAsyncResult BeginInvoke(TArg0, System.AsyncCallback, System.Object)">
22496         <size>0</size>
22497       </method>
22498       <method name="TResult EndInvoke(IAsyncResult)">
22499         <size>0</size>
22500       </method>
22501       <method name="Void .ctor(Object, IntPtr)">
22502         <size>0</size>
22503       </method>
22504     </type>
22505   </test>
22506   <test name="gtest-lambda-05.cs">
22507     <type name="C">
22508       <method name="Boolean M(C+db)">
22509         <size>8</size>
22510       </method>
22511       <method name="System.String M(C+ds)">
22512         <size>6</size>
22513       </method>
22514       <method name="Int32 M(C+di)">
22515         <size>8</size>
22516       </method>
22517       <method name="Int32 Main()">
22518         <size>125</size>
22519       </method>
22520       <method name="System.String &lt;Main&gt;m__0(System.String)">
22521         <size>31</size>
22522       </method>
22523       <method name="Int32 &lt;Main&gt;m__1(Int32)">
22524         <size>31</size>
22525       </method>
22526       <method name="Void .ctor()">
22527         <size>7</size>
22528       </method>
22529     </type>
22530     <type name="C+di">
22531       <method name="Int32 Invoke(Int32)">
22532         <size>0</size>
22533       </method>
22534       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
22535         <size>0</size>
22536       </method>
22537       <method name="Int32 EndInvoke(IAsyncResult)">
22538         <size>0</size>
22539       </method>
22540       <method name="Void .ctor(Object, IntPtr)">
22541         <size>0</size>
22542       </method>
22543     </type>
22544     <type name="C+ds">
22545       <method name="System.String Invoke(System.String)">
22546         <size>0</size>
22547       </method>
22548       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
22549         <size>0</size>
22550       </method>
22551       <method name="System.String EndInvoke(IAsyncResult)">
22552         <size>0</size>
22553       </method>
22554       <method name="Void .ctor(Object, IntPtr)">
22555         <size>0</size>
22556       </method>
22557     </type>
22558     <type name="C+db">
22559       <method name="Boolean Invoke(Boolean)">
22560         <size>0</size>
22561       </method>
22562       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
22563         <size>0</size>
22564       </method>
22565       <method name="Boolean EndInvoke(IAsyncResult)">
22566         <size>0</size>
22567       </method>
22568       <method name="Void .ctor(Object, IntPtr)">
22569         <size>0</size>
22570       </method>
22571     </type>
22572     <type name="C+&lt;Main&gt;c__AnonStorey0">
22573       <method name="System.String &lt;&gt;m__2(System.String)">
22574         <size>12</size>
22575       </method>
22576       <method name="Void .ctor()">
22577         <size>7</size>
22578       </method>
22579     </type>
22580     <type name="C+&lt;Main&gt;c__AnonStorey1">
22581       <method name="Int32 &lt;&gt;m__3(Int32)">
22582         <size>11</size>
22583       </method>
22584       <method name="Void .ctor()">
22585         <size>7</size>
22586       </method>
22587     </type>
22588   </test>
22589   <test name="gtest-lambda-06.cs">
22590     <type name="TestClass">
22591       <method name="Void P(TestClass+DT)">
22592         <size>26</size>
22593       </method>
22594       <method name="Void P(TestClass+DF)">
22595         <size>26</size>
22596       </method>
22597       <method name="T And(T, T)">
22598         <size>10</size>
22599       </method>
22600       <method name="F And(T, F)">
22601         <size>10</size>
22602       </method>
22603       <method name="F And(F, T)">
22604         <size>10</size>
22605       </method>
22606       <method name="F And(F, F)">
22607         <size>10</size>
22608       </method>
22609       <method name="T Or(T, T)">
22610         <size>10</size>
22611       </method>
22612       <method name="T Or(T, F)">
22613         <size>10</size>
22614       </method>
22615       <method name="T Or(F, T)">
22616         <size>10</size>
22617       </method>
22618       <method name="F Or(F, F)">
22619         <size>10</size>
22620       </method>
22621       <method name="F Not(T)">
22622         <size>10</size>
22623       </method>
22624       <method name="T Not(F)">
22625         <size>10</size>
22626       </method>
22627       <method name="Void StopTrue(T)">
22628         <size>1</size>
22629       </method>
22630       <method name="Int32 Main()">
22631         <size>36</size>
22632       </method>
22633       <method name="Void &lt;Main&gt;m__0(F)">
22634         <size>31</size>
22635       </method>
22636       <method name="Void .ctor()">
22637         <size>7</size>
22638       </method>
22639     </type>
22640     <type name="TestClass+DT">
22641       <method name="Void Invoke(T)">
22642         <size>0</size>
22643       </method>
22644       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
22645         <size>0</size>
22646       </method>
22647       <method name="Void EndInvoke(IAsyncResult)">
22648         <size>0</size>
22649       </method>
22650       <method name="Void .ctor(Object, IntPtr)">
22651         <size>0</size>
22652       </method>
22653     </type>
22654     <type name="TestClass+DF">
22655       <method name="Void Invoke(F)">
22656         <size>0</size>
22657       </method>
22658       <method name="IAsyncResult BeginInvoke(F, System.AsyncCallback, System.Object)">
22659         <size>0</size>
22660       </method>
22661       <method name="Void EndInvoke(IAsyncResult)">
22662         <size>0</size>
22663       </method>
22664       <method name="Void .ctor(Object, IntPtr)">
22665         <size>0</size>
22666       </method>
22667     </type>
22668     <type name="TestClass+&lt;Main&gt;c__AnonStorey0">
22669       <method name="Void &lt;&gt;m__1(T)">
22670         <size>38</size>
22671       </method>
22672       <method name="Void .ctor()">
22673         <size>7</size>
22674       </method>
22675     </type>
22676     <type name="TestClass+&lt;Main&gt;c__AnonStorey0+&lt;Main&gt;c__AnonStorey1">
22677       <method name="Void &lt;&gt;m__2(F)">
22678         <size>77</size>
22679       </method>
22680       <method name="Void .ctor()">
22681         <size>7</size>
22682       </method>
22683     </type>
22684   </test>
22685   <test name="gtest-lambda-07.cs">
22686     <type name="C">
22687       <method name="Void Test(D)">
22688         <size>1</size>
22689       </method>
22690       <method name="Void Test(System.Object, D)">
22691         <size>1</size>
22692       </method>
22693       <method name="Void Test(D, D)">
22694         <size>1</size>
22695       </method>
22696       <method name="Void Test2(System.Object, E)">
22697         <size>1</size>
22698       </method>
22699       <method name="Void Main()">
22700         <size>207</size>
22701       </method>
22702       <method name="Void &lt;Main&gt;m__0()">
22703         <size>1</size>
22704       </method>
22705       <method name="Void &lt;Main&gt;m__1()">
22706         <size>1</size>
22707       </method>
22708       <method name="Void &lt;Main&gt;m__2()">
22709         <size>1</size>
22710       </method>
22711       <method name="Void &lt;Main&gt;m__3()">
22712         <size>1</size>
22713       </method>
22714       <method name="Void &lt;Main&gt;m__4()">
22715         <size>1</size>
22716       </method>
22717       <method name="Void &lt;Main&gt;m__5(Boolean)">
22718         <size>1</size>
22719       </method>
22720       <method name="Void .ctor()">
22721         <size>7</size>
22722       </method>
22723     </type>
22724     <type name="D">
22725       <method name="Void Invoke()">
22726         <size>0</size>
22727       </method>
22728       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22729         <size>0</size>
22730       </method>
22731       <method name="Void EndInvoke(IAsyncResult)">
22732         <size>0</size>
22733       </method>
22734       <method name="Void .ctor(Object, IntPtr)">
22735         <size>0</size>
22736       </method>
22737     </type>
22738     <type name="E">
22739       <method name="Void Invoke(Boolean)">
22740         <size>0</size>
22741       </method>
22742       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
22743         <size>0</size>
22744       </method>
22745       <method name="Void EndInvoke(IAsyncResult)">
22746         <size>0</size>
22747       </method>
22748       <method name="Void .ctor(Object, IntPtr)">
22749         <size>0</size>
22750       </method>
22751     </type>
22752   </test>
22753   <test name="gtest-lambda-08.cs">
22754     <type name="C">
22755       <method name="Void Test[T,R](System.Func`2[T,R])">
22756         <size>1</size>
22757       </method>
22758       <method name="Int32 Main()">
22759         <size>321</size>
22760       </method>
22761       <method name="Int32 &lt;Main&gt;m__0(Int32)">
22762         <size>4</size>
22763       </method>
22764       <method name="Boolean &lt;Main&gt;m__1(Int32)">
22765         <size>5</size>
22766       </method>
22767       <method name="Int32 &lt;Main&gt;m__2(Int32)">
22768         <size>4</size>
22769       </method>
22770       <method name="Boolean &lt;Main&gt;m__3(Int32)">
22771         <size>5</size>
22772       </method>
22773       <method name="Int32 &lt;Main&gt;m__4(Int32)">
22774         <size>4</size>
22775       </method>
22776       <method name="Boolean &lt;Main&gt;m__5(Int32)">
22777         <size>5</size>
22778       </method>
22779       <method name="Int32 &lt;Main&gt;m__6(Int32)">
22780         <size>4</size>
22781       </method>
22782       <method name="Void .ctor()">
22783         <size>7</size>
22784       </method>
22785     </type>
22786   </test>
22787   <test name="gtest-lambda-09.cs">
22788     <type name="C">
22789       <method name="IEnumerable`1 Test[T](T)">
22790         <size>2</size>
22791       </method>
22792       <method name="IEnumerable`1 Test[T](Func`1[T])">
22793         <size>2</size>
22794       </method>
22795       <method name="IEnumerable`1 Test2[T](Func`2[T,T])">
22796         <size>2</size>
22797       </method>
22798       <method name="Void Main()">
22799         <size>113</size>
22800       </method>
22801       <method name="System.String &lt;Main&gt;m__0()">
22802         <size>6</size>
22803       </method>
22804       <method name="System.String &lt;Main&gt;m__1()">
22805         <size>6</size>
22806       </method>
22807       <method name="System.String &lt;Main&gt;m__2(System.String)">
22808         <size>6</size>
22809       </method>
22810       <method name="Void .ctor()">
22811         <size>7</size>
22812       </method>
22813     </type>
22814     <type name="Func`1[TD]">
22815       <method name="TD Invoke()">
22816         <size>0</size>
22817       </method>
22818       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
22819         <size>0</size>
22820       </method>
22821       <method name="TD EndInvoke(IAsyncResult)">
22822         <size>0</size>
22823       </method>
22824       <method name="Void .ctor(Object, IntPtr)">
22825         <size>0</size>
22826       </method>
22827     </type>
22828     <type name="Func`2[TA,TR]">
22829       <method name="TR Invoke(TA)">
22830         <size>0</size>
22831       </method>
22832       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
22833         <size>0</size>
22834       </method>
22835       <method name="TR EndInvoke(IAsyncResult)">
22836         <size>0</size>
22837       </method>
22838       <method name="Void .ctor(Object, IntPtr)">
22839         <size>0</size>
22840       </method>
22841     </type>
22842   </test>
22843   <test name="gtest-lambda-10.cs">
22844     <type name="C">
22845       <method name="Void Foo[TSource](IEnumerable`1)">
22846         <size>1</size>
22847       </method>
22848       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`2[TSource,System.Collections.Generic.IEnumerable`1[TCollection]])">
22849         <size>1</size>
22850       </method>
22851       <method name="Void Foo[TCollection,TSource](IEnumerable`1, System.Func`3[TSource,TCollection[],System.Collections.Generic.IEnumerable`1[TCollection]])">
22852         <size>1</size>
22853       </method>
22854       <method name="Void Foo[TCollection,TSource](System.Func`2[TCollection[],System.Collections.Generic.IEnumerable`1[TSource]])">
22855         <size>1</size>
22856       </method>
22857       <method name="Void Main()">
22858         <size>97</size>
22859       </method>
22860       <method name="Void .ctor()">
22861         <size>7</size>
22862       </method>
22863     </type>
22864     <type name="C+&lt;Main&gt;c__AnonStorey0">
22865       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
22866         <size>7</size>
22867       </method>
22868       <method name="IEnumerable`1 &lt;&gt;m__1(Int32, System.Int32[])">
22869         <size>7</size>
22870       </method>
22871       <method name="IEnumerable`1 &lt;&gt;m__2(System.Int32[])">
22872         <size>7</size>
22873       </method>
22874       <method name="Void .ctor()">
22875         <size>7</size>
22876       </method>
22877     </type>
22878   </test>
22879   <test name="gtest-lambda-11.cs">
22880     <type name="Pair`2[T1,T2]">
22881       <method name="Void .ctor()">
22882         <size>7</size>
22883       </method>
22884     </type>
22885     <type name="C">
22886       <method name="Void Foo[TInput,TValue,TIntermediate](Group`2[TInput,TValue], System.Func`2[TValue,Group`2[TInput,TIntermediate]])">
22887         <size>1</size>
22888       </method>
22889     </type>
22890     <type name="E`1[TI]">
22891       <method name="Void Rep1[TV](Group`2[TI,TV])">
22892         <size>37</size>
22893       </method>
22894       <method name="Void .ctor()">
22895         <size>7</size>
22896       </method>
22897     </type>
22898     <type name="M">
22899       <method name="Void Main()">
22900         <size>1</size>
22901       </method>
22902       <method name="Void .ctor()">
22903         <size>7</size>
22904       </method>
22905     </type>
22906     <type name="Group`2[T1,T2]">
22907       <method name="Pair`2[T1,T2] Invoke(T1)">
22908         <size>0</size>
22909       </method>
22910       <method name="IAsyncResult BeginInvoke(T1, System.AsyncCallback, System.Object)">
22911         <size>0</size>
22912       </method>
22913       <method name="Pair`2[T1,T2] EndInvoke(IAsyncResult)">
22914         <size>0</size>
22915       </method>
22916       <method name="Void .ctor(Object, IntPtr)">
22917         <size>0</size>
22918       </method>
22919     </type>
22920     <type name="E`1+&lt;Rep1&gt;c__AnonStorey0`1[TI,TV]">
22921       <method name="Group`2[TI,TV] &lt;&gt;m__0(TV)">
22922         <size>7</size>
22923       </method>
22924       <method name="Void .ctor()">
22925         <size>7</size>
22926       </method>
22927     </type>
22928   </test>
22929   <test name="gtest-lambda-12.cs">
22930     <type name="Demo">
22931       <method name="Void F[T](T[], T, Func`1[T])">
22932         <size>42</size>
22933       </method>
22934       <method name="Int32 Main()">
22935         <size>65</size>
22936       </method>
22937       <method name="Void .ctor()">
22938         <size>7</size>
22939       </method>
22940     </type>
22941     <type name="Func`1[TA]">
22942       <method name="Void Invoke(TA)">
22943         <size>0</size>
22944       </method>
22945       <method name="IAsyncResult BeginInvoke(TA, System.AsyncCallback, System.Object)">
22946         <size>0</size>
22947       </method>
22948       <method name="Void EndInvoke(IAsyncResult)">
22949         <size>0</size>
22950       </method>
22951       <method name="Void .ctor(Object, IntPtr)">
22952         <size>0</size>
22953       </method>
22954     </type>
22955     <type name="Demo+&lt;Main&gt;c__AnonStorey0">
22956       <method name="Void &lt;&gt;m__0(Int32)">
22957         <size>10</size>
22958       </method>
22959       <method name="Void .ctor()">
22960         <size>7</size>
22961       </method>
22962     </type>
22963   </test>
22964   <test name="gtest-lambda-13.cs">
22965     <type name="TestUnary">
22966       <method name="Void Foo(System.Action`1[System.Int32])">
22967         <size>1</size>
22968       </method>
22969       <method name="Void Bar()">
22970         <size>35</size>
22971       </method>
22972       <method name="Void &lt;Bar&gt;m__0(Int32)">
22973         <size>6</size>
22974       </method>
22975       <method name="Void .ctor()">
22976         <size>7</size>
22977       </method>
22978     </type>
22979     <type name="Program">
22980       <method name="Void Foo(System.Action`1[System.String])">
22981         <size>12</size>
22982       </method>
22983       <method name="T Foo[T](System.Func`2[System.String,T])">
22984         <size>12</size>
22985       </method>
22986       <method name="System.String Bar()">
22987         <size>35</size>
22988       </method>
22989       <method name="Void Main()">
22990         <size>76</size>
22991       </method>
22992       <method name="System.String &lt;Bar&gt;m__1(System.String)">
22993         <size>7</size>
22994       </method>
22995       <method name="System.String &lt;Main&gt;m__2(System.String)">
22996         <size>2</size>
22997       </method>
22998       <method name="Void &lt;Main&gt;m__3(System.String)">
22999         <size>7</size>
23000       </method>
23001       <method name="Void .ctor()">
23002         <size>7</size>
23003       </method>
23004     </type>
23005   </test>
23006   <test name="gtest-lambda-14.cs">
23007     <type name="Test">
23008       <method name="Void Main()">
23009         <size>1</size>
23010       </method>
23011       <method name="Void Foo[T]()">
23012         <size>14</size>
23013       </method>
23014       <method name="Void .ctor()">
23015         <size>7</size>
23016       </method>
23017       <method name="T &lt;Foo`1&gt;m__0[T](T)">
23018         <size>2</size>
23019       </method>
23020     </type>
23021   </test>
23022   <test name="gtest-lambda-15.cs">
23023     <type name="Enumerable">
23024       <method name="Int32 Sum[TSource](IEnumerable`1, System.Func`2[TSource,System.Int32])">
23025         <size>32</size>
23026       </method>
23027       <method name="TR Sum[TA,TR](IEnumerable`1, System.Func`3[TR,TA,TR])">
23028         <size>122</size>
23029       </method>
23030     </type>
23031     <type name="Repro">
23032       <method name="Int32 Main()">
23033         <size>115</size>
23034       </method>
23035       <method name="Int32 &lt;Main&gt;m__1(System.String)">
23036         <size>7</size>
23037       </method>
23038       <method name="Void .ctor()">
23039         <size>7</size>
23040       </method>
23041     </type>
23042     <type name="Enumerable+&lt;Sum&gt;c__AnonStorey0`1[TSource]">
23043       <method name="Int32 &lt;&gt;m__0(Int32, TSource)">
23044         <size>15</size>
23045       </method>
23046       <method name="Void .ctor()">
23047         <size>7</size>
23048       </method>
23049     </type>
23050   </test>
23051   <test name="gtest-lambda-16.cs">
23052     <type name="Repro">
23053       <method name="Void AssertFoo[T](IList`1)">
23054         <size>34</size>
23055       </method>
23056       <method name="Void Main()">
23057         <size>1</size>
23058       </method>
23059       <method name="Void .ctor()">
23060         <size>7</size>
23061       </method>
23062     </type>
23063     <type name="Repro+Runner`1[T]">
23064       <method name="Void .ctor(Action`1, T)">
23065         <size>7</size>
23066       </method>
23067     </type>
23068     <type name="Repro+&lt;AssertFoo&gt;c__AnonStorey0`1[T]">
23069       <method name="Void &lt;&gt;m__0(Int32)">
23070         <size>54</size>
23071       </method>
23072       <method name="Void .ctor()">
23073         <size>7</size>
23074       </method>
23075     </type>
23076   </test>
23077   <test name="gtest-lambda-17.cs">
23078     <type name="TestCase">
23079       <method name="Void Testing()">
23080         <size>75</size>
23081       </method>
23082       <method name="Void Main()">
23083         <size>11</size>
23084       </method>
23085       <method name="Void &lt;Testing&gt;m__0()">
23086         <size>8</size>
23087       </method>
23088       <method name="Void .ctor()">
23089         <size>7</size>
23090       </method>
23091     </type>
23092   </test>
23093   <test name="gtest-lambda-18.cs">
23094     <type name="Test">
23095       <method name="Void Foo[T1,T2,TResult](T1, T2, System.Func`3[T1,T2,TResult])">
23096         <size>33</size>
23097       </method>
23098       <method name="Void Bar[T1,T2,TResult](T1, T2, System.Func`4[T1,T2,System.Int32,TResult])">
23099         <size>1</size>
23100       </method>
23101       <method name="Void Main()">
23102         <size>1</size>
23103       </method>
23104     </type>
23105     <type name="Test+&lt;Foo&gt;c__AnonStorey0`3[T1,T2,TResult]">
23106       <method name="TResult &lt;&gt;m__0(T1, T2, Int32)">
23107         <size>14</size>
23108       </method>
23109       <method name="Void .ctor()">
23110         <size>7</size>
23111       </method>
23112     </type>
23113   </test>
23114   <test name="gtest-lambda-19.cs">
23115     <type name="Crasher">
23116       <method name="Void Crash()">
23117         <size>36</size>
23118       </method>
23119       <method name="Void Do(System.Action)">
23120         <size>1</size>
23121       </method>
23122       <method name="Void Main()">
23123         <size>1</size>
23124       </method>
23125       <method name="Void .ctor()">
23126         <size>7</size>
23127       </method>
23128     </type>
23129     <type name="Crasher+&lt;Crash&gt;c__AnonStorey0">
23130       <method name="Void &lt;&gt;m__0()">
23131         <size>27</size>
23132       </method>
23133       <method name="Void .ctor()">
23134         <size>7</size>
23135       </method>
23136     </type>
23137   </test>
23138   <test name="gtest-lambda-20.cs">
23139     <type name="Z">
23140       <method name="Void &lt;Z&gt;m__0()">
23141         <size>7</size>
23142       </method>
23143       <method name="Void .ctor()">
23144         <size>37</size>
23145       </method>
23146     </type>
23147     <type name="Test">
23148       <method name="Boolean Foo()">
23149         <size>2</size>
23150       </method>
23151       <method name="Void Main()">
23152         <size>1</size>
23153       </method>
23154       <method name="Void .ctor()">
23155         <size>7</size>
23156       </method>
23157     </type>
23158     <type name="TestMethod">
23159       <method name="Void Invoke()">
23160         <size>0</size>
23161       </method>
23162       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
23163         <size>0</size>
23164       </method>
23165       <method name="Void EndInvoke(IAsyncResult)">
23166         <size>0</size>
23167       </method>
23168       <method name="Void .ctor(Object, IntPtr)">
23169         <size>0</size>
23170       </method>
23171     </type>
23172   </test>
23173   <test name="gtest-lambda-21.cs">
23174     <type name="Program">
23175       <method name="Void Foo(System.Action`1[System.String])">
23176         <size>12</size>
23177       </method>
23178       <method name="T Foo[T](System.Func`2[System.String,T])">
23179         <size>12</size>
23180       </method>
23181       <method name="System.String Bar()">
23182         <size>35</size>
23183       </method>
23184       <method name="Int32 Main()">
23185         <size>95</size>
23186       </method>
23187       <method name="System.String &lt;Bar&gt;m__0(System.String)">
23188         <size>7</size>
23189       </method>
23190       <method name="System.String &lt;Main&gt;m__1(System.String)">
23191         <size>2</size>
23192       </method>
23193       <method name="Void &lt;Main&gt;m__2(System.String)">
23194         <size>7</size>
23195       </method>
23196       <method name="Void .ctor()">
23197         <size>7</size>
23198       </method>
23199     </type>
23200   </test>
23201   <test name="gtest-lambda-22.cs">
23202     <type name="Product">
23203       <method name="Void .ctor()">
23204         <size>7</size>
23205       </method>
23206     </type>
23207     <type name="MainClass">
23208       <method name="Void Main()">
23209         <size>136</size>
23210       </method>
23211       <method name="Int32 &lt;Main&gt;m__0(Product)">
23212         <size>7</size>
23213       </method>
23214       <method name="Product &lt;Main&gt;m__1(Product)">
23215         <size>2</size>
23216       </method>
23217       <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)">
23218         <size>48</size>
23219       </method>
23220       <method name="Void .ctor()">
23221         <size>7</size>
23222       </method>
23223     </type>
23224     <type name="&lt;&gt;__AnonType0`2[&lt;g&gt;__T,&lt;ExpensiveProducts&gt;__T]">
23225       <method name="&lt;g&gt;__T get_g()">
23226         <size>7</size>
23227       </method>
23228       <method name="&lt;ExpensiveProducts&gt;__T get_ExpensiveProducts()">
23229         <size>7</size>
23230       </method>
23231       <method name="Boolean Equals(System.Object)">
23232         <size>69</size>
23233       </method>
23234       <method name="Int32 GetHashCode()">
23235         <size>86</size>
23236       </method>
23237       <method name="System.String ToString()">
23238         <size>142</size>
23239       </method>
23240       <method name="Void .ctor(&lt;g&gt;__T, &lt;ExpensiveProducts&gt;__T)">
23241         <size>21</size>
23242       </method>
23243     </type>
23244     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
23245       <method name="Boolean &lt;&gt;m__3(Product)">
23246         <size>52</size>
23247       </method>
23248       <method name="Decimal &lt;&gt;m__4(Product)">
23249         <size>7</size>
23250       </method>
23251       <method name="Void .ctor()">
23252         <size>7</size>
23253       </method>
23254     </type>
23255   </test>
23256   <test name="gtest-lambda-23.cs">
23257     <type name="C">
23258       <method name="U Test[T,U](T[], System.Func`2[T,U])">
23259         <size>14</size>
23260       </method>
23261       <method name="Int32 Main()">
23262         <size>77</size>
23263       </method>
23264       <method name="System.String &lt;Main&gt;m__0(System.String)">
23265         <size>27</size>
23266       </method>
23267       <method name="Void .ctor()">
23268         <size>7</size>
23269       </method>
23270     </type>
23271   </test>
23272   <test name="gtest-lambda-24.cs">
23273     <type name="E">
23274       <method name="System.String Test[T](C, T, System.Func`1[T])">
23275         <size>6</size>
23276       </method>
23277     </type>
23278     <type name="C">
23279       <method name="Int32 Test[T](T, System.Func`1[System.Boolean])">
23280         <size>2</size>
23281       </method>
23282       <method name="System.String Foo[T](T, System.Action`1[T])">
23283         <size>13</size>
23284       </method>
23285       <method name="Void Main()">
23286         <size>42</size>
23287       </method>
23288       <method name="Void .ctor()">
23289         <size>7</size>
23290       </method>
23291     </type>
23292     <type name="C+&lt;Main&gt;c__AnonStorey0">
23293       <method name="Void &lt;&gt;m__0(System.String)">
23294         <size>24</size>
23295       </method>
23296       <method name="Void &lt;&gt;m__1(System.String)">
23297         <size>47</size>
23298       </method>
23299       <method name="System.String &lt;&gt;m__2()">
23300         <size>6</size>
23301       </method>
23302       <method name="Void .ctor()">
23303         <size>7</size>
23304       </method>
23305     </type>
23306   </test>
23307   <test name="gtest-lambda-25.cs">
23308     <type name="MonoBugs.Bar">
23309       <method name="Void DoStuff[T](T, System.Action`1[T])">
23310         <size>11</size>
23311       </method>
23312       <method name="Void DoStuff[T](Nullable`1, System.Action`1[T])">
23313         <size>14</size>
23314       </method>
23315     </type>
23316     <type name="MonoBugs.Program">
23317       <method name="Void Main()">
23318         <size>59</size>
23319       </method>
23320       <method name="Void &lt;Main&gt;m__0(Foo`1)">
23321         <size>13</size>
23322       </method>
23323     </type>
23324   </test>
23325   <test name="gtest-linq-01.cs">
23326     <type name="from.C">
23327       <method name="Void .ctor()">
23328         <size>7</size>
23329       </method>
23330       <method name="Void Main()">
23331         <size>2205</size>
23332       </method>
23333       <method name="Void Foo(Int32, Boolean)">
23334         <size>11</size>
23335       </method>
23336       <method name="Void Do(System.String[])">
23337         <size>16</size>
23338       </method>
23339     </type>
23340     <type name="from.D">
23341       <method name="Void .ctor()">
23342         <size>7</size>
23343       </method>
23344       <method name="Boolean check(System.Object, System.Object)">
23345         <size>26</size>
23346       </method>
23347     </type>
23348     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;j&gt;__T]">
23349       <method name="Void .ctor(&lt;i&gt;__T, &lt;j&gt;__T)">
23350         <size>21</size>
23351       </method>
23352       <method name="&lt;i&gt;__T get_i()">
23353         <size>7</size>
23354       </method>
23355       <method name="&lt;j&gt;__T get_j()">
23356         <size>7</size>
23357       </method>
23358       <method name="Boolean Equals(System.Object)">
23359         <size>69</size>
23360       </method>
23361       <method name="Int32 GetHashCode()">
23362         <size>86</size>
23363       </method>
23364       <method name="System.String ToString()">
23365         <size>142</size>
23366       </method>
23367     </type>
23368     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
23369       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
23370         <size>21</size>
23371       </method>
23372       <method name="&lt;i&gt;__T get_i()">
23373         <size>7</size>
23374       </method>
23375       <method name="&lt;l&gt;__T get_l()">
23376         <size>7</size>
23377       </method>
23378       <method name="Boolean Equals(System.Object)">
23379         <size>69</size>
23380       </method>
23381       <method name="Int32 GetHashCode()">
23382         <size>86</size>
23383       </method>
23384       <method name="System.String ToString()">
23385         <size>142</size>
23386       </method>
23387     </type>
23388     <type name="&lt;&gt;__AnonType3`2[&lt;i9&gt;__T,&lt;i&gt;__T]">
23389       <method name="Void .ctor(&lt;i9&gt;__T, &lt;i&gt;__T)">
23390         <size>21</size>
23391       </method>
23392       <method name="&lt;i9&gt;__T get_i9()">
23393         <size>7</size>
23394       </method>
23395       <method name="&lt;i&gt;__T get_i()">
23396         <size>7</size>
23397       </method>
23398       <method name="Boolean Equals(System.Object)">
23399         <size>69</size>
23400       </method>
23401       <method name="Int32 GetHashCode()">
23402         <size>86</size>
23403       </method>
23404       <method name="System.String ToString()">
23405         <size>142</size>
23406       </method>
23407     </type>
23408     <type name="from.C">
23409       <method name="Int32 &lt;Main&gt;m__0(Int32)">
23410         <size>2</size>
23411       </method>
23412       <method name="Int32 &lt;Main&gt;m__1(Int32)">
23413         <size>2</size>
23414       </method>
23415       <method name="Nullable`1 &lt;Main&gt;m__2(Nullable`1)">
23416         <size>2</size>
23417       </method>
23418       <method name="Int32 &lt;Main&gt;m__3(Int32)">
23419         <size>2</size>
23420       </method>
23421     </type>
23422     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
23423       <method name="Void .ctor()">
23424         <size>7</size>
23425       </method>
23426       <method name="IEnumerable`1 &lt;&gt;m__4(Int32)">
23427         <size>7</size>
23428       </method>
23429     </type>
23430     <type name="from.C">
23431       <method name="Int32 &lt;Main&gt;m__5(Int32, Int32)">
23432         <size>2</size>
23433       </method>
23434       <method name="Boolean &lt;Main&gt;m__6(Int32)">
23435         <size>10</size>
23436       </method>
23437       <method name="Int32 &lt;Main&gt;m__7(Int32)">
23438         <size>2</size>
23439       </method>
23440       <method name="Int32 &lt;Main&gt;m__8(Int32)">
23441         <size>2</size>
23442       </method>
23443       <method name="Int32 &lt;Main&gt;m__9(Int32)">
23444         <size>2</size>
23445       </method>
23446       <method name="Int32 &lt;Main&gt;m__A(Int32)">
23447         <size>2</size>
23448       </method>
23449       <method name="Int32 &lt;Main&gt;m__B(Int32)">
23450         <size>2</size>
23451       </method>
23452       <method name="Int32 &lt;Main&gt;m__C(Int32)">
23453         <size>2</size>
23454       </method>
23455       <method name="Int32 &lt;Main&gt;m__1B(Int32)">
23456         <size>2</size>
23457       </method>
23458       <method name="Int32 &lt;Main&gt;m__1E(Int32)">
23459         <size>2</size>
23460       </method>
23461       <method name="Int32 &lt;Main&gt;m__20(Int32)">
23462         <size>2</size>
23463       </method>
23464       <method name="Int32 &lt;Main&gt;m__21(Int32)">
23465         <size>2</size>
23466       </method>
23467       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__25(Int32)">
23468         <size>10</size>
23469       </method>
23470       <method name="Int32 &lt;Main&gt;m__39(Int32)">
23471         <size>2</size>
23472       </method>
23473     </type>
23474     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent2&gt;__T,&lt;l2&gt;__T]">
23475       <method name="&lt;&lt;&gt;__TranspIdent2&gt;__T get_&lt;&gt;__TranspIdent2()">
23476         <size>7</size>
23477       </method>
23478       <method name="&lt;l2&gt;__T get_l2()">
23479         <size>7</size>
23480       </method>
23481       <method name="Boolean Equals(System.Object)">
23482         <size>69</size>
23483       </method>
23484       <method name="Int32 GetHashCode()">
23485         <size>86</size>
23486       </method>
23487       <method name="System.String ToString()">
23488         <size>142</size>
23489       </method>
23490       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent2&gt;__T, &lt;l2&gt;__T)">
23491         <size>21</size>
23492       </method>
23493     </type>
23494     <type name="&lt;&gt;__AnonType4`2[&lt;&lt;&gt;__TranspIdent7&gt;__T,&lt;l2&gt;__T]">
23495       <method name="&lt;&lt;&gt;__TranspIdent7&gt;__T get_&lt;&gt;__TranspIdent7()">
23496         <size>7</size>
23497       </method>
23498       <method name="&lt;l2&gt;__T get_l2()">
23499         <size>7</size>
23500       </method>
23501       <method name="Boolean Equals(System.Object)">
23502         <size>69</size>
23503       </method>
23504       <method name="Int32 GetHashCode()">
23505         <size>86</size>
23506       </method>
23507       <method name="System.String ToString()">
23508         <size>142</size>
23509       </method>
23510       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent7&gt;__T, &lt;l2&gt;__T)">
23511         <size>21</size>
23512       </method>
23513     </type>
23514     <type name="from.C">
23515       <method name="Int32 &lt;Main&gt;m__D(Int32)">
23516         <size>2</size>
23517       </method>
23518       <method name="Int32 &lt;Main&gt;m__E(Int32)">
23519         <size>2</size>
23520       </method>
23521       <method name="Int32 &lt;Main&gt;m__F(ITest)">
23522         <size>7</size>
23523       </method>
23524       <method name="Int32 &lt;Main&gt;m__10(Int32, ITest)">
23525         <size>2</size>
23526       </method>
23527       <method name="Int32 &lt;Main&gt;m__11(Int32)">
23528         <size>2</size>
23529       </method>
23530       <method name="Int32 &lt;Main&gt;m__12(ITest)">
23531         <size>7</size>
23532       </method>
23533       <method name="Int32 &lt;Main&gt;m__13(Int32, ITest)">
23534         <size>2</size>
23535       </method>
23536       <method name="Int32 &lt;Main&gt;m__14(Int32)">
23537         <size>2</size>
23538       </method>
23539       <method name="Int32 &lt;Main&gt;m__15(ITest)">
23540         <size>7</size>
23541       </method>
23542       <method name="&lt;&gt;__AnonType0`2[System.Int32,from.ITest] &lt;Main&gt;m__16(Int32, ITest)">
23543         <size>8</size>
23544       </method>
23545       <method name="Int32 &lt;Main&gt;m__17(&lt;&gt;__AnonType0`2[System.Int32,from.ITest])">
23546         <size>7</size>
23547       </method>
23548       <method name="Int32 &lt;Main&gt;m__18(ITest)">
23549         <size>7</size>
23550       </method>
23551       <method name="Int32 &lt;Main&gt;m__19(&lt;&gt;__AnonType0`2[System.Int32,from.ITest], ITest)">
23552         <size>7</size>
23553       </method>
23554       <method name="Int32 &lt;Main&gt;m__1A(Int32)">
23555         <size>2</size>
23556       </method>
23557       <method name="Int32 &lt;Main&gt;m__1C(Int32, IEnumerable`1)">
23558         <size>2</size>
23559       </method>
23560       <method name="Int32 &lt;Main&gt;m__1D(Int32)">
23561         <size>2</size>
23562       </method>
23563       <method name="Int32 &lt;Main&gt;m__1F(Int32, IEnumerable`1)">
23564         <size>2</size>
23565       </method>
23566       <method name="Int32 &lt;Main&gt;m__22(Int32)">
23567         <size>2</size>
23568       </method>
23569       <method name="Int32 &lt;Main&gt;m__23(Int32)">
23570         <size>2</size>
23571       </method>
23572       <method name="IGrouping`2 &lt;Main&gt;m__24(IGrouping`2)">
23573         <size>2</size>
23574       </method>
23575       <method name="Int32 &lt;Main&gt;m__26(&lt;&gt;__AnonType1`2[System.Int32,System.Int32])">
23576         <size>7</size>
23577       </method>
23578       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__27(Int32)">
23579         <size>10</size>
23580       </method>
23581       <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])">
23582         <size>15</size>
23583       </method>
23584       <method name="Int32 &lt;Main&gt;m__29(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
23585         <size>12</size>
23586       </method>
23587       <method name="Int32 &lt;Main&gt;m__2A(Int32)">
23588         <size>2</size>
23589       </method>
23590       <method name="Int32 &lt;Main&gt;m__2B(Int32)">
23591         <size>2</size>
23592       </method>
23593       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__2D(IGrouping`2, Int32)">
23594         <size>8</size>
23595       </method>
23596       <method name="Int32 &lt;Main&gt;m__2E(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
23597         <size>2</size>
23598       </method>
23599       <method name="Int32 &lt;Main&gt;m__2F(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
23600         <size>7</size>
23601       </method>
23602       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__31(IGrouping`2, Int32)">
23603         <size>8</size>
23604       </method>
23605       <method name="Int32 &lt;Main&gt;m__32(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
23606         <size>2</size>
23607       </method>
23608       <method name="Int32 &lt;Main&gt;m__33(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
23609         <size>7</size>
23610       </method>
23611       <method name="&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32] &lt;Main&gt;m__35(IGrouping`2, Int32)">
23612         <size>8</size>
23613       </method>
23614       <method name="Int32 &lt;Main&gt;m__36(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
23615         <size>2</size>
23616       </method>
23617       <method name="Int32 &lt;Main&gt;m__37(&lt;&gt;__AnonType3`2[System.Linq.IGrouping`2[System.Int32,System.Int32],System.Int32])">
23618         <size>7</size>
23619       </method>
23620       <method name="IGrouping`2 &lt;Main&gt;m__38(IGrouping`2)">
23621         <size>2</size>
23622       </method>
23623       <method name="Int32 &lt;Main&gt;m__3A(Int32)">
23624         <size>2</size>
23625       </method>
23626       <method name="Int32 &lt;Main&gt;m__3B(Int32)">
23627         <size>2</size>
23628       </method>
23629       <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]])">
23630         <size>9</size>
23631       </method>
23632       <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])">
23633         <size>2</size>
23634       </method>
23635     </type>
23636     <type name="from.C+&lt;Main&gt;c__AnonStorey0">
23637       <method name="IEnumerable`1 &lt;&gt;m__2C(IGrouping`2)">
23638         <size>7</size>
23639       </method>
23640       <method name="IEnumerable`1 &lt;&gt;m__30(IGrouping`2)">
23641         <size>7</size>
23642       </method>
23643       <method name="IEnumerable`1 &lt;&gt;m__34(IGrouping`2)">
23644         <size>7</size>
23645       </method>
23646       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;&gt;m__3C(Int32)">
23647         <size>47</size>
23648       </method>
23649       <method name="Int32 &lt;&gt;m__3F(Int32)">
23650         <size>2</size>
23651       </method>
23652     </type>
23653   </test>
23654   <test name="gtest-linq-02.cs">
23655     <type name="Test">
23656       <method name="Void .ctor()">
23657         <size>7</size>
23658       </method>
23659       <method name="Int32 Main()">
23660         <size>509</size>
23661       </method>
23662       <method name="Int32 &lt;Main&gt;m__0(Int32)">
23663         <size>2</size>
23664       </method>
23665       <method name="Int32 &lt;Main&gt;m__1(Int32)">
23666         <size>3</size>
23667       </method>
23668       <method name="Int32 &lt;Main&gt;m__2(Int32)">
23669         <size>2</size>
23670       </method>
23671       <method name="Int32 &lt;Main&gt;m__3(Int32)">
23672         <size>3</size>
23673       </method>
23674     </type>
23675   </test>
23676   <test name="gtest-linq-03.cs">
23677     <type name="WhereTest">
23678       <method name="Void .ctor()">
23679         <size>7</size>
23680       </method>
23681       <method name="Int32 Main()">
23682         <size>179</size>
23683       </method>
23684       <method name="Boolean &lt;Main&gt;m__0(Int32)">
23685         <size>5</size>
23686       </method>
23687       <method name="Boolean &lt;Main&gt;m__1(Int32)">
23688         <size>5</size>
23689       </method>
23690       <method name="Int32 &lt;Main&gt;m__2(Int32)">
23691         <size>4</size>
23692       </method>
23693     </type>
23694   </test>
23695   <test name="gtest-linq-04.cs">
23696     <type name="TestGroupBy">
23697       <method name="Void .ctor()">
23698         <size>7</size>
23699       </method>
23700       <method name="Int32 Main()">
23701         <size>561</size>
23702       </method>
23703     </type>
23704     <type name="&lt;PrivateImplementationDetails&gt;">
23705       <method name="Void .ctor()">
23706         <size>7</size>
23707       </method>
23708     </type>
23709     <type name="TestGroupBy">
23710       <method name="Int32 &lt;Main&gt;m__0(Int32)">
23711         <size>4</size>
23712       </method>
23713       <method name="Int32 &lt;Main&gt;m__1(Int32)">
23714         <size>2</size>
23715       </method>
23716       <method name="Int32 &lt;Main&gt;m__2(Int32)">
23717         <size>4</size>
23718       </method>
23719       <method name="Int32 &lt;Main&gt;m__3(Int32)">
23720         <size>2</size>
23721       </method>
23722     </type>
23723   </test>
23724   <test name="gtest-linq-05.cs">
23725     <type name="OrderByTests">
23726       <method name="Void .ctor()">
23727         <size>7</size>
23728       </method>
23729       <method name="Int32 Main()">
23730         <size>1254</size>
23731       </method>
23732     </type>
23733     <type name="OrderByTests+Data">
23734       <method name="Void .ctor()">
23735         <size>7</size>
23736       </method>
23737       <method name="Int32 get_ID()">
23738         <size>7</size>
23739       </method>
23740       <method name="Void set_ID(Int32)">
23741         <size>8</size>
23742       </method>
23743       <method name="System.String get_Name()">
23744         <size>7</size>
23745       </method>
23746       <method name="Void set_Name(System.String)">
23747         <size>8</size>
23748       </method>
23749       <method name="System.String ToString()">
23750         <size>28</size>
23751       </method>
23752     </type>
23753     <type name="OrderByTests">
23754       <method name="Int32 &lt;Main&gt;m__0(Int32)">
23755         <size>2</size>
23756       </method>
23757       <method name="Int32 &lt;Main&gt;m__1(Int32)">
23758         <size>2</size>
23759       </method>
23760       <method name="Int32 &lt;Main&gt;m__2(Int32)">
23761         <size>2</size>
23762       </method>
23763       <method name="Int32 &lt;Main&gt;m__3(Int32)">
23764         <size>4</size>
23765       </method>
23766       <method name="System.String &lt;Main&gt;m__4(System.String)">
23767         <size>2</size>
23768       </method>
23769       <method name="Int32 &lt;Main&gt;m__5(System.String)">
23770         <size>7</size>
23771       </method>
23772       <method name="Int32 &lt;Main&gt;m__6(OrderByTests+Data)">
23773         <size>7</size>
23774       </method>
23775       <method name="System.String &lt;Main&gt;m__7(OrderByTests+Data)">
23776         <size>7</size>
23777       </method>
23778       <method name="Int32 &lt;Main&gt;m__8(OrderByTests+Data)">
23779         <size>7</size>
23780       </method>
23781       <method name="System.String &lt;Main&gt;m__9(OrderByTests+Data)">
23782         <size>7</size>
23783       </method>
23784       <method name="Boolean &lt;Main&gt;m__A(OrderByTests+Data)">
23785         <size>11</size>
23786       </method>
23787       <method name="Int32 &lt;Main&gt;m__B(OrderByTests+Data)">
23788         <size>7</size>
23789       </method>
23790       <method name="System.String &lt;Main&gt;m__C(OrderByTests+Data)">
23791         <size>7</size>
23792       </method>
23793       <method name="Boolean &lt;Main&gt;m__D(OrderByTests+Data)">
23794         <size>11</size>
23795       </method>
23796       <method name="System.String &lt;Main&gt;m__E(OrderByTests+Data)">
23797         <size>7</size>
23798       </method>
23799       <method name="System.String &lt;Main&gt;m__F(OrderByTests+Data)">
23800         <size>7</size>
23801       </method>
23802       <method name="OrderByTests+Data &lt;Main&gt;m__10(OrderByTests+Data)">
23803         <size>2</size>
23804       </method>
23805     </type>
23806   </test>
23807   <test name="gtest-linq-06.cs">
23808     <type name="Let">
23809       <method name="Void .ctor()">
23810         <size>7</size>
23811       </method>
23812       <method name="Int32 Main()">
23813         <size>410</size>
23814       </method>
23815     </type>
23816     <type name="&lt;&gt;__AnonType0`2[&lt;i&gt;__T,&lt;u&gt;__T]">
23817       <method name="Void .ctor(&lt;i&gt;__T, &lt;u&gt;__T)">
23818         <size>21</size>
23819       </method>
23820       <method name="&lt;i&gt;__T get_i()">
23821         <size>7</size>
23822       </method>
23823       <method name="&lt;u&gt;__T get_u()">
23824         <size>7</size>
23825       </method>
23826       <method name="Boolean Equals(System.Object)">
23827         <size>69</size>
23828       </method>
23829       <method name="Int32 GetHashCode()">
23830         <size>86</size>
23831       </method>
23832       <method name="System.String ToString()">
23833         <size>142</size>
23834       </method>
23835     </type>
23836     <type name="Let">
23837       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__0(Int32)">
23838         <size>10</size>
23839       </method>
23840       <method name="Int32 &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
23841         <size>7</size>
23842       </method>
23843       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__2(Int32)">
23844         <size>10</size>
23845       </method>
23846       <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])">
23847         <size>15</size>
23848       </method>
23849       <method name="Boolean &lt;Main&gt;m__4(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
23850         <size>18</size>
23851       </method>
23852       <method name="Int32 &lt;Main&gt;m__5(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.Int32],System.Int32])">
23853         <size>7</size>
23854       </method>
23855     </type>
23856     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;v&gt;__T]">
23857       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;v&gt;__T)">
23858         <size>21</size>
23859       </method>
23860       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
23861         <size>7</size>
23862       </method>
23863       <method name="&lt;v&gt;__T get_v()">
23864         <size>7</size>
23865       </method>
23866       <method name="Boolean Equals(System.Object)">
23867         <size>69</size>
23868       </method>
23869       <method name="Int32 GetHashCode()">
23870         <size>86</size>
23871       </method>
23872       <method name="System.String ToString()">
23873         <size>142</size>
23874       </method>
23875     </type>
23876   </test>
23877   <test name="gtest-linq-07.cs">
23878     <type name="SelectMany">
23879       <method name="Void .ctor()">
23880         <size>7</size>
23881       </method>
23882       <method name="Int32 Main()">
23883         <size>754</size>
23884       </method>
23885     </type>
23886     <type name="&lt;&gt;__AnonType0`2[&lt;i1&gt;__T,&lt;i2&gt;__T]">
23887       <method name="Void .ctor(&lt;i1&gt;__T, &lt;i2&gt;__T)">
23888         <size>21</size>
23889       </method>
23890       <method name="&lt;i1&gt;__T get_i1()">
23891         <size>7</size>
23892       </method>
23893       <method name="&lt;i2&gt;__T get_i2()">
23894         <size>7</size>
23895       </method>
23896       <method name="Boolean Equals(System.Object)">
23897         <size>69</size>
23898       </method>
23899       <method name="Int32 GetHashCode()">
23900         <size>86</size>
23901       </method>
23902       <method name="System.String ToString()">
23903         <size>142</size>
23904       </method>
23905     </type>
23906     <type name="&lt;&gt;__AnonType2`3[&lt;pp&gt;__T,&lt;i1&gt;__T,&lt;i3&gt;__T]">
23907       <method name="Void .ctor(&lt;pp&gt;__T, &lt;i1&gt;__T, &lt;i3&gt;__T)">
23908         <size>28</size>
23909       </method>
23910       <method name="&lt;pp&gt;__T get_pp()">
23911         <size>7</size>
23912       </method>
23913       <method name="&lt;i1&gt;__T get_i1()">
23914         <size>7</size>
23915       </method>
23916       <method name="&lt;i3&gt;__T get_i3()">
23917         <size>7</size>
23918       </method>
23919       <method name="Boolean Equals(System.Object)">
23920         <size>96</size>
23921       </method>
23922       <method name="Int32 GetHashCode()">
23923         <size>109</size>
23924       </method>
23925       <method name="System.String ToString()">
23926         <size>199</size>
23927       </method>
23928     </type>
23929     <type name="SelectMany+&lt;Main&gt;c__AnonStorey0">
23930       <method name="Void .ctor()">
23931         <size>7</size>
23932       </method>
23933       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
23934         <size>12</size>
23935       </method>
23936       <method name="IEnumerable`1 &lt;&gt;m__3(Int32)">
23937         <size>12</size>
23938       </method>
23939       <method name="IEnumerable`1 &lt;&gt;m__5(&lt;&gt;__AnonType0`2[System.Int32,System.String])">
23940         <size>12</size>
23941       </method>
23942       <method name="IEnumerable`1 &lt;&gt;m__9(Int32)">
23943         <size>7</size>
23944       </method>
23945     </type>
23946     <type name="SelectMany">
23947       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__1(Int32, System.String)">
23948         <size>8</size>
23949       </method>
23950       <method name="Boolean &lt;Main&gt;m__2(Int32)">
23951         <size>5</size>
23952       </method>
23953       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__4(Int32, System.String)">
23954         <size>8</size>
23955       </method>
23956       <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)">
23957         <size>8</size>
23958       </method>
23959       <method name="Int32 &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[&lt;&gt;__AnonType0`2[System.Int32,System.String],System.Int32])">
23960         <size>7</size>
23961       </method>
23962       <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])">
23963         <size>25</size>
23964       </method>
23965       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.String] &lt;Main&gt;m__A(Int32, System.String)">
23966         <size>8</size>
23967       </method>
23968     </type>
23969     <type name="&lt;&gt;__AnonType1`2[&lt;&lt;&gt;__TranspIdent0&gt;__T,&lt;i3&gt;__T]">
23970       <method name="&lt;&lt;&gt;__TranspIdent0&gt;__T get_&lt;&gt;__TranspIdent0()">
23971         <size>7</size>
23972       </method>
23973       <method name="&lt;i3&gt;__T get_i3()">
23974         <size>7</size>
23975       </method>
23976       <method name="Boolean Equals(System.Object)">
23977         <size>69</size>
23978       </method>
23979       <method name="Int32 GetHashCode()">
23980         <size>86</size>
23981       </method>
23982       <method name="System.String ToString()">
23983         <size>142</size>
23984       </method>
23985       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent0&gt;__T, &lt;i3&gt;__T)">
23986         <size>21</size>
23987       </method>
23988     </type>
23989   </test>
23990   <test name="gtest-linq-08.cs">
23991     <type name="TestA">
23992       <method name="Void .ctor(String)">
23993         <size>14</size>
23994       </method>
23995       <method name="System.String Select[U](System.Func`2[TestA,U])">
23996         <size>7</size>
23997       </method>
23998     </type>
23999     <type name="TestB">
24000       <method name="TestA Where(TestA, System.Func`2[TestA,System.Boolean])">
24001         <size>25</size>
24002       </method>
24003     </type>
24004     <type name="CustomQueryExpressionPattern">
24005       <method name="Void .ctor()">
24006         <size>7</size>
24007       </method>
24008       <method name="Int32 Main()">
24009         <size>153</size>
24010       </method>
24011       <method name="TestA &lt;Main&gt;m__0(TestA)">
24012         <size>2</size>
24013       </method>
24014       <method name="Boolean &lt;Main&gt;m__1(TestA)">
24015         <size>17</size>
24016       </method>
24017     </type>
24018   </test>
24019   <test name="gtest-linq-09.cs">
24020     <type name="Data">
24021       <method name="Void .ctor()">
24022         <size>7</size>
24023       </method>
24024     </type>
24025     <type name="Join">
24026       <method name="Void .ctor()">
24027         <size>7</size>
24028       </method>
24029       <method name="Int32 Main()">
24030         <size>912</size>
24031       </method>
24032     </type>
24033     <type name="&lt;&gt;__AnonType0`1[&lt;Result&gt;__T]">
24034       <method name="Void .ctor(&lt;Result&gt;__T)">
24035         <size>14</size>
24036       </method>
24037       <method name="&lt;Result&gt;__T get_Result()">
24038         <size>7</size>
24039       </method>
24040       <method name="Boolean Equals(System.Object)">
24041         <size>39</size>
24042       </method>
24043       <method name="Int32 GetHashCode()">
24044         <size>63</size>
24045       </method>
24046       <method name="System.String ToString()">
24047         <size>67</size>
24048       </method>
24049     </type>
24050     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
24051       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
24052         <size>21</size>
24053       </method>
24054       <method name="&lt;a&gt;__T get_a()">
24055         <size>7</size>
24056       </method>
24057       <method name="&lt;b&gt;__T get_b()">
24058         <size>7</size>
24059       </method>
24060       <method name="Boolean Equals(System.Object)">
24061         <size>69</size>
24062       </method>
24063       <method name="Int32 GetHashCode()">
24064         <size>86</size>
24065       </method>
24066       <method name="System.String ToString()">
24067         <size>142</size>
24068       </method>
24069     </type>
24070     <type name="Join">
24071       <method name="Int32 &lt;Main&gt;m__0(Data)">
24072         <size>7</size>
24073       </method>
24074       <method name="Int32 &lt;Main&gt;m__1(Data)">
24075         <size>7</size>
24076       </method>
24077       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__2(Data, Data)">
24078         <size>23</size>
24079       </method>
24080       <method name="Int32 &lt;Main&gt;m__3(Data)">
24081         <size>7</size>
24082       </method>
24083       <method name="Int32 &lt;Main&gt;m__4(Data)">
24084         <size>7</size>
24085       </method>
24086       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__5(Data, Data)">
24087         <size>8</size>
24088       </method>
24089       <method name="Boolean &lt;Main&gt;m__6(&lt;&gt;__AnonType1`2[Data,Data])">
24090         <size>22</size>
24091       </method>
24092       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__7(&lt;&gt;__AnonType1`2[Data,Data])">
24093         <size>33</size>
24094       </method>
24095       <method name="Int32 &lt;Main&gt;m__8(Data)">
24096         <size>7</size>
24097       </method>
24098       <method name="Int32 &lt;Main&gt;m__9(Data)">
24099         <size>7</size>
24100       </method>
24101       <method name="&lt;&gt;__AnonType0`1[System.String] &lt;Main&gt;m__A(Data, Data)">
24102         <size>23</size>
24103       </method>
24104       <method name="Int32 &lt;Main&gt;m__B(Data)">
24105         <size>7</size>
24106       </method>
24107       <method name="Int32 &lt;Main&gt;m__C(Data)">
24108         <size>7</size>
24109       </method>
24110       <method name="&lt;&gt;__AnonType1`2[Data,Data] &lt;Main&gt;m__D(Data, Data)">
24111         <size>8</size>
24112       </method>
24113       <method name="Int32 &lt;Main&gt;m__E(&lt;&gt;__AnonType1`2[Data,Data])">
24114         <size>12</size>
24115       </method>
24116       <method name="Data &lt;Main&gt;m__F(&lt;&gt;__AnonType1`2[Data,Data])">
24117         <size>7</size>
24118       </method>
24119     </type>
24120   </test>
24121   <test name="gtest-linq-10.cs">
24122     <type name="DataA">
24123       <method name="Void .ctor()">
24124         <size>7</size>
24125       </method>
24126     </type>
24127     <type name="DataB">
24128       <method name="Void .ctor()">
24129         <size>7</size>
24130       </method>
24131     </type>
24132     <type name="GroupJoin">
24133       <method name="Void .ctor()">
24134         <size>7</size>
24135       </method>
24136       <method name="Int32 Main()">
24137         <size>729</size>
24138       </method>
24139     </type>
24140     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;ab&gt;__T]">
24141       <method name="Void .ctor(&lt;a&gt;__T, &lt;ab&gt;__T)">
24142         <size>21</size>
24143       </method>
24144       <method name="&lt;a&gt;__T get_a()">
24145         <size>7</size>
24146       </method>
24147       <method name="&lt;ab&gt;__T get_ab()">
24148         <size>7</size>
24149       </method>
24150       <method name="Boolean Equals(System.Object)">
24151         <size>69</size>
24152       </method>
24153       <method name="Int32 GetHashCode()">
24154         <size>86</size>
24155       </method>
24156       <method name="System.String ToString()">
24157         <size>142</size>
24158       </method>
24159     </type>
24160     <type name="&lt;&gt;__AnonType1`2[&lt;a&gt;__T,&lt;b&gt;__T]">
24161       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
24162         <size>21</size>
24163       </method>
24164       <method name="&lt;a&gt;__T get_a()">
24165         <size>7</size>
24166       </method>
24167       <method name="&lt;b&gt;__T get_b()">
24168         <size>7</size>
24169       </method>
24170       <method name="Boolean Equals(System.Object)">
24171         <size>69</size>
24172       </method>
24173       <method name="Int32 GetHashCode()">
24174         <size>86</size>
24175       </method>
24176       <method name="System.String ToString()">
24177         <size>142</size>
24178       </method>
24179     </type>
24180     <type name="GroupJoin">
24181       <method name="Int32 &lt;Main&gt;m__0(DataA)">
24182         <size>7</size>
24183       </method>
24184       <method name="Int32 &lt;Main&gt;m__1(DataB)">
24185         <size>7</size>
24186       </method>
24187       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__2(DataA, IEnumerable`1)">
24188         <size>8</size>
24189       </method>
24190       <method name="IEnumerable`1 &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
24191         <size>12</size>
24192       </method>
24193       <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)">
24194         <size>39</size>
24195       </method>
24196       <method name="Int32 &lt;Main&gt;m__5(DataA)">
24197         <size>7</size>
24198       </method>
24199       <method name="Int32 &lt;Main&gt;m__6(DataB)">
24200         <size>7</size>
24201       </method>
24202       <method name="&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]] &lt;Main&gt;m__7(DataA, IEnumerable`1)">
24203         <size>8</size>
24204       </method>
24205       <method name="IEnumerable`1 &lt;Main&gt;m__8(&lt;&gt;__AnonType0`2[DataA,System.Collections.Generic.IEnumerable`1[DataB]])">
24206         <size>12</size>
24207       </method>
24208       <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)">
24209         <size>39</size>
24210       </method>
24211       <method name="Int32 &lt;Main&gt;m__A(DataA)">
24212         <size>7</size>
24213       </method>
24214       <method name="Int32 &lt;Main&gt;m__B(DataB)">
24215         <size>7</size>
24216       </method>
24217       <method name="DataA &lt;Main&gt;m__C(DataA, IEnumerable`1)">
24218         <size>2</size>
24219       </method>
24220     </type>
24221   </test>
24222   <test name="gtest-linq-11.cs">
24223     <type name="IntoTest">
24224       <method name="Void .ctor()">
24225         <size>7</size>
24226       </method>
24227       <method name="Int32 Main()">
24228         <size>275</size>
24229       </method>
24230       <method name="Boolean &lt;Main&gt;m__0(Int32)">
24231         <size>5</size>
24232       </method>
24233       <method name="Int32 &lt;Main&gt;m__1(Int32)">
24234         <size>5</size>
24235       </method>
24236       <method name="Int32 &lt;Main&gt;m__2(Int32)">
24237         <size>4</size>
24238       </method>
24239       <method name="Boolean &lt;Main&gt;m__3(Int32)">
24240         <size>5</size>
24241       </method>
24242       <method name="Int32 &lt;Main&gt;m__4(Int32)">
24243         <size>4</size>
24244       </method>
24245     </type>
24246   </test>
24247   <test name="gtest-linq-12.cs">
24248     <type name="NestedQuery">
24249       <method name="Void .ctor()">
24250         <size>7</size>
24251       </method>
24252       <method name="Void XX()">
24253         <size>108</size>
24254       </method>
24255       <method name="Int32 Main()">
24256         <size>472</size>
24257       </method>
24258     </type>
24259     <type name="&lt;&gt;__AnonType0`2[&lt;values&gt;__T,&lt;length&gt;__T]">
24260       <method name="Void .ctor(&lt;values&gt;__T, &lt;length&gt;__T)">
24261         <size>21</size>
24262       </method>
24263       <method name="&lt;values&gt;__T get_values()">
24264         <size>7</size>
24265       </method>
24266       <method name="&lt;length&gt;__T get_length()">
24267         <size>7</size>
24268       </method>
24269       <method name="Boolean Equals(System.Object)">
24270         <size>69</size>
24271       </method>
24272       <method name="Int32 GetHashCode()">
24273         <size>86</size>
24274       </method>
24275       <method name="System.String ToString()">
24276         <size>142</size>
24277       </method>
24278     </type>
24279     <type name="&lt;&gt;__AnonType1`2[&lt;type&gt;__T,&lt;x&gt;__T]">
24280       <method name="Void .ctor(&lt;type&gt;__T, &lt;x&gt;__T)">
24281         <size>21</size>
24282       </method>
24283       <method name="&lt;type&gt;__T get_type()">
24284         <size>7</size>
24285       </method>
24286       <method name="&lt;x&gt;__T get_x()">
24287         <size>7</size>
24288       </method>
24289       <method name="Boolean Equals(System.Object)">
24290         <size>69</size>
24291       </method>
24292       <method name="Int32 GetHashCode()">
24293         <size>86</size>
24294       </method>
24295       <method name="System.String ToString()">
24296         <size>142</size>
24297       </method>
24298     </type>
24299     <type name="NestedQuery">
24300       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;XX&gt;m__0(System.String)">
24301         <size>13</size>
24302       </method>
24303     </type>
24304     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
24305       <method name="Void .ctor()">
24306         <size>7</size>
24307       </method>
24308     </type>
24309     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
24310       <method name="Void .ctor()">
24311         <size>7</size>
24312       </method>
24313     </type>
24314     <type name="NestedQuery">
24315       <method name="IEnumerable`1 &lt;XX&gt;m__1(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
24316         <size>110</size>
24317       </method>
24318       <method name="Boolean &lt;Main&gt;m__2(System.String)">
24319         <size>10</size>
24320       </method>
24321       <method name="IEnumerable`1 &lt;Main&gt;m__3(System.String)">
24322         <size>36</size>
24323       </method>
24324       <method name="&lt;&gt;__AnonType0`2[System.String,System.Int32] &lt;Main&gt;m__4(System.String)">
24325         <size>13</size>
24326       </method>
24327       <method name="IEnumerable`1 &lt;Main&gt;m__5(&lt;&gt;__AnonType0`2[System.String,System.Int32])">
24328         <size>110</size>
24329       </method>
24330       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;XX&gt;m__6(Char)">
24331         <size>9</size>
24332       </method>
24333       <method name="Char &lt;XX&gt;m__8(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
24334         <size>7</size>
24335       </method>
24336       <method name="Boolean &lt;Main&gt;m__9(Char)">
24337         <size>6</size>
24338       </method>
24339       <method name="&lt;&gt;__AnonType1`2[System.Char,System.Int32] &lt;Main&gt;m__A(Char)">
24340         <size>9</size>
24341       </method>
24342       <method name="Char &lt;Main&gt;m__C(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
24343         <size>7</size>
24344       </method>
24345     </type>
24346     <type name="NestedQuery+&lt;XX&gt;c__AnonStorey0">
24347       <method name="Boolean &lt;&gt;m__7(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
24348         <size>15</size>
24349       </method>
24350     </type>
24351     <type name="NestedQuery+&lt;Main&gt;c__AnonStorey1">
24352       <method name="Boolean &lt;&gt;m__B(&lt;&gt;__AnonType1`2[System.Char,System.Int32])">
24353         <size>15</size>
24354       </method>
24355     </type>
24356   </test>
24357   <test name="gtest-linq-13.cs">
24358     <type name="Program">
24359       <method name="Void .ctor()">
24360         <size>7</size>
24361       </method>
24362       <method name="Void Main()">
24363         <size>1</size>
24364       </method>
24365       <method name="Void Foo(TypeDefinition)">
24366         <size>47</size>
24367       </method>
24368       <method name="MethodDefinition &lt;Foo&gt;m__0(MethodDefinition)">
24369         <size>2</size>
24370       </method>
24371     </type>
24372     <type name="Extension">
24373       <method name="IEnumerable`1 Cast[T](IFoo)">
24374         <size>2</size>
24375       </method>
24376     </type>
24377     <type name="MethodDefinition">
24378       <method name="Void .ctor()">
24379         <size>7</size>
24380       </method>
24381     </type>
24382     <type name="TypeDefinition">
24383       <method name="Void .ctor()">
24384         <size>7</size>
24385       </method>
24386       <method name="MethodDefinitionCollection get_Methods()">
24387         <size>2</size>
24388       </method>
24389       <method name="Void set_Methods(MethodDefinitionCollection)">
24390         <size>1</size>
24391       </method>
24392     </type>
24393     <type name="MethodDefinitionCollection">
24394       <method name="Void .ctor()">
24395         <size>7</size>
24396       </method>
24397     </type>
24398   </test>
24399   <test name="gtest-linq-14.cs">
24400     <type name="Person">
24401       <method name="Void .ctor()">
24402         <size>7</size>
24403       </method>
24404       <method name="Style get_Style()">
24405         <size>7</size>
24406       </method>
24407       <method name="Void set_Style(Style)">
24408         <size>8</size>
24409       </method>
24410     </type>
24411     <type name="Extensions">
24412       <method name="IMarker`1 Cast[T](IObjectContainer)">
24413         <size>2</size>
24414       </method>
24415       <method name="IMarker`1 Where[T](IMarker`1, System.Linq.Expressions.Expression`1[System.Func`2[T,System.Boolean]])">
24416         <size>2</size>
24417       </method>
24418     </type>
24419     <type name="Program">
24420       <method name="Void .ctor()">
24421         <size>7</size>
24422       </method>
24423       <method name="Void Main()">
24424         <size>1</size>
24425       </method>
24426       <method name="Void Assert(System.Action)">
24427         <size>1</size>
24428       </method>
24429       <method name="Void Test(IObjectContainer, Style)">
24430         <size>38</size>
24431       </method>
24432     </type>
24433     <type name="Program+&lt;Test&gt;c__AnonStorey0">
24434       <method name="Void .ctor()">
24435         <size>7</size>
24436       </method>
24437       <method name="Void &lt;&gt;m__0()">
24438         <size>117</size>
24439       </method>
24440     </type>
24441   </test>
24442   <test name="gtest-linq-15.cs">
24443     <type name="NameCollisionTest.Data">
24444       <method name="Void .ctor()">
24445         <size>7</size>
24446       </method>
24447     </type>
24448     <type name="NameCollisionTest.Ex">
24449       <method name="IEnumerable`1 Foo[T,TR](IEnumerable`1, System.Func`2[T,TR])">
24450         <size>44</size>
24451       </method>
24452     </type>
24453     <type name="NameCollisionTest.C">
24454       <method name="Void .ctor()">
24455         <size>7</size>
24456       </method>
24457       <method name="Void Main()">
24458         <size>78</size>
24459       </method>
24460       <method name="Int32 &lt;Main&gt;m__0(NameCollisionTest.Data)">
24461         <size>7</size>
24462       </method>
24463       <method name="Boolean &lt;Main&gt;m__1(Int32)">
24464         <size>5</size>
24465       </method>
24466     </type>
24467     <type name="NameCollisionTest.Ex+&lt;Foo&gt;c__Iterator0`2[T,TR]">
24468       <method name="Void .ctor()">
24469         <size>7</size>
24470       </method>
24471       <method name="System.Object System.Collections.IEnumerator.get_Current()">
24472         <size>12</size>
24473       </method>
24474       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
24475         <size>7</size>
24476       </method>
24477       <method name="Boolean MoveNext()">
24478         <size>86</size>
24479       </method>
24480       <method name="Void Dispose()">
24481         <size>8</size>
24482       </method>
24483       <method name="Void Reset()">
24484         <size>6</size>
24485       </method>
24486       <method name="TR System.Collections.Generic.IEnumerator&lt;TR&gt;.get_Current()">
24487         <size>7</size>
24488       </method>
24489       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;TR&gt;.GetEnumerator()">
24490         <size>52</size>
24491       </method>
24492     </type>
24493   </test>
24494   <test name="gtest-linq-16.cs">
24495     <type name="C">
24496       <method name="Void .ctor()">
24497         <size>7</size>
24498       </method>
24499       <method name="Void Main()">
24500         <size>12</size>
24501       </method>
24502       <method name="Void Test_1(Int32)">
24503         <size>27</size>
24504       </method>
24505       <method name="Void Test_2()">
24506         <size>31</size>
24507       </method>
24508       <method name="System.Func`1[System.Collections.Generic.IEnumerable`1[System.Int32]] &lt;Test_2&gt;m__1(Int32)">
24509         <size>26</size>
24510       </method>
24511     </type>
24512     <type name="&lt;&gt;__AnonType0`2[&lt;a&gt;__T,&lt;b&gt;__T]">
24513       <method name="Void .ctor(&lt;a&gt;__T, &lt;b&gt;__T)">
24514         <size>21</size>
24515       </method>
24516       <method name="&lt;a&gt;__T get_a()">
24517         <size>7</size>
24518       </method>
24519       <method name="&lt;b&gt;__T get_b()">
24520         <size>7</size>
24521       </method>
24522       <method name="Boolean Equals(System.Object)">
24523         <size>69</size>
24524       </method>
24525       <method name="Int32 GetHashCode()">
24526         <size>86</size>
24527       </method>
24528       <method name="System.String ToString()">
24529         <size>142</size>
24530       </method>
24531     </type>
24532     <type name="C+&lt;Test_1&gt;c__AnonStorey0">
24533       <method name="Void .ctor()">
24534         <size>7</size>
24535       </method>
24536       <method name="IEnumerable`1 &lt;&gt;m__0()">
24537         <size>67</size>
24538       </method>
24539       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__3(Int32)">
24540         <size>8</size>
24541       </method>
24542       <method name="Int32 &lt;&gt;m__4(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
24543         <size>14</size>
24544       </method>
24545     </type>
24546     <type name="C+&lt;Test_2&gt;c__AnonStorey1">
24547       <method name="Void .ctor()">
24548         <size>7</size>
24549       </method>
24550       <method name="IEnumerable`1 &lt;&gt;m__2()">
24551         <size>67</size>
24552       </method>
24553       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;&gt;m__5(Int32)">
24554         <size>8</size>
24555       </method>
24556       <method name="Int32 &lt;&gt;m__6(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
24557         <size>14</size>
24558       </method>
24559     </type>
24560   </test>
24561   <test name="gtest-linq-17.cs">
24562     <type name="TestGroupBy">
24563       <method name="Void .ctor()">
24564         <size>7</size>
24565       </method>
24566       <method name="Int32 Main()">
24567         <size>159</size>
24568       </method>
24569       <method name="Int32 &lt;Main&gt;m__0(Int32)">
24570         <size>2</size>
24571       </method>
24572     </type>
24573     <type name="&lt;PrivateImplementationDetails&gt;">
24574       <method name="Void .ctor()">
24575         <size>7</size>
24576       </method>
24577     </type>
24578   </test>
24579   <test name="gtest-linq-18.cs">
24580     <type name="C">
24581       <method name="Void .ctor()">
24582         <size>7</size>
24583       </method>
24584       <method name="Boolean Test(System.Func`2[System.Int32,System.Boolean])">
24585         <size>2</size>
24586       </method>
24587       <method name="Boolean Test2(System.Func`2[System.Int32,System.Int32])">
24588         <size>2</size>
24589       </method>
24590       <method name="Int32 Main()">
24591         <size>648</size>
24592       </method>
24593       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Boolean] &lt;Main&gt;m__0(Int32)">
24594         <size>42</size>
24595       </method>
24596       <method name="Boolean &lt;Main&gt;m__1(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
24597         <size>11</size>
24598       </method>
24599       <method name="Boolean &lt;Main&gt;m__2(&lt;&gt;__AnonType0`2[System.Int32,System.Boolean])">
24600         <size>31</size>
24601       </method>
24602       <method name="Boolean &lt;Main&gt;m__3(Int32)">
24603         <size>31</size>
24604       </method>
24605       <method name="Boolean &lt;Main&gt;m__4(Int32)">
24606         <size>31</size>
24607       </method>
24608       <method name="Boolean &lt;Main&gt;m__5(Int32)">
24609         <size>31</size>
24610       </method>
24611       <method name="Boolean &lt;Main&gt;m__6(Int32)">
24612         <size>31</size>
24613       </method>
24614       <method name="&lt;&gt;__AnonType1`2[System.Int32,System.Int32] &lt;Main&gt;m__7(Int32)">
24615         <size>10</size>
24616       </method>
24617       <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])">
24618         <size>15</size>
24619       </method>
24620       <method name="Boolean &lt;Main&gt;m__9(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
24621         <size>31</size>
24622       </method>
24623       <method name="Boolean &lt;Main&gt;m__A(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
24624         <size>15</size>
24625       </method>
24626       <method name="Int32 &lt;Main&gt;m__B(&lt;&gt;__AnonType2`2[&lt;&gt;__AnonType1`2[System.Int32,System.Int32],System.Int32])">
24627         <size>12</size>
24628       </method>
24629     </type>
24630     <type name="&lt;&gt;__AnonType0`2[&lt;ck&gt;__T,&lt;xy&gt;__T]">
24631       <method name="Void .ctor(&lt;ck&gt;__T, &lt;xy&gt;__T)">
24632         <size>21</size>
24633       </method>
24634       <method name="&lt;ck&gt;__T get_ck()">
24635         <size>7</size>
24636       </method>
24637       <method name="&lt;xy&gt;__T get_xy()">
24638         <size>7</size>
24639       </method>
24640       <method name="Boolean Equals(System.Object)">
24641         <size>69</size>
24642       </method>
24643       <method name="Int32 GetHashCode()">
24644         <size>86</size>
24645       </method>
24646       <method name="System.String ToString()">
24647         <size>142</size>
24648       </method>
24649     </type>
24650     <type name="&lt;&gt;__AnonType1`2[&lt;i&gt;__T,&lt;l&gt;__T]">
24651       <method name="Void .ctor(&lt;i&gt;__T, &lt;l&gt;__T)">
24652         <size>21</size>
24653       </method>
24654       <method name="&lt;i&gt;__T get_i()">
24655         <size>7</size>
24656       </method>
24657       <method name="&lt;l&gt;__T get_l()">
24658         <size>7</size>
24659       </method>
24660       <method name="Boolean Equals(System.Object)">
24661         <size>69</size>
24662       </method>
24663       <method name="Int32 GetHashCode()">
24664         <size>86</size>
24665       </method>
24666       <method name="System.String ToString()">
24667         <size>142</size>
24668       </method>
24669     </type>
24670     <type name="&lt;PrivateImplementationDetails&gt;">
24671       <method name="Void .ctor()">
24672         <size>7</size>
24673       </method>
24674     </type>
24675     <type name="C+&lt;Main&gt;c__AnonStorey0">
24676       <method name="Void .ctor()">
24677         <size>7</size>
24678       </method>
24679     </type>
24680     <type name="C+&lt;Main&gt;c__AnonStorey1">
24681       <method name="Void .ctor()">
24682         <size>7</size>
24683       </method>
24684     </type>
24685     <type name="C+&lt;Main&gt;c__AnonStorey2">
24686       <method name="Void .ctor()">
24687         <size>7</size>
24688       </method>
24689     </type>
24690     <type name="C+&lt;Main&gt;c__AnonStorey3">
24691       <method name="Void .ctor()">
24692         <size>7</size>
24693       </method>
24694     </type>
24695     <type name="C+&lt;Main&gt;c__AnonStorey4">
24696       <method name="Void .ctor()">
24697         <size>7</size>
24698       </method>
24699     </type>
24700     <type name="C+&lt;Main&gt;c__AnonStorey5">
24701       <method name="Void .ctor()">
24702         <size>7</size>
24703       </method>
24704     </type>
24705     <type name="C+&lt;Main&gt;c__AnonStorey6">
24706       <method name="Void .ctor()">
24707         <size>7</size>
24708       </method>
24709     </type>
24710     <type name="C">
24711       <method name="Boolean &lt;Main&gt;m__C(Int32)">
24712         <size>31</size>
24713       </method>
24714       <method name="Boolean &lt;Main&gt;m__D(Int32)">
24715         <size>31</size>
24716       </method>
24717       <method name="Int32 &lt;Main&gt;m__E(Int32, Int32)">
24718         <size>2</size>
24719       </method>
24720       <method name="Boolean &lt;Main&gt;m__F(Int32)">
24721         <size>31</size>
24722       </method>
24723       <method name="Boolean &lt;Main&gt;m__10(Int32)">
24724         <size>31</size>
24725       </method>
24726       <method name="Int32 &lt;Main&gt;m__11(Int32, IEnumerable`1)">
24727         <size>2</size>
24728       </method>
24729     </type>
24730     <type name="&lt;&gt;__AnonType2`2[&lt;&lt;&gt;__TranspIdent1&gt;__T,&lt;g&gt;__T]">
24731       <method name="Void .ctor(&lt;&lt;&gt;__TranspIdent1&gt;__T, &lt;g&gt;__T)">
24732         <size>21</size>
24733       </method>
24734       <method name="&lt;&lt;&gt;__TranspIdent1&gt;__T get_&lt;&gt;__TranspIdent1()">
24735         <size>7</size>
24736       </method>
24737       <method name="&lt;g&gt;__T get_g()">
24738         <size>7</size>
24739       </method>
24740       <method name="Boolean Equals(System.Object)">
24741         <size>69</size>
24742       </method>
24743       <method name="Int32 GetHashCode()">
24744         <size>86</size>
24745       </method>
24746       <method name="System.String ToString()">
24747         <size>142</size>
24748       </method>
24749     </type>
24750     <type name="C+&lt;Main&gt;c__AnonStorey0">
24751       <method name="Boolean &lt;&gt;m__12(Int32)">
24752         <size>10</size>
24753       </method>
24754     </type>
24755     <type name="C+&lt;Main&gt;c__AnonStorey1">
24756       <method name="Boolean &lt;&gt;m__13(Int32)">
24757         <size>15</size>
24758       </method>
24759     </type>
24760     <type name="C+&lt;Main&gt;c__AnonStorey2">
24761       <method name="Boolean &lt;&gt;m__14(Int32)">
24762         <size>10</size>
24763       </method>
24764     </type>
24765     <type name="C+&lt;Main&gt;c__AnonStorey3">
24766       <method name="Boolean &lt;&gt;m__15(Int32)">
24767         <size>10</size>
24768       </method>
24769     </type>
24770     <type name="C+&lt;Main&gt;c__AnonStorey4">
24771       <method name="Int32 &lt;&gt;m__16(Int32)">
24772         <size>9</size>
24773       </method>
24774     </type>
24775     <type name="C+&lt;Main&gt;c__AnonStorey5">
24776       <method name="Int32 &lt;&gt;m__17(Int32)">
24777         <size>9</size>
24778       </method>
24779     </type>
24780     <type name="C+&lt;Main&gt;c__AnonStorey6">
24781       <method name="Boolean &lt;&gt;m__18(Int32)">
24782         <size>20</size>
24783       </method>
24784     </type>
24785     <type name="C+&lt;Main&gt;c__AnonStorey7">
24786       <method name="Void .ctor()">
24787         <size>7</size>
24788       </method>
24789       <method name="Boolean &lt;&gt;m__19(Int32)">
24790         <size>10</size>
24791       </method>
24792     </type>
24793     <type name="C+&lt;Main&gt;c__AnonStorey8">
24794       <method name="Void .ctor()">
24795         <size>7</size>
24796       </method>
24797       <method name="Boolean &lt;&gt;m__1A(Int32)">
24798         <size>10</size>
24799       </method>
24800     </type>
24801     <type name="C+&lt;Main&gt;c__AnonStorey9">
24802       <method name="Void .ctor()">
24803         <size>7</size>
24804       </method>
24805       <method name="Boolean &lt;&gt;m__1B(Int32)">
24806         <size>10</size>
24807       </method>
24808     </type>
24809     <type name="C+&lt;Main&gt;c__AnonStoreyA">
24810       <method name="Void .ctor()">
24811         <size>7</size>
24812       </method>
24813       <method name="Boolean &lt;&gt;m__1C(Int32)">
24814         <size>10</size>
24815       </method>
24816     </type>
24817   </test>
24818   <test name="gtest-linq-19.cs">
24819     <type name="Test">
24820       <method name="Void .ctor()">
24821         <size>7</size>
24822       </method>
24823       <method name="Void .cctor()">
24824         <size>45</size>
24825       </method>
24826       <method name="Void Main()">
24827         <size>1</size>
24828       </method>
24829       <method name="Char &lt;E&gt;m__0(Char)">
24830         <size>2</size>
24831       </method>
24832     </type>
24833   </test>
24834   <test name="gtest-linq-20.cs">
24835     <type name="Maybe`1[T]">
24836       <method name="T get_Value()">
24837         <size>7</size>
24838       </method>
24839       <method name="Void set_Value(T)">
24840         <size>8</size>
24841       </method>
24842       <method name="Boolean get_HasValue()">
24843         <size>7</size>
24844       </method>
24845       <method name="Void set_HasValue(Boolean)">
24846         <size>8</size>
24847       </method>
24848       <method name="System.String ToString()">
24849         <size>38</size>
24850       </method>
24851       <method name="Maybe`1[U] SelectMany[U](System.Func`2[T,Maybe`1[U]])">
24852         <size>30</size>
24853       </method>
24854       <method name="Maybe`1[V] SelectMany[U,V](System.Func`2[T,Maybe`1[U]], System.Func`3[T,U,V])">
24855         <size>71</size>
24856       </method>
24857       <method name="Void .ctor()">
24858         <size>14</size>
24859       </method>
24860       <method name="Void .ctor(T)">
24861         <size>21</size>
24862       </method>
24863       <method name="Void .cctor()">
24864         <size>11</size>
24865       </method>
24866     </type>
24867     <type name="MaybeExtensions">
24868       <method name="Maybe`1[T] ToMaybe[T](T)">
24869         <size>7</size>
24870       </method>
24871     </type>
24872     <type name="Test">
24873       <method name="Void Main()">
24874         <size>138</size>
24875       </method>
24876       <method name="Maybe`1[System.Int32] &lt;Main&gt;m__0(Int32)">
24877         <size>7</size>
24878       </method>
24879       <method name="&lt;&gt;__AnonType0`2[System.Int32,System.Int32] &lt;Main&gt;m__1(Int32, Int32)">
24880         <size>8</size>
24881       </method>
24882       <method name="Maybe`1[System.Int32] &lt;Main&gt;m__2(&lt;&gt;__AnonType0`2[System.Int32,System.Int32])">
24883         <size>7</size>
24884       </method>
24885       <method name="Int32 &lt;Main&gt;m__3(&lt;&gt;__AnonType0`2[System.Int32,System.Int32], Int32)">
24886         <size>16</size>
24887       </method>
24888       <method name="Void .ctor()">
24889         <size>7</size>
24890       </method>
24891     </type>
24892     <type name="&lt;&gt;__AnonType0`2[&lt;x&gt;__T,&lt;y&gt;__T]">
24893       <method name="&lt;x&gt;__T get_x()">
24894         <size>7</size>
24895       </method>
24896       <method name="&lt;y&gt;__T get_y()">
24897         <size>7</size>
24898       </method>
24899       <method name="Boolean Equals(System.Object)">
24900         <size>69</size>
24901       </method>
24902       <method name="Int32 GetHashCode()">
24903         <size>86</size>
24904       </method>
24905       <method name="System.String ToString()">
24906         <size>142</size>
24907       </method>
24908       <method name="Void .ctor(&lt;x&gt;__T, &lt;y&gt;__T)">
24909         <size>21</size>
24910       </method>
24911     </type>
24912   </test>
24913   <test name="gtest-linq-21.cs">
24914     <type name="Program">
24915       <method name="Int32 Main()">
24916         <size>90</size>
24917       </method>
24918     </type>
24919     <type name="Program+&lt;Main&gt;c__AnonStorey0">
24920       <method name="IEnumerable`1 &lt;&gt;m__0(Int32)">
24921         <size>7</size>
24922       </method>
24923       <method name="System.Action &lt;&gt;m__1(Int32, Int32)">
24924         <size>40</size>
24925       </method>
24926       <method name="Void .ctor()">
24927         <size>7</size>
24928       </method>
24929     </type>
24930     <type name="Program+&lt;Main&gt;c__AnonStorey0+&lt;Main&gt;c__AnonStorey1">
24931       <method name="Void &lt;&gt;m__2()">
24932         <size>49</size>
24933       </method>
24934       <method name="Void .ctor()">
24935         <size>7</size>
24936       </method>
24937     </type>
24938   </test>
24939   <test name="gtest-linq-22.cs">
24940     <type name="Test.MainClass">
24941       <method name="Void Main()">
24942         <size>47</size>
24943       </method>
24944       <method name="Void .ctor()">
24945         <size>7</size>
24946       </method>
24947     </type>
24948     <type name="&lt;&gt;__AnonType0`2[&lt;item&gt;__T,&lt;parsed&gt;__T]">
24949       <method name="&lt;item&gt;__T get_item()">
24950         <size>7</size>
24951       </method>
24952       <method name="&lt;parsed&gt;__T get_parsed()">
24953         <size>7</size>
24954       </method>
24955       <method name="Boolean Equals(System.Object)">
24956         <size>69</size>
24957       </method>
24958       <method name="Int32 GetHashCode()">
24959         <size>86</size>
24960       </method>
24961       <method name="System.String ToString()">
24962         <size>142</size>
24963       </method>
24964       <method name="Void .ctor(&lt;item&gt;__T, &lt;parsed&gt;__T)">
24965         <size>21</size>
24966       </method>
24967     </type>
24968     <type name="Test.MainClass+&lt;Main&gt;c__AnonStorey0">
24969       <method name="&lt;&gt;__AnonType0`2[System.Char,System.Boolean] &lt;&gt;m__0(Char)">
24970         <size>23</size>
24971       </method>
24972       <method name="DateTime &lt;&gt;m__1(&lt;&gt;__AnonType0`2[System.Char,System.Boolean])">
24973         <size>28</size>
24974       </method>
24975       <method name="Void .ctor()">
24976         <size>7</size>
24977       </method>
24978     </type>
24979   </test>
24980   <test name="gtest-linq-23.cs">
24981     <type name="OrderByBugExample.Foo">
24982       <method name="System.String get_Name()">
24983         <size>7</size>
24984       </method>
24985       <method name="Void set_Name(System.String)">
24986         <size>8</size>
24987       </method>
24988       <method name="Int32 get_Value1()">
24989         <size>7</size>
24990       </method>
24991       <method name="Void set_Value1(Int32)">
24992         <size>8</size>
24993       </method>
24994       <method name="Int32 get_Value2()">
24995         <size>7</size>
24996       </method>
24997       <method name="Void set_Value2(Int32)">
24998         <size>8</size>
24999       </method>
25000       <method name="Void .ctor()">
25001         <size>7</size>
25002       </method>
25003     </type>
25004     <type name="OrderByBugExample.Program">
25005       <method name="Int32 Main()">
25006         <size>351</size>
25007       </method>
25008       <method name="System.String &lt;Main&gt;m__0(OrderByBugExample.Foo)">
25009         <size>7</size>
25010       </method>
25011       <method name="Int32 &lt;Main&gt;m__1(OrderByBugExample.Foo)">
25012         <size>7</size>
25013       </method>
25014       <method name="Int32 &lt;Main&gt;m__2(OrderByBugExample.Foo)">
25015         <size>7</size>
25016       </method>
25017     </type>
25018   </test>
25019   <test name="gtest-linq-24.cs">
25020     <type name="A">
25021       <method name="Void .ctor()">
25022         <size>7</size>
25023       </method>
25024     </type>
25025     <type name="C">
25026       <method name="A[] get_Prop()">
25027         <size>15</size>
25028       </method>
25029       <method name="Void Test()">
25030         <size>56</size>
25031       </method>
25032       <method name="Int32 Main()">
25033         <size>12</size>
25034       </method>
25035       <method name="Int32 &lt;Test&gt;m__0(A)">
25036         <size>7</size>
25037       </method>
25038       <method name="Void .ctor()">
25039         <size>7</size>
25040       </method>
25041     </type>
25042   </test>
25043   <test name="gtest-named-01.cs">
25044     <type name="C">
25045       <method name="Int32 Test(Int32, Int32, System.String)">
25046         <size>6</size>
25047       </method>
25048       <method name="T Foo[T](T, Int32)">
25049         <size>2</size>
25050       </method>
25051       <method name="Void Lambda(System.Func`2[System.Int32,System.Int32])">
25052         <size>9</size>
25053       </method>
25054       <method name="Int32 Main()">
25055         <size>173</size>
25056       </method>
25057       <method name="Int32 &lt;Main&gt;m__0(Int32)">
25058         <size>2</size>
25059       </method>
25060     </type>
25061     <type name="C+&lt;Main&gt;c__AnonStorey0">
25062       <method name="Void .ctor()">
25063         <size>7</size>
25064       </method>
25065       <method name="Int32 &lt;&gt;m__1(Int32)">
25066         <size>7</size>
25067       </method>
25068     </type>
25069   </test>
25070   <test name="gtest-named-02.cs">
25071     <type name="D">
25072       <method name="Void Foo(Int32)">
25073         <size>1</size>
25074       </method>
25075       <method name="Void Main()">
25076         <size>1</size>
25077       </method>
25078       <method name="Void .ctor()">
25079         <size>7</size>
25080       </method>
25081     </type>
25082   </test>
25083   <test name="gtest-named-03.cs">
25084     <type name="C">
25085       <method name="Int32 Foo(Int32, Int32, Int32)">
25086         <size>2</size>
25087       </method>
25088       <method name="Int32 Main()">
25089         <size>38</size>
25090       </method>
25091       <method name="Void .ctor()">
25092         <size>7</size>
25093       </method>
25094     </type>
25095   </test>
25096   <test name="gtest-optional-01.cs">
25097     <type name="C">
25098       <method name="Void TestA(Int32)">
25099         <size>1</size>
25100       </method>
25101       <method name="Void TestB(Int64)">
25102         <size>1</size>
25103       </method>
25104       <method name="Void TestC(Decimal)">
25105         <size>1</size>
25106       </method>
25107       <method name="Int32 Main()">
25108         <size>325</size>
25109       </method>
25110       <method name="Void .ctor()">
25111         <size>7</size>
25112       </method>
25113     </type>
25114   </test>
25115   <test name="gtest-optional-02.cs">
25116     <type name="C">
25117       <method name="Boolean Test2(Nullable`1)">
25118         <size>11</size>
25119       </method>
25120       <method name="Int32 Test(Nullable`1)">
25121         <size>27</size>
25122       </method>
25123       <method name="Int32 Main()">
25124         <size>101</size>
25125       </method>
25126       <method name="Void .ctor()">
25127         <size>7</size>
25128       </method>
25129       <method name="Boolean Test3(Nullable`1)">
25130         <size>21</size>
25131       </method>
25132     </type>
25133   </test>
25134   <test name="gtest-optional-03.cs">
25135     <type name="C">
25136       <method name="Int32 Test(Int32, System.String, Boolean, UInt16)">
25137         <size>2</size>
25138       </method>
25139       <method name="Int32 Main()">
25140         <size>225</size>
25141       </method>
25142       <method name="Void .ctor()">
25143         <size>7</size>
25144       </method>
25145     </type>
25146   </test>
25147   <test name="gtest-optional-04.cs">
25148     <type name="C">
25149       <method name="Void Foo[T](T, T)">
25150         <size>1</size>
25151       </method>
25152       <method name="Void TestParams(System.Int32[])">
25153         <size>6</size>
25154       </method>
25155       <method name="Void TestParams(Int32)">
25156         <size>1</size>
25157       </method>
25158       <method name="Void TestStruct(Nullable`1)">
25159         <size>1</size>
25160       </method>
25161       <method name="System.String get_Item(Int32, System.String)">
25162         <size>2</size>
25163       </method>
25164       <method name="Void set_Item(Int32, System.String, System.String)">
25165         <size>4</size>
25166       </method>
25167       <method name="Int32 Main()">
25168         <size>120</size>
25169       </method>
25170       <method name="Void .ctor()">
25171         <size>7</size>
25172       </method>
25173     </type>
25174   </test>
25175   <test name="gtest-optional-05.cs">
25176     <type name="Blah">
25177       <method name="Int32 Foo(Int32, Int32)">
25178         <size>4</size>
25179       </method>
25180       <method name="Int32 Main()">
25181         <size>46</size>
25182       </method>
25183       <method name="Void .ctor()">
25184         <size>7</size>
25185       </method>
25186     </type>
25187     <type name="Blah+MyDelegate">
25188       <method name="Int32 Invoke(Int32, Int32)">
25189         <size>0</size>
25190       </method>
25191       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
25192         <size>0</size>
25193       </method>
25194       <method name="Int32 EndInvoke(IAsyncResult)">
25195         <size>0</size>
25196       </method>
25197       <method name="Void .ctor(Object, IntPtr)">
25198         <size>0</size>
25199       </method>
25200     </type>
25201   </test>
25202   <test name="gtest-optional-06.cs">
25203     <type name="C">
25204       <method name="Int32 Foo(Int32)">
25205         <size>2</size>
25206       </method>
25207       <method name="Int32 Main()">
25208         <size>38</size>
25209       </method>
25210       <method name="Void .ctor()">
25211         <size>7</size>
25212       </method>
25213     </type>
25214     <type name="D">
25215       <method name="Int32 Invoke(Int32)">
25216         <size>0</size>
25217       </method>
25218       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
25219         <size>0</size>
25220       </method>
25221       <method name="Int32 EndInvoke(IAsyncResult)">
25222         <size>0</size>
25223       </method>
25224       <method name="Void .ctor(Object, IntPtr)">
25225         <size>0</size>
25226       </method>
25227     </type>
25228   </test>
25229   <test name="gtest-optional-07.cs">
25230     <type name="Tests">
25231       <method name="Void foo(Foo)">
25232         <size>1</size>
25233       </method>
25234       <method name="Int32 Main()">
25235         <size>8</size>
25236       </method>
25237       <method name="Void .ctor()">
25238         <size>7</size>
25239       </method>
25240     </type>
25241   </test>
25242   <test name="gtest-optional-08.cs">
25243     <type name="Tests">
25244       <method name="Int32 Main()">
25245         <size>36</size>
25246       </method>
25247       <method name="Void .ctor(String)">
25248         <size>14</size>
25249       </method>
25250       <method name="Void .ctor(Int32)">
25251         <size>7</size>
25252       </method>
25253     </type>
25254   </test>
25255   <test name="gtest-optional-09.cs">
25256     <type name="Program">
25257       <method name="Int32 Test_1(Int32, SByte)">
25258         <size>2</size>
25259       </method>
25260       <method name="Int32 Test_1[T](T)">
25261         <size>2</size>
25262       </method>
25263       <method name="Int32 Test_1(Int32, Int64)">
25264         <size>2</size>
25265       </method>
25266       <method name="Int32 Test_2(Int16)">
25267         <size>2</size>
25268       </method>
25269       <method name="Int32 Test_2(Int32, SByte)">
25270         <size>2</size>
25271       </method>
25272       <method name="Int32 Test_3(System.String)">
25273         <size>2</size>
25274       </method>
25275       <method name="Int32 Test_3(System.String, SByte)">
25276         <size>2</size>
25277       </method>
25278       <method name="Int32 Test_4(System.Object)">
25279         <size>2</size>
25280       </method>
25281       <method name="Int32 Test_4(System.Object[])">
25282         <size>2</size>
25283       </method>
25284       <method name="Int32 Test_5()">
25285         <size>2</size>
25286       </method>
25287       <method name="Int32 Test_5(Int32, System.Object[])">
25288         <size>2</size>
25289       </method>
25290       <method name="Int32 Test_6(System.Object[])">
25291         <size>2</size>
25292       </method>
25293       <method name="Int32 Test_6(Int32, System.Object[])">
25294         <size>2</size>
25295       </method>
25296       <method name="Int32 Test_7(Boolean, System.Object[])">
25297         <size>2</size>
25298       </method>
25299       <method name="Int32 Test_7(Boolean, Int32, System.Object[])">
25300         <size>2</size>
25301       </method>
25302       <method name="Int32 Main()">
25303         <size>118</size>
25304       </method>
25305       <method name="Void .ctor()">
25306         <size>7</size>
25307       </method>
25308     </type>
25309   </test>
25310   <test name="gtest-optional-10.cs">
25311     <type name="Program">
25312       <method name="Void Main()">
25313         <size>8</size>
25314       </method>
25315       <method name="Void .ctor()">
25316         <size>7</size>
25317       </method>
25318     </type>
25319     <type name="Program`1[T]">
25320       <method name="Void .ctor(Generic`1)">
25321         <size>7</size>
25322       </method>
25323     </type>
25324     <type name="Generic`1[T]">
25325       <method name="Void .ctor()">
25326         <size>7</size>
25327       </method>
25328     </type>
25329   </test>
25330   <test name="gtest-optional-11.cs">
25331     <type name="C">
25332       <method name="Int32 TestA(Int32)">
25333         <size>2</size>
25334       </method>
25335       <method name="T TestB[T](T, T)">
25336         <size>2</size>
25337       </method>
25338       <method name="System.Object TestC(System.Object)">
25339         <size>2</size>
25340       </method>
25341       <method name="Int32 Main()">
25342         <size>76</size>
25343       </method>
25344       <method name="Void .ctor()">
25345         <size>7</size>
25346       </method>
25347     </type>
25348   </test>
25349   <test name="gtest-optional-12.cs">
25350     <type name="C">
25351       <method name="Int32 M(System.String, Int32, System.Int32[])">
25352         <size>4</size>
25353       </method>
25354       <method name="Int32 Main()">
25355         <size>41</size>
25356       </method>
25357       <method name="Void .ctor()">
25358         <size>7</size>
25359       </method>
25360     </type>
25361     <type name="&lt;PrivateImplementationDetails&gt;">
25362       <method name="Void .ctor()">
25363         <size>7</size>
25364       </method>
25365     </type>
25366   </test>
25367   <test name="gtest-partial-01.cs">
25368     <type name="B`1[U]">
25369       <method name="Void .ctor()">
25370         <size>7</size>
25371       </method>
25372     </type>
25373     <type name="C`1[T]">
25374       <method name="Void .ctor()">
25375         <size>7</size>
25376       </method>
25377     </type>
25378     <type name="Test">
25379       <method name="Void Main()">
25380         <size>1</size>
25381       </method>
25382       <method name="Void .ctor()">
25383         <size>7</size>
25384       </method>
25385     </type>
25386   </test>
25387   <test name="gtest-partial-02.cs">
25388     <type name="A`1[T]">
25389       <method name="Void Test()">
25390         <size>13</size>
25391       </method>
25392       <method name="T get_CurrentItem()">
25393         <size>7</size>
25394       </method>
25395       <method name="Void set_CurrentItem(T)">
25396         <size>8</size>
25397       </method>
25398       <method name="Void .ctor()">
25399         <size>7</size>
25400       </method>
25401     </type>
25402     <type name="C">
25403       <method name="Void Main()">
25404         <size>1</size>
25405       </method>
25406       <method name="Void .ctor()">
25407         <size>7</size>
25408       </method>
25409     </type>
25410   </test>
25411   <test name="gtest-repl-01.cs">
25412     <type name="MyTest">
25413       <method name="Void Run(System.String, System.String)">
25414         <size>23</size>
25415       </method>
25416       <method name="Void Evaluate(System.String, System.String, System.Object)">
25417         <size>80</size>
25418       </method>
25419       <method name="Void Main()">
25420         <size>540</size>
25421       </method>
25422       <method name="Void .ctor()">
25423         <size>7</size>
25424       </method>
25425     </type>
25426   </test>
25427   <test name="gtest-var-04.cs">
25428     <type name="Test">
25429       <method name="Void .ctor()">
25430         <size>7</size>
25431       </method>
25432       <method name="Int32 Main()">
25433         <size>231</size>
25434       </method>
25435     </type>
25436   </test>
25437   <test name="gtest-variance-1.cs">
25438     <type name="Foo">
25439       <method name="System.String get_Bar()">
25440         <size>7</size>
25441       </method>
25442       <method name="Void .ctor(String)">
25443         <size>14</size>
25444       </method>
25445     </type>
25446     <type name="Test">
25447       <method name="Int32 Main()">
25448         <size>57</size>
25449       </method>
25450       <method name="Void .ctor()">
25451         <size>7</size>
25452       </method>
25453     </type>
25454   </test>
25455   <test name="gtest-variance-10.cs">
25456     <type name="Foo">
25457       <method name="Void .ctor()">
25458         <size>7</size>
25459       </method>
25460     </type>
25461     <type name="Test">
25462       <method name="Int32 I&lt;string&gt;.get_Count()">
25463         <size>2</size>
25464       </method>
25465       <method name="Int32 I&lt;Foo&gt;.get_Count()">
25466         <size>2</size>
25467       </method>
25468       <method name="Void .ctor()">
25469         <size>7</size>
25470       </method>
25471     </type>
25472     <type name="Program">
25473       <method name="Int32 Main()">
25474         <size>29</size>
25475       </method>
25476     </type>
25477   </test>
25478   <test name="gtest-variance-11.cs">
25479     <type name="D">
25480       <method name="Void .ctor()">
25481         <size>7</size>
25482       </method>
25483       <method name="Boolean Contra[T](IContravariant`1, IContravariant`1)">
25484         <size>41</size>
25485       </method>
25486       <method name="Boolean Covariant[T](ICovariant`1, ICovariant`1)">
25487         <size>41</size>
25488       </method>
25489       <method name="Int32 Main()">
25490         <size>38</size>
25491       </method>
25492     </type>
25493   </test>
25494   <test name="gtest-variance-12.cs">
25495     <type name="D">
25496       <method name="Void add_field(D`1[System.String])">
25497         <size>24</size>
25498       </method>
25499       <method name="Void remove_field(D`1[System.String])">
25500         <size>24</size>
25501       </method>
25502       <method name="Int32 Main()">
25503         <size>72</size>
25504       </method>
25505       <method name="Void &lt;Main&gt;m__0()">
25506         <size>1</size>
25507       </method>
25508       <method name="Void .ctor()">
25509         <size>7</size>
25510       </method>
25511     </type>
25512     <type name="D`1[T]">
25513       <method name="Void Invoke()">
25514         <size>0</size>
25515       </method>
25516       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
25517         <size>0</size>
25518       </method>
25519       <method name="Void EndInvoke(IAsyncResult)">
25520         <size>0</size>
25521       </method>
25522       <method name="Void .ctor(Object, IntPtr)">
25523         <size>0</size>
25524       </method>
25525     </type>
25526   </test>
25527   <test name="gtest-variance-13.cs">
25528     <type name="A">
25529       <method name="Void .ctor()">
25530         <size>7</size>
25531       </method>
25532       <method name="Void Foo[T](T, IList`1)">
25533         <size>1</size>
25534       </method>
25535       <method name="Void Test()">
25536         <size>17</size>
25537       </method>
25538     </type>
25539     <type name="B">
25540       <method name="Void .ctor()">
25541         <size>7</size>
25542       </method>
25543       <method name="Void Foo[T](T, I`1)">
25544         <size>1</size>
25545       </method>
25546       <method name="Void Test[U](U, I`1)">
25547         <size>8</size>
25548       </method>
25549     </type>
25550     <type name="M">
25551       <method name="Void .ctor()">
25552         <size>7</size>
25553       </method>
25554       <method name="Int32 Main()">
25555         <size>2</size>
25556       </method>
25557     </type>
25558   </test>
25559   <test name="gtest-variance-14.cs">
25560     <type name="A">
25561       <method name="Void .ctor()">
25562         <size>7</size>
25563       </method>
25564     </type>
25565     <type name="B">
25566       <method name="Void .ctor()">
25567         <size>7</size>
25568       </method>
25569     </type>
25570     <type name="C">
25571       <method name="Int32 Main()">
25572         <size>28</size>
25573       </method>
25574       <method name="Void .ctor()">
25575         <size>7</size>
25576       </method>
25577     </type>
25578     <type name="C+D`1[T]">
25579       <method name="Void Invoke(T)">
25580         <size>0</size>
25581       </method>
25582       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
25583         <size>0</size>
25584       </method>
25585       <method name="Void EndInvoke(IAsyncResult)">
25586         <size>0</size>
25587       </method>
25588       <method name="Void .ctor(Object, IntPtr)">
25589         <size>0</size>
25590       </method>
25591     </type>
25592     <type name="C+D`2[T,U]">
25593       <method name="T Invoke(U)">
25594         <size>0</size>
25595       </method>
25596       <method name="IAsyncResult BeginInvoke(U, System.AsyncCallback, System.Object)">
25597         <size>0</size>
25598       </method>
25599       <method name="T EndInvoke(IAsyncResult)">
25600         <size>0</size>
25601       </method>
25602       <method name="Void .ctor(Object, IntPtr)">
25603         <size>0</size>
25604       </method>
25605     </type>
25606   </test>
25607   <test name="gtest-variance-15.cs">
25608     <type name="C">
25609       <method name="Void M[T](T ByRef, C+D`1[T])">
25610         <size>13</size>
25611       </method>
25612       <method name="Void M2[T](T, C+D`1[T])">
25613         <size>8</size>
25614       </method>
25615       <method name="Void MethodArg(System.Object)">
25616         <size>1</size>
25617       </method>
25618       <method name="Int32 Main()">
25619         <size>53</size>
25620       </method>
25621       <method name="Void &lt;Main&gt;m__0(System.Object)">
25622         <size>7</size>
25623       </method>
25624       <method name="Void .ctor()">
25625         <size>7</size>
25626       </method>
25627     </type>
25628     <type name="C+D`1[T]">
25629       <method name="Void Invoke(T)">
25630         <size>0</size>
25631       </method>
25632       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
25633         <size>0</size>
25634       </method>
25635       <method name="Void EndInvoke(IAsyncResult)">
25636         <size>0</size>
25637       </method>
25638       <method name="Void .ctor(Object, IntPtr)">
25639         <size>0</size>
25640       </method>
25641     </type>
25642   </test>
25643   <test name="gtest-variance-16.cs">
25644     <type name="S">
25645       <method name="System.String op_Implicit(S)">
25646         <size>6</size>
25647       </method>
25648     </type>
25649     <type name="C">
25650       <method name="T Foo[T](T, I`1)">
25651         <size>2</size>
25652       </method>
25653       <method name="Int32 Main()">
25654         <size>45</size>
25655       </method>
25656       <method name="Void .ctor()">
25657         <size>7</size>
25658       </method>
25659     </type>
25660   </test>
25661   <test name="gtest-variance-2.cs">
25662     <type name="Foo">
25663       <method name="System.String Bar(System.Object)">
25664         <size>12</size>
25665       </method>
25666       <method name="Void .ctor()">
25667         <size>7</size>
25668       </method>
25669     </type>
25670     <type name="Test">
25671       <method name="Int32 Main()">
25672         <size>92</size>
25673       </method>
25674       <method name="Void .ctor()">
25675         <size>7</size>
25676       </method>
25677     </type>
25678   </test>
25679   <test name="gtest-variance-3.cs">
25680     <type name="Test">
25681       <method name="Int32 Main()">
25682         <size>56</size>
25683       </method>
25684       <method name="Int32 Bar(Foo`1[System.Object])">
25685         <size>12</size>
25686       </method>
25687       <method name="Void .ctor()">
25688         <size>7</size>
25689       </method>
25690     </type>
25691     <type name="Foo`1[T]">
25692       <method name="T Invoke()">
25693         <size>0</size>
25694       </method>
25695       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
25696         <size>0</size>
25697       </method>
25698       <method name="T EndInvoke(IAsyncResult)">
25699         <size>0</size>
25700       </method>
25701       <method name="Void .ctor(Object, IntPtr)">
25702         <size>0</size>
25703       </method>
25704     </type>
25705     <type name="Test+&lt;Main&gt;c__AnonStorey0">
25706       <method name="System.String &lt;&gt;m__0()">
25707         <size>7</size>
25708       </method>
25709       <method name="Void .ctor()">
25710         <size>7</size>
25711       </method>
25712     </type>
25713   </test>
25714   <test name="gtest-variance-4.cs">
25715     <type name="Test">
25716       <method name="Int32 Main()">
25717         <size>58</size>
25718       </method>
25719       <method name="Int32 Bar(Foo`1[System.String], System.String)">
25720         <size>8</size>
25721       </method>
25722       <method name="Int32 &lt;Main&gt;m__0(System.Object)">
25723         <size>7</size>
25724       </method>
25725       <method name="Void .ctor()">
25726         <size>7</size>
25727       </method>
25728     </type>
25729     <type name="Foo`1[T]">
25730       <method name="Int32 Invoke(T)">
25731         <size>0</size>
25732       </method>
25733       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
25734         <size>0</size>
25735       </method>
25736       <method name="Int32 EndInvoke(IAsyncResult)">
25737         <size>0</size>
25738       </method>
25739       <method name="Void .ctor(Object, IntPtr)">
25740         <size>0</size>
25741       </method>
25742     </type>
25743   </test>
25744   <test name="gtest-variance-5.cs">
25745     <type name="BothVariants`2[T1,T2]">
25746       <method name="T1 get_Foo()">
25747         <size>7</size>
25748       </method>
25749       <method name="Void set_Foo(T1)">
25750         <size>8</size>
25751       </method>
25752       <method name="Int32 Bar(T2)">
25753         <size>35</size>
25754       </method>
25755       <method name="Void .ctor(T1)">
25756         <size>14</size>
25757       </method>
25758     </type>
25759     <type name="Invariant`1[T]">
25760       <method name="T get_Foo()">
25761         <size>36</size>
25762       </method>
25763       <method name="Int32 Bar(T)">
25764         <size>14</size>
25765       </method>
25766       <method name="Void .ctor()">
25767         <size>7</size>
25768       </method>
25769     </type>
25770     <type name="A">
25771       <method name="System.String get_Fruit()">
25772         <size>6</size>
25773       </method>
25774       <method name="Void .ctor()">
25775         <size>7</size>
25776       </method>
25777     </type>
25778     <type name="B">
25779       <method name="System.String get_Fruit()">
25780         <size>6</size>
25781       </method>
25782       <method name="Void .ctor()">
25783         <size>7</size>
25784       </method>
25785     </type>
25786     <type name="C">
25787       <method name="System.String get_Fruit()">
25788         <size>6</size>
25789       </method>
25790       <method name="Void .ctor()">
25791         <size>7</size>
25792       </method>
25793     </type>
25794     <type name="Test">
25795       <method name="Int32 Main()">
25796         <size>110</size>
25797       </method>
25798       <method name="Void .ctor()">
25799         <size>7</size>
25800       </method>
25801     </type>
25802   </test>
25803   <test name="gtest-variance-6.cs">
25804     <type name="Program">
25805       <method name="Void .ctor()">
25806         <size>7</size>
25807       </method>
25808       <method name="Void Main()">
25809         <size>1</size>
25810       </method>
25811     </type>
25812     <type name="Cov1`1[U]">
25813       <method name="Void .ctor(Object, IntPtr)">
25814         <size>0</size>
25815       </method>
25816       <method name="ICovariant`1 Invoke(IContravariant`1)">
25817         <size>0</size>
25818       </method>
25819       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
25820         <size>0</size>
25821       </method>
25822       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
25823         <size>0</size>
25824       </method>
25825     </type>
25826     <type name="Cov2`1[U]">
25827       <method name="Void .ctor(Object, IntPtr)">
25828         <size>0</size>
25829       </method>
25830       <method name="ICovariant`1 Invoke(IContravariant`1)">
25831         <size>0</size>
25832       </method>
25833       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
25834         <size>0</size>
25835       </method>
25836       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
25837         <size>0</size>
25838       </method>
25839     </type>
25840     <type name="Cov3`1[U]">
25841       <method name="Void .ctor(Object, IntPtr)">
25842         <size>0</size>
25843       </method>
25844       <method name="ICovariant`1 Invoke(IContravariant`1)">
25845         <size>0</size>
25846       </method>
25847       <method name="IAsyncResult BeginInvoke(IContravariant`1, System.AsyncCallback, System.Object)">
25848         <size>0</size>
25849       </method>
25850       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
25851         <size>0</size>
25852       </method>
25853     </type>
25854     <type name="Cov4`1[U]">
25855       <method name="Void .ctor(Object, IntPtr)">
25856         <size>0</size>
25857       </method>
25858       <method name="ICovariant`1 Invoke()">
25859         <size>0</size>
25860       </method>
25861       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
25862         <size>0</size>
25863       </method>
25864       <method name="ICovariant`1 EndInvoke(IAsyncResult)">
25865         <size>0</size>
25866       </method>
25867     </type>
25868     <type name="Cov5`1[U]">
25869       <method name="Void .ctor(Object, IntPtr)">
25870         <size>0</size>
25871       </method>
25872       <method name="IContravariant`1 Invoke()">
25873         <size>0</size>
25874       </method>
25875       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
25876         <size>0</size>
25877       </method>
25878       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
25879         <size>0</size>
25880       </method>
25881     </type>
25882     <type name="Contra5`1[U]">
25883       <method name="Void .ctor(Object, IntPtr)">
25884         <size>0</size>
25885       </method>
25886       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
25887         <size>0</size>
25888       </method>
25889       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
25890         <size>0</size>
25891       </method>
25892       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
25893         <size>0</size>
25894       </method>
25895     </type>
25896     <type name="Contra6`1[U]">
25897       <method name="Void .ctor(Object, IntPtr)">
25898         <size>0</size>
25899       </method>
25900       <method name="IContravariant`1 Invoke()">
25901         <size>0</size>
25902       </method>
25903       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
25904         <size>0</size>
25905       </method>
25906       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
25907         <size>0</size>
25908       </method>
25909     </type>
25910     <type name="Contra7`1[U]">
25911       <method name="Void .ctor(Object, IntPtr)">
25912         <size>0</size>
25913       </method>
25914       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
25915         <size>0</size>
25916       </method>
25917       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
25918         <size>0</size>
25919       </method>
25920       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
25921         <size>0</size>
25922       </method>
25923     </type>
25924     <type name="Contra8`1[U]">
25925       <method name="Void .ctor(Object, IntPtr)">
25926         <size>0</size>
25927       </method>
25928       <method name="IContravariant`1 Invoke(U, ICovariant`1)">
25929         <size>0</size>
25930       </method>
25931       <method name="IAsyncResult BeginInvoke(U, ICovariant`1, System.AsyncCallback, System.Object)">
25932         <size>0</size>
25933       </method>
25934       <method name="IContravariant`1 EndInvoke(IAsyncResult)">
25935         <size>0</size>
25936       </method>
25937     </type>
25938   </test>
25939   <test name="gtest-variance-7.cs">
25940     <type name="C">
25941       <method name="Void .ctor()">
25942         <size>7</size>
25943       </method>
25944       <method name="Void Main()">
25945         <size>1</size>
25946       </method>
25947     </type>
25948     <type name="Covariant`1[T]">
25949       <method name="Void .ctor(Object, IntPtr)">
25950         <size>0</size>
25951       </method>
25952       <method name="T Invoke()">
25953         <size>0</size>
25954       </method>
25955       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
25956         <size>0</size>
25957       </method>
25958       <method name="T EndInvoke(IAsyncResult)">
25959         <size>0</size>
25960       </method>
25961     </type>
25962     <type name="Contra`1[T]">
25963       <method name="Void .ctor(Object, IntPtr)">
25964         <size>0</size>
25965       </method>
25966       <method name="Void Invoke(T)">
25967         <size>0</size>
25968       </method>
25969       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
25970         <size>0</size>
25971       </method>
25972       <method name="Void EndInvoke(IAsyncResult)">
25973         <size>0</size>
25974       </method>
25975     </type>
25976     <type name="CoContra`2[TR,T]">
25977       <method name="Void .ctor(Object, IntPtr)">
25978         <size>0</size>
25979       </method>
25980       <method name="TR Invoke(T)">
25981         <size>0</size>
25982       </method>
25983       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
25984         <size>0</size>
25985       </method>
25986       <method name="TR EndInvoke(IAsyncResult)">
25987         <size>0</size>
25988       </method>
25989     </type>
25990     <type name="None`1[T]">
25991       <method name="Void .ctor(Object, IntPtr)">
25992         <size>0</size>
25993       </method>
25994       <method name="Void Invoke(T)">
25995         <size>0</size>
25996       </method>
25997       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
25998         <size>0</size>
25999       </method>
26000       <method name="Void EndInvoke(IAsyncResult)">
26001         <size>0</size>
26002       </method>
26003     </type>
26004     <type name="Test`1[U]">
26005       <method name="Void .ctor(Object, IntPtr)">
26006         <size>0</size>
26007       </method>
26008       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] Invoke()">
26009         <size>0</size>
26010       </method>
26011       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26012         <size>0</size>
26013       </method>
26014       <method name="Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]] EndInvoke(IAsyncResult)">
26015         <size>0</size>
26016       </method>
26017     </type>
26018     <type name="Test2`1[U]">
26019       <method name="Void .ctor(Object, IntPtr)">
26020         <size>0</size>
26021       </method>
26022       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] Invoke()">
26023         <size>0</size>
26024       </method>
26025       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26026         <size>0</size>
26027       </method>
26028       <method name="Contra`1[Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]]] EndInvoke(IAsyncResult)">
26029         <size>0</size>
26030       </method>
26031     </type>
26032     <type name="Test3`1[U]">
26033       <method name="Void .ctor(Object, IntPtr)">
26034         <size>0</size>
26035       </method>
26036       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
26037         <size>0</size>
26038       </method>
26039       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26040         <size>0</size>
26041       </method>
26042       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
26043         <size>0</size>
26044       </method>
26045     </type>
26046     <type name="Test4`1[U]">
26047       <method name="Void .ctor(Object, IntPtr)">
26048         <size>0</size>
26049       </method>
26050       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] Invoke()">
26051         <size>0</size>
26052       </method>
26053       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26054         <size>0</size>
26055       </method>
26056       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[Contra`1[U]]]]]]]] EndInvoke(IAsyncResult)">
26057         <size>0</size>
26058       </method>
26059     </type>
26060     <type name="Test5`1[U]">
26061       <method name="Void .ctor(Object, IntPtr)">
26062         <size>0</size>
26063       </method>
26064       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] Invoke()">
26065         <size>0</size>
26066       </method>
26067       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
26068         <size>0</size>
26069       </method>
26070       <method name="Contra`1[Contra`1[Covariant`1[Covariant`1[Contra`1[Contra`1[Contra`1[U]]]]]]] EndInvoke(IAsyncResult)">
26071         <size>0</size>
26072       </method>
26073     </type>
26074     <type name="Test6`1[U]">
26075       <method name="Void .ctor(Object, IntPtr)">
26076         <size>0</size>
26077       </method>
26078       <method name="Void Invoke(Covariant`1[Contra`1[Contra`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[Covariant`1[U]]]]]]]])">
26079         <size>0</size>
26080       </method>
26081       <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)">
26082         <size>0</size>
26083       </method>
26084       <method name="Void EndInvoke(IAsyncResult)">
26085         <size>0</size>
26086       </method>
26087     </type>
26088     <type name="Both`2[U,V]">
26089       <method name="Void .ctor(Object, IntPtr)">
26090         <size>0</size>
26091       </method>
26092       <method name="Void Invoke(CoContra`2[U,V])">
26093         <size>0</size>
26094       </method>
26095       <method name="IAsyncResult BeginInvoke(CoContra`2[U,V], System.AsyncCallback, System.Object)">
26096         <size>0</size>
26097       </method>
26098       <method name="Void EndInvoke(IAsyncResult)">
26099         <size>0</size>
26100       </method>
26101     </type>
26102     <type name="Both2`2[U,V]">
26103       <method name="Void .ctor(Object, IntPtr)">
26104         <size>0</size>
26105       </method>
26106       <method name="Void Invoke(CoContra`2[U,Contra`1[U]])">
26107         <size>0</size>
26108       </method>
26109       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[U]], System.AsyncCallback, System.Object)">
26110         <size>0</size>
26111       </method>
26112       <method name="Void EndInvoke(IAsyncResult)">
26113         <size>0</size>
26114       </method>
26115     </type>
26116     <type name="Both3`2[U,V]">
26117       <method name="Void .ctor(Object, IntPtr)">
26118         <size>0</size>
26119       </method>
26120       <method name="Void Invoke(CoContra`2[U,Contra`1[System.Int32]])">
26121         <size>0</size>
26122       </method>
26123       <method name="IAsyncResult BeginInvoke(CoContra`2[U,Contra`1[System.Int32]], System.AsyncCallback, System.Object)">
26124         <size>0</size>
26125       </method>
26126       <method name="Void EndInvoke(IAsyncResult)">
26127         <size>0</size>
26128       </method>
26129     </type>
26130     <type name="Both4`2[U,V]">
26131       <method name="Void .ctor(Object, IntPtr)">
26132         <size>0</size>
26133       </method>
26134       <method name="Void Invoke(Both`2[V,U])">
26135         <size>0</size>
26136       </method>
26137       <method name="IAsyncResult BeginInvoke(Both`2[V,U], System.AsyncCallback, System.Object)">
26138         <size>0</size>
26139       </method>
26140       <method name="Void EndInvoke(IAsyncResult)">
26141         <size>0</size>
26142       </method>
26143     </type>
26144     <type name="Both5`2[U,V]">
26145       <method name="Void .ctor(Object, IntPtr)">
26146         <size>0</size>
26147       </method>
26148       <method name="Void Invoke(Both`2[V,System.Int32])">
26149         <size>0</size>
26150       </method>
26151       <method name="IAsyncResult BeginInvoke(Both`2[V,System.Int32], System.AsyncCallback, System.Object)">
26152         <size>0</size>
26153       </method>
26154       <method name="Void EndInvoke(IAsyncResult)">
26155         <size>0</size>
26156       </method>
26157     </type>
26158   </test>
26159   <test name="gtest-variance-8.cs">
26160     <type name="A`1[T]">
26161       <method name="Void .ctor()">
26162         <size>7</size>
26163       </method>
26164     </type>
26165     <type name="C">
26166       <method name="Int32 Main()">
26167         <size>144</size>
26168       </method>
26169       <method name="Void .ctor()">
26170         <size>7</size>
26171       </method>
26172     </type>
26173   </test>
26174   <test name="gtest-variance-9.cs">
26175     <type name="Test">
26176       <method name="Void .ctor()">
26177         <size>7</size>
26178       </method>
26179       <method name="Void Foo(IIn`1)">
26180         <size>1</size>
26181       </method>
26182       <method name="Int32 Main()">
26183         <size>10</size>
26184       </method>
26185     </type>
26186   </test>
26187   <test name="test-1.cs">
26188     <type name="X">
26189       <method name="Void .ctor()">
26190         <size>7</size>
26191       </method>
26192       <method name="Int32 Main(System.String[])">
26193         <size>12</size>
26194       </method>
26195     </type>
26196   </test>
26197   <test name="test-10.cs">
26198     <type name="X">
26199       <method name="Void .ctor()">
26200         <size>7</size>
26201       </method>
26202       <method name="Void asbyte(Byte, UInt16, UInt32, UInt64, Char)">
26203         <size>1</size>
26204       </method>
26205       <method name="Void bsbyte()">
26206         <size>35</size>
26207       </method>
26208       <method name="Void abyte(SByte, Char)">
26209         <size>1</size>
26210       </method>
26211       <method name="Void bbyte()">
26212         <size>22</size>
26213       </method>
26214       <method name="Void ashort(SByte, Byte, UInt16, UInt32, UInt64, Char)">
26215         <size>1</size>
26216       </method>
26217       <method name="Void bshort()">
26218         <size>39</size>
26219       </method>
26220       <method name="Void aushort(SByte, Byte, Int16, Char)">
26221         <size>1</size>
26222       </method>
26223       <method name="Void bushort()">
26224         <size>29</size>
26225       </method>
26226       <method name="Void aint(SByte, Byte, Int16, UInt16, UInt32, UInt64, Char)">
26227         <size>1</size>
26228       </method>
26229       <method name="Void bint()">
26230         <size>42</size>
26231       </method>
26232       <method name="Void auint(SByte, Byte, Int16, UInt16, Int32, Char)">
26233         <size>1</size>
26234       </method>
26235       <method name="Void buint()">
26236         <size>38</size>
26237       </method>
26238       <method name="Void along(SByte, Byte, Int16, UInt16, Int32, UInt32, UInt64, Char)">
26239         <size>1</size>
26240       </method>
26241       <method name="Void blong()">
26242         <size>47</size>
26243       </method>
26244       <method name="Void aulong(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, Char)">
26245         <size>1</size>
26246       </method>
26247       <method name="Void bulong()">
26248         <size>47</size>
26249       </method>
26250       <method name="Void achar(SByte, Byte, Int16)">
26251         <size>1</size>
26252       </method>
26253       <method name="Void bchar()">
26254         <size>27</size>
26255       </method>
26256       <method name="Void afloat(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Decimal)">
26257         <size>1</size>
26258       </method>
26259       <method name="Void bfloat()">
26260         <size>67</size>
26261       </method>
26262       <method name="Void adouble(SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Single, Decimal)">
26263         <size>1</size>
26264       </method>
26265       <method name="Void bdouble()">
26266         <size>75</size>
26267       </method>
26268       <method name="Void TestDecimal(Decimal)">
26269         <size>15</size>
26270       </method>
26271       <method name="Void Main()">
26272         <size>1</size>
26273       </method>
26274     </type>
26275     <type name="Test2">
26276       <method name="Void .ctor()">
26277         <size>7</size>
26278       </method>
26279       <method name="Void ExtraTst()">
26280         <size>12</size>
26281       </method>
26282     </type>
26283   </test>
26284   <test name="test-100.cs">
26285     <type name="GLib.Object">
26286       <method name="Void .ctor()">
26287         <size>7</size>
26288       </method>
26289       <method name="Int32 get_Raw()">
26290         <size>2</size>
26291       </method>
26292       <method name="Void set_Raw(Int32)">
26293         <size>8</size>
26294       </method>
26295       <method name="Void GetProperty()">
26296         <size>12</size>
26297       </method>
26298       <method name="Int32 Main()">
26299         <size>2</size>
26300       </method>
26301     </type>
26302   </test>
26303   <test name="test-101.cs">
26304     <type name="Test.MyAttribute">
26305       <method name="Void .ctor(String)">
26306         <size>20</size>
26307       </method>
26308     </type>
26309     <type name="Test.My2Attribute">
26310       <method name="Void .ctor(String, Int32)">
26311         <size>31</size>
26312       </method>
26313     </type>
26314     <type name="Test.Test">
26315       <method name="Void .ctor()">
26316         <size>7</size>
26317       </method>
26318       <method name="Int32 Main()">
26319         <size>92</size>
26320       </method>
26321     </type>
26322   </test>
26323   <test name="test-102.cs">
26324     <type name="N1.MineAttribute">
26325       <method name="Void .ctor(String)">
26326         <size>14</size>
26327       </method>
26328     </type>
26329     <type name="N1.ReturnAttribute">
26330       <method name="Void .ctor(String)">
26331         <size>14</size>
26332       </method>
26333     </type>
26334     <type name="N1.Foo">
26335       <method name="Void .ctor()">
26336         <size>7</size>
26337       </method>
26338       <method name="Int32 Main()">
26339         <size>250</size>
26340       </method>
26341     </type>
26342   </test>
26343   <test name="test-103.cs">
26344     <type name="A">
26345       <method name="Void .ctor()">
26346         <size>7</size>
26347       </method>
26348       <method name="Int32 Foo()">
26349         <size>0</size>
26350       </method>
26351     </type>
26352     <type name="B">
26353       <method name="Void .ctor()">
26354         <size>7</size>
26355       </method>
26356       <method name="Int32 Foo()">
26357         <size>2</size>
26358       </method>
26359       <method name="Int32 M()">
26360         <size>7</size>
26361       </method>
26362     </type>
26363     <type name="Test">
26364       <method name="Void .ctor()">
26365         <size>7</size>
26366       </method>
26367       <method name="Int32 Main()">
26368         <size>11</size>
26369       </method>
26370     </type>
26371   </test>
26372   <test name="test-104.cs">
26373     <type name="Test">
26374       <method name="Void .ctor()">
26375         <size>7</size>
26376       </method>
26377       <method name="Int32 Main(System.String[])">
26378         <size>12</size>
26379       </method>
26380     </type>
26381   </test>
26382   <test name="test-105.cs">
26383     <type name="Test">
26384       <method name="Void .ctor()">
26385         <size>7</size>
26386       </method>
26387       <method name="Int32 F(Int32)">
26388         <size>33</size>
26389       </method>
26390       <method name="Void async_callback(IAsyncResult)">
26391         <size>22</size>
26392       </method>
26393       <method name="Int32 Main()">
26394         <size>407</size>
26395       </method>
26396     </type>
26397     <type name="Test+SimpleDelegate">
26398       <method name="Void .ctor(Object, IntPtr)">
26399         <size>0</size>
26400       </method>
26401       <method name="Int32 Invoke(Int32)">
26402         <size>0</size>
26403       </method>
26404       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
26405         <size>0</size>
26406       </method>
26407       <method name="Int32 EndInvoke(IAsyncResult)">
26408         <size>0</size>
26409       </method>
26410     </type>
26411   </test>
26412   <test name="test-107.cs">
26413     <type name="Test">
26414       <method name="Void .ctor()">
26415         <size>7</size>
26416       </method>
26417       <method name="Void .cctor()">
26418         <size>1</size>
26419       </method>
26420       <method name="Int32 F(Int32)">
26421         <size>27</size>
26422       </method>
26423       <method name="Void async_callback(IAsyncResult)">
26424         <size>100</size>
26425       </method>
26426       <method name="Int32 Main()">
26427         <size>89</size>
26428       </method>
26429     </type>
26430     <type name="Test+SimpleDelegate">
26431       <method name="Void .ctor(Object, IntPtr)">
26432         <size>0</size>
26433       </method>
26434       <method name="Int32 Invoke(Int32)">
26435         <size>0</size>
26436       </method>
26437       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
26438         <size>0</size>
26439       </method>
26440       <method name="Int32 EndInvoke(IAsyncResult)">
26441         <size>0</size>
26442       </method>
26443     </type>
26444   </test>
26445   <test name="test-108.cs">
26446     <type name="X">
26447       <method name="Void .ctor()">
26448         <size>7</size>
26449       </method>
26450       <method name="Int32 Main()">
26451         <size>79</size>
26452       </method>
26453     </type>
26454   </test>
26455   <test name="test-109.cs">
26456     <type name="T">
26457       <method name="Void .ctor()">
26458         <size>7</size>
26459       </method>
26460       <method name="Int32 Main()">
26461         <size>23</size>
26462       </method>
26463     </type>
26464   </test>
26465   <test name="test-11.cs">
26466     <type name="Test">
26467       <method name="Void .ctor()">
26468         <size>7</size>
26469       </method>
26470       <method name="Int32 boxtest()">
26471         <size>12</size>
26472       </method>
26473       <method name="Int32 Main()">
26474         <size>14</size>
26475       </method>
26476     </type>
26477   </test>
26478   <test name="test-110.cs">
26479     <type name="test.test">
26480       <method name="Void .ctor()">
26481         <size>7</size>
26482       </method>
26483       <method name="Int32 test_method(Int32)">
26484         <size>13</size>
26485       </method>
26486       <method name="Int32 Main()">
26487         <size>17</size>
26488       </method>
26489     </type>
26490   </test>
26491   <test name="test-111.cs">
26492     <type name="T">
26493       <method name="Void .ctor()">
26494         <size>7</size>
26495       </method>
26496       <method name="System.Object get_obj()">
26497         <size>6</size>
26498       </method>
26499       <method name="Int32 Main()">
26500         <size>21</size>
26501       </method>
26502     </type>
26503   </test>
26504   <test name="test-112.cs">
26505     <type name="X">
26506       <method name="Void .ctor()">
26507         <size>7</size>
26508       </method>
26509       <method name="System.Int32[] g()">
26510         <size>14</size>
26511       </method>
26512       <method name="Int32 Main()">
26513         <size>18</size>
26514       </method>
26515     </type>
26516   </test>
26517   <test name="test-113.cs">
26518     <type name="X">
26519       <method name="Void .ctor()">
26520         <size>7</size>
26521       </method>
26522       <method name="Void g_object_get(IntPtr, System.String, System.String ByRef, IntPtr)">
26523         <size>4</size>
26524       </method>
26525       <method name="Void GetProperty(System.String, System.String ByRef)">
26526         <size>21</size>
26527       </method>
26528       <method name="Void g_object_get(IntPtr, System.String, Boolean ByRef, IntPtr)">
26529         <size>4</size>
26530       </method>
26531       <method name="Void GetProperty(System.String, Boolean ByRef)">
26532         <size>21</size>
26533       </method>
26534       <method name="Int32 Main()">
26535         <size>2</size>
26536       </method>
26537     </type>
26538   </test>
26539   <test name="test-114.cs">
26540     <type name="MyClass">
26541       <method name="Void .ctor()">
26542         <size>7</size>
26543       </method>
26544       <method name="Int32 Main()">
26545         <size>15</size>
26546       </method>
26547     </type>
26548     <type name="MyClass+IsAnything">
26549       <method name="Void .ctor(Object, IntPtr)">
26550         <size>0</size>
26551       </method>
26552       <method name="Boolean Invoke(Char)">
26553         <size>0</size>
26554       </method>
26555       <method name="IAsyncResult BeginInvoke(Char, System.AsyncCallback, System.Object)">
26556         <size>0</size>
26557       </method>
26558       <method name="Boolean EndInvoke(IAsyncResult)">
26559         <size>0</size>
26560       </method>
26561     </type>
26562   </test>
26563   <test name="test-115.cs">
26564     <type name="A">
26565       <method name="Void .ctor()">
26566         <size>7</size>
26567       </method>
26568       <method name="X op_Explicit(A)">
26569         <size>8</size>
26570       </method>
26571     </type>
26572     <type name="X">
26573       <method name="Void .ctor()">
26574         <size>7</size>
26575       </method>
26576     </type>
26577     <type name="Y">
26578       <method name="Void .ctor()">
26579         <size>7</size>
26580       </method>
26581     </type>
26582     <type name="blah">
26583       <method name="Void .ctor()">
26584         <size>7</size>
26585       </method>
26586       <method name="Int32 Main()">
26587         <size>47</size>
26588       </method>
26589     </type>
26590   </test>
26591   <test name="test-116.cs">
26592     <type name="X">
26593       <method name="Void .ctor()">
26594         <size>7</size>
26595       </method>
26596       <method name="Int32 Main()">
26597         <size>12</size>
26598       </method>
26599     </type>
26600   </test>
26601   <test name="test-117.cs">
26602     <type name="Blah">
26603       <method name="Void .ctor()">
26604         <size>18</size>
26605       </method>
26606       <method name="Int32 Main()">
26607         <size>25</size>
26608       </method>
26609     </type>
26610   </test>
26611   <test name="test-118.cs">
26612     <type name="Container">
26613       <method name="Void .ctor()">
26614         <size>7</size>
26615       </method>
26616       <method name="Int32 Main(System.String[])">
26617         <size>2</size>
26618       </method>
26619     </type>
26620   </test>
26621   <test name="test-119.cs">
26622     <type name="Value">
26623       <method name="Void .ctor()">
26624         <size>7</size>
26625       </method>
26626       <method name="Int32 op_Explicit(Value)">
26627         <size>2</size>
26628       </method>
26629       <method name="MyObject op_Explicit(Value)">
26630         <size>7</size>
26631       </method>
26632       <method name="UInt32 op_Explicit(Value)">
26633         <size>2</size>
26634       </method>
26635     </type>
26636     <type name="MyObject">
26637       <method name="Void .ctor(Int32)">
26638         <size>7</size>
26639       </method>
26640     </type>
26641     <type name="Derived">
26642       <method name="Void .ctor(Int32)">
26643         <size>8</size>
26644       </method>
26645       <method name="Derived Blah()">
26646         <size>18</size>
26647       </method>
26648     </type>
26649     <type name="Test">
26650       <method name="Void .ctor()">
26651         <size>7</size>
26652       </method>
26653       <method name="Int32 Main()">
26654         <size>33</size>
26655       </method>
26656     </type>
26657   </test>
26658   <test name="test-12.cs">
26659     <type name="X">
26660       <method name="Void .ctor()">
26661         <size>7</size>
26662       </method>
26663       <method name="Int32 Main(System.String[])">
26664         <size>270</size>
26665       </method>
26666       <method name="System.String s(System.String, Int32)">
26667         <size>13</size>
26668       </method>
26669       <method name="System.String x(System.String, System.Object)">
26670         <size>8</size>
26671       </method>
26672     </type>
26673   </test>
26674   <test name="test-120.cs">
26675     <type name="test">
26676       <method name="Void .ctor()">
26677         <size>7</size>
26678       </method>
26679       <method name="Int32 Main()">
26680         <size>140</size>
26681       </method>
26682     </type>
26683   </test>
26684   <test name="test-121.cs">
26685     <type name="X">
26686       <method name="Void .ctor()">
26687         <size>7</size>
26688       </method>
26689       <method name="Int32 g()">
26690         <size>14</size>
26691       </method>
26692       <method name="Int32 Main()">
26693         <size>81</size>
26694       </method>
26695     </type>
26696   </test>
26697   <test name="test-122.cs">
26698     <type name="A">
26699       <method name="Void .ctor()">
26700         <size>7</size>
26701       </method>
26702       <method name="Void .cctor()">
26703         <size>1</size>
26704       </method>
26705       <method name="Int32 Main()">
26706         <size>2</size>
26707       </method>
26708     </type>
26709     <type name="A+B">
26710       <method name="Void .ctor()">
26711         <size>7</size>
26712       </method>
26713       <method name="Void Foo()">
26714         <size>13</size>
26715       </method>
26716     </type>
26717   </test>
26718   <test name="test-123.cs">
26719     <type name="X">
26720       <method name="Void .ctor()">
26721         <size>7</size>
26722       </method>
26723       <method name="System.Object get_non_null()">
26724         <size>6</size>
26725       </method>
26726       <method name="System.Object get_null()">
26727         <size>2</size>
26728       </method>
26729       <method name="Int32 Main()">
26730         <size>95</size>
26731       </method>
26732     </type>
26733   </test>
26734   <test name="test-124.cs">
26735     <type name="t">
26736       <method name="Void .ctor()">
26737         <size>7</size>
26738       </method>
26739       <method name="Void a()">
26740         <size>16</size>
26741       </method>
26742       <method name="Void b()">
26743         <size>16</size>
26744       </method>
26745       <method name="Void c()">
26746         <size>24</size>
26747       </method>
26748       <method name="Void d()">
26749         <size>28</size>
26750       </method>
26751       <method name="Void Main()">
26752         <size>1</size>
26753       </method>
26754     </type>
26755   </test>
26756   <test name="test-125.cs">
26757     <type name="Fraction">
26758       <method name="Void .ctor(Int32, Int32)">
26759         <size>31</size>
26760       </method>
26761       <method name="Void .ctor(Int32)">
26762         <size>31</size>
26763       </method>
26764       <method name="Boolean Equals(System.Object)">
26765         <size>36</size>
26766       </method>
26767       <method name="System.String ToString()">
26768         <size>35</size>
26769       </method>
26770       <method name="Fraction op_Implicit(Int32)">
26771         <size>17</size>
26772       </method>
26773       <method name="Int32 op_Explicit(Fraction)">
26774         <size>24</size>
26775       </method>
26776       <method name="Boolean op_Equality(Fraction, Fraction)">
26777         <size>48</size>
26778       </method>
26779       <method name="Boolean op_Inequality(Fraction, Fraction)">
26780         <size>21</size>
26781       </method>
26782       <method name="Fraction op_Addition(Fraction, Fraction)">
26783         <size>102</size>
26784       </method>
26785     </type>
26786     <type name="Tester">
26787       <method name="Void .ctor()">
26788         <size>7</size>
26789       </method>
26790       <method name="Int32 Main()">
26791         <size>148</size>
26792       </method>
26793     </type>
26794   </test>
26795   <test name="test-126.cs">
26796     <type name="X">
26797       <method name="Void .ctor()">
26798         <size>7</size>
26799       </method>
26800       <method name="Void Iface.Method()">
26801         <size>1</size>
26802       </method>
26803       <method name="Int32 Main()">
26804         <size>33</size>
26805       </method>
26806     </type>
26807   </test>
26808   <test name="test-127.cs">
26809     <type name="X">
26810       <method name="Void .ctor()">
26811         <size>7</size>
26812       </method>
26813       <method name="Int32 Main()">
26814         <size>32</size>
26815       </method>
26816     </type>
26817   </test>
26818   <test name="test-128.cs">
26819     <type name="SimpleAttribute">
26820       <method name="Void .ctor(String)">
26821         <size>14</size>
26822       </method>
26823     </type>
26824     <type name="MineAttribute">
26825       <method name="Void .ctor(Type[])">
26826         <size>14</size>
26827       </method>
26828     </type>
26829     <type name="Foo">
26830       <method name="Void .ctor()">
26831         <size>7</size>
26832       </method>
26833       <method name="Int32 MM()">
26834         <size>168</size>
26835       </method>
26836     </type>
26837     <type name="Blah">
26838       <method name="Void .ctor()">
26839         <size>7</size>
26840       </method>
26841       <method name="Int32 get_Value()">
26842         <size>7</size>
26843       </method>
26844       <method name="Void set_Value(Int32)">
26845         <size>8</size>
26846       </method>
26847       <method name="Int32 Another()">
26848         <size>2</size>
26849       </method>
26850       <method name="Int32 Main()">
26851         <size>6</size>
26852       </method>
26853     </type>
26854   </test>
26855   <test name="test-129.cs">
26856     <type name="X">
26857       <method name="Void .ctor()">
26858         <size>7</size>
26859       </method>
26860       <method name="Int32 Main()">
26861         <size>27</size>
26862       </method>
26863     </type>
26864   </test>
26865   <test name="test-13.cs">
26866     <type name="Foo">
26867       <method name="Void .ctor()">
26868         <size>7</size>
26869       </method>
26870       <method name="Boolean MyMethod()">
26871         <size>12</size>
26872       </method>
26873     </type>
26874     <type name="Blah">
26875       <method name="Void .ctor()">
26876         <size>7</size>
26877       </method>
26878       <method name="Int32 Main()">
26879         <size>23</size>
26880       </method>
26881     </type>
26882   </test>
26883   <test name="test-130.cs">
26884     <type name="X">
26885       <method name="Void .ctor()">
26886         <size>20</size>
26887       </method>
26888       <method name="Int32 Main()">
26889         <size>2</size>
26890       </method>
26891     </type>
26892   </test>
26893   <test name="test-131.cs">
26894     <type name="SimpleAttribute">
26895       <method name="Void .ctor(String)">
26896         <size>14</size>
26897       </method>
26898     </type>
26899     <type name="Blah">
26900       <method name="Void .ctor()">
26901         <size>7</size>
26902       </method>
26903       <method name="Int32 Main()">
26904         <size>2</size>
26905       </method>
26906     </type>
26907   </test>
26908   <test name="test-132.cs">
26909     <type name="T">
26910       <method name="Void .ctor()">
26911         <size>7</size>
26912       </method>
26913       <method name="Int32 Main()">
26914         <size>57</size>
26915       </method>
26916     </type>
26917   </test>
26918   <test name="test-133.cs">
26919     <type name="T">
26920       <method name="Void .ctor()">
26921         <size>7</size>
26922       </method>
26923       <method name="Void DecodeOp(UInt16, OpCode ByRef, OpFlags ByRef)">
26924         <size>21</size>
26925       </method>
26926       <method name="Void get_struct(S ByRef)">
26927         <size>24</size>
26928       </method>
26929       <method name="Int32 Main()">
26930         <size>75</size>
26931       </method>
26932     </type>
26933   </test>
26934   <test name="test-134.cs">
26935     <type name="AA">
26936       <method name="Void .ctor()">
26937         <size>7</size>
26938       </method>
26939       <method name="Void A()">
26940         <size>8</size>
26941       </method>
26942       <method name="Void B()">
26943         <size>8</size>
26944       </method>
26945       <method name="Void C()">
26946         <size>8</size>
26947       </method>
26948       <method name="Boolean get_OK()">
26949         <size>32</size>
26950       </method>
26951     </type>
26952     <type name="BB">
26953       <method name="Void .ctor()">
26954         <size>7</size>
26955       </method>
26956       <method name="Void A()">
26957         <size>18</size>
26958       </method>
26959       <method name="Void B()">
26960         <size>8</size>
26961       </method>
26962       <method name="Void C()">
26963         <size>8</size>
26964       </method>
26965       <method name="Boolean get_OK()">
26966         <size>32</size>
26967       </method>
26968     </type>
26969     <type name="T">
26970       <method name="Void .ctor()">
26971         <size>7</size>
26972       </method>
26973       <method name="Void A()">
26974         <size>1</size>
26975       </method>
26976       <method name="Void B()">
26977         <size>1</size>
26978       </method>
26979       <method name="Int32 Main()">
26980         <size>76</size>
26981       </method>
26982     </type>
26983   </test>
26984   <test name="test-135.cs">
26985     <type name="A">
26986       <method name="Void .ctor()">
26987         <size>7</size>
26988       </method>
26989       <method name="Void doh()">
26990         <size>1</size>
26991       </method>
26992     </type>
26993     <type name="T">
26994       <method name="Void .ctor()">
26995         <size>7</size>
26996       </method>
26997       <method name="A get_Prop()">
26998         <size>6</size>
26999       </method>
27000       <method name="Int32 Main()">
27001         <size>37</size>
27002       </method>
27003       <method name="IA IB.get_Prop()">
27004         <size>6</size>
27005       </method>
27006     </type>
27007   </test>
27008   <test name="test-136.cs">
27009     <type name="MyCar">
27010       <method name="Void .ctor()">
27011         <size>7</size>
27012       </method>
27013       <method name="Void IDiagnostic.Stop()">
27014         <size>8</size>
27015       </method>
27016       <method name="Void IAutomobile.Stop()">
27017         <size>8</size>
27018       </method>
27019       <method name="Void Stop()">
27020         <size>16</size>
27021       </method>
27022     </type>
27023     <type name="TestConflict">
27024       <method name="Void .ctor()">
27025         <size>7</size>
27026       </method>
27027       <method name="Int32 Main()">
27028         <size>74</size>
27029       </method>
27030     </type>
27031   </test>
27032   <test name="test-137.cs">
27033     <type name="C">
27034       <method name="Void .ctor()">
27035         <size>7</size>
27036       </method>
27037       <method name="Void X()">
27038         <size>15</size>
27039       </method>
27040       <method name="Int32 Main()">
27041         <size>95</size>
27042       </method>
27043     </type>
27044   </test>
27045   <test name="test-138.cs">
27046     <type name="T">
27047       <method name="Void .ctor()">
27048         <size>7</size>
27049       </method>
27050       <method name="Int32 Main()">
27051         <size>14</size>
27052       </method>
27053     </type>
27054   </test>
27055   <test name="test-139.cs">
27056     <type name="T">
27057       <method name="Void one()">
27058         <size>13</size>
27059       </method>
27060       <method name="Void two(T)">
27061         <size>8</size>
27062       </method>
27063       <method name="Void three(T ByRef)">
27064         <size>13</size>
27065       </method>
27066       <method name="Int32 GetHashCode()">
27067         <size>12</size>
27068       </method>
27069       <method name="Int32 Main()">
27070         <size>31</size>
27071       </method>
27072     </type>
27073   </test>
27074   <test name="test-14.cs">
27075     <type name="Obj.A">
27076       <method name="Void .ctor()">
27077         <size>7</size>
27078       </method>
27079       <method name="Int32 F()">
27080         <size>2</size>
27081       </method>
27082       <method name="Int32 G()">
27083         <size>2</size>
27084       </method>
27085       <method name="Int32 H()">
27086         <size>3</size>
27087       </method>
27088     </type>
27089     <type name="Obj.B">
27090       <method name="Void .ctor()">
27091         <size>7</size>
27092       </method>
27093       <method name="Int32 F()">
27094         <size>2</size>
27095       </method>
27096       <method name="Int32 G()">
27097         <size>2</size>
27098       </method>
27099       <method name="Int32 H()">
27100         <size>3</size>
27101       </method>
27102     </type>
27103     <type name="Obj.Test">
27104       <method name="Void .ctor()">
27105         <size>7</size>
27106       </method>
27107       <method name="Int32 Main()">
27108         <size>182</size>
27109       </method>
27110     </type>
27111   </test>
27112   <test name="test-140.cs">
27113     <type name="BreakTest">
27114       <method name="Void .ctor()">
27115         <size>7</size>
27116       </method>
27117       <method name="Void .cctor()">
27118         <size>1</size>
27119       </method>
27120       <method name="Void B()">
27121         <size>47</size>
27122       </method>
27123       <method name="Int32 Main()">
27124         <size>20</size>
27125       </method>
27126     </type>
27127   </test>
27128   <test name="test-141.cs">
27129     <type name="X">
27130       <method name="Void .ctor()">
27131         <size>7</size>
27132       </method>
27133       <method name="Int32 Main()">
27134         <size>38</size>
27135       </method>
27136       <method name="Boolean Test1()">
27137         <size>41</size>
27138       </method>
27139       <method name="Boolean Test2()">
27140         <size>42</size>
27141       </method>
27142       <method name="Boolean Test3()">
27143         <size>37</size>
27144       </method>
27145     </type>
27146   </test>
27147   <test name="test-142.cs">
27148     <type name="TestClass">
27149       <method name="Void .ctor(EventHandler)">
27150         <size>14</size>
27151       </method>
27152       <method name="Int32 Main()">
27153         <size>2</size>
27154       </method>
27155     </type>
27156     <type name="TestBaseClass">
27157       <method name="Void .ctor()">
27158         <size>7</size>
27159       </method>
27160       <method name="Void add_Blah(System.EventHandler)">
27161         <size>24</size>
27162       </method>
27163       <method name="Void remove_Blah(System.EventHandler)">
27164         <size>24</size>
27165       </method>
27166     </type>
27167   </test>
27168   <test name="test-143.cs">
27169     <type name="MonoEnumInfo">
27170       <method name="Void stuff()">
27171         <size>8</size>
27172       </method>
27173       <method name="Int32 GetInfo(MonoEnumInfo ByRef)">
27174         <size>20</size>
27175       </method>
27176       <method name="Int32 Main()">
27177         <size>32</size>
27178       </method>
27179     </type>
27180   </test>
27181   <test name="test-144.cs">
27182     <type name="Test">
27183       <method name="Void .ctor()">
27184         <size>7</size>
27185       </method>
27186       <method name="Void Main()">
27187         <size>1</size>
27188       </method>
27189     </type>
27190   </test>
27191   <test name="test-145.cs">
27192     <type name="JagArrayTest">
27193       <method name="Void .ctor()">
27194         <size>7</size>
27195       </method>
27196       <method name="Void .cctor()">
27197         <size>25</size>
27198       </method>
27199       <method name="Void Main()">
27200         <size>15</size>
27201       </method>
27202     </type>
27203   </test>
27204   <test name="test-146.cs">
27205     <type name="Test">
27206       <method name="Void .ctor()">
27207         <size>7</size>
27208       </method>
27209       <method name="Int32 Main()">
27210         <size>335</size>
27211       </method>
27212     </type>
27213   </test>
27214   <test name="test-147.cs">
27215     <type name="X">
27216       <method name="Void .ctor()">
27217         <size>15</size>
27218       </method>
27219       <method name="Void .cctor()">
27220         <size>8</size>
27221       </method>
27222       <method name="X Foo()">
27223         <size>6</size>
27224       </method>
27225       <method name="X Bar()">
27226         <size>6</size>
27227       </method>
27228       <method name="X Baz()">
27229         <size>6</size>
27230       </method>
27231       <method name="UInt32 get_Property()">
27232         <size>2</size>
27233       </method>
27234       <method name="UInt32 get_StaticProperty()">
27235         <size>3</size>
27236       </method>
27237       <method name="Int32 get_Item(Int32)">
27238         <size>2</size>
27239       </method>
27240     </type>
27241     <type name="Y">
27242       <method name="Void .ctor()">
27243         <size>15</size>
27244       </method>
27245       <method name="Void .cctor()">
27246         <size>9</size>
27247       </method>
27248       <method name="Y Foo()">
27249         <size>6</size>
27250       </method>
27251       <method name="Y Bar()">
27252         <size>6</size>
27253       </method>
27254       <method name="Y Baz()">
27255         <size>6</size>
27256       </method>
27257       <method name="UInt32 get_Property()">
27258         <size>2</size>
27259       </method>
27260       <method name="UInt32 get_StaticProperty()">
27261         <size>3</size>
27262       </method>
27263       <method name="Int32 get_Item(Int32)">
27264         <size>2</size>
27265       </method>
27266     </type>
27267     <type name="Z">
27268       <method name="Void .ctor()">
27269         <size>7</size>
27270       </method>
27271       <method name="Int32 Test()">
27272         <size>94</size>
27273       </method>
27274     </type>
27275     <type name="Test">
27276       <method name="Void .ctor()">
27277         <size>7</size>
27278       </method>
27279       <method name="Int32 Main()">
27280         <size>252</size>
27281       </method>
27282     </type>
27283   </test>
27284   <test name="test-148.cs">
27285     <type name="Y">
27286       <method name="Void .ctor()">
27287         <size>7</size>
27288       </method>
27289       <method name="Int32 get_Bar(Int32)">
27290         <size>2</size>
27291       </method>
27292       <method name="Int64 get_Bar(Double)">
27293         <size>3</size>
27294       </method>
27295     </type>
27296     <type name="Z">
27297       <method name="Void .ctor()">
27298         <size>7</size>
27299       </method>
27300       <method name="Int64 get_Whatever(Double)">
27301         <size>3</size>
27302       </method>
27303       <method name="Single get_Whatever(Int64, Int32)">
27304         <size>6</size>
27305       </method>
27306       <method name="Int32 InstanceTest()">
27307         <size>54</size>
27308       </method>
27309       <method name="Int32 Test()">
27310         <size>356</size>
27311       </method>
27312       <method name="Int32 Main()">
27313         <size>94</size>
27314       </method>
27315     </type>
27316     <type name="Z+MyArray">
27317       <method name="Void .ctor()">
27318         <size>7</size>
27319       </method>
27320       <method name="System.Object get_Item(Int32)">
27321         <size>8</size>
27322       </method>
27323       <method name="Void set_Item(Int32, System.Object)">
27324         <size>9</size>
27325       </method>
27326     </type>
27327     <type name="A">
27328       <method name="Void .ctor()">
27329         <size>7</size>
27330       </method>
27331       <method name="Int32 get_Monkey(Int32)">
27332         <size>4</size>
27333       </method>
27334     </type>
27335     <type name="B">
27336       <method name="Void .ctor()">
27337         <size>7</size>
27338       </method>
27339       <method name="Int64 get_Item(Int64, Int32)">
27340         <size>5</size>
27341       </method>
27342     </type>
27343     <type name="C">
27344       <method name="Void .ctor()">
27345         <size>7</size>
27346       </method>
27347       <method name="Int32 get_Item(Int32)">
27348         <size>4</size>
27349       </method>
27350     </type>
27351     <type name="D">
27352       <method name="Void .ctor()">
27353         <size>7</size>
27354       </method>
27355       <method name="Int64 get_Item(Int64, Int32)">
27356         <size>5</size>
27357       </method>
27358     </type>
27359     <type name="E">
27360       <method name="Void .ctor()">
27361         <size>7</size>
27362       </method>
27363       <method name="System.String get_g()">
27364         <size>6</size>
27365       </method>
27366       <method name="Void set_g(System.String)">
27367         <size>1</size>
27368       </method>
27369     </type>
27370     <type name="F">
27371       <method name="Void .ctor()">
27372         <size>7</size>
27373       </method>
27374       <method name="System.String get_g()">
27375         <size>6</size>
27376       </method>
27377     </type>
27378     <type name="DisposableNotifyList">
27379       <method name="Void .ctor()">
27380         <size>7</size>
27381       </method>
27382     </type>
27383     <type name="ChildList">
27384       <method name="Void .ctor()">
27385         <size>7</size>
27386       </method>
27387       <method name="Void Test()">
27388         <size>14</size>
27389       </method>
27390     </type>
27391     <type name="Y">
27392       <method name="Int32 X.get_Foo(Int32)">
27393         <size>2</size>
27394       </method>
27395     </type>
27396   </test>
27397   <test name="test-149.cs">
27398     <type name="Y">
27399       <method name="Void .ctor()">
27400         <size>7</size>
27401       </method>
27402       <method name="Void .cctor()">
27403         <size>1</size>
27404       </method>
27405       <method name="Void add_Foo(System.EventHandler)">
27406         <size>24</size>
27407       </method>
27408       <method name="Void remove_Foo(System.EventHandler)">
27409         <size>24</size>
27410       </method>
27411       <method name="Void add_TestEvent(MyDelegate)">
27412         <size>24</size>
27413       </method>
27414       <method name="Void remove_TestEvent(MyDelegate)">
27415         <size>24</size>
27416       </method>
27417       <method name="Int32 Test()">
27418         <size>166</size>
27419       </method>
27420       <method name="Void callback1(System.Object, System.EventArgs)">
27421         <size>7</size>
27422       </method>
27423       <method name="Int64 callback2(Int32)">
27424         <size>19</size>
27425       </method>
27426       <method name="Void callback3(System.Object, System.EventArgs)">
27427         <size>7</size>
27428       </method>
27429     </type>
27430     <type name="Z">
27431       <method name="Void .ctor()">
27432         <size>7</size>
27433       </method>
27434       <method name="Void add_BuildStarted(Z+SomeEventHandler)">
27435         <size>22</size>
27436       </method>
27437       <method name="Void remove_BuildStarted(Z+SomeEventHandler)">
27438         <size>22</size>
27439       </method>
27440       <method name="Int32 a()">
27441         <size>2</size>
27442       </method>
27443       <method name="Int32 Main()">
27444         <size>80</size>
27445       </method>
27446     </type>
27447     <type name="Static">
27448       <method name="Void .ctor()">
27449         <size>7</size>
27450       </method>
27451       <method name="Void add_Test(System.EventHandler)">
27452         <size>22</size>
27453       </method>
27454       <method name="Void remove_Test(System.EventHandler)">
27455         <size>22</size>
27456       </method>
27457       <method name="Void Fire()">
27458         <size>23</size>
27459       </method>
27460     </type>
27461     <type name="Z+SomeEventHandler">
27462       <method name="Void .ctor(Object, IntPtr)">
27463         <size>0</size>
27464       </method>
27465       <method name="Int32 Invoke()">
27466         <size>0</size>
27467       </method>
27468       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
27469         <size>0</size>
27470       </method>
27471       <method name="Int32 EndInvoke(IAsyncResult)">
27472         <size>0</size>
27473       </method>
27474     </type>
27475     <type name="MyDelegate">
27476       <method name="Void .ctor(Object, IntPtr)">
27477         <size>0</size>
27478       </method>
27479       <method name="Int64 Invoke(Int32)">
27480         <size>0</size>
27481       </method>
27482       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
27483         <size>0</size>
27484       </method>
27485       <method name="Int64 EndInvoke(IAsyncResult)">
27486         <size>0</size>
27487       </method>
27488     </type>
27489     <type name="Y">
27490       <method name="Void X.add_Foo(System.EventHandler)">
27491         <size>1</size>
27492       </method>
27493       <method name="Void X.remove_Foo(System.EventHandler)">
27494         <size>1</size>
27495       </method>
27496     </type>
27497   </test>
27498   <test name="test-15.cs">
27499     <type name="Implementor">
27500       <method name="Void .ctor()">
27501         <size>7</size>
27502       </method>
27503       <method name="Int32 A()">
27504         <size>2</size>
27505       </method>
27506     </type>
27507     <type name="Run">
27508       <method name="Void .ctor()">
27509         <size>7</size>
27510       </method>
27511       <method name="Int32 Main()">
27512         <size>53</size>
27513       </method>
27514     </type>
27515     <type name="StructImplementor">
27516       <method name="Int32 A()">
27517         <size>2</size>
27518       </method>
27519     </type>
27520   </test>
27521   <test name="test-150.cs">
27522     <type name="T">
27523       <method name="Void .ctor()">
27524         <size>18</size>
27525       </method>
27526       <method name="Int32 Main()">
27527         <size>2</size>
27528       </method>
27529     </type>
27530   </test>
27531   <test name="test-151.cs">
27532     <type name="A.Iface">
27533       <method name="Void .ctor()">
27534         <size>7</size>
27535       </method>
27536       <method name="Void bah()">
27537         <size>1</size>
27538       </method>
27539     </type>
27540     <type name="A.my">
27541       <method name="Void .ctor()">
27542         <size>7</size>
27543       </method>
27544       <method name="Void doit(System.Object)">
27545         <size>13</size>
27546       </method>
27547       <method name="Int32 Main()">
27548         <size>2</size>
27549       </method>
27550     </type>
27551   </test>
27552   <test name="test-152.cs">
27553     <type name="X">
27554       <method name="Void .ctor()">
27555         <size>7</size>
27556       </method>
27557       <method name="Int32 Main()">
27558         <size>99</size>
27559       </method>
27560     </type>
27561   </test>
27562   <test name="test-153.cs">
27563     <type name="Z">
27564       <method name="Void .ctor()">
27565         <size>7</size>
27566       </method>
27567       <method name="Void Test2(System.String, System.Object[])">
27568         <size>1</size>
27569       </method>
27570       <method name="Void Test(System.String, System.Object[])">
27571         <size>8</size>
27572       </method>
27573       <method name="Int32 Main()">
27574         <size>86</size>
27575       </method>
27576     </type>
27577   </test>
27578   <test name="test-154.cs">
27579     <type name="X">
27580       <method name="Void .ctor()">
27581         <size>7</size>
27582       </method>
27583       <method name="Int32 Main()">
27584         <size>2</size>
27585       </method>
27586       <method name="Void test1(Single ByRef)">
27587         <size>6</size>
27588       </method>
27589       <method name="Void test2(Int32, Single ByRef)">
27590         <size>38</size>
27591       </method>
27592       <method name="Void test3(System.Int64[], Int32)">
27593         <size>21</size>
27594       </method>
27595       <method name="Int32 test4(Int32, Single ByRef)">
27596         <size>33</size>
27597       </method>
27598       <method name="Int32 test5(Single ByRef, Int64)">
27599         <size>75</size>
27600       </method>
27601       <method name="Int32 test6(Single ByRef)">
27602         <size>10</size>
27603       </method>
27604       <method name="Int64 test7(System.Int32[], Int32)">
27605         <size>64</size>
27606       </method>
27607       <method name="Int64 test8(Int32)">
27608         <size>34</size>
27609       </method>
27610       <method name="Int64 test9(Int32)">
27611         <size>28</size>
27612       </method>
27613       <method name="Void test10(Int32, Single ByRef)">
27614         <size>23</size>
27615       </method>
27616       <method name="Int64 test11(Int32)">
27617         <size>44</size>
27618       </method>
27619       <method name="Void test12(Single ByRef)">
27620         <size>25</size>
27621       </method>
27622       <method name="Void test13(Int32, Single ByRef)">
27623         <size>23</size>
27624       </method>
27625       <method name="Int64 test14(Int32, Single ByRef)">
27626         <size>66</size>
27627       </method>
27628       <method name="Int32 test15(Int32, Single ByRef)">
27629         <size>33</size>
27630       </method>
27631       <method name="Void test16()">
27632         <size>54</size>
27633       </method>
27634       <method name="Void test17()">
27635         <size>62</size>
27636       </method>
27637       <method name="Void test18(Int32, Int32 ByRef)">
27638         <size>35</size>
27639       </method>
27640       <method name="Int32 test19()">
27641         <size>49</size>
27642       </method>
27643       <method name="Int32 test20()">
27644         <size>22</size>
27645       </method>
27646       <method name="Int32 test21()">
27647         <size>28</size>
27648       </method>
27649       <method name="Int32 test22()">
27650         <size>27</size>
27651       </method>
27652       <method name="Int32 test23(System.Object, Int32, Boolean ByRef)">
27653         <size>29</size>
27654       </method>
27655       <method name="Int64 test24(Int32)">
27656         <size>67</size>
27657       </method>
27658       <method name="Int64 test25(Int32)">
27659         <size>44</size>
27660       </method>
27661       <method name="Void test26()">
27662         <size>22</size>
27663       </method>
27664       <method name="Int32 test27()">
27665         <size>12</size>
27666       </method>
27667       <method name="Void test28(System.Object ByRef)">
27668         <size>23</size>
27669       </method>
27670       <method name="Boolean test29(Int32 ByRef)">
27671         <size>33</size>
27672       </method>
27673       <method name="System.String test30(System.String ByRef)">
27674         <size>36</size>
27675       </method>
27676       <method name="System.String test31(Int32)">
27677         <size>78</size>
27678       </method>
27679       <method name="Void test32()">
27680         <size>11</size>
27681       </method>
27682       <method name="Int32 test33()">
27683         <size>4</size>
27684       </method>
27685       <method name="Void test34()">
27686         <size>20</size>
27687       </method>
27688       <method name="Void test35(Int32, Boolean)">
27689         <size>28</size>
27690       </method>
27691       <method name="Void test36()">
27692         <size>41</size>
27693       </method>
27694       <method name="Void test37()">
27695         <size>42</size>
27696       </method>
27697       <method name="Int32 test38()">
27698         <size>2</size>
27699       </method>
27700       <method name="Int32 test40(Int32)">
27701         <size>18</size>
27702       </method>
27703     </type>
27704   </test>
27705   <test name="test-155.cs">
27706     <type name="Test">
27707       <method name="Void .ctor()">
27708         <size>7</size>
27709       </method>
27710       <method name="Int32 Main()">
27711         <size>44</size>
27712       </method>
27713     </type>
27714     <type name="Test+TestClass">
27715       <method name="Void .ctor()">
27716         <size>7</size>
27717       </method>
27718       <method name="System.String test(System.String)">
27719         <size>22</size>
27720       </method>
27721     </type>
27722   </test>
27723   <test name="test-156.cs">
27724     <type name="Internal">
27725       <method name="Void .ctor()">
27726         <size>7</size>
27727       </method>
27728     </type>
27729     <type name="Public">
27730       <method name="Void .ctor()">
27731         <size>7</size>
27732       </method>
27733     </type>
27734     <type name="X">
27735       <method name="Void .ctor()">
27736         <size>7</size>
27737       </method>
27738       <method name="Void Main()">
27739         <size>1</size>
27740       </method>
27741     </type>
27742     <type name="X+NestedPublic">
27743       <method name="Void .ctor()">
27744         <size>7</size>
27745       </method>
27746     </type>
27747     <type name="X+NestedAssembly">
27748       <method name="Void .ctor()">
27749         <size>7</size>
27750       </method>
27751     </type>
27752     <type name="X+NestedFamilyAndAssembly">
27753       <method name="Void .ctor()">
27754         <size>7</size>
27755       </method>
27756     </type>
27757     <type name="X+NestedFamily">
27758       <method name="Void .ctor()">
27759         <size>7</size>
27760       </method>
27761     </type>
27762     <type name="X+NestedPrivate">
27763       <method name="Void .ctor()">
27764         <size>7</size>
27765       </method>
27766     </type>
27767     <type name="A">
27768       <method name="Void .ctor()">
27769         <size>7</size>
27770       </method>
27771     </type>
27772     <type name="B">
27773       <method name="Void .ctor()">
27774         <size>7</size>
27775       </method>
27776     </type>
27777     <type name="C">
27778       <method name="Void .ctor()">
27779         <size>7</size>
27780       </method>
27781     </type>
27782     <type name="D">
27783       <method name="Void .ctor()">
27784         <size>7</size>
27785       </method>
27786     </type>
27787     <type name="E">
27788       <method name="Void .ctor()">
27789         <size>7</size>
27790       </method>
27791     </type>
27792     <type name="F">
27793       <method name="Void .ctor()">
27794         <size>7</size>
27795       </method>
27796     </type>
27797     <type name="Y">
27798       <method name="Void .ctor()">
27799         <size>7</size>
27800       </method>
27801       <method name="Void Test(YI)">
27802         <size>1</size>
27803       </method>
27804     </type>
27805     <type name="Y+YA">
27806       <method name="Void .ctor()">
27807         <size>7</size>
27808       </method>
27809     </type>
27810     <type name="Y+YB">
27811       <method name="Void .ctor()">
27812         <size>7</size>
27813       </method>
27814     </type>
27815     <type name="Y+YC">
27816       <method name="Void .ctor()">
27817         <size>7</size>
27818       </method>
27819     </type>
27820     <type name="Y+YD">
27821       <method name="Void .ctor()">
27822         <size>7</size>
27823       </method>
27824     </type>
27825     <type name="Y+YE">
27826       <method name="Void .ctor()">
27827         <size>7</size>
27828       </method>
27829     </type>
27830     <type name="Y+YF">
27831       <method name="Void .ctor()">
27832         <size>7</size>
27833       </method>
27834     </type>
27835     <type name="Y+YG">
27836       <method name="Void .ctor()">
27837         <size>7</size>
27838       </method>
27839     </type>
27840     <type name="Y+YH">
27841       <method name="Void .ctor()">
27842         <size>7</size>
27843       </method>
27844     </type>
27845     <type name="Z">
27846       <method name="Void .ctor()">
27847         <size>7</size>
27848       </method>
27849     </type>
27850     <type name="Z+P">
27851       <method name="Void .ctor()">
27852         <size>7</size>
27853       </method>
27854     </type>
27855     <type name="W">
27856       <method name="Void .ctor()">
27857         <size>7</size>
27858       </method>
27859     </type>
27860     <type name="W+WA">
27861       <method name="Void .ctor()">
27862         <size>7</size>
27863       </method>
27864     </type>
27865     <type name="W+WB">
27866       <method name="Void .ctor()">
27867         <size>7</size>
27868       </method>
27869     </type>
27870     <type name="W+WC">
27871       <method name="Void .ctor()">
27872         <size>7</size>
27873       </method>
27874     </type>
27875     <type name="W+WD">
27876       <method name="Void .ctor()">
27877         <size>7</size>
27878       </method>
27879     </type>
27880     <type name="W+WE">
27881       <method name="Void .ctor()">
27882         <size>7</size>
27883       </method>
27884     </type>
27885     <type name="W+WCA">
27886       <method name="Void .ctor()">
27887         <size>7</size>
27888       </method>
27889     </type>
27890     <type name="W+WCB">
27891       <method name="Void .ctor()">
27892         <size>7</size>
27893       </method>
27894     </type>
27895     <type name="W+WCB+WCD">
27896       <method name="Void .ctor()">
27897         <size>7</size>
27898       </method>
27899     </type>
27900     <type name="W+WCB+WCD+WCE">
27901       <method name="Void .ctor()">
27902         <size>7</size>
27903       </method>
27904     </type>
27905     <type name="G">
27906       <method name="Void .ctor()">
27907         <size>7</size>
27908       </method>
27909       <method name="Void Test(X)">
27910         <size>1</size>
27911       </method>
27912     </type>
27913     <type name="G+I">
27914       <method name="Void .ctor()">
27915         <size>7</size>
27916       </method>
27917     </type>
27918     <type name="G+I+J">
27919       <method name="Void .ctor()">
27920         <size>7</size>
27921       </method>
27922       <method name="Void Test(Foo)">
27923         <size>1</size>
27924       </method>
27925     </type>
27926     <type name="H">
27927       <method name="Void .ctor()">
27928         <size>7</size>
27929       </method>
27930       <method name="Void Test(System.Int32[])">
27931         <size>1</size>
27932       </method>
27933     </type>
27934     <type name="M">
27935       <method name="Void .ctor()">
27936         <size>7</size>
27937       </method>
27938       <method name="Void Hello(System.String)">
27939         <size>1</size>
27940       </method>
27941     </type>
27942   </test>
27943   <test name="test-157.cs">
27944     <type name="Test.MyAttribute">
27945       <method name="Void .ctor(String)">
27946         <size>20</size>
27947       </method>
27948     </type>
27949     <type name="Test.Test">
27950       <method name="Void .ctor()">
27951         <size>7</size>
27952       </method>
27953       <method name="Int32 Main()">
27954         <size>197</size>
27955       </method>
27956     </type>
27957   </test>
27958   <test name="test-158.cs">
27959     <type name="My">
27960       <method name="Void .ctor(Object)">
27961         <size>14</size>
27962       </method>
27963     </type>
27964     <type name="My+Test">
27965       <method name="Void .ctor()">
27966         <size>7</size>
27967       </method>
27968       <method name="Int32 Main()">
27969         <size>87</size>
27970       </method>
27971     </type>
27972   </test>
27973   <test name="test-159.cs">
27974     <type name="A.Iface">
27975       <method name="Void .ctor()">
27976         <size>7</size>
27977       </method>
27978       <method name="Void bah()">
27979         <size>1</size>
27980       </method>
27981     </type>
27982     <type name="A.my">
27983       <method name="Void .ctor()">
27984         <size>7</size>
27985       </method>
27986       <method name="Void doit(System.Object)">
27987         <size>13</size>
27988       </method>
27989       <method name="Int32 Main()">
27990         <size>2</size>
27991       </method>
27992     </type>
27993   </test>
27994   <test name="test-16.cs">
27995     <type name="Mine.Blah">
27996       <method name="Void .ctor()">
27997         <size>7</size>
27998       </method>
27999       <method name="Int32 op_Addition(Mine.Blah, Mine.Blah)">
28000         <size>12</size>
28001       </method>
28002       <method name="Int32 op_Implicit(Mine.Blah)">
28003         <size>12</size>
28004       </method>
28005       <method name="Byte op_Implicit(Mine.Blah)">
28006         <size>12</size>
28007       </method>
28008       <method name="Int16 op_Implicit(Mine.Blah)">
28009         <size>12</size>
28010       </method>
28011     </type>
28012     <type name="Mine.Foo">
28013       <method name="Void .ctor()">
28014         <size>7</size>
28015       </method>
28016       <method name="Int32 Main()">
28017         <size>118</size>
28018       </method>
28019     </type>
28020   </test>
28021   <test name="test-160.cs">
28022     <type name="B">
28023       <method name="Void .ctor()">
28024         <size>7</size>
28025       </method>
28026     </type>
28027     <type name="S">
28028       <method name="Void .ctor()">
28029         <size>7</size>
28030       </method>
28031     </type>
28032     <type name="T">
28033       <method name="Void .ctor()">
28034         <size>7</size>
28035       </method>
28036       <method name="Int32 blah(System.Object)">
28037         <size>62</size>
28038       </method>
28039       <method name="Int32 Main()">
28040         <size>2</size>
28041       </method>
28042     </type>
28043   </test>
28044   <test name="test-161.cs">
28045     <type name="ZipEntry">
28046       <method name="Void .ctor(String)">
28047         <size>18</size>
28048       </method>
28049       <method name="Void .ctor(ZipEntry)">
28050         <size>18</size>
28051       </method>
28052       <method name="DateTime get_DateTime()">
28053         <size>7</size>
28054       </method>
28055       <method name="Int32 Main()">
28056         <size>2</size>
28057       </method>
28058     </type>
28059   </test>
28060   <test name="test-162.cs">
28061     <type name="X">
28062       <method name="Void .ctor()">
28063         <size>7</size>
28064       </method>
28065       <method name="Void test_output(A)">
28066         <size>1</size>
28067       </method>
28068       <method name="Void test_output(B)">
28069         <size>1</size>
28070       </method>
28071       <method name="Void test_output(E)">
28072         <size>1</size>
28073       </method>
28074       <method name="Void test_output(F)">
28075         <size>1</size>
28076       </method>
28077       <method name="Void test1()">
28078         <size>21</size>
28079       </method>
28080       <method name="Void test2()">
28081         <size>32</size>
28082       </method>
28083       <method name="Void test3()">
28084         <size>21</size>
28085       </method>
28086       <method name="Void test4(A)">
28087         <size>9</size>
28088       </method>
28089       <method name="Void test5(A ByRef)">
28090         <size>9</size>
28091       </method>
28092       <method name="Void test6(B ByRef)">
28093         <size>8</size>
28094       </method>
28095       <method name="Void test7()">
28096         <size>28</size>
28097       </method>
28098       <method name="Void test8()">
28099         <size>50</size>
28100       </method>
28101       <method name="Void test9()">
28102         <size>26</size>
28103       </method>
28104       <method name="Void test10()">
28105         <size>82</size>
28106       </method>
28107       <method name="Int32 Main()">
28108         <size>2</size>
28109       </method>
28110     </type>
28111     <type name="A">
28112       <method name="Void .ctor(Int32)">
28113         <size>27</size>
28114       </method>
28115     </type>
28116     <type name="C">
28117       <method name="Void .ctor(Int64)">
28118         <size>8</size>
28119       </method>
28120       <method name="Void .ctor(String)">
28121         <size>13</size>
28122       </method>
28123     </type>
28124     <type name="E">
28125       <method name="Void .ctor(Int32)">
28126         <size>21</size>
28127       </method>
28128     </type>
28129   </test>
28130   <test name="test-163.cs">
28131     <type name="Blah">
28132       <method name="Void .ctor()">
28133         <size>7</size>
28134       </method>
28135       <method name="Int32 Foo(System.String)">
28136         <size>2</size>
28137       </method>
28138       <method name="Int32 Foo(System.Object)">
28139         <size>2</size>
28140       </method>
28141       <method name="Int32 Main()">
28142         <size>28</size>
28143       </method>
28144     </type>
28145   </test>
28146   <test name="test-164.cs">
28147     <type name="X">
28148       <method name="Void .ctor()">
28149         <size>26</size>
28150       </method>
28151       <method name="Int32 Foo()">
28152         <size>2</size>
28153       </method>
28154     </type>
28155     <type name="Y">
28156       <method name="Void .ctor()">
28157         <size>7</size>
28158       </method>
28159       <method name="Int32 Foo()">
28160         <size>2</size>
28161       </method>
28162       <method name="Int32 Hello()">
28163         <size>12</size>
28164       </method>
28165       <method name="Void Main()">
28166         <size>46</size>
28167       </method>
28168     </type>
28169     <type name="X+FooDelegate">
28170       <method name="Void .ctor(Object, IntPtr)">
28171         <size>0</size>
28172       </method>
28173       <method name="Int32 Invoke()">
28174         <size>0</size>
28175       </method>
28176       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
28177         <size>0</size>
28178       </method>
28179       <method name="Int32 EndInvoke(IAsyncResult)">
28180         <size>0</size>
28181       </method>
28182     </type>
28183   </test>
28184   <test name="test-165.cs">
28185     <type name="Testing">
28186       <method name="Void .ctor()">
28187         <size>7</size>
28188       </method>
28189       <method name="Int32 TestEnumInit(Fruit)">
28190         <size>21</size>
28191       </method>
28192       <method name="Int32 Main()">
28193         <size>62</size>
28194       </method>
28195     </type>
28196   </test>
28197   <test name="test-166.cs">
28198     <type name="Test">
28199       <method name="Void .ctor()">
28200         <size>7</size>
28201       </method>
28202       <method name="Int32 get_Item(Int32)">
28203         <size>2</size>
28204       </method>
28205     </type>
28206     <type name="D">
28207       <method name="Void .ctor()">
28208         <size>7</size>
28209       </method>
28210       <method name="Int32 get_TargetIntegerSize()">
28211         <size>2</size>
28212       </method>
28213       <method name="Int32 Hello(IInferior)">
28214         <size>7</size>
28215       </method>
28216       <method name="Int32 Main()">
28217         <size>61</size>
28218       </method>
28219     </type>
28220     <type name="Test">
28221       <method name="Int32 ITest.get_Item(Int32)">
28222         <size>2</size>
28223       </method>
28224     </type>
28225   </test>
28226   <test name="test-167.cs">
28227     <type name="X">
28228       <method name="Void .ctor()">
28229         <size>7</size>
28230       </method>
28231       <method name="Int32 Test(X+Foo[])">
28232         <size>23</size>
28233       </method>
28234       <method name="Int32 Main()">
28235         <size>44</size>
28236       </method>
28237     </type>
28238   </test>
28239   <test name="test-168.cs">
28240     <type name="Test">
28241       <method name="Void .ctor()">
28242         <size>7</size>
28243       </method>
28244       <method name="Int32 Main()">
28245         <size>21</size>
28246       </method>
28247     </type>
28248     <type name="X">
28249       <method name="System.String op_Implicit(X)">
28250         <size>6</size>
28251       </method>
28252     </type>
28253   </test>
28254   <test name="test-169.cs">
28255     <type name="basec">
28256       <method name="Void .ctor()">
28257         <size>7</size>
28258       </method>
28259       <method name="System.String get_Message()">
28260         <size>6</size>
28261       </method>
28262     </type>
28263     <type name="der">
28264       <method name="Void .ctor()">
28265         <size>7</size>
28266       </method>
28267       <method name="System.String get_Message()">
28268         <size>6</size>
28269       </method>
28270     </type>
28271     <type name="Base">
28272       <method name="Void .ctor()">
28273         <size>7</size>
28274       </method>
28275       <method name="Int32 get_Thingy()">
28276         <size>7</size>
28277       </method>
28278       <method name="Void set_Thingy(Int32)">
28279         <size>8</size>
28280       </method>
28281     </type>
28282     <type name="Derived">
28283       <method name="Void .ctor()">
28284         <size>7</size>
28285       </method>
28286       <method name="Int32 get_BaseThingy()">
28287         <size>7</size>
28288       </method>
28289       <method name="Void set_Thingy(Int32)">
28290         <size>1</size>
28291       </method>
28292     </type>
28293     <type name="D">
28294       <method name="Void .ctor()">
28295         <size>7</size>
28296       </method>
28297       <method name="Int32 Main()">
28298         <size>97</size>
28299       </method>
28300     </type>
28301   </test>
28302   <test name="test-17.cs">
28303     <type name="Blah">
28304       <method name="Void .ctor()">
28305         <size>7</size>
28306       </method>
28307       <method name="Int32 Main()">
28308         <size>39</size>
28309       </method>
28310       <method name="Byte op_Implicit(Blah)">
28311         <size>12</size>
28312       </method>
28313       <method name="Int16 op_Implicit(Blah)">
28314         <size>12</size>
28315       </method>
28316       <method name="Int32 op_Implicit(Blah)">
28317         <size>12</size>
28318       </method>
28319     </type>
28320   </test>
28321   <test name="test-170.cs">
28322     <type name="X">
28323       <method name="Void .ctor()">
28324         <size>7</size>
28325       </method>
28326       <method name="Int32 get_prop()">
28327         <size>7</size>
28328       </method>
28329       <method name="Void set_prop(Int32)">
28330         <size>8</size>
28331       </method>
28332       <method name="Void set_AAA(Int32)">
28333         <size>1</size>
28334       </method>
28335     </type>
28336     <type name="Y">
28337       <method name="Void .ctor()">
28338         <size>14</size>
28339       </method>
28340       <method name="Int32 get_prop()">
28341         <size>7</size>
28342       </method>
28343       <method name="Void set_prop(Int32)">
28344         <size>8</size>
28345       </method>
28346       <method name="Int32 A()">
28347         <size>38</size>
28348       </method>
28349       <method name="Int32 Main()">
28350         <size>13</size>
28351       </method>
28352     </type>
28353   </test>
28354   <test name="test-171.cs">
28355     <type name="IntPtr_Conv.Class1">
28356       <method name="Void .ctor()">
28357         <size>7</size>
28358       </method>
28359       <method name="Int32 Main(System.String[])">
28360         <size>15</size>
28361       </method>
28362     </type>
28363   </test>
28364   <test name="test-172.cs">
28365     <type name="X">
28366       <method name="Void .ctor()">
28367         <size>7</size>
28368       </method>
28369       <method name="Void .cctor()">
28370         <size>31</size>
28371       </method>
28372       <method name="Boolean ff()">
28373         <size>14</size>
28374       </method>
28375       <method name="Boolean tt()">
28376         <size>14</size>
28377       </method>
28378       <method name="Int32 test_if()">
28379         <size>599</size>
28380       </method>
28381       <method name="Int32 test_while()">
28382         <size>437</size>
28383       </method>
28384       <method name="Int32 test_inline()">
28385         <size>29</size>
28386       </method>
28387       <method name="Int32 Main()">
28388         <size>109</size>
28389       </method>
28390     </type>
28391   </test>
28392   <test name="test-173.cs">
28393     <type name="Base">
28394       <method name="Void .ctor(Int32)">
28395         <size>14</size>
28396       </method>
28397       <method name="Int32 get_Value()">
28398         <size>7</size>
28399       </method>
28400     </type>
28401     <type name="A">
28402       <method name="Void .ctor(Int32)">
28403         <size>18</size>
28404       </method>
28405       <method name="Void .ctor(UInt32)">
28406         <size>18</size>
28407       </method>
28408     </type>
28409     <type name="B">
28410       <method name="Void .ctor(Int64)">
28411         <size>18</size>
28412       </method>
28413       <method name="Void .ctor(UInt64)">
28414         <size>18</size>
28415       </method>
28416     </type>
28417     <type name="C">
28418       <method name="Void .ctor(Int16)">
28419         <size>18</size>
28420       </method>
28421       <method name="Void .ctor(UInt16)">
28422         <size>18</size>
28423       </method>
28424     </type>
28425     <type name="D">
28426       <method name="Void .ctor(SByte)">
28427         <size>18</size>
28428       </method>
28429       <method name="Void .ctor(Byte)">
28430         <size>18</size>
28431       </method>
28432     </type>
28433     <type name="E">
28434       <method name="Void .ctor(Int64)">
28435         <size>19</size>
28436       </method>
28437       <method name="Void .ctor(E)">
28438         <size>19</size>
28439       </method>
28440       <method name="E op_Implicit(Int64)">
28441         <size>7</size>
28442       </method>
28443     </type>
28444     <type name="F">
28445       <method name="Void .ctor(Int32)">
28446         <size>19</size>
28447       </method>
28448       <method name="Void .ctor(F)">
28449         <size>19</size>
28450       </method>
28451       <method name="F op_Implicit(Int32)">
28452         <size>7</size>
28453       </method>
28454     </type>
28455     <type name="X">
28456       <method name="Void .ctor()">
28457         <size>7</size>
28458       </method>
28459       <method name="Int32 Test()">
28460         <size>231</size>
28461       </method>
28462       <method name="Int32 Main()">
28463         <size>24</size>
28464       </method>
28465     </type>
28466   </test>
28467   <test name="test-174.cs">
28468     <type name="ProtectedAccessToPropertyOnChild">
28469       <method name="Void .ctor()">
28470         <size>14</size>
28471       </method>
28472       <method name="Int32 Main()">
28473         <size>21</size>
28474       </method>
28475     </type>
28476     <type name="TestAccessToPrivateMemberInParentClass">
28477       <method name="Void .ctor()">
28478         <size>7</size>
28479       </method>
28480       <method name="System.Double[][] get_Array()">
28481         <size>7</size>
28482       </method>
28483     </type>
28484     <type name="TestAccessToPrivateMemberInParentClass+CholeskyDecomposition">
28485       <method name="Void .ctor(TestAccessToPrivateMemberInParentClass)">
28486         <size>37</size>
28487       </method>
28488     </type>
28489     <type name="TestAccessToProtectedOnChildInstanceFromParent">
28490       <method name="Void .ctor()">
28491         <size>29</size>
28492       </method>
28493       <method name="Int32 Test()">
28494         <size>27</size>
28495       </method>
28496     </type>
28497     <type name="TestAccessToProtectedOnChildInstanceFromParent+Parent">
28498       <method name="Void .ctor()">
28499         <size>26</size>
28500       </method>
28501       <method name="Int32 TestAccessToProtected(TestAccessToProtectedOnChildInstanceFromParent+Child)">
28502         <size>15</size>
28503       </method>
28504     </type>
28505     <type name="TestAccessToProtectedOnChildInstanceFromParent+Child">
28506       <method name="Void .ctor()">
28507         <size>7</size>
28508       </method>
28509     </type>
28510   </test>
28511   <test name="test-175.cs">
28512     <type name="X">
28513       <method name="Void .ctor()">
28514         <size>7</size>
28515       </method>
28516       <method name="Int32 Main()">
28517         <size>59</size>
28518       </method>
28519     </type>
28520     <type name="RVA">
28521       <method name="Void .ctor(UInt32)">
28522         <size>8</size>
28523       </method>
28524       <method name="RVA op_Implicit(UInt32)">
28525         <size>7</size>
28526       </method>
28527       <method name="UInt32 op_Implicit(RVA)">
28528         <size>8</size>
28529       </method>
28530     </type>
28531   </test>
28532   <test name="test-176.cs">
28533     <type name="X">
28534       <method name="Void .ctor()">
28535         <size>7</size>
28536       </method>
28537       <method name="Int32 Main()">
28538         <size>34</size>
28539       </method>
28540     </type>
28541   </test>
28542   <test name="test-177.cs">
28543     <type name="MethodAttribute">
28544       <method name="Void .ctor()">
28545         <size>7</size>
28546       </method>
28547     </type>
28548     <type name="ReturnAttribute">
28549       <method name="Void .ctor()">
28550         <size>7</size>
28551       </method>
28552     </type>
28553     <type name="Test">
28554       <method name="Void .ctor()">
28555         <size>7</size>
28556       </method>
28557       <method name="Void Method()">
28558         <size>1</size>
28559       </method>
28560       <method name="Int32 Main()">
28561         <size>40</size>
28562       </method>
28563     </type>
28564   </test>
28565   <test name="test-178.cs">
28566     <type name="BrowsableClass">
28567       <method name="Void .ctor()">
28568         <size>7</size>
28569       </method>
28570       <method name="Int32 Main()">
28571         <size>54</size>
28572       </method>
28573       <method name="BrowsableClass op_Increment(BrowsableClass)">
28574         <size>2</size>
28575       </method>
28576     </type>
28577   </test>
28578   <test name="test-179.cs">
28579     <type name="A">
28580       <method name="Void .ctor()">
28581         <size>7</size>
28582       </method>
28583       <method name="Void set_Item(Double, Double)">
28584         <size>15</size>
28585       </method>
28586       <method name="Double get_Item(Double)">
28587         <size>29</size>
28588       </method>
28589     </type>
28590     <type name="B">
28591       <method name="Void .ctor()">
28592         <size>7</size>
28593       </method>
28594       <method name="Void set_Item(Double, Double)">
28595         <size>15</size>
28596       </method>
28597       <method name="Double get_Item(Double)">
28598         <size>29</size>
28599       </method>
28600     </type>
28601     <type name="C">
28602       <method name="Void .ctor()">
28603         <size>7</size>
28604       </method>
28605       <method name="Void set_Item(System.String, System.String)">
28606         <size>15</size>
28607       </method>
28608       <method name="System.String get_Item(System.String)">
28609         <size>30</size>
28610       </method>
28611       <method name="Void set_Item(Int32, Int32)">
28612         <size>15</size>
28613       </method>
28614       <method name="Int32 get_Item(Int32)">
28615         <size>21</size>
28616       </method>
28617     </type>
28618     <type name="EntryPoint">
28619       <method name="Int32 Main(System.String[])">
28620         <size>150</size>
28621       </method>
28622     </type>
28623   </test>
28624   <test name="test-18.cs">
28625     <type name="X">
28626       <method name="Void .ctor()">
28627         <size>7</size>
28628       </method>
28629       <method name="Void m()">
28630         <size>60</size>
28631       </method>
28632       <method name="Int32 ret(Int32)">
28633         <size>40</size>
28634       </method>
28635       <method name="Int32 Main()">
28636         <size>62</size>
28637       </method>
28638     </type>
28639   </test>
28640   <test name="test-180.cs">
28641     <type name="Testing">
28642       <method name="Void .ctor()">
28643         <size>7</size>
28644       </method>
28645       <method name="Void Main()">
28646         <size>17</size>
28647       </method>
28648     </type>
28649   </test>
28650   <test name="test-181.cs">
28651     <type name="Test">
28652       <method name="Void .ctor()">
28653         <size>7</size>
28654       </method>
28655       <method name="Void test()">
28656         <size>1</size>
28657       </method>
28658       <method name="Int32 Main()">
28659         <size>43</size>
28660       </method>
28661     </type>
28662   </test>
28663   <test name="test-182.cs">
28664     <type name="T">
28665       <method name="Void .ctor()">
28666         <size>7</size>
28667       </method>
28668       <method name="Int32 Main()">
28669         <size>26</size>
28670       </method>
28671     </type>
28672     <type name="TS">
28673       <method name="Int64 get_Ticks()">
28674         <size>19</size>
28675       </method>
28676     </type>
28677     <type name="DT">
28678       <method name="Int64 get_Ticks()">
28679         <size>12</size>
28680       </method>
28681     </type>
28682   </test>
28683   <test name="test-183.cs">
28684     <type name="Test">
28685       <method name="Void .ctor()">
28686         <size>7</size>
28687       </method>
28688       <method name="Int32 M(Int32, Int32 ByRef)">
28689         <size>12</size>
28690       </method>
28691       <method name="Int32 Main()">
28692         <size>67</size>
28693       </method>
28694     </type>
28695     <type name="Test+D">
28696       <method name="Void .ctor(Object, IntPtr)">
28697         <size>0</size>
28698       </method>
28699       <method name="Int32 Invoke(Int32, Int32 ByRef)">
28700         <size>0</size>
28701       </method>
28702       <method name="IAsyncResult BeginInvoke(Int32, Int32 ByRef, System.AsyncCallback, System.Object)">
28703         <size>0</size>
28704       </method>
28705       <method name="Int32 EndInvoke(Int32 ByRef, IAsyncResult)">
28706         <size>0</size>
28707       </method>
28708     </type>
28709   </test>
28710   <test name="test-184.cs">
28711     <type name="User">
28712       <method name="Void .ctor(Interface)">
28713         <size>7</size>
28714       </method>
28715     </type>
28716     <type name="Test">
28717       <method name="Void .ctor()">
28718         <size>55</size>
28719       </method>
28720       <method name="Int32 Main()">
28721         <size>8</size>
28722       </method>
28723     </type>
28724     <type name="Struct">
28725       <method name="Void .ctor(Int32)">
28726         <size>1</size>
28727       </method>
28728       <method name="Int32 get_X()">
28729         <size>2</size>
28730       </method>
28731     </type>
28732   </test>
28733   <test name="test-185.cs">
28734     <type name="X">
28735       <method name="Void .ctor()">
28736         <size>7</size>
28737       </method>
28738       <method name="Int32 Test(Int32)">
28739         <size>36</size>
28740       </method>
28741       <method name="Int32 Main()">
28742         <size>29</size>
28743       </method>
28744     </type>
28745   </test>
28746   <test name="test-186.cs">
28747     <type name="TestBUG.myAttribute">
28748       <method name="Void .ctor(String, String, String, Int32)">
28749         <size>7</size>
28750       </method>
28751     </type>
28752     <type name="TestBUG.Test">
28753       <method name="Void .ctor()">
28754         <size>7</size>
28755       </method>
28756       <method name="Int32 Main()">
28757         <size>2</size>
28758       </method>
28759     </type>
28760   </test>
28761   <test name="test-187.cs">
28762     <type name="MyClass">
28763       <method name="Void .ctor()">
28764         <size>7</size>
28765       </method>
28766       <method name="Container get_Item(System.String)">
28767         <size>2</size>
28768       </method>
28769       <method name="Void set_Item(System.String, Container)">
28770         <size>1</size>
28771       </method>
28772     </type>
28773     <type name="Container">
28774       <method name="Void .ctor()">
28775         <size>7</size>
28776       </method>
28777       <method name="Container op_Addition(Container, System.Object)">
28778         <size>2</size>
28779       </method>
28780     </type>
28781     <type name="D">
28782       <method name="Void .ctor()">
28783         <size>7</size>
28784       </method>
28785       <method name="Void A(System.Collections.Specialized.NameValueCollection, MyClass, System.Object)">
28786         <size>65</size>
28787       </method>
28788       <method name="Int32 Main()">
28789         <size>2</size>
28790       </method>
28791     </type>
28792   </test>
28793   <test name="test-188.cs">
28794     <type name="Enumerator">
28795       <method name="Void .ctor()">
28796         <size>14</size>
28797       </method>
28798       <method name="Boolean MoveNext()">
28799         <size>21</size>
28800       </method>
28801       <method name="Char get_Current()">
28802         <size>3</size>
28803       </method>
28804     </type>
28805     <type name="RealEnumerator">
28806       <method name="Void .ctor(Coll)">
28807         <size>14</size>
28808       </method>
28809       <method name="Void Dispose()">
28810         <size>13</size>
28811       </method>
28812     </type>
28813     <type name="Coll">
28814       <method name="Void .ctor()">
28815         <size>7</size>
28816       </method>
28817       <method name="Enumerator GetEnumerator()">
28818         <size>7</size>
28819       </method>
28820     </type>
28821     <type name="Test">
28822       <method name="Void .ctor()">
28823         <size>7</size>
28824       </method>
28825       <method name="Int32 Main(System.String[])">
28826         <size>80</size>
28827       </method>
28828     </type>
28829   </test>
28830   <test name="test-189.cs">
28831     <type name="MyTest">
28832       <method name="Void .ctor()">
28833         <size>7</size>
28834       </method>
28835       <method name="Int32 Main(System.String[])">
28836         <size>63</size>
28837       </method>
28838       <method name="Int32 m(Int32, Double)">
28839         <size>2</size>
28840       </method>
28841       <method name="Int32 m(Int32, System.Int32[])">
28842         <size>2</size>
28843       </method>
28844     </type>
28845     <type name="MonoTest">
28846       <method name="Void .ctor()">
28847         <size>7</size>
28848       </method>
28849       <method name="Int32 method1(System.String, System.Object[])">
28850         <size>2</size>
28851       </method>
28852       <method name="Void testmethod()">
28853         <size>27</size>
28854       </method>
28855     </type>
28856     <type name="MonoTest2">
28857       <method name="Void .ctor()">
28858         <size>7</size>
28859       </method>
28860       <method name="Int32 method1(System.String, System.Object[])">
28861         <size>2</size>
28862       </method>
28863       <method name="Void testmethod2()">
28864         <size>27</size>
28865       </method>
28866     </type>
28867   </test>
28868   <test name="test-19.cs">
28869     <type name="I">
28870       <method name="Void .ctor()">
28871         <size>7</size>
28872       </method>
28873       <method name="Void .cctor()">
28874         <size>18</size>
28875       </method>
28876       <method name="System.String fn(System.String)">
28877         <size>17</size>
28878       </method>
28879     </type>
28880     <type name="X">
28881       <method name="Void .ctor()">
28882         <size>7</size>
28883       </method>
28884       <method name="Void Thread_func()">
28885         <size>11</size>
28886       </method>
28887       <method name="Int32 Func(Int32, Int32)">
28888         <size>4</size>
28889       </method>
28890       <method name="Void Bar()">
28891         <size>44</size>
28892       </method>
28893       <method name="Boolean MyFilter(System.Reflection.MemberInfo, System.Object)">
28894         <size>18</size>
28895       </method>
28896       <method name="Int32 Main()">
28897         <size>303</size>
28898       </method>
28899       <method name="Int32 multiply_by_three(Int32)">
28900         <size>4</size>
28901       </method>
28902     </type>
28903     <type name="TestNamespace.TestClass">
28904       <method name="Void .ctor()">
28905         <size>7</size>
28906       </method>
28907     </type>
28908     <type name="I+GetTextFn">
28909       <method name="Void .ctor(Object, IntPtr)">
28910         <size>0</size>
28911       </method>
28912       <method name="System.String Invoke(System.String)">
28913         <size>0</size>
28914       </method>
28915       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
28916         <size>0</size>
28917       </method>
28918       <method name="System.String EndInvoke(IAsyncResult)">
28919         <size>0</size>
28920       </method>
28921     </type>
28922     <type name="X+Foo">
28923       <method name="Void .ctor(Object, IntPtr)">
28924         <size>0</size>
28925       </method>
28926       <method name="Int32 Invoke(Int32, Int32)">
28927         <size>0</size>
28928       </method>
28929       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
28930         <size>0</size>
28931       </method>
28932       <method name="Int32 EndInvoke(IAsyncResult)">
28933         <size>0</size>
28934       </method>
28935     </type>
28936     <type name="TestNamespace.TestClass+NotWorkingDelegate">
28937       <method name="Void .ctor(Object, IntPtr)">
28938         <size>0</size>
28939       </method>
28940       <method name="Single Invoke(Single, System.Object[])">
28941         <size>0</size>
28942       </method>
28943       <method name="IAsyncResult BeginInvoke(Single, System.Object[], System.AsyncCallback, System.Object)">
28944         <size>0</size>
28945       </method>
28946       <method name="Single EndInvoke(IAsyncResult)">
28947         <size>0</size>
28948       </method>
28949     </type>
28950     <type name="NameSpace.TestDelegate">
28951       <method name="Void .ctor(Object, IntPtr)">
28952         <size>0</size>
28953       </method>
28954       <method name="Int32 Invoke(Int32)">
28955         <size>0</size>
28956       </method>
28957       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
28958         <size>0</size>
28959       </method>
28960       <method name="Int32 EndInvoke(IAsyncResult)">
28961         <size>0</size>
28962       </method>
28963     </type>
28964   </test>
28965   <test name="test-190.cs">
28966     <type name="A">
28967       <method name="Void .ctor()">
28968         <size>7</size>
28969       </method>
28970       <method name="Void Main()">
28971         <size>1</size>
28972       </method>
28973     </type>
28974     <type name="A+B">
28975       <method name="Void .ctor()">
28976         <size>7</size>
28977       </method>
28978       <method name="Void Test()">
28979         <size>8</size>
28980       </method>
28981     </type>
28982     <type name="A+C">
28983       <method name="Void .ctor()">
28984         <size>7</size>
28985       </method>
28986       <method name="Void Test(A)">
28987         <size>8</size>
28988       </method>
28989     </type>
28990   </test>
28991   <test name="test-191.cs">
28992     <type name="X">
28993       <method name="Void .ctor()">
28994         <size>7</size>
28995       </method>
28996     </type>
28997     <type name="X+E">
28998       <method name="Void .ctor()">
28999         <size>7</size>
29000       </method>
29001     </type>
29002     <type name="X+D">
29003       <method name="Void .ctor()">
29004         <size>7</size>
29005       </method>
29006     </type>
29007     <type name="X+D+P">
29008       <method name="Void .ctor()">
29009         <size>7</size>
29010       </method>
29011     </type>
29012     <type name="Y">
29013       <method name="Void .ctor()">
29014         <size>7</size>
29015       </method>
29016     </type>
29017     <type name="Y+Op">
29018       <method name="Void .ctor()">
29019         <size>7</size>
29020       </method>
29021     </type>
29022     <type name="R">
29023       <method name="Void .ctor()">
29024         <size>7</size>
29025       </method>
29026       <method name="Void Main()">
29027         <size>1</size>
29028       </method>
29029     </type>
29030   </test>
29031   <test name="test-192.cs">
29032     <type name="X">
29033       <method name="Void .ctor()">
29034         <size>7</size>
29035       </method>
29036       <method name="Void Main()">
29037         <size>1</size>
29038       </method>
29039     </type>
29040   </test>
29041   <test name="test-193.cs">
29042     <type name="A">
29043       <method name="Void .ctor()">
29044         <size>7</size>
29045       </method>
29046       <method name="Int32 Test(Int32)">
29047         <size>88</size>
29048       </method>
29049       <method name="Int32 Main()">
29050         <size>7</size>
29051       </method>
29052     </type>
29053   </test>
29054   <test name="test-194.cs">
29055     <type name="TestParams">
29056       <method name="Void .ctor()">
29057         <size>7</size>
29058       </method>
29059       <method name="Int32 Main(System.String[])">
29060         <size>38</size>
29061       </method>
29062       <method name="Int32 Params(System.Object[])">
29063         <size>10</size>
29064       </method>
29065     </type>
29066   </test>
29067   <test name="test-195.cs">
29068     <type name="Y">
29069       <method name="Void .ctor()">
29070         <size>7</size>
29071       </method>
29072       <method name="Void .cctor()">
29073         <size>1</size>
29074       </method>
29075       <method name="Int32 C()">
29076         <size>36</size>
29077       </method>
29078     </type>
29079     <type name="X">
29080       <method name="Void .ctor()">
29081         <size>8</size>
29082       </method>
29083       <method name="Void .ctor(Int32)">
29084         <size>18</size>
29085       </method>
29086       <method name="Void Main()">
29087         <size>7</size>
29088       </method>
29089     </type>
29090   </test>
29091   <test name="test-196.cs">
29092     <type name="X">
29093       <method name="Void .ctor()">
29094         <size>7</size>
29095       </method>
29096       <method name="Void Bug1()">
29097         <size>15</size>
29098       </method>
29099       <method name="Void Bug2()">
29100         <size>16</size>
29101       </method>
29102       <method name="Int32 Main()">
29103         <size>2</size>
29104       </method>
29105     </type>
29106   </test>
29107   <test name="test-197.cs">
29108     <type name="X">
29109       <method name="Void .ctor()">
29110         <size>7</size>
29111       </method>
29112       <method name="Void Foo()">
29113         <size>0</size>
29114       </method>
29115     </type>
29116     <type name="Y">
29117       <method name="Void .ctor()">
29118         <size>7</size>
29119       </method>
29120     </type>
29121     <type name="Z">
29122       <method name="Void .ctor()">
29123         <size>7</size>
29124       </method>
29125       <method name="Void Foo()">
29126         <size>11</size>
29127       </method>
29128     </type>
29129     <type name="Test">
29130       <method name="Void .ctor()">
29131         <size>7</size>
29132       </method>
29133       <method name="Int32 Main()">
29134         <size>16</size>
29135       </method>
29136     </type>
29137   </test>
29138   <test name="test-198.cs">
29139     <type name="N1.N3.N4.Bar">
29140       <method name="Void .ctor()">
29141         <size>7</size>
29142       </method>
29143     </type>
29144     <type name="N1.N2.Foo">
29145       <method name="Void .ctor()">
29146         <size>7</size>
29147       </method>
29148     </type>
29149     <type name="N5.N6.Foo">
29150       <method name="Void .ctor()">
29151         <size>7</size>
29152       </method>
29153     </type>
29154     <type name="N5.N7.N8.Bar">
29155       <method name="Void .ctor()">
29156         <size>7</size>
29157       </method>
29158     </type>
29159     <type name="FirstOuter.FirstInner.First">
29160       <method name="Void .ctor()">
29161         <size>7</size>
29162       </method>
29163       <method name="System.String get_MyIdentity()">
29164         <size>12</size>
29165       </method>
29166     </type>
29167     <type name="FirstOuter.Second">
29168       <method name="Void .ctor()">
29169         <size>7</size>
29170       </method>
29171     </type>
29172     <type name="FirstOuter.SecondInner.Third">
29173       <method name="Void .ctor()">
29174         <size>7</size>
29175       </method>
29176     </type>
29177     <type name="FirstOuter.FirstInner.Fourth">
29178       <method name="Void .ctor()">
29179         <size>7</size>
29180       </method>
29181     </type>
29182     <type name="Fifth">
29183       <method name="Void .ctor()">
29184         <size>7</size>
29185       </method>
29186     </type>
29187     <type name="M1.M2.M3.Foo">
29188       <method name="Void .ctor()">
29189         <size>7</size>
29190       </method>
29191     </type>
29192     <type name="P1.P2.Bar">
29193       <method name="Void .ctor()">
29194         <size>7</size>
29195       </method>
29196     </type>
29197     <type name="X">
29198       <method name="Void .ctor()">
29199         <size>7</size>
29200       </method>
29201       <method name="Int32 Main()">
29202         <size>2</size>
29203       </method>
29204     </type>
29205   </test>
29206   <test name="test-199.cs">
29207     <type name="Test">
29208       <method name="Void .ctor()">
29209         <size>7</size>
29210       </method>
29211       <method name="Int32 Main()">
29212         <size>22</size>
29213       </method>
29214     </type>
29215     <type name="N1.Foo">
29216       <method name="Void .ctor()">
29217         <size>7</size>
29218       </method>
29219     </type>
29220     <type name="N1.Foo+Foo2">
29221       <method name="Void .ctor()">
29222         <size>7</size>
29223       </method>
29224     </type>
29225     <type name="N1.Bar2">
29226       <method name="Void .ctor()">
29227         <size>7</size>
29228       </method>
29229       <method name="Int32 Talk()">
29230         <size>2</size>
29231       </method>
29232     </type>
29233     <type name="N2.Bar">
29234       <method name="Void .ctor()">
29235         <size>7</size>
29236       </method>
29237     </type>
29238     <type name="N2.Bar+Bar2">
29239       <method name="Void .ctor()">
29240         <size>7</size>
29241       </method>
29242       <method name="Int32 Talk()">
29243         <size>2</size>
29244       </method>
29245     </type>
29246   </test>
29247   <test name="test-2.cs">
29248     <type name="X">
29249       <method name="Void .ctor()">
29250         <size>7</size>
29251       </method>
29252       <method name="Int32 Main(System.String[])">
29253         <size>12</size>
29254       </method>
29255     </type>
29256   </test>
29257   <test name="test-20.cs">
29258     <type name="A">
29259       <method name="Void .ctor()">
29260         <size>7</size>
29261       </method>
29262       <method name="Void X()">
29263         <size>8</size>
29264       </method>
29265     </type>
29266     <type name="B">
29267       <method name="Void .ctor()">
29268         <size>7</size>
29269       </method>
29270       <method name="Void X()">
29271         <size>8</size>
29272       </method>
29273       <method name="Void TestB()">
29274         <size>7</size>
29275       </method>
29276     </type>
29277     <type name="Ax">
29278       <method name="Void .ctor()">
29279         <size>7</size>
29280       </method>
29281       <method name="Void A()">
29282         <size>8</size>
29283       </method>
29284       <method name="Void B()">
29285         <size>8</size>
29286       </method>
29287     </type>
29288     <type name="Bx">
29289       <method name="Void .ctor()">
29290         <size>7</size>
29291       </method>
29292       <method name="Void A()">
29293         <size>8</size>
29294       </method>
29295       <method name="Void B()">
29296         <size>8</size>
29297       </method>
29298     </type>
29299     <type name="Test">
29300       <method name="Void .ctor()">
29301         <size>7</size>
29302       </method>
29303       <method name="Int32 Main()">
29304         <size>100</size>
29305       </method>
29306     </type>
29307   </test>
29308   <test name="test-200.cs">
29309     <type name="X">
29310       <method name="Void .ctor()">
29311         <size>7</size>
29312       </method>
29313       <method name="Int32 Main()">
29314         <size>104</size>
29315       </method>
29316     </type>
29317   </test>
29318   <test name="test-201.cs">
29319     <type name="Parent">
29320       <method name="Void .ctor()">
29321         <size>7</size>
29322       </method>
29323     </type>
29324     <type name="Child">
29325       <method name="Void .ctor()">
29326         <size>7</size>
29327       </method>
29328     </type>
29329     <type name="Child+Nested">
29330       <method name="Void .ctor()">
29331         <size>18</size>
29332       </method>
29333     </type>
29334     <type name="Collide">
29335       <method name="Void .ctor(Int32)">
29336         <size>14</size>
29337       </method>
29338       <method name="Void .cctor()">
29339         <size>12</size>
29340       </method>
29341       <method name="Int32 Main()">
29342         <size>27</size>
29343       </method>
29344     </type>
29345   </test>
29346   <test name="test-202.cs">
29347     <type name="X.X">
29348       <method name="Void .ctor()">
29349         <size>7</size>
29350       </method>
29351     </type>
29352     <type name="A.B.C.D">
29353       <method name="Void .ctor()">
29354         <size>7</size>
29355       </method>
29356     </type>
29357     <type name="Test">
29358       <method name="Void .ctor()">
29359         <size>7</size>
29360       </method>
29361       <method name="Int32 Main()">
29362         <size>14</size>
29363       </method>
29364     </type>
29365   </test>
29366   <test name="test-203.cs">
29367     <type name="Foo">
29368       <method name="Void .ctor()">
29369         <size>7</size>
29370       </method>
29371       <method name="Modifiers get_Modifiers()">
29372         <size>2</size>
29373       </method>
29374     </type>
29375     <type name="Bar">
29376       <method name="Void .ctor()">
29377         <size>7</size>
29378       </method>
29379       <method name="Int32 Main()">
29380         <size>13</size>
29381       </method>
29382     </type>
29383   </test>
29384   <test name="test-204.cs">
29385     <type name="X">
29386       <method name="Void .ctor(Int32)">
29387         <size>14</size>
29388       </method>
29389       <method name="System.String ToString()">
29390         <size>22</size>
29391       </method>
29392       <method name="Int32 Test()">
29393         <size>153</size>
29394       </method>
29395       <method name="Int32 Main()">
29396         <size>24</size>
29397       </method>
29398       <method name="X op_BitwiseAnd(X, X)">
29399         <size>19</size>
29400       </method>
29401       <method name="X op_BitwiseOr(X, X)">
29402         <size>19</size>
29403       </method>
29404       <method name="Boolean op_True(X)">
29405         <size>15</size>
29406       </method>
29407       <method name="Boolean op_False(X)">
29408         <size>12</size>
29409       </method>
29410     </type>
29411   </test>
29412   <test name="test-205.cs">
29413     <type name="A">
29414       <method name="Void .ctor(Object)">
29415         <size>7</size>
29416       </method>
29417     </type>
29418     <type name="Test">
29419       <method name="Void .ctor()">
29420         <size>7</size>
29421       </method>
29422       <method name="Void Main()">
29423         <size>1</size>
29424       </method>
29425     </type>
29426   </test>
29427   <test name="test-206.cs">
29428     <type name="X">
29429       <method name="Void .ctor()">
29430         <size>7</size>
29431       </method>
29432       <method name="Int32 get_Item(Int32)">
29433         <size>2</size>
29434       </method>
29435       <method name="System.Int32[] get_Item(System.Int32[])">
29436         <size>39</size>
29437       </method>
29438       <method name="Void Main()">
29439         <size>91</size>
29440       </method>
29441     </type>
29442     <type name="&lt;PrivateImplementationDetails&gt;">
29443       <method name="Void .ctor()">
29444         <size>7</size>
29445       </method>
29446     </type>
29447   </test>
29448   <test name="test-207.cs">
29449     <type name="X">
29450       <method name="Void .ctor()">
29451         <size>7</size>
29452       </method>
29453       <method name="Void .cctor()">
29454         <size>1</size>
29455       </method>
29456       <method name="Void hello(Int32)">
29457         <size>13</size>
29458       </method>
29459       <method name="Void world(Int32)">
29460         <size>16</size>
29461       </method>
29462       <method name="Int32 Main()">
29463         <size>138</size>
29464       </method>
29465     </type>
29466     <type name="Test">
29467       <method name="Void .ctor(Object, IntPtr)">
29468         <size>0</size>
29469       </method>
29470       <method name="Void Invoke(Int32)">
29471         <size>0</size>
29472       </method>
29473       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
29474         <size>0</size>
29475       </method>
29476       <method name="Void EndInvoke(IAsyncResult)">
29477         <size>0</size>
29478       </method>
29479     </type>
29480   </test>
29481   <test name="test-208.cs">
29482     <type name="X">
29483       <method name="Void .ctor()">
29484         <size>7</size>
29485       </method>
29486       <method name="System.String get_Item(System.String)">
29487         <size>2</size>
29488       </method>
29489       <method name="Void Test()">
29490         <size>1</size>
29491       </method>
29492     </type>
29493     <type name="Y">
29494       <method name="Void .ctor()">
29495         <size>7</size>
29496       </method>
29497       <method name="Void Main()">
29498         <size>19</size>
29499       </method>
29500     </type>
29501   </test>
29502   <test name="test-209.cs">
29503     <type name="X">
29504       <method name="Void .ctor(Int32)">
29505         <size>14</size>
29506       </method>
29507       <method name="Int32 get_Foo()">
29508         <size>9</size>
29509       </method>
29510       <method name="Void set_Foo(Int32)">
29511         <size>8</size>
29512       </method>
29513       <method name="Int32 get_Item(Int32)">
29514         <size>7</size>
29515       </method>
29516       <method name="Void set_Item(Int32, Int32)">
29517         <size>8</size>
29518       </method>
29519       <method name="Void set_Item(System.String, System.String)">
29520         <size>7</size>
29521       </method>
29522       <method name="Void set_Bar(System.String)">
29523         <size>7</size>
29524       </method>
29525       <method name="A get_A()">
29526         <size>7</size>
29527       </method>
29528       <method name="Void set_A(A)">
29529         <size>12</size>
29530       </method>
29531       <method name="Int32 Main()">
29532         <size>75</size>
29533       </method>
29534     </type>
29535     <type name="A">
29536       <method name="Void .ctor(Int32)">
29537         <size>8</size>
29538       </method>
29539     </type>
29540   </test>
29541   <test name="test-21.cs">
29542     <type name="Blah">
29543       <method name="Void .ctor()">
29544         <size>7</size>
29545       </method>
29546       <method name="Int32 Main()">
29547         <size>47</size>
29548       </method>
29549     </type>
29550     <type name="Blah+Foo">
29551       <method name="Void .ctor()">
29552         <size>17</size>
29553       </method>
29554       <method name="Int32 Bar(Int32, Int32)">
29555         <size>14</size>
29556       </method>
29557     </type>
29558   </test>
29559   <test name="test-210.cs">
29560     <type name="X">
29561       <method name="Void .ctor()">
29562         <size>7</size>
29563       </method>
29564       <method name="Void foo()">
29565         <size>1</size>
29566       </method>
29567       <method name="Void Main()">
29568         <size>25</size>
29569       </method>
29570     </type>
29571     <type name="FooHandler">
29572       <method name="Void .ctor(Object, IntPtr)">
29573         <size>0</size>
29574       </method>
29575       <method name="Void Invoke()">
29576         <size>0</size>
29577       </method>
29578       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
29579         <size>0</size>
29580       </method>
29581       <method name="Void EndInvoke(IAsyncResult)">
29582         <size>0</size>
29583       </method>
29584     </type>
29585   </test>
29586   <test name="test-211.cs">
29587     <type name="X">
29588       <method name="Void .ctor(Int32)">
29589         <size>14</size>
29590       </method>
29591       <method name="X op_Implicit(Int32)">
29592         <size>7</size>
29593       </method>
29594     </type>
29595     <type name="Y">
29596       <method name="Void .ctor(X)">
29597         <size>14</size>
29598       </method>
29599       <method name="Y op_Implicit(X)">
29600         <size>7</size>
29601       </method>
29602     </type>
29603     <type name="Z">
29604       <method name="Void .ctor(Y)">
29605         <size>14</size>
29606       </method>
29607       <method name="Int32 Main()">
29608         <size>27</size>
29609       </method>
29610       <method name="Z op_Implicit(Y)">
29611         <size>7</size>
29612       </method>
29613     </type>
29614   </test>
29615   <test name="test-212.cs">
29616     <type name="Problem">
29617       <method name="Void .ctor(String)">
29618         <size>14</size>
29619       </method>
29620       <method name="Int32 Multi(Int32, Problem[])">
29621         <size>4</size>
29622       </method>
29623       <method name="Int32 Main(System.String[])">
29624         <size>76</size>
29625       </method>
29626       <method name="Problem op_Implicit(Int32)">
29627         <size>22</size>
29628       </method>
29629     </type>
29630   </test>
29631   <test name="test-213.cs">
29632     <type name="MyTest">
29633       <method name="Void .ctor()">
29634         <size>7</size>
29635       </method>
29636       <method name="Void Main(System.String[])">
29637         <size>31</size>
29638       </method>
29639     </type>
29640     <type name="S">
29641       <method name="Void .ctor(Int32)">
29642         <size>8</size>
29643       </method>
29644       <method name="Void Print()">
29645         <size>12</size>
29646       </method>
29647     </type>
29648   </test>
29649   <test name="test-214.cs">
29650     <type name="N2.Test">
29651       <method name="Void .ctor()">
29652         <size>7</size>
29653       </method>
29654       <method name="Int32 Main()">
29655         <size>7</size>
29656       </method>
29657     </type>
29658     <type name="N1.C1">
29659       <method name="Void .ctor()">
29660         <size>7</size>
29661       </method>
29662       <method name="Void Foo()">
29663         <size>1</size>
29664       </method>
29665     </type>
29666   </test>
29667   <test name="test-215.cs">
29668     <type name="Test">
29669       <method name="Void .ctor()">
29670         <size>7</size>
29671       </method>
29672       <method name="Void .cctor()">
29673         <size>1</size>
29674       </method>
29675       <method name="N1.C1 get_C1()">
29676         <size>6</size>
29677       </method>
29678       <method name="Int32 Main()">
29679         <size>8</size>
29680       </method>
29681     </type>
29682     <type name="N1.C1">
29683       <method name="Void .ctor()">
29684         <size>7</size>
29685       </method>
29686     </type>
29687   </test>
29688   <test name="test-216.cs">
29689     <type name="cls">
29690       <method name="Void .ctor()">
29691         <size>7</size>
29692       </method>
29693       <method name="Void add_OnWhatever(OnWhateverDelegate)">
29694         <size>24</size>
29695       </method>
29696       <method name="Void remove_OnWhatever(OnWhateverDelegate)">
29697         <size>24</size>
29698       </method>
29699       <method name="Void CallMyDel(System.String)">
29700         <size>13</size>
29701       </method>
29702     </type>
29703     <type name="cls+nestedcls">
29704       <method name="Void .ctor()">
29705         <size>7</size>
29706       </method>
29707       <method name="Void CallParentDel(cls, System.String)">
29708         <size>13</size>
29709       </method>
29710     </type>
29711     <type name="MonoEmbed">
29712       <method name="Void .ctor()">
29713         <size>7</size>
29714       </method>
29715       <method name="Void Main()">
29716         <size>36</size>
29717       </method>
29718       <method name="Void Whatever(System.String)">
29719         <size>7</size>
29720       </method>
29721     </type>
29722     <type name="OnWhateverDelegate">
29723       <method name="Void .ctor(Object, IntPtr)">
29724         <size>0</size>
29725       </method>
29726       <method name="Void Invoke(System.String)">
29727         <size>0</size>
29728       </method>
29729       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
29730         <size>0</size>
29731       </method>
29732       <method name="Void EndInvoke(IAsyncResult)">
29733         <size>0</size>
29734       </method>
29735     </type>
29736   </test>
29737   <test name="test-217.cs">
29738     <type name="Test">
29739       <method name="Void .ctor()">
29740         <size>7</size>
29741       </method>
29742       <method name="Int32 Main()">
29743         <size>174</size>
29744       </method>
29745       <method name="System.Object compare_gte(Int32, Int32)">
29746         <size>13</size>
29747       </method>
29748       <method name="System.Object compare_lte(Int32, Int32)">
29749         <size>13</size>
29750       </method>
29751     </type>
29752   </test>
29753   <test name="test-218.cs">
29754     <type name="T">
29755       <method name="Void .ctor()">
29756         <size>7</size>
29757       </method>
29758       <method name="Void .cctor()">
29759         <size>27</size>
29760       </method>
29761       <method name="Void Main()">
29762         <size>1</size>
29763       </method>
29764       <method name="Void compareQueryQuery1(System.Object)">
29765         <size>1</size>
29766       </method>
29767     </type>
29768     <type name="T+foo">
29769       <method name="Void .ctor(Object, IntPtr)">
29770         <size>0</size>
29771       </method>
29772       <method name="Void Invoke(System.Object)">
29773         <size>0</size>
29774       </method>
29775       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
29776         <size>0</size>
29777       </method>
29778       <method name="Void EndInvoke(IAsyncResult)">
29779         <size>0</size>
29780       </method>
29781     </type>
29782   </test>
29783   <test name="test-219.cs">
29784     <type name="TestAttribute">
29785       <method name="Void .ctor(Type)">
29786         <size>14</size>
29787       </method>
29788       <method name="System.Type get_Type()">
29789         <size>7</size>
29790       </method>
29791     </type>
29792     <type name="Test">
29793       <method name="Void .ctor()">
29794         <size>7</size>
29795       </method>
29796       <method name="Void Main()">
29797         <size>75</size>
29798       </method>
29799     </type>
29800   </test>
29801   <test name="test-22.cs">
29802     <type name="M">
29803       <method name="Void .ctor()">
29804         <size>7</size>
29805       </method>
29806       <method name="Int32 Main()">
29807         <size>63</size>
29808       </method>
29809     </type>
29810     <type name="S">
29811       <method name="T GetT()">
29812         <size>7</size>
29813       </method>
29814       <method name="Void Init()">
29815         <size>25</size>
29816       </method>
29817     </type>
29818   </test>
29819   <test name="test-220.cs">
29820     <type name="MonoBUG.Bug">
29821       <method name="Void .ctor()">
29822         <size>7</size>
29823       </method>
29824       <method name="Int32 Main(System.String[])">
29825         <size>140</size>
29826       </method>
29827     </type>
29828     <type name="MonoBUG.Foo">
29829       <method name="Void .ctor(String)">
29830         <size>14</size>
29831       </method>
29832       <method name="System.String get_Name()">
29833         <size>7</size>
29834       </method>
29835     </type>
29836     <type name="MonoBUG.FooList">
29837       <method name="Void .ctor()">
29838         <size>7</size>
29839       </method>
29840       <method name="Void .cctor()">
29841         <size>1</size>
29842       </method>
29843       <method name="Void Add(MonoBUG.Foo)">
29844         <size>19</size>
29845       </method>
29846       <method name="MonoBUG.FooList+FooEnumerator GetEnumerator()">
29847         <size>7</size>
29848       </method>
29849     </type>
29850     <type name="MonoBUG.FooList+FooEnumerator">
29851       <method name="Void .ctor(FooList)">
29852         <size>31</size>
29853       </method>
29854       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
29855         <size>12</size>
29856       </method>
29857       <method name="Void System.Collections.IEnumerator.Reset()">
29858         <size>12</size>
29859       </method>
29860       <method name="MonoBUG.Foo get_Current()">
29861         <size>46</size>
29862       </method>
29863       <method name="Boolean MoveNext()">
29864         <size>12</size>
29865       </method>
29866       <method name="Void Reset()">
29867         <size>12</size>
29868       </method>
29869       <method name="System.Object System.Collections.IEnumerator.get_Current()">
29870         <size>28</size>
29871       </method>
29872     </type>
29873   </test>
29874   <test name="test-221.cs">
29875     <type name="A">
29876       <method name="Void .ctor()">
29877         <size>7</size>
29878       </method>
29879       <method name="Int32 get_Blah()">
29880         <size>2</size>
29881       </method>
29882       <method name="Void set_Blah(Int32)">
29883         <size>1</size>
29884       </method>
29885     </type>
29886     <type name="B">
29887       <method name="Void .ctor()">
29888         <size>7</size>
29889       </method>
29890       <method name="Int32 get_Blah()">
29891         <size>2</size>
29892       </method>
29893       <method name="Boolean Test()">
29894         <size>54</size>
29895       </method>
29896     </type>
29897     <type name="C">
29898       <method name="Void .ctor()">
29899         <size>7</size>
29900       </method>
29901       <method name="Int32 get_Blah()">
29902         <size>0</size>
29903       </method>
29904       <method name="Void set_Blah(Int32)">
29905         <size>0</size>
29906       </method>
29907     </type>
29908     <type name="D">
29909       <method name="Void .ctor()">
29910         <size>7</size>
29911       </method>
29912       <method name="Int32 get_Blah()">
29913         <size>2</size>
29914       </method>
29915       <method name="Void set_Blah(Int32)">
29916         <size>1</size>
29917       </method>
29918     </type>
29919     <type name="E">
29920       <method name="Void .ctor()">
29921         <size>7</size>
29922       </method>
29923       <method name="Int32 get_Blah()">
29924         <size>7</size>
29925       </method>
29926       <method name="Boolean Test()">
29927         <size>54</size>
29928       </method>
29929     </type>
29930     <type name="F">
29931       <method name="Void .ctor()">
29932         <size>7</size>
29933       </method>
29934       <method name="Int32 get_Item(Int32)">
29935         <size>2</size>
29936       </method>
29937       <method name="Void set_Item(Int32, Int32)">
29938         <size>1</size>
29939       </method>
29940       <method name="Int32 get_Blah()">
29941         <size>2</size>
29942       </method>
29943       <method name="Void set_Blah(Int32)">
29944         <size>1</size>
29945       </method>
29946       <method name="Boolean Test()">
29947         <size>110</size>
29948       </method>
29949     </type>
29950     <type name="Driver">
29951       <method name="Void .ctor()">
29952         <size>7</size>
29953       </method>
29954       <method name="Int32 Main()">
29955         <size>38</size>
29956       </method>
29957     </type>
29958     <type name="F">
29959       <method name="Int32 IBlah.get_Item(Int32)">
29960         <size>2</size>
29961       </method>
29962       <method name="Void IBlah.set_Item(Int32, Int32)">
29963         <size>1</size>
29964       </method>
29965       <method name="Int32 IBlah.get_Blah()">
29966         <size>2</size>
29967       </method>
29968       <method name="Void IBlah.set_Blah(Int32)">
29969         <size>1</size>
29970       </method>
29971     </type>
29972   </test>
29973   <test name="test-222.cs">
29974     <type name="Class_1">
29975       <method name="Void .ctor()">
29976         <size>7</size>
29977       </method>
29978       <method name="UIntPtr Valid()">
29979         <size>7</size>
29980       </method>
29981     </type>
29982     <type name="MainClass">
29983       <method name="Void .ctor()">
29984         <size>7</size>
29985       </method>
29986       <method name="Int32 Main()">
29987         <size>2</size>
29988       </method>
29989     </type>
29990   </test>
29991   <test name="test-223.cs">
29992     <type name="T">
29993       <method name="Void .ctor()">
29994         <size>7</size>
29995       </method>
29996       <method name="Int32 Main()">
29997         <size>65</size>
29998       </method>
29999     </type>
30000   </test>
30001   <test name="test-224.cs">
30002     <type name="XmlMemberArrayAttribute">
30003       <method name="Void .ctor(String)">
30004         <size>38</size>
30005       </method>
30006       <method name="System.Char[] get_Separator()">
30007         <size>7</size>
30008       </method>
30009       <method name="Void set_Separator(System.Char[])">
30010         <size>8</size>
30011       </method>
30012       <method name="System.String get_Name()">
30013         <size>7</size>
30014       </method>
30015       <method name="Void set_Name(System.String)">
30016         <size>8</size>
30017       </method>
30018       <method name="Boolean get_IsRequired()">
30019         <size>7</size>
30020       </method>
30021       <method name="Void set_IsRequired(Boolean)">
30022         <size>8</size>
30023       </method>
30024     </type>
30025     <type name="t">
30026       <method name="Void .ctor()">
30027         <size>7</size>
30028       </method>
30029       <method name="Void Main()">
30030         <size>1</size>
30031       </method>
30032     </type>
30033   </test>
30034   <test name="test-225.cs">
30035     <type name="A">
30036       <method name="Void .ctor()">
30037         <size>14</size>
30038       </method>
30039     </type>
30040     <type name="B">
30041       <method name="Void .ctor()">
30042         <size>7</size>
30043       </method>
30044       <method name="Int32 foo()">
30045         <size>2</size>
30046       </method>
30047       <method name="Void Main()">
30048         <size>18</size>
30049       </method>
30050     </type>
30051   </test>
30052   <test name="test-226.cs">
30053     <type name="Test226">
30054       <method name="Void .ctor()">
30055         <size>7</size>
30056       </method>
30057       <method name="Void Test()">
30058         <size>35</size>
30059       </method>
30060       <method name="Int32 Main()">
30061         <size>23</size>
30062       </method>
30063     </type>
30064   </test>
30065   <test name="test-227.cs">
30066     <type name="A.T">
30067       <method name="Void .ctor()">
30068         <size>7</size>
30069       </method>
30070       <method name="Void Main()">
30071         <size>3</size>
30072       </method>
30073     </type>
30074   </test>
30075   <test name="test-228.cs">
30076     <type name="BadRefTest.CtorInc">
30077       <method name="Void .ctor()">
30078         <size>30</size>
30079       </method>
30080       <method name="Int32 IncByRef(Int32 ByRef)">
30081         <size>10</size>
30082       </method>
30083       <method name="Boolean Results(Int32)">
30084         <size>98</size>
30085       </method>
30086     </type>
30087     <type name="BadRefTest.Runner">
30088       <method name="Void .ctor()">
30089         <size>7</size>
30090       </method>
30091       <method name="Int32 Main()">
30092         <size>43</size>
30093       </method>
30094     </type>
30095   </test>
30096   <test name="test-229.cs">
30097     <type name="List">
30098       <method name="Void .ctor(Int32)">
30099         <size>19</size>
30100       </method>
30101       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
30102         <size>12</size>
30103       </method>
30104       <method name="Void Add(Int32)">
30105         <size>26</size>
30106       </method>
30107       <method name="MyEnumerator GetEnumerator()">
30108         <size>7</size>
30109       </method>
30110     </type>
30111     <type name="UberList">
30112       <method name="Void .ctor(Int32)">
30113         <size>8</size>
30114       </method>
30115       <method name="Int32 Main(System.String[])">
30116         <size>38</size>
30117       </method>
30118       <method name="Boolean One()">
30119         <size>62</size>
30120       </method>
30121       <method name="Boolean Two()">
30122         <size>62</size>
30123       </method>
30124       <method name="Boolean Three()">
30125         <size>62</size>
30126       </method>
30127     </type>
30128     <type name="List+MyEnumerator">
30129       <method name="Void .ctor(List)">
30130         <size>15</size>
30131       </method>
30132       <method name="System.Object get_Current()">
30133         <size>24</size>
30134       </method>
30135       <method name="Boolean MoveNext()">
30136         <size>31</size>
30137       </method>
30138       <method name="Void Reset()">
30139         <size>8</size>
30140       </method>
30141     </type>
30142   </test>
30143   <test name="test-23.cs">
30144     <type name="X">
30145       <method name="Void .ctor()">
30146         <size>7</size>
30147       </method>
30148       <method name="Void .cctor()">
30149         <size>8</size>
30150       </method>
30151       <method name="Int32 get_Value()">
30152         <size>6</size>
30153       </method>
30154       <method name="Void set_Value(Int32)">
30155         <size>7</size>
30156       </method>
30157       <method name="Int32 Main()">
30158         <size>170</size>
30159       </method>
30160     </type>
30161     <type name="Y">
30162       <method name="Void .ctor(String)">
30163         <size>14</size>
30164       </method>
30165       <method name="System.String get_Value()">
30166         <size>7</size>
30167       </method>
30168       <method name="Void set_Value(System.String)">
30169         <size>8</size>
30170       </method>
30171     </type>
30172     <type name="Z">
30173       <method name="Void .cctor()">
30174         <size>7</size>
30175       </method>
30176       <method name="Int32 get_IVal()">
30177         <size>6</size>
30178       </method>
30179       <method name="Void set_IVal(Int32)">
30180         <size>7</size>
30181       </method>
30182       <method name="Int32 get_XVal()">
30183         <size>7</size>
30184       </method>
30185       <method name="Void set_XVal(Int32)">
30186         <size>8</size>
30187       </method>
30188     </type>
30189   </test>
30190   <test name="test-230.cs">
30191     <type name="TestClass">
30192       <method name="Void .ctor()">
30193         <size>7</size>
30194       </method>
30195       <method name="Int32 Main()">
30196         <size>56</size>
30197       </method>
30198     </type>
30199   </test>
30200   <test name="test-231.cs">
30201     <type name="T">
30202       <method name="Void .ctor()">
30203         <size>7</size>
30204       </method>
30205       <method name="Void .cctor()">
30206         <size>1</size>
30207       </method>
30208       <method name="Int32 Main()">
30209         <size>44</size>
30210       </method>
30211       <method name="Void Foo()">
30212         <size>23</size>
30213       </method>
30214     </type>
30215   </test>
30216   <test name="test-232.cs">
30217     <type name="CtorInfoTest">
30218       <method name="Void .ctor()">
30219         <size>7</size>
30220       </method>
30221       <method name="Void Main(System.String[])">
30222         <size>977</size>
30223       </method>
30224       <method name="Void Assert(System.Object, System.Object)">
30225         <size>38</size>
30226       </method>
30227     </type>
30228     <type name="&lt;PrivateImplementationDetails&gt;">
30229       <method name="Void .ctor()">
30230         <size>7</size>
30231       </method>
30232     </type>
30233   </test>
30234   <test name="test-233.cs">
30235     <type name="Tests">
30236       <method name="Void .ctor()">
30237         <size>7</size>
30238       </method>
30239       <method name="Int32 Main()">
30240         <size>16</size>
30241       </method>
30242       <method name="Int32 test_0_beq()">
30243         <size>29</size>
30244       </method>
30245       <method name="Int32 test_0_bne_un()">
30246         <size>29</size>
30247       </method>
30248       <method name="Int32 test_0_conv_r8()">
30249         <size>29</size>
30250       </method>
30251       <method name="Int32 test_0_conv_i()">
30252         <size>76</size>
30253       </method>
30254       <method name="Int32 test_5_conv_r4()">
30255         <size>8</size>
30256       </method>
30257       <method name="Int32 test_5_double_conv_r4()">
30258         <size>16</size>
30259       </method>
30260       <method name="Int32 test_5_float_conv_r8()">
30261         <size>12</size>
30262       </method>
30263       <method name="Int32 test_5_conv_r8()">
30264         <size>8</size>
30265       </method>
30266       <method name="Int32 test_5_add()">
30267         <size>25</size>
30268       </method>
30269       <method name="Int32 test_5_sub()">
30270         <size>25</size>
30271       </method>
30272       <method name="Int32 test_24_mul()">
30273         <size>25</size>
30274       </method>
30275       <method name="Int32 test_4_div()">
30276         <size>25</size>
30277       </method>
30278       <method name="Int32 test_2_rem()">
30279         <size>25</size>
30280       </method>
30281       <method name="Int32 test_2_neg()">
30282         <size>14</size>
30283       </method>
30284       <method name="Int32 test_46_float_add_spill()">
30285         <size>129</size>
30286       </method>
30287       <method name="Int32 test_362880_float_mul_spill()">
30288         <size>129</size>
30289       </method>
30290       <method name="Int32 test_4_long_cast()">
30291         <size>29</size>
30292       </method>
30293       <method name="Int32 test_16_float_cmp()">
30294         <size>317</size>
30295       </method>
30296       <method name="Int32 test_15_float_cmp_un()">
30297         <size>297</size>
30298       </method>
30299       <method name="Int32 test_15_float_branch()">
30300         <size>219</size>
30301       </method>
30302       <method name="Int32 test_15_float_branch_un()">
30303         <size>219</size>
30304       </method>
30305     </type>
30306     <type name="TestDriver">
30307       <method name="Void .ctor()">
30308         <size>7</size>
30309       </method>
30310       <method name="Int32 RunTests(System.Type, System.String[])">
30311         <size>571</size>
30312       </method>
30313       <method name="Int32 RunTests(System.Type)">
30314         <size>8</size>
30315       </method>
30316     </type>
30317   </test>
30318   <test name="test-234.cs">
30319     <type name="T">
30320       <method name="Void .ctor()">
30321         <size>7</size>
30322       </method>
30323       <method name="Void Main()">
30324         <size>701</size>
30325       </method>
30326     </type>
30327   </test>
30328   <test name="test-235.cs">
30329     <type name="T">
30330       <method name="Void .ctor()">
30331         <size>7</size>
30332       </method>
30333       <method name="Void Foo(T, T)">
30334         <size>1</size>
30335       </method>
30336       <method name="Void Foo(System.Object[])">
30337         <size>1</size>
30338       </method>
30339       <method name="Int32 Main()">
30340         <size>13</size>
30341       </method>
30342     </type>
30343   </test>
30344   <test name="test-236.cs">
30345     <type name="Tests.Test">
30346       <method name="Void .ctor()">
30347         <size>7</size>
30348       </method>
30349       <method name="Void Main()">
30350         <size>42</size>
30351       </method>
30352       <method name="System.Object Tests.IIndexer.get_Item(Int32)">
30353         <size>9</size>
30354       </method>
30355       <method name="Void Tests.IIndexer.set_Item(Int32, System.Object)">
30356         <size>10</size>
30357       </method>
30358     </type>
30359   </test>
30360   <test name="test-237.cs">
30361     <type name="Params">
30362       <method name="Void .ctor()">
30363         <size>7</size>
30364       </method>
30365       <method name="Void .cctor()">
30366         <size>96</size>
30367       </method>
30368       <method name="Void foo(System.String, System.Object[])">
30369         <size>132</size>
30370       </method>
30371       <method name="Void Main()">
30372         <size>45</size>
30373       </method>
30374     </type>
30375     <type name="Params+FOO">
30376       <method name="Void .ctor(Object, IntPtr)">
30377         <size>0</size>
30378       </method>
30379       <method name="Void Invoke(System.String, System.Object[])">
30380         <size>0</size>
30381       </method>
30382       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
30383         <size>0</size>
30384       </method>
30385       <method name="Void EndInvoke(IAsyncResult)">
30386         <size>0</size>
30387       </method>
30388     </type>
30389   </test>
30390   <test name="test-238.cs">
30391     <type name="TestClass">
30392       <method name="Void .ctor()">
30393         <size>7</size>
30394       </method>
30395       <method name="Void ConditionalMethod()">
30396         <size>7</size>
30397       </method>
30398       <method name="Int32 Main()">
30399         <size>12</size>
30400       </method>
30401     </type>
30402   </test>
30403   <test name="test-239.cs">
30404     <type name="BaseClass">
30405       <method name="Void .ctor()">
30406         <size>7</size>
30407       </method>
30408       <method name="Void ConditionalMethod()">
30409         <size>7</size>
30410       </method>
30411     </type>
30412     <type name="TestClass">
30413       <method name="Void .ctor()">
30414         <size>7</size>
30415       </method>
30416       <method name="Void ConditionalMethod()">
30417         <size>1</size>
30418       </method>
30419     </type>
30420     <type name="MainClass">
30421       <method name="Void .ctor()">
30422         <size>7</size>
30423       </method>
30424       <method name="Int32 Main()">
30425         <size>18</size>
30426       </method>
30427     </type>
30428   </test>
30429   <test name="test-24.cs">
30430     <type name="X">
30431       <method name="Void .ctor()">
30432         <size>7</size>
30433       </method>
30434       <method name="System.String get_S()">
30435         <size>6</size>
30436       </method>
30437       <method name="Void set_S(System.String)">
30438         <size>7</size>
30439       </method>
30440       <method name="Int32 Main()">
30441         <size>92</size>
30442       </method>
30443     </type>
30444   </test>
30445   <test name="test-240.cs">
30446     <type name="TestClass">
30447       <method name="Void .ctor()">
30448         <size>7</size>
30449       </method>
30450       <method name="Void .cctor()">
30451         <size>7</size>
30452       </method>
30453       <method name="Void ConditionalMethod()">
30454         <size>17</size>
30455       </method>
30456       <method name="Int32 Main()">
30457         <size>11</size>
30458       </method>
30459     </type>
30460   </test>
30461   <test name="test-241.cs">
30462     <type name="Foo">
30463       <method name="Void .ctor()">
30464         <size>7</size>
30465       </method>
30466       <method name="Int32 get_SomeProperty()">
30467         <size>3</size>
30468       </method>
30469       <method name="Int32 M()">
30470         <size>3</size>
30471       </method>
30472       <method name="Void Main()">
30473         <size>1</size>
30474       </method>
30475     </type>
30476     <type name="Foo+FooPrivate">
30477       <method name="Void .ctor(Foo)">
30478         <size>14</size>
30479       </method>
30480       <method name="Int32 get_SomeProperty()">
30481         <size>24</size>
30482       </method>
30483     </type>
30484   </test>
30485   <test name="test-242.cs">
30486     <type name="BaseClass">
30487       <method name="Void .ctor()">
30488         <size>14</size>
30489       </method>
30490     </type>
30491     <type name="Derived">
30492       <method name="Void .ctor()">
30493         <size>7</size>
30494       </method>
30495       <method name="Int32 get_Location()">
30496         <size>3</size>
30497       </method>
30498       <method name="Void Main()">
30499         <size>1</size>
30500       </method>
30501     </type>
30502   </test>
30503   <test name="test-243.cs">
30504     <type name="X">
30505       <method name="Void .ctor()">
30506         <size>7</size>
30507       </method>
30508       <method name="Boolean Resolve(System.String)">
30509         <size>2</size>
30510       </method>
30511       <method name="System.String Test()">
30512         <size>2</size>
30513       </method>
30514       <method name="Void Main()">
30515         <size>8</size>
30516       </method>
30517     </type>
30518   </test>
30519   <test name="test-244.cs">
30520     <type name="Foo">
30521       <method name="Void .ctor()">
30522         <size>7</size>
30523       </method>
30524       <method name="Void .cctor()">
30525         <size>1</size>
30526       </method>
30527       <method name="Int32 Main()">
30528         <size>136</size>
30529       </method>
30530       <method name="MyBool get_t()">
30531         <size>29</size>
30532       </method>
30533       <method name="MyBool get_f()">
30534         <size>29</size>
30535       </method>
30536     </type>
30537     <type name="MyBool">
30538       <method name="Void .ctor(Boolean)">
30539         <size>8</size>
30540       </method>
30541       <method name="System.String ToString()">
30542         <size>12</size>
30543       </method>
30544       <method name="MyBool op_BitwiseAnd(MyBool, MyBool)">
30545         <size>21</size>
30546       </method>
30547       <method name="MyBool op_BitwiseOr(MyBool, MyBool)">
30548         <size>21</size>
30549       </method>
30550       <method name="Boolean op_True(MyBool)">
30551         <size>8</size>
30552       </method>
30553       <method name="Boolean op_False(MyBool)">
30554         <size>11</size>
30555       </method>
30556     </type>
30557   </test>
30558   <test name="test-245.cs">
30559     <type name="Class2">
30560       <method name="Void .ctor()">
30561         <size>7</size>
30562       </method>
30563       <method name="System.String get_def_kind()">
30564         <size>12</size>
30565       </method>
30566       <method name="Void Main()">
30567         <size>1</size>
30568       </method>
30569     </type>
30570   </test>
30571   <test name="test-246.cs">
30572     <type name="B">
30573       <method name="Void .ctor()">
30574         <size>7</size>
30575       </method>
30576       <method name="Void Main()">
30577         <size>38</size>
30578       </method>
30579     </type>
30580     <type name="Blah">
30581       <method name="Void Dispose()">
30582         <size>11</size>
30583       </method>
30584     </type>
30585   </test>
30586   <test name="test-247.cs">
30587     <type name="B">
30588       <method name="Void .ctor()">
30589         <size>7</size>
30590       </method>
30591       <method name="Void Main()">
30592         <size>71</size>
30593       </method>
30594     </type>
30595     <type name="Blah">
30596       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
30597         <size>11</size>
30598       </method>
30599     </type>
30600   </test>
30601   <test name="test-248.cs">
30602     <type name="T">
30603       <method name="Void .ctor()">
30604         <size>7</size>
30605       </method>
30606       <method name="Foo GetFoo()">
30607         <size>10</size>
30608       </method>
30609       <method name="Void Main()">
30610         <size>26</size>
30611       </method>
30612     </type>
30613   </test>
30614   <test name="test-249.cs">
30615     <type name="X">
30616       <method name="Void .ctor()">
30617         <size>7</size>
30618       </method>
30619       <method name="Void Main()">
30620         <size>1</size>
30621       </method>
30622     </type>
30623   </test>
30624   <test name="test-25.cs">
30625     <type name="X">
30626       <method name="Void .ctor()">
30627         <size>7</size>
30628       </method>
30629       <method name="Int32 Main()">
30630         <size>214</size>
30631       </method>
30632     </type>
30633   </test>
30634   <test name="test-250.cs">
30635     <type name="Test.foo3">
30636       <method name="Void .ctor()">
30637         <size>7</size>
30638       </method>
30639     </type>
30640     <type name="Test.Tests">
30641       <method name="Void .ctor()">
30642         <size>7</size>
30643       </method>
30644       <method name="Void Main()">
30645         <size>1</size>
30646       </method>
30647     </type>
30648   </test>
30649   <test name="test-251.cs">
30650     <type name="X">
30651       <method name="Void .ctor()">
30652         <size>7</size>
30653       </method>
30654       <method name="Void Main()">
30655         <size>1</size>
30656       </method>
30657     </type>
30658   </test>
30659   <test name="test-252.cs">
30660     <type name="A">
30661       <method name="Void .ctor()">
30662         <size>7</size>
30663       </method>
30664       <method name="Void add_Bar(Foo)">
30665         <size>24</size>
30666       </method>
30667       <method name="Void remove_Bar(Foo)">
30668         <size>24</size>
30669       </method>
30670       <method name="Void m1()">
30671         <size>1</size>
30672       </method>
30673       <method name="Int32 Main()">
30674         <size>93</size>
30675       </method>
30676     </type>
30677     <type name="Foo">
30678       <method name="Void .ctor(Object, IntPtr)">
30679         <size>0</size>
30680       </method>
30681       <method name="Void Invoke()">
30682         <size>0</size>
30683       </method>
30684       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
30685         <size>0</size>
30686       </method>
30687       <method name="Void EndInvoke(IAsyncResult)">
30688         <size>0</size>
30689       </method>
30690     </type>
30691   </test>
30692   <test name="test-253.cs">
30693     <type name="AccessibleAttribute">
30694       <method name="Void .ctor()">
30695         <size>7</size>
30696       </method>
30697     </type>
30698     <type name="MyClass">
30699       <method name="Void .ctor()">
30700         <size>7</size>
30701       </method>
30702     </type>
30703     <type name="Test">
30704       <method name="Void .ctor()">
30705         <size>7</size>
30706       </method>
30707       <method name="Int32 Main()">
30708         <size>66</size>
30709       </method>
30710     </type>
30711   </test>
30712   <test name="test-254.cs">
30713     <type name="TestAttribute">
30714       <method name="Void .ctor()">
30715         <size>7</size>
30716       </method>
30717     </type>
30718     <type name="Test_1">
30719       <method name="Void .ctor()">
30720         <size>7</size>
30721       </method>
30722       <method name="Void Test(Int32)">
30723         <size>1</size>
30724       </method>
30725     </type>
30726     <type name="Test_2">
30727       <method name="Void .ctor()">
30728         <size>7</size>
30729       </method>
30730       <method name="Int32 get_Test()">
30731         <size>2</size>
30732       </method>
30733       <method name="Void set_Test(Int32)">
30734         <size>1</size>
30735       </method>
30736       <method name="Void set_Test2(Boolean)">
30737         <size>1</size>
30738       </method>
30739     </type>
30740     <type name="Test_3">
30741       <method name="Void .ctor()">
30742         <size>7</size>
30743       </method>
30744       <method name="Void add_e_1(test_delegate)">
30745         <size>24</size>
30746       </method>
30747       <method name="Void remove_e_1(test_delegate)">
30748         <size>24</size>
30749       </method>
30750       <method name="Void add_e_2(test_delegate)">
30751         <size>24</size>
30752       </method>
30753       <method name="Void remove_e_2(test_delegate)">
30754         <size>24</size>
30755       </method>
30756     </type>
30757     <type name="Test_4">
30758       <method name="Void .ctor()">
30759         <size>7</size>
30760       </method>
30761       <method name="Void add_e_1(test_delegate)">
30762         <size>1</size>
30763       </method>
30764       <method name="Void remove_e_1(test_delegate)">
30765         <size>1</size>
30766       </method>
30767       <method name="Void add_e_2(test_delegate)">
30768         <size>1</size>
30769       </method>
30770       <method name="Void remove_e_2(test_delegate)">
30771         <size>1</size>
30772       </method>
30773       <method name="Void add_e_3(test_delegate)">
30774         <size>1</size>
30775       </method>
30776       <method name="Void remove_e_3(test_delegate)">
30777         <size>1</size>
30778       </method>
30779     </type>
30780     <type name="ClassMain">
30781       <method name="Void .ctor()">
30782         <size>7</size>
30783       </method>
30784       <method name="Void .cctor()">
30785         <size>1</size>
30786       </method>
30787       <method name="Void Assert(System.Object[], Boolean, Int32)">
30788         <size>65</size>
30789       </method>
30790       <method name="Int32 Main()">
30791         <size>1159</size>
30792       </method>
30793     </type>
30794     <type name="test_delegate">
30795       <method name="Void .ctor(Object, IntPtr)">
30796         <size>0</size>
30797       </method>
30798       <method name="System.Delegate Invoke(Int32)">
30799         <size>0</size>
30800       </method>
30801       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
30802         <size>0</size>
30803       </method>
30804       <method name="System.Delegate EndInvoke(IAsyncResult)">
30805         <size>0</size>
30806       </method>
30807     </type>
30808   </test>
30809   <test name="test-255.cs">
30810     <type name="TestAttribute">
30811       <method name="Void .ctor()">
30812         <size>7</size>
30813       </method>
30814     </type>
30815     <type name="C">
30816       <method name="Void .ctor()">
30817         <size>7</size>
30818       </method>
30819       <method name="Void Method()">
30820         <size>1</size>
30821       </method>
30822       <method name="Void Main()">
30823         <size>1</size>
30824       </method>
30825     </type>
30826   </test>
30827   <test name="test-256.cs">
30828     <type name="TableColumn">
30829       <method name="Void .ctor()">
30830         <size>7</size>
30831       </method>
30832       <method name="System.Object get_MagicValue()">
30833         <size>2</size>
30834       </method>
30835       <method name="Void set_MagicValue(System.Object)">
30836         <size>1</size>
30837       </method>
30838     </type>
30839     <type name="Bug">
30840       <method name="Void .ctor()">
30841         <size>7</size>
30842       </method>
30843       <method name="Int32 get_TInt()">
30844         <size>2</size>
30845       </method>
30846       <method name="Void Main()">
30847         <size>1</size>
30848       </method>
30849     </type>
30850   </test>
30851   <test name="test-257.cs">
30852     <type name="X">
30853       <method name="Void Main()">
30854         <size>8</size>
30855       </method>
30856       <method name="Void call(Int32 ByRef)">
30857         <size>25</size>
30858       </method>
30859       <method name="Void .ctor()">
30860         <size>7</size>
30861       </method>
30862     </type>
30863   </test>
30864   <test name="test-258.cs">
30865     <type name="MyTest.Test">
30866       <method name="Void .ctor()">
30867         <size>7</size>
30868       </method>
30869     </type>
30870     <type name="MyTest.Test2">
30871       <method name="Void .ctor()">
30872         <size>7</size>
30873       </method>
30874       <method name="Void MyTest.Test.Inner.Foo()">
30875         <size>1</size>
30876       </method>
30877       <method name="Void Main()">
30878         <size>1</size>
30879       </method>
30880     </type>
30881   </test>
30882   <test name="test-259.cs">
30883     <type name="Testing">
30884       <method name="Void .ctor()">
30885         <size>7</size>
30886       </method>
30887       <method name="Void Main()">
30888         <size>1</size>
30889       </method>
30890     </type>
30891   </test>
30892   <test name="test-26.cs">
30893     <type name="Blah">
30894       <method name="Void .ctor()">
30895         <size>7</size>
30896       </method>
30897       <method name="Int32 Foo(Int32, Int32)">
30898         <size>4</size>
30899       </method>
30900       <method name="Int32 Test1()">
30901         <size>114</size>
30902       </method>
30903       <method name="Int32 Adder(System.Int32[])">
30904         <size>34</size>
30905       </method>
30906       <method name="Int32 Test2()">
30907         <size>46</size>
30908       </method>
30909       <method name="Int32 Main()">
30910         <size>40</size>
30911       </method>
30912     </type>
30913     <type name="Blah+MyDelegate">
30914       <method name="Void .ctor(Object, IntPtr)">
30915         <size>0</size>
30916       </method>
30917       <method name="Int32 Invoke(Int32, Int32)">
30918         <size>0</size>
30919       </method>
30920       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
30921         <size>0</size>
30922       </method>
30923       <method name="Int32 EndInvoke(IAsyncResult)">
30924         <size>0</size>
30925       </method>
30926     </type>
30927     <type name="Blah+List">
30928       <method name="Void .ctor(Object, IntPtr)">
30929         <size>0</size>
30930       </method>
30931       <method name="Int32 Invoke(System.Int32[])">
30932         <size>0</size>
30933       </method>
30934       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
30935         <size>0</size>
30936       </method>
30937       <method name="Int32 EndInvoke(IAsyncResult)">
30938         <size>0</size>
30939       </method>
30940     </type>
30941     <type name="&lt;PrivateImplementationDetails&gt;">
30942       <method name="Void .ctor()">
30943         <size>7</size>
30944       </method>
30945     </type>
30946   </test>
30947   <test name="test-260.cs">
30948     <type name="x.Test">
30949       <method name="Void .ctor()">
30950         <size>7</size>
30951       </method>
30952     </type>
30953     <type name="y.Test">
30954       <method name="Void .ctor()">
30955         <size>7</size>
30956       </method>
30957     </type>
30958     <type name="b.a">
30959       <method name="Void .ctor()">
30960         <size>7</size>
30961       </method>
30962       <method name="Void Main()">
30963         <size>7</size>
30964       </method>
30965     </type>
30966   </test>
30967   <test name="test-261.cs">
30968     <type name="T">
30969       <method name="Void .ctor()">
30970         <size>7</size>
30971       </method>
30972       <method name="T get_Me()">
30973         <size>16</size>
30974       </method>
30975       <method name="T GetMe()">
30976         <size>16</size>
30977       </method>
30978       <method name="Int32 Test(T)">
30979         <size>106</size>
30980       </method>
30981       <method name="Int32 Main()">
30982         <size>31</size>
30983       </method>
30984     </type>
30985   </test>
30986   <test name="test-262.cs">
30987     <type name="n1.Attribute">
30988       <method name="Void .ctor()">
30989         <size>7</size>
30990       </method>
30991     </type>
30992     <type name="n3.A">
30993       <method name="Void .ctor()">
30994         <size>7</size>
30995       </method>
30996       <method name="Void Attribute()">
30997         <size>1</size>
30998       </method>
30999       <method name="Void X()">
31000         <size>7</size>
31001       </method>
31002       <method name="Void Main()">
31003         <size>11</size>
31004       </method>
31005     </type>
31006   </test>
31007   <test name="test-263.cs">
31008     <type name="Test">
31009       <method name="Void .ctor()">
31010         <size>7</size>
31011       </method>
31012       <method name="System.String GetString(System.Byte[])">
31013         <size>19</size>
31014       </method>
31015       <method name="Void Main()">
31016         <size>1</size>
31017       </method>
31018     </type>
31019   </test>
31020   <test name="test-264.cs">
31021     <type name="Proef">
31022       <method name="Void .ctor()">
31023         <size>7</size>
31024       </method>
31025       <method name="Void add_OnDoSomething(System.EventHandler)">
31026         <size>24</size>
31027       </method>
31028       <method name="Void remove_OnDoSomething(System.EventHandler)">
31029         <size>24</size>
31030       </method>
31031       <method name="Void Temp(System.Object, System.EventArgs)">
31032         <size>1</size>
31033       </method>
31034       <method name="Void Main()">
31035         <size>25</size>
31036       </method>
31037     </type>
31038   </test>
31039   <test name="test-265.cs">
31040     <type name="ClassFormatError">
31041       <method name="Void .ctor(String, Object[])">
31042         <size>7</size>
31043       </method>
31044       <method name="Void Main()">
31045         <size>1</size>
31046       </method>
31047     </type>
31048     <type name="UnsupportedClassVersionError">
31049       <method name="Void .ctor(String)">
31050         <size>14</size>
31051       </method>
31052     </type>
31053   </test>
31054   <test name="test-266.cs">
31055     <type name="T">
31056       <method name="Void .ctor()">
31057         <size>7</size>
31058       </method>
31059       <method name="Int32 Main()">
31060         <size>25</size>
31061       </method>
31062     </type>
31063   </test>
31064   <test name="test-267.cs">
31065     <type name="X">
31066       <method name="Void .ctor()">
31067         <size>7</size>
31068       </method>
31069       <method name="System.String Text()">
31070         <size>6</size>
31071       </method>
31072       <method name="Int32 Main()">
31073         <size>12</size>
31074       </method>
31075     </type>
31076   </test>
31077   <test name="test-268.cs">
31078     <type name="X">
31079       <method name="Void .ctor()">
31080         <size>7</size>
31081       </method>
31082       <method name="Int32 Main()">
31083         <size>26</size>
31084       </method>
31085     </type>
31086     <type name="X+Nested">
31087       <method name="Void .ctor()">
31088         <size>7</size>
31089       </method>
31090       <method name="MyEnum D()">
31091         <size>2</size>
31092       </method>
31093     </type>
31094   </test>
31095   <test name="test-269.cs">
31096     <type name="Class1">
31097       <method name="Void .ctor()">
31098         <size>7</size>
31099       </method>
31100       <method name="Int32 Main(System.String[])">
31101         <size>361</size>
31102       </method>
31103       <method name="Int32 AddABunchOfInts(...)">
31104         <size>63</size>
31105       </method>
31106       <method name="Int32 AddASecondBunchOfInts(Int32, ...)">
31107         <size>63</size>
31108       </method>
31109       <method name="Result VtAddABunchOfInts(...)">
31110         <size>68</size>
31111       </method>
31112       <method name="Result VtAddASecondBunchOfInts(Int32, ...)">
31113         <size>68</size>
31114       </method>
31115       <method name="Int32 InstAddABunchOfInts(...)">
31116         <size>63</size>
31117       </method>
31118       <method name="Int32 InstAddASecondBunchOfInts(Int32, ...)">
31119         <size>63</size>
31120       </method>
31121       <method name="Result InstVtAddABunchOfInts(...)">
31122         <size>68</size>
31123       </method>
31124       <method name="Result InstVtAddASecondBunchOfInts(Int32, ...)">
31125         <size>68</size>
31126       </method>
31127     </type>
31128     <type name="Result">
31129       <method name="Void .ctor(Int32)">
31130         <size>24</size>
31131       </method>
31132     </type>
31133   </test>
31134   <test name="test-27.cs">
31135     <type name="Foo">
31136       <method name="Void .ctor()">
31137         <size>7</size>
31138       </method>
31139       <method name="Boolean MyMethod(Int32)">
31140         <size>12</size>
31141       </method>
31142       <method name="Int32 AnotherMethod(Int32)">
31143         <size>5</size>
31144       </method>
31145     </type>
31146     <type name="Blah">
31147       <method name="Void .ctor()">
31148         <size>7</size>
31149       </method>
31150       <method name="Void Bar(Int32, Int32)">
31151         <size>9</size>
31152       </method>
31153       <method name="Int32 Main()">
31154         <size>139</size>
31155       </method>
31156     </type>
31157     <type name="Blah+MyDelegate">
31158       <method name="Void .ctor(Object, IntPtr)">
31159         <size>0</size>
31160       </method>
31161       <method name="Void Invoke(Int32, Int32)">
31162         <size>0</size>
31163       </method>
31164       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
31165         <size>0</size>
31166       </method>
31167       <method name="Void EndInvoke(IAsyncResult)">
31168         <size>0</size>
31169       </method>
31170     </type>
31171   </test>
31172   <test name="test-270.cs">
31173     <type name="X">
31174       <method name="Void .ctor()">
31175         <size>7</size>
31176       </method>
31177       <method name="Int32 Test(System.String, System.Object[])">
31178         <size>2</size>
31179       </method>
31180       <method name="Int32 Main()">
31181         <size>75</size>
31182       </method>
31183       <method name="Int32 Test(System.String, ...)">
31184         <size>2</size>
31185       </method>
31186     </type>
31187   </test>
31188   <test name="test-271.cs">
31189     <type name="T">
31190       <method name="Void .ctor()">
31191         <size>7</size>
31192       </method>
31193       <method name="C X()">
31194         <size>10</size>
31195       </method>
31196       <method name="Void Main()">
31197         <size>63</size>
31198       </method>
31199     </type>
31200     <type name="T+C">
31201       <method name="IEnumerator GetEnumerator()">
31202         <size>11</size>
31203       </method>
31204     </type>
31205   </test>
31206   <test name="test-272.cs">
31207     <type name="BazAttribute">
31208       <method name="Void .ctor()">
31209         <size>7</size>
31210       </method>
31211       <method name="Void .ctor(Foo)">
31212         <size>7</size>
31213       </method>
31214       <method name="Void set_foo3(Foo)">
31215         <size>1</size>
31216       </method>
31217       <method name="Foo get_foo3()">
31218         <size>2</size>
31219       </method>
31220     </type>
31221     <type name="Test">
31222       <method name="Void .ctor()">
31223         <size>7</size>
31224       </method>
31225       <method name="Void f0()">
31226         <size>1</size>
31227       </method>
31228       <method name="Void f1()">
31229         <size>1</size>
31230       </method>
31231       <method name="Void f2()">
31232         <size>1</size>
31233       </method>
31234       <method name="Void f3()">
31235         <size>1</size>
31236       </method>
31237       <method name="Void Main()">
31238         <size>1</size>
31239       </method>
31240     </type>
31241   </test>
31242   <test name="test-273.cs">
31243     <type name="FooAttribute">
31244       <method name="Void .ctor()">
31245         <size>7</size>
31246       </method>
31247     </type>
31248     <type name="Tests">
31249       <method name="Void .ctor()">
31250         <size>7</size>
31251       </method>
31252       <method name="Void Main()">
31253         <size>36</size>
31254       </method>
31255     </type>
31256   </test>
31257   <test name="test-274.cs">
31258     <type name="MyClass">
31259       <method name="Void .ctor(String[])">
31260         <size>7</size>
31261       </method>
31262     </type>
31263     <type name="ChildClass">
31264       <method name="Void .ctor()">
31265         <size>13</size>
31266       </method>
31267     </type>
31268     <type name="M">
31269       <method name="Void .ctor()">
31270         <size>7</size>
31271       </method>
31272       <method name="Void Main()">
31273         <size>1</size>
31274       </method>
31275     </type>
31276   </test>
31277   <test name="test-275.cs">
31278     <type name="Test">
31279       <method name="Void .ctor()">
31280         <size>7</size>
31281       </method>
31282       <method name="Void add_MyEvent(DelType)">
31283         <size>24</size>
31284       </method>
31285       <method name="Void remove_MyEvent(DelType)">
31286         <size>24</size>
31287       </method>
31288       <method name="Int32 Main()">
31289         <size>176</size>
31290       </method>
31291     </type>
31292     <type name="DelType">
31293       <method name="Void .ctor(Object, IntPtr)">
31294         <size>0</size>
31295       </method>
31296       <method name="Void Invoke()">
31297         <size>0</size>
31298       </method>
31299       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
31300         <size>0</size>
31301       </method>
31302       <method name="Void EndInvoke(IAsyncResult)">
31303         <size>0</size>
31304       </method>
31305     </type>
31306     <type name="S">
31307       <method name="Void add_MyEvent(DelType)">
31308         <size>24</size>
31309       </method>
31310       <method name="Void remove_MyEvent(DelType)">
31311         <size>24</size>
31312       </method>
31313     </type>
31314   </test>
31315   <test name="test-276.cs">
31316     <type name="EventTestClass">
31317       <method name="Void .ctor()">
31318         <size>7</size>
31319       </method>
31320       <method name="Void add_Elapsed(System.EventHandler)">
31321         <size>24</size>
31322       </method>
31323       <method name="Void remove_Elapsed(System.EventHandler)">
31324         <size>24</size>
31325       </method>
31326     </type>
31327     <type name="EntryPoint">
31328       <method name="Void .ctor()">
31329         <size>7</size>
31330       </method>
31331       <method name="Boolean test(System.Type)">
31332         <size>17</size>
31333       </method>
31334       <method name="Int32 Main()">
31335         <size>48</size>
31336       </method>
31337     </type>
31338   </test>
31339   <test name="test-277.cs">
31340     <type name="T">
31341       <method name="Void .ctor()">
31342         <size>7</size>
31343       </method>
31344       <method name="Int32 Main()">
31345         <size>7</size>
31346       </method>
31347       <method name="Int32 X(Byte)">
31348         <size>2</size>
31349       </method>
31350       <method name="Int32 X(Int16)">
31351         <size>2</size>
31352       </method>
31353     </type>
31354   </test>
31355   <test name="test-278.cs">
31356     <type name="X">
31357       <method name="Void .ctor()">
31358         <size>7</size>
31359       </method>
31360       <method name="Int32 Main()">
31361         <size>73</size>
31362       </method>
31363     </type>
31364     <type name="Rect">
31365       <method name="Int32 get_X()">
31366         <size>7</size>
31367       </method>
31368       <method name="Void set_X(Int32)">
31369         <size>8</size>
31370       </method>
31371     </type>
31372   </test>
31373   <test name="test-279.cs">
31374     <type name="FlagsAttributeDemo">
31375       <method name="Void .ctor()">
31376         <size>7</size>
31377       </method>
31378       <method name="Int32 Main()">
31379         <size>38</size>
31380       </method>
31381     </type>
31382   </test>
31383   <test name="test-28.cs">
31384     <type name="A">
31385       <method name="Void .ctor()">
31386         <size>7</size>
31387       </method>
31388       <method name="Int32 get_Item(Int32)">
31389         <size>0</size>
31390       </method>
31391       <method name="Int32 EmulateIndexer(Int32)">
31392         <size>8</size>
31393       </method>
31394     </type>
31395     <type name="B">
31396       <method name="Void .ctor()">
31397         <size>7</size>
31398       </method>
31399       <method name="Int32 get_Item(Int32)">
31400         <size>2</size>
31401       </method>
31402       <method name="Int32 M()">
31403         <size>8</size>
31404       </method>
31405     </type>
31406     <type name="X">
31407       <method name="Void .ctor()">
31408         <size>7</size>
31409       </method>
31410       <method name="Int32 get_Item(Int32)">
31411         <size>20</size>
31412       </method>
31413       <method name="Void set_Item(Int32, Int32)">
31414         <size>26</size>
31415       </method>
31416       <method name="Int32 Main()">
31417         <size>122</size>
31418       </method>
31419     </type>
31420   </test>
31421   <test name="test-280.cs">
31422     <type name="AppFramework.Util.Logic">
31423       <method name="Void .ctor()">
31424         <size>7</size>
31425       </method>
31426       <method name="Void Main()">
31427         <size>1</size>
31428       </method>
31429       <method name="Boolean EnumInSet(System.Enum, System.Enum[])">
31430         <size>37</size>
31431       </method>
31432     </type>
31433   </test>
31434   <test name="test-281.cs">
31435     <type name="Foo.Hello">
31436       <method name="Void .ctor()">
31437         <size>7</size>
31438       </method>
31439       <method name="Void .cctor()">
31440         <size>7</size>
31441       </method>
31442     </type>
31443     <type name="Bar.Hello">
31444       <method name="Void .ctor()">
31445         <size>7</size>
31446       </method>
31447       <method name="Void .cctor()">
31448         <size>8</size>
31449       </method>
31450     </type>
31451     <type name="Test.Test1">
31452       <method name="Void .ctor()">
31453         <size>7</size>
31454       </method>
31455       <method name="Int32 World()">
31456         <size>6</size>
31457       </method>
31458     </type>
31459     <type name="Test.Test2">
31460       <method name="Void .ctor()">
31461         <size>7</size>
31462       </method>
31463       <method name="Int32 World()">
31464         <size>6</size>
31465       </method>
31466     </type>
31467     <type name="X">
31468       <method name="Void .ctor()">
31469         <size>7</size>
31470       </method>
31471       <method name="Int32 Main()">
31472         <size>29</size>
31473       </method>
31474     </type>
31475   </test>
31476   <test name="test-282.cs">
31477     <type name="X">
31478       <method name="Void .ctor()">
31479         <size>7</size>
31480       </method>
31481       <method name="System.Object Add(integer, System.Object)">
31482         <size>70</size>
31483       </method>
31484       <method name="Int32 Main()">
31485         <size>68</size>
31486       </method>
31487     </type>
31488     <type name="integer">
31489       <method name="Void .ctor(Int32)">
31490         <size>8</size>
31491       </method>
31492       <method name="integer op_Implicit(Int32)">
31493         <size>7</size>
31494       </method>
31495       <method name="Double op_Implicit(integer)">
31496         <size>13</size>
31497       </method>
31498       <method name="integer op_Addition(integer, integer)">
31499         <size>21</size>
31500       </method>
31501     </type>
31502   </test>
31503   <test name="test-283.cs">
31504     <type name="X">
31505       <method name="Void .ctor()">
31506         <size>7</size>
31507       </method>
31508       <method name="Int32 Foo()">
31509         <size>2</size>
31510       </method>
31511     </type>
31512     <type name="Y">
31513       <method name="Void .ctor()">
31514         <size>7</size>
31515       </method>
31516       <method name="Y+D GetIt()">
31517         <size>13</size>
31518       </method>
31519       <method name="Y+D GetIt2()">
31520         <size>13</size>
31521       </method>
31522       <method name="Int32 Foo()">
31523         <size>2</size>
31524       </method>
31525       <method name="Int32 Main()">
31526         <size>56</size>
31527       </method>
31528     </type>
31529     <type name="Y+D">
31530       <method name="Void .ctor(Object, IntPtr)">
31531         <size>0</size>
31532       </method>
31533       <method name="Int32 Invoke()">
31534         <size>0</size>
31535       </method>
31536       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
31537         <size>0</size>
31538       </method>
31539       <method name="Int32 EndInvoke(IAsyncResult)">
31540         <size>0</size>
31541       </method>
31542     </type>
31543   </test>
31544   <test name="test-284.cs">
31545     <type name="App">
31546       <method name="Void .ctor()">
31547         <size>7</size>
31548       </method>
31549       <method name="Void Main()">
31550         <size>12</size>
31551       </method>
31552     </type>
31553   </test>
31554   <test name="test-285.cs">
31555     <type name="T">
31556       <method name="Void .ctor()">
31557         <size>7</size>
31558       </method>
31559       <method name="Int32 Main()">
31560         <size>2</size>
31561       </method>
31562     </type>
31563   </test>
31564   <test name="test-286.cs">
31565     <type name="MethodWrapper">
31566       <method name="Void .ctor()">
31567         <size>7</size>
31568       </method>
31569       <method name="Void SetDeclaredExceptions(MapXml.Throws[])">
31570         <size>57</size>
31571       </method>
31572     </type>
31573     <type name="MapXml.Throws">
31574       <method name="Void .ctor()">
31575         <size>7</size>
31576       </method>
31577       <method name="Void Main()">
31578         <size>1</size>
31579       </method>
31580     </type>
31581   </test>
31582   <test name="test-287.cs">
31583     <type name="StaticClass">
31584       <method name="System.String Name()">
31585         <size>6</size>
31586       </method>
31587     </type>
31588     <type name="MainClass">
31589       <method name="Void .ctor()">
31590         <size>7</size>
31591       </method>
31592       <method name="Int32 Main()">
31593         <size>83</size>
31594       </method>
31595     </type>
31596     <type name="StaticClass+D">
31597       <method name="Void .ctor(Object, IntPtr)">
31598         <size>0</size>
31599       </method>
31600       <method name="System.Object Invoke()">
31601         <size>0</size>
31602       </method>
31603       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
31604         <size>0</size>
31605       </method>
31606       <method name="System.Object EndInvoke(IAsyncResult)">
31607         <size>0</size>
31608       </method>
31609     </type>
31610   </test>
31611   <test name="test-288.cs">
31612     <type name="Test.BookAboutMovie">
31613       <method name="Void .ctor(String)">
31614         <size>25</size>
31615       </method>
31616       <method name="System.String GetItem(Int32)">
31617         <size>7</size>
31618       </method>
31619       <method name="System.String get_Item(Int32)">
31620         <size>7</size>
31621       </method>
31622       <method name="Int32 Main(System.String[])">
31623         <size>57</size>
31624       </method>
31625     </type>
31626   </test>
31627   <test name="test-289.cs">
31628     <type name="Test">
31629       <method name="Void .ctor()">
31630         <size>7</size>
31631       </method>
31632       <method name="Void Main()">
31633         <size>1</size>
31634       </method>
31635       <method name="Void set_Value(System.String)">
31636         <size>1</size>
31637       </method>
31638       <method name="Void set_Value()">
31639         <size>1</size>
31640       </method>
31641       <method name="Void set_Item(Int32, Int32, Boolean)">
31642         <size>1</size>
31643       </method>
31644       <method name="Void set_Item(Int32, Int32)">
31645         <size>1</size>
31646       </method>
31647       <method name="Boolean get_Item(Boolean)">
31648         <size>2</size>
31649       </method>
31650     </type>
31651   </test>
31652   <test name="test-29.cs">
31653     <type name="Base">
31654       <method name="Void .ctor()">
31655         <size>7</size>
31656       </method>
31657       <method name="Void Add(Int32)">
31658         <size>18</size>
31659       </method>
31660     </type>
31661     <type name="Derived">
31662       <method name="Void .ctor()">
31663         <size>7</size>
31664       </method>
31665       <method name="Void Add(Double)">
31666         <size>18</size>
31667       </method>
31668     </type>
31669     <type name="Demo">
31670       <method name="Void .ctor()">
31671         <size>7</size>
31672       </method>
31673       <method name="Int32 Main()">
31674         <size>51</size>
31675       </method>
31676     </type>
31677   </test>
31678   <test name="test-290.cs">
31679     <type name="EntryPoint">
31680       <method name="Void .ctor()">
31681         <size>7</size>
31682       </method>
31683       <method name="Void add_FooEvent(EntryPoint+EventHandler)">
31684         <size>22</size>
31685       </method>
31686       <method name="Void remove_FooEvent(EntryPoint+EventHandler)">
31687         <size>22</size>
31688       </method>
31689       <method name="Void bar_f(System.Object)">
31690         <size>1</size>
31691       </method>
31692       <method name="Void Main()">
31693         <size>35</size>
31694       </method>
31695     </type>
31696     <type name="EntryPoint+EventHandler">
31697       <method name="Void .ctor(Object, IntPtr)">
31698         <size>0</size>
31699       </method>
31700       <method name="Void Invoke(System.Object)">
31701         <size>0</size>
31702       </method>
31703       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
31704         <size>0</size>
31705       </method>
31706       <method name="Void EndInvoke(IAsyncResult)">
31707         <size>0</size>
31708       </method>
31709     </type>
31710   </test>
31711   <test name="test-291.cs">
31712     <type name="Test">
31713       <method name="Void .ctor()">
31714         <size>7</size>
31715       </method>
31716       <method name="Void Method()">
31717         <size>1</size>
31718       </method>
31719       <method name="Void Main()">
31720         <size>13</size>
31721       </method>
31722     </type>
31723   </test>
31724   <test name="test-292.cs">
31725     <type name="X">
31726       <method name="Void .ctor()">
31727         <size>7</size>
31728       </method>
31729       <method name="Void .cctor()">
31730         <size>1</size>
31731       </method>
31732       <method name="Void Main()">
31733         <size>19</size>
31734       </method>
31735     </type>
31736   </test>
31737   <test name="test-293.cs">
31738     <type name="A">
31739       <method name="Void .ctor()">
31740         <size>7</size>
31741       </method>
31742       <method name="System.String get_Warning()">
31743         <size>6</size>
31744       </method>
31745     </type>
31746     <type name="B">
31747       <method name="Void .ctor()">
31748         <size>7</size>
31749       </method>
31750       <method name="System.String get_Warning()">
31751         <size>6</size>
31752       </method>
31753       <method name="Void Main()">
31754         <size>1</size>
31755       </method>
31756     </type>
31757   </test>
31758   <test name="test-294.cs">
31759     <type name="ObsoleteClass">
31760       <method name="Void .ctor()">
31761         <size>7</size>
31762       </method>
31763     </type>
31764     <type name="Test">
31765       <method name="Void .ctor()">
31766         <size>13</size>
31767       </method>
31768       <method name="Void .ctor(String, Boolean)">
31769         <size>14</size>
31770       </method>
31771       <method name="System.String get_Name()">
31772         <size>7</size>
31773       </method>
31774       <method name="Void set_Name(System.String)">
31775         <size>8</size>
31776       </method>
31777     </type>
31778     <type name="DerivedTest">
31779       <method name="Void .ctor(String)">
31780         <size>16</size>
31781       </method>
31782       <method name="System.String Method()">
31783         <size>7</size>
31784       </method>
31785       <method name="Void T2()">
31786         <size>1</size>
31787       </method>
31788       <method name="Void Main()">
31789         <size>1</size>
31790       </method>
31791     </type>
31792     <type name="ObsoleteClass2">
31793       <method name="Void .ctor()">
31794         <size>7</size>
31795       </method>
31796     </type>
31797     <type name="ObsoleteClass3">
31798       <method name="Void .ctor()">
31799         <size>18</size>
31800       </method>
31801       <method name="Void .cctor()">
31802         <size>25</size>
31803       </method>
31804     </type>
31805     <type name="ObsoleteClass4">
31806       <method name="Void .ctor()">
31807         <size>7</size>
31808       </method>
31809       <method name="Void T()">
31810         <size>59</size>
31811       </method>
31812     </type>
31813   </test>
31814   <test name="test-295.cs">
31815     <type name="MyAttribute">
31816       <method name="Void .ctor(Object)">
31817         <size>14</size>
31818       </method>
31819       <method name="System.Object get_my()">
31820         <size>7</size>
31821       </method>
31822     </type>
31823     <type name="MyConstructorBuilder">
31824       <method name="Void .ctor()">
31825         <size>7</size>
31826       </method>
31827       <method name="Int32 Main()">
31828         <size>116</size>
31829       </method>
31830       <method name="System.Type MyCreateCallee(System.AppDomain)">
31831         <size>329</size>
31832       </method>
31833     </type>
31834   </test>
31835   <test name="test-296.cs">
31836     <type name="GetElementTypeTest">
31837       <method name="Void .ctor()">
31838         <size>7</size>
31839       </method>
31840       <method name="Int32 Main(System.String[])">
31841         <size>36</size>
31842       </method>
31843     </type>
31844   </test>
31845   <test name="test-297.cs">
31846     <type name="T">
31847       <method name="Void .ctor()">
31848         <size>7</size>
31849       </method>
31850       <method name="Int32 Main()">
31851         <size>326</size>
31852       </method>
31853       <method name="Void Login(System.String)">
31854         <size>1</size>
31855       </method>
31856     </type>
31857     <type name="My">
31858       <method name="Void .ctor(Object)">
31859         <size>14</size>
31860       </method>
31861     </type>
31862   </test>
31863   <test name="test-299.cs">
31864     <type name="SampleClass">
31865       <method name="Void .ctor()">
31866         <size>7</size>
31867       </method>
31868       <method name="SuperClass op_Increment(SampleClass)">
31869         <size>6</size>
31870       </method>
31871     </type>
31872     <type name="SuperClass">
31873       <method name="Void .ctor()">
31874         <size>7</size>
31875       </method>
31876       <method name="Int32 Main()">
31877         <size>2</size>
31878       </method>
31879     </type>
31880   </test>
31881   <test name="test-3.cs">
31882     <type name="TestIntOps">
31883       <method name="Void .ctor()">
31884         <size>7</size>
31885       </method>
31886       <method name="SByte sbyte_add(SByte, SByte)">
31887         <size>7</size>
31888       </method>
31889       <method name="Int16 short_add(Int16, Int16)">
31890         <size>5</size>
31891       </method>
31892       <method name="Double double_add(Double, Double)">
31893         <size>4</size>
31894       </method>
31895       <method name="Int32 int_add(Int32, Int32)">
31896         <size>4</size>
31897       </method>
31898       <method name="Int32 int_sub(Int32, Int32)">
31899         <size>4</size>
31900       </method>
31901       <method name="Int32 int_mul(Int32, Int32)">
31902         <size>4</size>
31903       </method>
31904       <method name="Int32 Main()">
31905         <size>215</size>
31906       </method>
31907     </type>
31908   </test>
31909   <test name="test-30.cs">
31910     <type name="X">
31911       <method name="Void .ctor()">
31912         <size>7</size>
31913       </method>
31914       <method name="Void IA.Draw()">
31915         <size>8</size>
31916       </method>
31917       <method name="Void IB.Draw()">
31918         <size>8</size>
31919       </method>
31920     </type>
31921     <type name="test">
31922       <method name="Void .ctor()">
31923         <size>7</size>
31924       </method>
31925       <method name="Int32 Main()">
31926         <size>192</size>
31927       </method>
31928     </type>
31929   </test>
31930   <test name="test-300.cs">
31931     <type name="A">
31932       <method name="Void .ctor()">
31933         <size>7</size>
31934       </method>
31935       <method name="Void Main()">
31936         <size>7</size>
31937       </method>
31938     </type>
31939     <type name="A+C">
31940       <method name="Void .ctor()">
31941         <size>7</size>
31942       </method>
31943     </type>
31944     <type name="A+B">
31945       <method name="Void .ctor()">
31946         <size>500</size>
31947       </method>
31948     </type>
31949     <type name="A+B+C">
31950       <method name="Void .ctor()">
31951         <size>7</size>
31952       </method>
31953     </type>
31954   </test>
31955   <test name="test-301.cs">
31956     <type name="A">
31957       <method name="Void .ctor()">
31958         <size>7</size>
31959       </method>
31960       <method name="Void Main()">
31961         <size>7</size>
31962       </method>
31963     </type>
31964     <type name="A+B">
31965       <method name="Void .ctor()">
31966         <size>226</size>
31967       </method>
31968     </type>
31969   </test>
31970   <test name="test-302.cs">
31971     <type name="A">
31972       <method name="Void .ctor()">
31973         <size>7</size>
31974       </method>
31975       <method name="Void Main()">
31976         <size>7</size>
31977       </method>
31978     </type>
31979     <type name="A+C">
31980       <method name="Void .ctor()">
31981         <size>7</size>
31982       </method>
31983     </type>
31984     <type name="A+B">
31985       <method name="Void .ctor()">
31986         <size>24</size>
31987       </method>
31988     </type>
31989     <type name="A+B+C">
31990       <method name="Void .ctor()">
31991         <size>7</size>
31992       </method>
31993     </type>
31994   </test>
31995   <test name="test-303.cs">
31996     <type name="A">
31997       <method name="Void .ctor()">
31998         <size>7</size>
31999       </method>
32000       <method name="Void Main()">
32001         <size>7</size>
32002       </method>
32003     </type>
32004     <type name="A+C">
32005       <method name="Void .ctor()">
32006         <size>7</size>
32007       </method>
32008       <method name="Void System.IDisposable.Dispose()">
32009         <size>11</size>
32010       </method>
32011     </type>
32012     <type name="A+B">
32013       <method name="Void .ctor()">
32014         <size>31</size>
32015       </method>
32016     </type>
32017     <type name="A+B+C">
32018       <method name="Void .ctor()">
32019         <size>7</size>
32020       </method>
32021       <method name="Void System.IDisposable.Dispose()">
32022         <size>1</size>
32023       </method>
32024     </type>
32025   </test>
32026   <test name="test-304.cs">
32027     <type name="A">
32028       <method name="Void .ctor()">
32029         <size>7</size>
32030       </method>
32031       <method name="Void Main()">
32032         <size>7</size>
32033       </method>
32034     </type>
32035     <type name="A+D">
32036       <method name="Void .ctor()">
32037         <size>7</size>
32038       </method>
32039     </type>
32040     <type name="A+B">
32041       <method name="Void .ctor()">
32042         <size>500</size>
32043       </method>
32044     </type>
32045     <type name="A+B+C">
32046       <method name="Void .ctor()">
32047         <size>7</size>
32048       </method>
32049     </type>
32050   </test>
32051   <test name="test-305.cs">
32052     <type name="A">
32053       <method name="Void .ctor()">
32054         <size>7</size>
32055       </method>
32056       <method name="Void Main()">
32057         <size>7</size>
32058       </method>
32059     </type>
32060     <type name="A+B">
32061       <method name="Void .ctor()">
32062         <size>226</size>
32063       </method>
32064     </type>
32065   </test>
32066   <test name="test-306.cs">
32067     <type name="A">
32068       <method name="Void .ctor()">
32069         <size>7</size>
32070       </method>
32071       <method name="Void Main()">
32072         <size>7</size>
32073       </method>
32074     </type>
32075     <type name="A+D">
32076       <method name="Void .ctor()">
32077         <size>7</size>
32078       </method>
32079     </type>
32080     <type name="A+B">
32081       <method name="Void .ctor()">
32082         <size>24</size>
32083       </method>
32084     </type>
32085     <type name="A+B+C">
32086       <method name="Void .ctor()">
32087         <size>7</size>
32088       </method>
32089     </type>
32090   </test>
32091   <test name="test-307.cs">
32092     <type name="A">
32093       <method name="Void .ctor()">
32094         <size>7</size>
32095       </method>
32096       <method name="Void Main()">
32097         <size>7</size>
32098       </method>
32099     </type>
32100     <type name="A+D">
32101       <method name="Void .ctor()">
32102         <size>7</size>
32103       </method>
32104       <method name="Void System.IDisposable.Dispose()">
32105         <size>11</size>
32106       </method>
32107     </type>
32108     <type name="A+B">
32109       <method name="Void .ctor()">
32110         <size>31</size>
32111       </method>
32112     </type>
32113     <type name="A+B+C">
32114       <method name="Void .ctor()">
32115         <size>7</size>
32116       </method>
32117       <method name="Void System.IDisposable.Dispose()">
32118         <size>1</size>
32119       </method>
32120     </type>
32121   </test>
32122   <test name="test-308.cs">
32123     <type name="Program">
32124       <method name="Void .ctor()">
32125         <size>7</size>
32126       </method>
32127       <method name="Void Main(System.String[])">
32128         <size>40</size>
32129       </method>
32130     </type>
32131   </test>
32132   <test name="test-309.cs">
32133     <type name="MonoBASIC.Parser">
32134       <method name="Void .ctor()">
32135         <size>7</size>
32136       </method>
32137       <method name="Void Main()">
32138         <size>1</size>
32139       </method>
32140     </type>
32141     <type name="MonoBASIC.Parser+StateMachine">
32142       <method name="Void .ctor()">
32143         <size>7</size>
32144       </method>
32145       <method name="Void HandleToken(Token)">
32146         <size>1</size>
32147       </method>
32148     </type>
32149   </test>
32150   <test name="test-31.cs">
32151     <type name="Base">
32152       <method name="Void .ctor()">
32153         <size>7</size>
32154       </method>
32155       <method name="Void A()">
32156         <size>8</size>
32157       </method>
32158     </type>
32159     <type name="Derived">
32160       <method name="Void .ctor()">
32161         <size>7</size>
32162       </method>
32163       <method name="Void A()">
32164         <size>8</size>
32165       </method>
32166     </type>
32167     <type name="Test">
32168       <method name="Void .ctor()">
32169         <size>7</size>
32170       </method>
32171       <method name="Int32 Main()">
32172         <size>38</size>
32173       </method>
32174     </type>
32175   </test>
32176   <test name="test-310.cs">
32177     <type name="test.Impl">
32178       <method name="Void .ctor()">
32179         <size>7</size>
32180       </method>
32181       <method name="System.String GetType(Int32)">
32182         <size>6</size>
32183       </method>
32184       <method name="Boolean IsDone()">
32185         <size>2</size>
32186       </method>
32187     </type>
32188     <type name="test.myclass">
32189       <method name="Void .ctor()">
32190         <size>7</size>
32191       </method>
32192       <method name="Void Main(System.String[])">
32193         <size>28</size>
32194       </method>
32195     </type>
32196   </test>
32197   <test name="test-311.cs">
32198     <type name="Program">
32199       <method name="Void .ctor()">
32200         <size>38</size>
32201       </method>
32202       <method name="Void .cctor()">
32203         <size>11</size>
32204       </method>
32205       <method name="System.String get_Message()">
32206         <size>6</size>
32207       </method>
32208       <method name="Void set_Message(System.String)">
32209         <size>7</size>
32210       </method>
32211       <method name="Boolean DenyMethod()">
32212         <size>2</size>
32213       </method>
32214       <method name="Void Test2()">
32215         <size>1</size>
32216       </method>
32217       <method name="Void Test3()">
32218         <size>1</size>
32219       </method>
32220       <method name="Void Test4()">
32221         <size>1</size>
32222       </method>
32223       <method name="Int32 Main(System.String[])">
32224         <size>175</size>
32225       </method>
32226     </type>
32227     <type name="Test2">
32228       <method name="Void .ctor()">
32229         <size>7</size>
32230       </method>
32231     </type>
32232   </test>
32233   <test name="test-312.cs">
32234     <type name="X">
32235       <method name="Void .ctor()">
32236         <size>7</size>
32237       </method>
32238       <method name="Void .cctor()">
32239         <size>1</size>
32240       </method>
32241       <method name="Boolean Method(PointF)">
32242         <size>72</size>
32243       </method>
32244       <method name="Boolean Call_constructor_and_implicit()">
32245         <size>29</size>
32246       </method>
32247       <method name="Boolean Init_with_implicit_conv()">
32248         <size>52</size>
32249       </method>
32250       <method name="Boolean Init_ValueType()">
32251         <size>26</size>
32252       </method>
32253       <method name="Boolean InstanceAssignTest()">
32254         <size>75</size>
32255       </method>
32256       <method name="Int32 T()">
32257         <size>54</size>
32258       </method>
32259       <method name="Int32 Main()">
32260         <size>45</size>
32261       </method>
32262     </type>
32263     <type name="PointF">
32264       <method name="Void .ctor(Single, Single)">
32265         <size>47</size>
32266       </method>
32267     </type>
32268     <type name="Point">
32269       <method name="Void .ctor(Int32, Int32)">
32270         <size>37</size>
32271       </method>
32272       <method name="PointF op_Implicit(Point)">
32273         <size>22</size>
32274       </method>
32275     </type>
32276   </test>
32277   <test name="test-313.cs">
32278     <type name="D">
32279       <method name="Void .ctor()">
32280         <size>7</size>
32281       </method>
32282       <method name="Void A.B.METHOD()">
32283         <size>1</size>
32284       </method>
32285       <method name="Int32 Main()">
32286         <size>140</size>
32287       </method>
32288     </type>
32289   </test>
32290   <test name="test-314.cs">
32291     <type name="X">
32292       <method name="Void .ctor()">
32293         <size>28</size>
32294       </method>
32295       <method name="Void .ctor(Int32)">
32296         <size>28</size>
32297       </method>
32298       <method name="Void .cctor()">
32299         <size>11</size>
32300       </method>
32301       <method name="Int32 Main()">
32302         <size>57</size>
32303       </method>
32304     </type>
32305   </test>
32306   <test name="test-315.cs">
32307     <type name="GuardedCollectionValue">
32308       <method name="Void .ctor()">
32309         <size>7</size>
32310       </method>
32311       <method name="IDirectedEnumerable IDirectedEnumerable.Backwards()">
32312         <size>2</size>
32313       </method>
32314       <method name="IDirectedCollectionValue Backwards()">
32315         <size>2</size>
32316       </method>
32317     </type>
32318     <type name="GuardedSequenced">
32319       <method name="Void .ctor()">
32320         <size>7</size>
32321       </method>
32322       <method name="IDirectedCollectionValue Test()">
32323         <size>12</size>
32324       </method>
32325     </type>
32326     <type name="X">
32327       <method name="Void .ctor()">
32328         <size>7</size>
32329       </method>
32330       <method name="Void Main()">
32331         <size>1</size>
32332       </method>
32333     </type>
32334   </test>
32335   <test name="test-316.cs">
32336     <type name="D">
32337       <method name="Void .ctor()">
32338         <size>7</size>
32339       </method>
32340       <method name="Int32 IA.Add(Int32)">
32341         <size>2</size>
32342       </method>
32343       <method name="Int32 IB.Add(Int32)">
32344         <size>2</size>
32345       </method>
32346     </type>
32347     <type name="E">
32348       <method name="Void .ctor()">
32349         <size>7</size>
32350       </method>
32351       <method name="Int32 IA.Add(Int32)">
32352         <size>2</size>
32353       </method>
32354       <method name="Int32 IB.Add(Int32)">
32355         <size>2</size>
32356       </method>
32357       <method name="Void doom()">
32358         <size>1</size>
32359       </method>
32360       <method name="System.Object Clone()">
32361         <size>2</size>
32362       </method>
32363       <method name="Void Dispose()">
32364         <size>1</size>
32365       </method>
32366     </type>
32367     <type name="C">
32368       <method name="Void .ctor()">
32369         <size>7</size>
32370       </method>
32371       <method name="Int32 Test(IC)">
32372         <size>49</size>
32373       </method>
32374       <method name="Void Test2(IE)">
32375         <size>20</size>
32376       </method>
32377       <method name="Int32 Main()">
32378         <size>32</size>
32379       </method>
32380     </type>
32381   </test>
32382   <test name="test-317.cs">
32383     <type name="X">
32384       <method name="Void .ctor()">
32385         <size>7</size>
32386       </method>
32387       <method name="Void Main()">
32388         <size>1</size>
32389       </method>
32390     </type>
32391   </test>
32392   <test name="test-318.cs">
32393     <type name="Ev">
32394       <method name="Void .ctor()">
32395         <size>29</size>
32396       </method>
32397       <method name="Void add_Disposed(System.EventHandler)">
32398         <size>19</size>
32399       </method>
32400       <method name="Void remove_Disposed(System.EventHandler)">
32401         <size>19</size>
32402       </method>
32403       <method name="Void OnClick(System.EventArgs)">
32404         <size>38</size>
32405       </method>
32406     </type>
32407     <type name="Foo">
32408       <method name="Void .ctor()">
32409         <size>7</size>
32410       </method>
32411     </type>
32412     <type name="C">
32413       <method name="Void .ctor()">
32414         <size>7</size>
32415       </method>
32416       <method name="Void my_from_fixed(Int32 ByRef)">
32417         <size>4</size>
32418       </method>
32419       <method name="Void month_from_fixed(Int32)">
32420         <size>8</size>
32421       </method>
32422       <method name="Int32 CreateFromString(Int32)">
32423         <size>10</size>
32424       </method>
32425       <method name="Void Main()">
32426         <size>1</size>
32427       </method>
32428     </type>
32429     <type name="Foo">
32430       <method name="Void EventInterface.add_Event(System.EventHandler)">
32431         <size>1</size>
32432       </method>
32433       <method name="Void EventInterface.remove_Event(System.EventHandler)">
32434         <size>1</size>
32435       </method>
32436     </type>
32437     <type name="C">
32438       <method name="Double* GetValue(Double)">
32439         <size>5</size>
32440       </method>
32441     </type>
32442   </test>
32443   <test name="test-319.cs">
32444     <type name="ConstFields">
32445       <method name="Void .ctor()">
32446         <size>7</size>
32447       </method>
32448       <method name="Void .cctor()">
32449         <size>137</size>
32450       </method>
32451       <method name="Int32 Main()">
32452         <size>324</size>
32453       </method>
32454     </type>
32455   </test>
32456   <test name="test-32.cs">
32457     <type name="Blah">
32458       <method name="Void .ctor()">
32459         <size>7</size>
32460       </method>
32461       <method name="Int32 Main()">
32462         <size>50</size>
32463       </method>
32464     </type>
32465   </test>
32466   <test name="test-320.cs">
32467     <type name="X">
32468       <method name="Void .ctor(SByte*, Int32, Int32)">
32469         <size>7</size>
32470       </method>
32471       <method name="Void Main()">
32472         <size>12</size>
32473       </method>
32474     </type>
32475   </test>
32476   <test name="test-321.cs">
32477     <type name="X">
32478       <method name="Void Dispose()">
32479         <size>1</size>
32480       </method>
32481       <method name="Void Main()">
32482         <size>30</size>
32483       </method>
32484     </type>
32485   </test>
32486   <test name="test-322.cs">
32487     <type name="Y">
32488       <method name="Void .ctor(Byte)">
32489         <size>14</size>
32490       </method>
32491       <method name="Int32 op_Implicit(Y)">
32492         <size>7</size>
32493       </method>
32494     </type>
32495     <type name="X">
32496       <method name="Void .ctor()">
32497         <size>7</size>
32498       </method>
32499       <method name="Void Main()">
32500         <size>50</size>
32501       </method>
32502     </type>
32503   </test>
32504   <test name="test-323.cs">
32505     <type name="X">
32506       <method name="Void .ctor()">
32507         <size>7</size>
32508       </method>
32509       <method name="Void Main()">
32510         <size>1</size>
32511       </method>
32512     </type>
32513   </test>
32514   <test name="test-324.cs">
32515     <type name="A">
32516       <method name="Void .ctor()">
32517         <size>7</size>
32518       </method>
32519       <method name="Void DoStuff()">
32520         <size>11</size>
32521       </method>
32522     </type>
32523     <type name="T">
32524       <method name="Void .ctor()">
32525         <size>7</size>
32526       </method>
32527       <method name="Void .cctor()">
32528         <size>11</size>
32529       </method>
32530     </type>
32531     <type name="Driver">
32532       <method name="Void .ctor()">
32533         <size>7</size>
32534       </method>
32535       <method name="Void Main()">
32536         <size>22</size>
32537       </method>
32538     </type>
32539     <type name="B">
32540       <method name="Boolean get_Val()">
32541         <size>2</size>
32542       </method>
32543     </type>
32544   </test>
32545   <test name="test-325.cs">
32546     <type name="RequestAttribute">
32547       <method name="Void .ctor(String, String, String[])">
32548         <size>7</size>
32549       </method>
32550     </type>
32551     <type name="MyClass">
32552       <method name="Void .ctor()">
32553         <size>7</size>
32554       </method>
32555       <method name="Int32 SomeRequest()">
32556         <size>2</size>
32557       </method>
32558       <method name="Void Main()">
32559         <size>7</size>
32560       </method>
32561     </type>
32562   </test>
32563   <test name="test-326.cs">
32564     <type name="X">
32565       <method name="Void .ctor()">
32566         <size>7</size>
32567       </method>
32568       <method name="Int32 Main()">
32569         <size>55</size>
32570       </method>
32571     </type>
32572     <type name="Mapper">
32573       <method name="Void .ctor(Object, IntPtr)">
32574         <size>0</size>
32575       </method>
32576       <method name="Double Invoke(Int32)">
32577         <size>0</size>
32578       </method>
32579       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
32580         <size>0</size>
32581       </method>
32582       <method name="Double EndInvoke(IAsyncResult)">
32583         <size>0</size>
32584       </method>
32585     </type>
32586     <type name="X">
32587       <method name="Double &lt;Main&gt;m__0(Int32)">
32588         <size>6</size>
32589       </method>
32590     </type>
32591   </test>
32592   <test name="test-327.cs">
32593     <type name="X2">
32594       <method name="Void .ctor()">
32595         <size>7</size>
32596       </method>
32597     </type>
32598     <type name="A.B.Tester">
32599       <method name="Void .ctor()">
32600         <size>7</size>
32601       </method>
32602       <method name="Void .cctor()">
32603         <size>1</size>
32604       </method>
32605       <method name="Void Main()">
32606         <size>1</size>
32607       </method>
32608     </type>
32609   </test>
32610   <test name="test-328.cs">
32611     <type name="A.B.Tester">
32612       <method name="Void .ctor()">
32613         <size>7</size>
32614       </method>
32615       <method name="Void .cctor()">
32616         <size>1</size>
32617       </method>
32618       <method name="Void Main()">
32619         <size>1</size>
32620       </method>
32621     </type>
32622   </test>
32623   <test name="test-329.cs">
32624     <type name="X">
32625       <method name="Void .ctor()">
32626         <size>7</size>
32627       </method>
32628       <method name="Void .ctor(Object)">
32629         <size>21</size>
32630       </method>
32631       <method name="Int32 Main()">
32632         <size>74</size>
32633       </method>
32634     </type>
32635   </test>
32636   <test name="test-33.cs">
32637     <type name="FirstOuter.FirstInner.First">
32638       <method name="Void .ctor()">
32639         <size>7</size>
32640       </method>
32641       <method name="System.String get_MyIdentity()">
32642         <size>12</size>
32643       </method>
32644     </type>
32645     <type name="FirstOuter.Second">
32646       <method name="Void .ctor()">
32647         <size>7</size>
32648       </method>
32649     </type>
32650     <type name="FirstOuter.SecondInner.Third">
32651       <method name="Void .ctor()">
32652         <size>7</size>
32653       </method>
32654     </type>
32655     <type name="FirstOuter.FirstInner.Fourth">
32656       <method name="Void .ctor()">
32657         <size>7</size>
32658       </method>
32659     </type>
32660     <type name="Fifth">
32661       <method name="Void .ctor()">
32662         <size>7</size>
32663       </method>
32664     </type>
32665     <type name="Application">
32666       <method name="Void .ctor()">
32667         <size>7</size>
32668       </method>
32669       <method name="Int32 Main(System.String[])">
32670         <size>139</size>
32671       </method>
32672     </type>
32673   </test>
32674   <test name="test-330.cs">
32675     <type name="X">
32676       <method name="Void .ctor()">
32677         <size>7</size>
32678       </method>
32679       <method name="Void Main()">
32680         <size>8</size>
32681       </method>
32682     </type>
32683   </test>
32684   <test name="test-331.cs">
32685     <type name="T">
32686       <method name="Void .ctor()">
32687         <size>7</size>
32688       </method>
32689       <method name="Void Main()">
32690         <size>1</size>
32691       </method>
32692       <method name="Byte* get_Ptr()">
32693         <size>7</size>
32694       </method>
32695       <method name="Void set_Ptr(Byte*)">
32696         <size>8</size>
32697       </method>
32698     </type>
32699   </test>
32700   <test name="test-332.cs">
32701     <type name="C">
32702       <method name="Void .ctor()">
32703         <size>7</size>
32704       </method>
32705       <method name="Void Main()">
32706         <size>1</size>
32707       </method>
32708     </type>
32709   </test>
32710   <test name="test-333.cs">
32711     <type name="Foo">
32712       <method name="Void .ctor()">
32713         <size>7</size>
32714       </method>
32715       <method name="Void Something()">
32716         <size>1</size>
32717       </method>
32718     </type>
32719     <type name="Bar">
32720       <method name="Void .ctor()">
32721         <size>7</size>
32722       </method>
32723       <method name="Void Something()">
32724         <size>1</size>
32725       </method>
32726       <method name="Void Main()">
32727         <size>1</size>
32728       </method>
32729     </type>
32730   </test>
32731   <test name="test-334.cs">
32732     <type name="Test.Foo.Index.CompoundFileReader">
32733       <method name="Void .ctor()">
32734         <size>7</size>
32735       </method>
32736       <method name="Void Main()">
32737         <size>1</size>
32738       </method>
32739     </type>
32740     <type name="Test.Foo.Store.Directory">
32741       <method name="Void .ctor()">
32742         <size>7</size>
32743       </method>
32744     </type>
32745   </test>
32746   <test name="test-335.cs">
32747     <type name="X">
32748       <method name="Void .ctor()">
32749         <size>7</size>
32750       </method>
32751       <method name="Void A(Int32, Int32)">
32752         <size>1</size>
32753       </method>
32754       <method name="Void C(Int32 ByRef)">
32755         <size>4</size>
32756       </method>
32757       <method name="Void Main()">
32758         <size>70</size>
32759       </method>
32760     </type>
32761     <type name="X+B">
32762       <method name="Void .ctor(Object, IntPtr)">
32763         <size>0</size>
32764       </method>
32765       <method name="Void Invoke(Int32, Int32)">
32766         <size>0</size>
32767       </method>
32768       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
32769         <size>0</size>
32770       </method>
32771       <method name="Void EndInvoke(IAsyncResult)">
32772         <size>0</size>
32773       </method>
32774     </type>
32775     <type name="X+D">
32776       <method name="Void .ctor(Object, IntPtr)">
32777         <size>0</size>
32778       </method>
32779       <method name="Void Invoke(Int32 ByRef)">
32780         <size>0</size>
32781       </method>
32782       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
32783         <size>0</size>
32784       </method>
32785       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
32786         <size>0</size>
32787       </method>
32788     </type>
32789   </test>
32790   <test name="test-336.cs">
32791     <type name="X">
32792       <method name="Void .ctor(Foo)">
32793         <size>7</size>
32794       </method>
32795       <method name="Void .ctor(Bar)">
32796         <size>7</size>
32797       </method>
32798       <method name="Void Test()">
32799         <size>1</size>
32800       </method>
32801       <method name="Void Main()">
32802         <size>19</size>
32803       </method>
32804     </type>
32805     <type name="Foo">
32806       <method name="Void .ctor(Object, IntPtr)">
32807         <size>0</size>
32808       </method>
32809       <method name="Void Invoke()">
32810         <size>0</size>
32811       </method>
32812       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
32813         <size>0</size>
32814       </method>
32815       <method name="Void EndInvoke(IAsyncResult)">
32816         <size>0</size>
32817       </method>
32818     </type>
32819     <type name="Bar">
32820       <method name="Void .ctor(Object, IntPtr)">
32821         <size>0</size>
32822       </method>
32823       <method name="Void Invoke(Int32)">
32824         <size>0</size>
32825       </method>
32826       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
32827         <size>0</size>
32828       </method>
32829       <method name="Void EndInvoke(IAsyncResult)">
32830         <size>0</size>
32831       </method>
32832     </type>
32833   </test>
32834   <test name="test-337.cs">
32835     <type name="Test">
32836       <method name="Void .ctor()">
32837         <size>7</size>
32838       </method>
32839       <method name="Void Main()">
32840         <size>16</size>
32841       </method>
32842     </type>
32843   </test>
32844   <test name="test-338.cs">
32845     <type name="X">
32846       <method name="Void .ctor()">
32847         <size>7</size>
32848       </method>
32849       <method name="Void .cctor()">
32850         <size>11</size>
32851       </method>
32852       <method name="Void Main()">
32853         <size>1</size>
32854       </method>
32855       <method name="Y+Z fz()">
32856         <size>6</size>
32857       </method>
32858     </type>
32859     <type name="Y">
32860       <method name="Void .ctor()">
32861         <size>7</size>
32862       </method>
32863     </type>
32864     <type name="Y+Z">
32865       <method name="Void .ctor()">
32866         <size>7</size>
32867       </method>
32868       <method name="Void .cctor()">
32869         <size>11</size>
32870       </method>
32871     </type>
32872   </test>
32873   <test name="test-339.cs">
32874     <type name="C">
32875       <method name="Void .ctor()">
32876         <size>7</size>
32877       </method>
32878       <method name="Void .cctor()">
32879         <size>17</size>
32880       </method>
32881       <method name="Int32 Main()">
32882         <size>86</size>
32883       </method>
32884     </type>
32885   </test>
32886   <test name="test-34.cs">
32887     <type name="Blah">
32888       <method name="Void .ctor()">
32889         <size>7</size>
32890       </method>
32891       <method name="Void Foo(Int32 ByRef, Int32 ByRef)">
32892         <size>7</size>
32893       </method>
32894       <method name="Int32 Bar(Int32, System.Int32[])">
32895         <size>61</size>
32896       </method>
32897       <method name="Void Foo(Int32, Int32)">
32898         <size>7</size>
32899       </method>
32900       <method name="Void In(Int32 ByRef)">
32901         <size>7</size>
32902       </method>
32903       <method name="Void Out(Int32 ByRef)">
32904         <size>7</size>
32905       </method>
32906       <method name="Int32 AddArray(System.Int32[])">
32907         <size>30</size>
32908       </method>
32909       <method name="Int32 AddFancy(FancyInt[])">
32910         <size>39</size>
32911       </method>
32912       <method name="Int32 Main()">
32913         <size>269</size>
32914       </method>
32915     </type>
32916     <type name="&lt;PrivateImplementationDetails&gt;">
32917       <method name="Void .ctor()">
32918         <size>7</size>
32919       </method>
32920     </type>
32921     <type name="FancyInt">
32922       <method name="Void .ctor(Int32)">
32923         <size>8</size>
32924       </method>
32925     </type>
32926   </test>
32927   <test name="test-340.cs">
32928     <type name="FLMID.Bugs.BoolOne.A">
32929       <method name="Void .ctor()">
32930         <size>7</size>
32931       </method>
32932       <method name="Void Add(Boolean, Boolean, UInt32, Boolean)">
32933         <size>8</size>
32934       </method>
32935     </type>
32936     <type name="FLMID.Bugs.BoolOne.B">
32937       <method name="Void .ctor()">
32938         <size>7</size>
32939       </method>
32940     </type>
32941     <type name="FLMID.Bugs.BoolOne.Test">
32942       <method name="Void .ctor()">
32943         <size>7</size>
32944       </method>
32945       <method name="Int32 Main(System.String[])">
32946         <size>34</size>
32947       </method>
32948     </type>
32949     <type name="FLMID.Bugs.BoolOne.B">
32950       <method name="Void FLMID.Bugs.BoolOne.IB.Add(Boolean, Boolean, UInt32, Boolean)">
32951         <size>12</size>
32952       </method>
32953     </type>
32954   </test>
32955   <test name="test-341.cs">
32956     <type name="Test">
32957       <method name="Void .ctor()">
32958         <size>7</size>
32959       </method>
32960       <method name="Void Main()">
32961         <size>1</size>
32962       </method>
32963     </type>
32964     <type name="Libs">
32965       <method name="Void .ctor()">
32966         <size>7</size>
32967       </method>
32968     </type>
32969     <type name="Bar">
32970       <method name="Void .ctor()">
32971         <size>7</size>
32972       </method>
32973     </type>
32974     <type name="Foo">
32975       <method name="Void .ctor()">
32976         <size>7</size>
32977       </method>
32978     </type>
32979   </test>
32980   <test name="test-342.cs">
32981     <type name="A">
32982       <method name="Void .ctor()">
32983         <size>7</size>
32984       </method>
32985       <method name="Void Foo(Int32)">
32986         <size>1</size>
32987       </method>
32988       <method name="Void Foo(Double)">
32989         <size>11</size>
32990       </method>
32991     </type>
32992     <type name="B">
32993       <method name="Void .ctor()">
32994         <size>7</size>
32995       </method>
32996       <method name="Void Foo(Double)">
32997         <size>11</size>
32998       </method>
32999       <method name="Void Main()">
33000         <size>24</size>
33001       </method>
33002     </type>
33003     <type name="A">
33004       <method name="Boolean get_Item(Int32)">
33005         <size>2</size>
33006       </method>
33007       <method name="Boolean get_Item(Double)">
33008         <size>11</size>
33009       </method>
33010     </type>
33011     <type name="B">
33012       <method name="Boolean get_Item(Double)">
33013         <size>11</size>
33014       </method>
33015     </type>
33016   </test>
33017   <test name="test-343.cs">
33018     <type name="X">
33019       <method name="Void .ctor()">
33020         <size>7</size>
33021       </method>
33022       <method name="Void Concat(System.String, System.String, System.String)">
33023         <size>1</size>
33024       </method>
33025       <method name="Void Concat(System.String[])">
33026         <size>11</size>
33027       </method>
33028       <method name="Void Main()">
33029         <size>21</size>
33030       </method>
33031     </type>
33032   </test>
33033   <test name="test-344.cs">
33034     <type name="X">
33035       <method name="Void .ctor()">
33036         <size>7</size>
33037       </method>
33038       <method name="Void add_y(Y)">
33039         <size>24</size>
33040       </method>
33041       <method name="Void remove_y(Y)">
33042         <size>24</size>
33043       </method>
33044       <method name="Void Main(System.String[])">
33045         <size>13</size>
33046       </method>
33047       <method name="Void Foo()">
33048         <size>66</size>
33049       </method>
33050     </type>
33051     <type name="Y">
33052       <method name="Void .ctor(Object, IntPtr)">
33053         <size>0</size>
33054       </method>
33055       <method name="Void Invoke()">
33056         <size>0</size>
33057       </method>
33058       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33059         <size>0</size>
33060       </method>
33061       <method name="Void EndInvoke(IAsyncResult)">
33062         <size>0</size>
33063       </method>
33064     </type>
33065     <type name="X+&lt;Foo&gt;c__AnonStorey0">
33066       <method name="Void .ctor()">
33067         <size>7</size>
33068       </method>
33069       <method name="Void &lt;&gt;m__0()">
33070         <size>28</size>
33071       </method>
33072     </type>
33073   </test>
33074   <test name="test-345.cs">
33075     <type name="EntryPoint">
33076       <method name="Void .ctor()">
33077         <size>7</size>
33078       </method>
33079       <method name="Void Main()">
33080         <size>1</size>
33081       </method>
33082     </type>
33083   </test>
33084   <test name="test-346.cs">
33085     <type name="TestMethods.Class1">
33086       <method name="Void .ctor()">
33087         <size>7</size>
33088       </method>
33089       <method name="Int32 Main()">
33090         <size>91</size>
33091       </method>
33092     </type>
33093     <type name="TestMethods.ParamClass">
33094       <method name="Void .ctor()">
33095         <size>7</size>
33096       </method>
33097     </type>
33098     <type name="TestMethods.TestParam">
33099       <method name="Void .ctor()">
33100         <size>7</size>
33101       </method>
33102     </type>
33103     <type name="TestMethods.BaseClass">
33104       <method name="Void .ctor()">
33105         <size>7</size>
33106       </method>
33107       <method name="Int32 AddItem(TestMethods.ParamClass)">
33108         <size>0</size>
33109       </method>
33110     </type>
33111     <type name="TestMethods.TestClass">
33112       <method name="Void .ctor()">
33113         <size>7</size>
33114       </method>
33115       <method name="Int32 AddItem(System.Object)">
33116         <size>2</size>
33117       </method>
33118       <method name="Int32 AddItem(TestMethods.ParamClass)">
33119         <size>2</size>
33120       </method>
33121     </type>
33122   </test>
33123   <test name="test-347.cs">
33124     <type name="Whatever.Core.Project">
33125       <method name="Void .ctor()">
33126         <size>7</size>
33127       </method>
33128     </type>
33129     <type name="Whatever.Core.A">
33130       <method name="Void .ctor()">
33131         <size>7</size>
33132       </method>
33133       <method name="Whatever.Core.Project get_Project()">
33134         <size>6</size>
33135       </method>
33136     </type>
33137     <type name="SomethingElse.Core.Project">
33138       <method name="Void .ctor()">
33139         <size>7</size>
33140       </method>
33141     </type>
33142     <type name="Whatever.App.B">
33143       <method name="Void .ctor()">
33144         <size>7</size>
33145       </method>
33146       <method name="System.String Execute()">
33147         <size>12</size>
33148       </method>
33149       <method name="Void Main()">
33150         <size>12</size>
33151       </method>
33152     </type>
33153   </test>
33154   <test name="test-348.cs">
33155     <type name="BoundAttribute">
33156       <method name="Void .ctor(Double, Int32)">
33157         <size>7</size>
33158       </method>
33159     </type>
33160     <type name="C">
33161       <method name="Void .ctor()">
33162         <size>7</size>
33163       </method>
33164       <method name="Void Main()">
33165         <size>1</size>
33166       </method>
33167     </type>
33168   </test>
33169   <test name="test-349.cs">
33170     <type name="C">
33171       <method name="Void .ctor()">
33172         <size>7</size>
33173       </method>
33174       <method name="Void add_Ev1(D)">
33175         <size>24</size>
33176       </method>
33177       <method name="Void remove_Ev1(D)">
33178         <size>24</size>
33179       </method>
33180     </type>
33181     <type name="X">
33182       <method name="Void .ctor()">
33183         <size>7</size>
33184       </method>
33185       <method name="Void .cctor()">
33186         <size>1</size>
33187       </method>
33188       <method name="Void add_Ev1(D)">
33189         <size>22</size>
33190       </method>
33191       <method name="Void remove_Ev1(D)">
33192         <size>22</size>
33193       </method>
33194       <method name="Void add_Ev2(D)">
33195         <size>22</size>
33196       </method>
33197       <method name="Void remove_Ev2(D)">
33198         <size>22</size>
33199       </method>
33200     </type>
33201     <type name="X2">
33202       <method name="Void .ctor()">
33203         <size>7</size>
33204       </method>
33205       <method name="Void .cctor()">
33206         <size>7</size>
33207       </method>
33208     </type>
33209     <type name="Test">
33210       <method name="Void .ctor()">
33211         <size>7</size>
33212       </method>
33213       <method name="Void .cctor()">
33214         <size>19</size>
33215       </method>
33216       <method name="Int32 Main()">
33217         <size>63</size>
33218       </method>
33219     </type>
33220     <type name="D">
33221       <method name="Void .ctor(Object, IntPtr)">
33222         <size>0</size>
33223       </method>
33224       <method name="Void Invoke()">
33225         <size>0</size>
33226       </method>
33227       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33228         <size>0</size>
33229       </method>
33230       <method name="Void EndInvoke(IAsyncResult)">
33231         <size>0</size>
33232       </method>
33233     </type>
33234   </test>
33235   <test name="test-35.cs">
33236     <type name="X">
33237       <method name="Void .ctor()">
33238         <size>7</size>
33239       </method>
33240       <method name="Void .cctor()">
33241         <size>7</size>
33242       </method>
33243       <method name="Void a()">
33244         <size>17</size>
33245       </method>
33246       <method name="Void w(Int32)">
33247         <size>22</size>
33248       </method>
33249       <method name="Int32 Main()">
33250         <size>298</size>
33251       </method>
33252     </type>
33253   </test>
33254   <test name="test-350.cs">
33255     <type name="A">
33256       <method name="Void .ctor()">
33257         <size>7</size>
33258       </method>
33259     </type>
33260     <type name="A+BAttribute">
33261       <method name="Void .ctor()">
33262         <size>7</size>
33263       </method>
33264     </type>
33265     <type name="C">
33266       <method name="Void .ctor()">
33267         <size>7</size>
33268       </method>
33269       <method name="Void Main()">
33270         <size>1</size>
33271       </method>
33272     </type>
33273   </test>
33274   <test name="test-351.cs">
33275     <type name="Test.Testee">
33276       <method name="Void .ctor()">
33277         <size>7</size>
33278       </method>
33279       <method name="Void Bar(System.String, System.Object[])">
33280         <size>1</size>
33281       </method>
33282       <method name="Void Main()">
33283         <size>242</size>
33284       </method>
33285     </type>
33286     <type name="Test.Foo">
33287       <method name="Void .ctor(Object, IntPtr)">
33288         <size>0</size>
33289       </method>
33290       <method name="Void Invoke(System.String, System.Object[])">
33291         <size>0</size>
33292       </method>
33293       <method name="IAsyncResult BeginInvoke(System.String, System.Object[], System.AsyncCallback, System.Object)">
33294         <size>0</size>
33295       </method>
33296       <method name="Void EndInvoke(IAsyncResult)">
33297         <size>0</size>
33298       </method>
33299     </type>
33300   </test>
33301   <test name="test-352.cs">
33302     <type name="C">
33303       <method name="Void .ctor()">
33304         <size>7</size>
33305       </method>
33306       <method name="Void Main()">
33307         <size>1</size>
33308       </method>
33309     </type>
33310   </test>
33311   <test name="test-353.cs">
33312     <type name="Three">
33313       <method name="Void .ctor()">
33314         <size>7</size>
33315       </method>
33316       <method name="Void Main()">
33317         <size>7</size>
33318       </method>
33319     </type>
33320     <type name="One">
33321       <method name="Void .ctor()">
33322         <size>7</size>
33323       </method>
33324     </type>
33325     <type name="Two">
33326       <method name="Void .ctor()">
33327         <size>7</size>
33328       </method>
33329     </type>
33330   </test>
33331   <test name="test-354.cs">
33332     <type name="MYAttr">
33333       <method name="Void .ctor()">
33334         <size>7</size>
33335       </method>
33336     </type>
33337     <type name="A">
33338       <method name="Void .ctor()">
33339         <size>7</size>
33340       </method>
33341       <method name="Void Main()">
33342         <size>1</size>
33343       </method>
33344     </type>
33345   </test>
33346   <test name="test-355.cs">
33347     <type name="Level1.Level1.Level2.MainClass">
33348       <method name="Void .ctor()">
33349         <size>7</size>
33350       </method>
33351       <method name="Void Main()">
33352         <size>1</size>
33353       </method>
33354     </type>
33355   </test>
33356   <test name="test-356.cs">
33357     <type name="MainClass">
33358       <method name="Void .ctor()">
33359         <size>7</size>
33360       </method>
33361       <method name="Void Main()">
33362         <size>1</size>
33363       </method>
33364     </type>
33365   </test>
33366   <test name="test-357.cs">
33367     <type name="SD.Sd">
33368       <method name="Void .ctor()">
33369         <size>7</size>
33370       </method>
33371       <method name="Void F(Boolean)">
33372         <size>1</size>
33373       </method>
33374     </type>
33375     <type name="Foo.Bar">
33376       <method name="Void .ctor()">
33377         <size>25</size>
33378       </method>
33379       <method name="Void Main()">
33380         <size>27</size>
33381       </method>
33382     </type>
33383     <type name="Foo.Bar+f_t">
33384       <method name="Void .ctor(Object, IntPtr)">
33385         <size>0</size>
33386       </method>
33387       <method name="Void Invoke(Boolean)">
33388         <size>0</size>
33389       </method>
33390       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
33391         <size>0</size>
33392       </method>
33393       <method name="Void EndInvoke(IAsyncResult)">
33394         <size>0</size>
33395       </method>
33396     </type>
33397   </test>
33398   <test name="test-358.cs">
33399     <type name="Test">
33400       <method name="Void .ctor()">
33401         <size>7</size>
33402       </method>
33403       <method name="Void Main()">
33404         <size>50</size>
33405       </method>
33406     </type>
33407   </test>
33408   <test name="test-359.cs">
33409     <type name="Test">
33410       <method name="Void .ctor()">
33411         <size>7</size>
33412       </method>
33413       <method name="Void Main()">
33414         <size>1</size>
33415       </method>
33416     </type>
33417   </test>
33418   <test name="test-36.cs">
33419     <type name="Y">
33420       <method name="Void .ctor()">
33421         <size>7</size>
33422       </method>
33423       <method name="Int32 Main()">
33424         <size>278</size>
33425       </method>
33426     </type>
33427     <type name="X">
33428       <method name="IEnumerator GetEnumerator()">
33429         <size>35</size>
33430       </method>
33431     </type>
33432     <type name="&lt;PrivateImplementationDetails&gt;">
33433       <method name="Void .ctor()">
33434         <size>7</size>
33435       </method>
33436     </type>
33437   </test>
33438   <test name="test-360.cs">
33439     <type name="Application">
33440       <method name="Void .ctor()">
33441         <size>7</size>
33442       </method>
33443       <method name="Void Main(System.String[])">
33444         <size>13</size>
33445       </method>
33446     </type>
33447   </test>
33448   <test name="test-361.cs">
33449     <type name="X">
33450       <method name="Void .ctor()">
33451         <size>7</size>
33452       </method>
33453     </type>
33454     <type name="Test">
33455       <method name="Void .ctor()">
33456         <size>7</size>
33457       </method>
33458       <method name="Void Main()">
33459         <size>1</size>
33460       </method>
33461     </type>
33462   </test>
33463   <test name="test-362.cs">
33464     <type name="C">
33465       <method name="Void .ctor()">
33466         <size>7</size>
33467       </method>
33468       <method name="Void Main()">
33469         <size>17</size>
33470       </method>
33471       <method name="Void Test()">
33472         <size>26</size>
33473       </method>
33474     </type>
33475   </test>
33476   <test name="test-363.cs">
33477     <type name="Location">
33478       <method name="Void .ctor()">
33479         <size>7</size>
33480       </method>
33481       <method name="Void .cctor()">
33482         <size>11</size>
33483       </method>
33484     </type>
33485     <type name="Element">
33486       <method name="Void .ctor()">
33487         <size>18</size>
33488       </method>
33489       <method name="Location get_Location()">
33490         <size>7</size>
33491       </method>
33492       <method name="Void set_Location(Location)">
33493         <size>8</size>
33494       </method>
33495     </type>
33496     <type name="T">
33497       <method name="Void .ctor()">
33498         <size>7</size>
33499       </method>
33500       <method name="Void Main()">
33501         <size>1</size>
33502       </method>
33503     </type>
33504   </test>
33505   <test name="test-364.cs">
33506     <type name="X">
33507       <method name="Void .ctor()">
33508         <size>7</size>
33509       </method>
33510       <method name="Int32 Main()">
33511         <size>34</size>
33512       </method>
33513       <method name="Int32 t1(Int32)">
33514         <size>33</size>
33515       </method>
33516       <method name="Int32 t2(Int32)">
33517         <size>47</size>
33518       </method>
33519       <method name="Void Main2(System.String[])">
33520         <size>72</size>
33521       </method>
33522     </type>
33523     <type name="Delegable">
33524       <method name="Void .ctor()">
33525         <size>7</size>
33526       </method>
33527       <method name="Void add_MyDelegate(System.EventHandler)">
33528         <size>24</size>
33529       </method>
33530       <method name="Void remove_MyDelegate(System.EventHandler)">
33531         <size>24</size>
33532       </method>
33533     </type>
33534     <type name="X+Foo">
33535       <method name="Void .ctor(Object, IntPtr)">
33536         <size>0</size>
33537       </method>
33538       <method name="Int32 Invoke()">
33539         <size>0</size>
33540       </method>
33541       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
33542         <size>0</size>
33543       </method>
33544       <method name="Int32 EndInvoke(IAsyncResult)">
33545         <size>0</size>
33546       </method>
33547     </type>
33548     <type name="X+&lt;t1&gt;c__AnonStorey0">
33549       <method name="Void .ctor()">
33550         <size>7</size>
33551       </method>
33552       <method name="Int32 &lt;&gt;m__0()">
33553         <size>7</size>
33554       </method>
33555     </type>
33556     <type name="X+&lt;t2&gt;c__AnonStorey1">
33557       <method name="Void .ctor()">
33558         <size>7</size>
33559       </method>
33560       <method name="Int32 &lt;&gt;m__1()">
33561         <size>7</size>
33562       </method>
33563     </type>
33564     <type name="X+&lt;Main2&gt;c__AnonStorey2">
33565       <method name="Void .ctor()">
33566         <size>7</size>
33567       </method>
33568       <method name="Void &lt;&gt;m__2(System.Object, System.EventArgs)">
33569         <size>33</size>
33570       </method>
33571     </type>
33572   </test>
33573   <test name="test-365.cs">
33574     <type name="C">
33575       <method name="Void .ctor()">
33576         <size>19</size>
33577       </method>
33578       <method name="Void set_LiteralType(LiteralType)">
33579         <size>1</size>
33580       </method>
33581       <method name="Void Main()">
33582         <size>1</size>
33583       </method>
33584     </type>
33585   </test>
33586   <test name="test-366.cs">
33587     <type name="C">
33588       <method name="Void .ctor()">
33589         <size>7</size>
33590       </method>
33591       <method name="Int32 Main()">
33592         <size>20</size>
33593       </method>
33594     </type>
33595   </test>
33596   <test name="test-367.cs">
33597     <type name="X">
33598       <method name="Void .ctor()">
33599         <size>7</size>
33600       </method>
33601       <method name="Int32 Main()">
33602         <size>20</size>
33603       </method>
33604     </type>
33605   </test>
33606   <test name="test-368.cs">
33607     <type name="X">
33608       <method name="Void .ctor()">
33609         <size>7</size>
33610       </method>
33611       <method name="Void Main()">
33612         <size>27</size>
33613       </method>
33614     </type>
33615   </test>
33616   <test name="test-369.cs">
33617     <type name="Test">
33618       <method name="Void .ctor()">
33619         <size>7</size>
33620       </method>
33621       <method name="Boolean Equals(System.Object)">
33622         <size>2</size>
33623       </method>
33624       <method name="Int32 GetHashCode()">
33625         <size>2</size>
33626       </method>
33627       <method name="Void Main()">
33628         <size>47</size>
33629       </method>
33630       <method name="Boolean op_Equality(Test, Test)">
33631         <size>14</size>
33632       </method>
33633       <method name="Boolean op_Inequality(Test, Test)">
33634         <size>2</size>
33635       </method>
33636     </type>
33637   </test>
33638   <test name="test-37.cs">
33639     <type name="X">
33640       <method name="Void .ctor()">
33641         <size>7</size>
33642       </method>
33643       <method name="Void m(System.Int32[])">
33644         <size>9</size>
33645       </method>
33646       <method name="Int32 test_int_single_dim()">
33647         <size>88</size>
33648       </method>
33649       <method name="Int32 simple_test_double_dim()">
33650         <size>78</size>
33651       </method>
33652       <method name="Int32 Main()">
33653         <size>12</size>
33654       </method>
33655     </type>
33656   </test>
33657   <test name="test-370.cs">
33658     <type name="Test.Application">
33659       <method name="Void .ctor()">
33660         <size>7</size>
33661       </method>
33662       <method name="Int32 ParseType(System.String)">
33663         <size>168</size>
33664       </method>
33665       <method name="Int32 Main()">
33666         <size>54</size>
33667       </method>
33668     </type>
33669   </test>
33670   <test name="test-371.cs">
33671     <type name="X">
33672       <method name="Void .ctor(Boolean&amp;)">
33673         <size>10</size>
33674       </method>
33675       <method name="Void Main()">
33676         <size>1</size>
33677       </method>
33678     </type>
33679     <type name="Y">
33680       <method name="Void .ctor(Boolean&amp;)">
33681         <size>8</size>
33682       </method>
33683     </type>
33684   </test>
33685   <test name="test-372.cs">
33686     <type name="GenericNode">
33687       <method name="Void .ctor()">
33688         <size>7</size>
33689       </method>
33690       <method name="Int32 GetStat()">
33691         <size>2</size>
33692       </method>
33693     </type>
33694     <type name="GenericFileNode">
33695       <method name="Void .ctor()">
33696         <size>7</size>
33697       </method>
33698       <method name="Int32 NotUsed()">
33699         <size>2</size>
33700       </method>
33701     </type>
33702     <type name="WorkingTest">
33703       <method name="Void .ctor()">
33704         <size>7</size>
33705       </method>
33706       <method name="Int32 GetStat()">
33707         <size>3</size>
33708       </method>
33709     </type>
33710     <type name="FailingTest">
33711       <method name="Void .ctor()">
33712         <size>7</size>
33713       </method>
33714       <method name="Int32 GetStat()">
33715         <size>3</size>
33716       </method>
33717     </type>
33718     <type name="TestWrapper">
33719       <method name="Void .ctor()">
33720         <size>7</size>
33721       </method>
33722       <method name="Boolean Test(Node, System.String)">
33723         <size>39</size>
33724       </method>
33725       <method name="Int32 Main()">
33726         <size>44</size>
33727       </method>
33728     </type>
33729   </test>
33730   <test name="test-373.cs">
33731     <type name="Test">
33732       <method name="Void .ctor()">
33733         <size>7</size>
33734       </method>
33735       <method name="Void Main(System.String[])">
33736         <size>50</size>
33737       </method>
33738     </type>
33739   </test>
33740   <test name="test-374.cs">
33741     <type name="Test">
33742       <method name="Void .ctor()">
33743         <size>7</size>
33744       </method>
33745     </type>
33746     <type name="Rest">
33747       <method name="Void .ctor()">
33748         <size>7</size>
33749       </method>
33750       <method name="Void Main()">
33751         <size>1</size>
33752       </method>
33753     </type>
33754   </test>
33755   <test name="test-375.cs">
33756     <type name="a">
33757       <method name="Void .ctor()">
33758         <size>7</size>
33759       </method>
33760     </type>
33761     <type name="a+b">
33762       <method name="Void .ctor()">
33763         <size>7</size>
33764       </method>
33765     </type>
33766     <type name="c">
33767       <method name="Void .ctor()">
33768         <size>7</size>
33769       </method>
33770       <method name="Void Main()">
33771         <size>1</size>
33772       </method>
33773     </type>
33774     <type name="c+d">
33775       <method name="Void .ctor()">
33776         <size>7</size>
33777       </method>
33778     </type>
33779   </test>
33780   <test name="test-376.cs">
33781     <type name="C">
33782       <method name="Void .ctor()">
33783         <size>7</size>
33784       </method>
33785       <method name="Int32 Main()">
33786         <size>72</size>
33787       </method>
33788     </type>
33789   </test>
33790   <test name="test-377.cs">
33791     <type name="Tests">
33792       <method name="Void .ctor()">
33793         <size>7</size>
33794       </method>
33795       <method name="Void test()">
33796         <size>10</size>
33797       </method>
33798       <method name="Void Main()">
33799         <size>1</size>
33800       </method>
33801     </type>
33802   </test>
33803   <test name="test-378.cs">
33804     <type name="C">
33805       <method name="Void .ctor()">
33806         <size>7</size>
33807       </method>
33808       <method name="Void Main()">
33809         <size>1</size>
33810       </method>
33811     </type>
33812   </test>
33813   <test name="test-379.cs">
33814     <type name="DeadCode">
33815       <method name="Void .ctor()">
33816         <size>7</size>
33817       </method>
33818       <method name="Void Main()">
33819         <size>12</size>
33820       </method>
33821       <method name="System.String SomeFunc(System.String)">
33822         <size>2</size>
33823       </method>
33824     </type>
33825   </test>
33826   <test name="test-38.cs">
33827     <type name="X">
33828       <method name="Void .ctor()">
33829         <size>7</size>
33830       </method>
33831       <method name="Int32 get_Item(Int32)">
33832         <size>20</size>
33833       </method>
33834       <method name="Void set_Item(Int32, Int32)">
33835         <size>26</size>
33836       </method>
33837       <method name="Int32 Foo()">
33838         <size>2</size>
33839       </method>
33840       <method name="Int32 get_Bar()">
33841         <size>7</size>
33842       </method>
33843       <method name="Void set_Bar(Int32)">
33844         <size>8</size>
33845       </method>
33846     </type>
33847     <type name="Y">
33848       <method name="Void .ctor()">
33849         <size>7</size>
33850       </method>
33851       <method name="UInt32 get_Item(UInt32)">
33852         <size>20</size>
33853       </method>
33854       <method name="Void set_Item(UInt32, UInt32)">
33855         <size>26</size>
33856       </method>
33857       <method name="UInt32 Foo()">
33858         <size>2</size>
33859       </method>
33860       <method name="UInt32 get_Bar()">
33861         <size>7</size>
33862       </method>
33863       <method name="Void set_Bar(UInt32)">
33864         <size>8</size>
33865       </method>
33866     </type>
33867     <type name="Test">
33868       <method name="Void .ctor()">
33869         <size>7</size>
33870       </method>
33871       <method name="Int32 Main()">
33872         <size>288</size>
33873       </method>
33874     </type>
33875   </test>
33876   <test name="test-380.cs">
33877     <type name="T">
33878       <method name="Void .ctor()">
33879         <size>7</size>
33880       </method>
33881       <method name="Int32 Main()">
33882         <size>17</size>
33883       </method>
33884     </type>
33885   </test>
33886   <test name="test-381.cs">
33887     <type name="Application">
33888       <method name="Void .ctor()">
33889         <size>7</size>
33890       </method>
33891       <method name="Void Main(System.String[])">
33892         <size>13</size>
33893       </method>
33894     </type>
33895   </test>
33896   <test name="test-382.cs">
33897     <type name="Dec">
33898       <method name="Void .ctor()">
33899         <size>7</size>
33900       </method>
33901       <method name="Void .cctor()">
33902         <size>16</size>
33903       </method>
33904       <method name="Void Main()">
33905         <size>108</size>
33906       </method>
33907     </type>
33908   </test>
33909   <test name="test-383.cs">
33910     <type name="X">
33911       <method name="Void .ctor()">
33912         <size>37</size>
33913       </method>
33914       <method name="X testme(Int32 ByRef)">
33915         <size>5</size>
33916       </method>
33917       <method name="Void Main()">
33918         <size>7</size>
33919       </method>
33920     </type>
33921   </test>
33922   <test name="test-384.cs">
33923     <type name="X">
33924       <method name="Void .ctor()">
33925         <size>7</size>
33926       </method>
33927       <method name="Void .cctor()">
33928         <size>8</size>
33929       </method>
33930       <method name="Void Test()">
33931         <size>40</size>
33932       </method>
33933       <method name="Int32 Main()">
33934         <size>21</size>
33935       </method>
33936     </type>
33937   </test>
33938   <test name="test-385.cs">
33939     <type name="Test">
33940       <method name="Void .ctor()">
33941         <size>7</size>
33942       </method>
33943       <method name="Int32 Main()">
33944         <size>40</size>
33945       </method>
33946     </type>
33947   </test>
33948   <test name="test-386.cs">
33949     <type name="SuperDecimal">
33950       <method name="Void .ctor(Decimal)">
33951         <size>14</size>
33952       </method>
33953       <method name="Void Main()">
33954         <size>15</size>
33955       </method>
33956       <method name="SuperDecimal op_Implicit(Decimal)">
33957         <size>7</size>
33958       </method>
33959     </type>
33960   </test>
33961   <test name="test-387.cs">
33962     <type name="ObjectID">
33963       <method name="Void .ctor(Int64)">
33964         <size>8</size>
33965       </method>
33966       <method name="Void Main()">
33967         <size>22</size>
33968       </method>
33969       <method name="Int64 op_Implicit(ObjectID)">
33970         <size>8</size>
33971       </method>
33972       <method name="ObjectID op_Implicit(Int64)">
33973         <size>7</size>
33974       </method>
33975     </type>
33976   </test>
33977   <test name="test-388.cs">
33978     <type name="Schemas.basefieldtype">
33979       <method name="Void .ctor()">
33980         <size>7</size>
33981       </method>
33982       <method name="System.Object Instantiate()">
33983         <size>2</size>
33984       </method>
33985     </type>
33986     <type name="Schemas.fieldtype">
33987       <method name="Void .ctor()">
33988         <size>7</size>
33989       </method>
33990       <method name="System.Object Instantiate()">
33991         <size>18</size>
33992       </method>
33993     </type>
33994     <type name="Schemas.compoundfield">
33995       <method name="Void .ctor()">
33996         <size>7</size>
33997       </method>
33998       <method name="System.Object Instantiate()">
33999         <size>18</size>
34000       </method>
34001     </type>
34002     <type name="Schemas.field">
34003       <method name="Void .ctor()">
34004         <size>7</size>
34005       </method>
34006       <method name="System.Object Instantiate()">
34007         <size>18</size>
34008       </method>
34009     </type>
34010     <type name="Schemas.formdata">
34011       <method name="Void .ctor()">
34012         <size>7</size>
34013       </method>
34014       <method name="System.Object Instantiate()">
34015         <size>12</size>
34016       </method>
34017     </type>
34018     <type name="Schemas.M">
34019       <method name="Void .ctor()">
34020         <size>7</size>
34021       </method>
34022       <method name="Void Main()">
34023         <size>1</size>
34024       </method>
34025     </type>
34026   </test>
34027   <test name="test-389.cs">
34028     <type name="Schemas.basefieldtype">
34029       <method name="Void .ctor()">
34030         <size>7</size>
34031       </method>
34032       <method name="System.Object Instantiate()">
34033         <size>2</size>
34034       </method>
34035     </type>
34036     <type name="Schemas.fieldtype">
34037       <method name="Void .ctor()">
34038         <size>7</size>
34039       </method>
34040       <method name="System.Object Instantiate()">
34041         <size>18</size>
34042       </method>
34043     </type>
34044     <type name="Schemas.compoundfield">
34045       <method name="Void .ctor()">
34046         <size>7</size>
34047       </method>
34048       <method name="System.Object Instantiate()">
34049         <size>18</size>
34050       </method>
34051     </type>
34052     <type name="Schemas.field">
34053       <method name="Void .ctor()">
34054         <size>7</size>
34055       </method>
34056       <method name="System.Object Instantiate()">
34057         <size>18</size>
34058       </method>
34059     </type>
34060     <type name="Schemas.formdata">
34061       <method name="Void .ctor()">
34062         <size>7</size>
34063       </method>
34064       <method name="System.Object Instantiate()">
34065         <size>12</size>
34066       </method>
34067     </type>
34068     <type name="Schemas.M">
34069       <method name="Void .ctor()">
34070         <size>7</size>
34071       </method>
34072       <method name="Void Main()">
34073         <size>1</size>
34074       </method>
34075     </type>
34076   </test>
34077   <test name="test-39.cs">
34078     <type name="SimpleAttribute">
34079       <method name="Void .ctor(String)">
34080         <size>14</size>
34081       </method>
34082       <method name="System.String get_AnotherArg()">
34083         <size>7</size>
34084       </method>
34085       <method name="Void set_AnotherArg(System.String)">
34086         <size>8</size>
34087       </method>
34088       <method name="Int64 get_LongValue()">
34089         <size>3</size>
34090       </method>
34091       <method name="Void set_LongValue(Int64)">
34092         <size>1</size>
34093       </method>
34094       <method name="System.Int64[] get_ArrayValue()">
34095         <size>7</size>
34096       </method>
34097       <method name="Void set_ArrayValue(System.Int64[])">
34098         <size>1</size>
34099       </method>
34100     </type>
34101     <type name="Blah2">
34102       <method name="Void .ctor()">
34103         <size>7</size>
34104       </method>
34105     </type>
34106     <type name="Blah3">
34107       <method name="Void .ctor()">
34108         <size>7</size>
34109       </method>
34110     </type>
34111     <type name="Blah">
34112       <method name="Void .ctor()">
34113         <size>7</size>
34114       </method>
34115       <method name="Int32 Main()">
34116         <size>181</size>
34117       </method>
34118     </type>
34119   </test>
34120   <test name="test-390.cs">
34121     <type name="C">
34122       <method name="Void .ctor()">
34123         <size>7</size>
34124       </method>
34125       <method name="Void Main()">
34126         <size>1</size>
34127       </method>
34128     </type>
34129     <type name="C+O">
34130       <method name="Void .ctor()">
34131         <size>7</size>
34132       </method>
34133       <method name="Void Foo()">
34134         <size>1</size>
34135       </method>
34136     </type>
34137     <type name="C+N">
34138       <method name="Void .ctor()">
34139         <size>7</size>
34140       </method>
34141       <method name="Void Foo()">
34142         <size>1</size>
34143       </method>
34144     </type>
34145     <type name="C+M">
34146       <method name="Void .ctor()">
34147         <size>7</size>
34148       </method>
34149     </type>
34150   </test>
34151   <test name="test-391.cs">
34152     <type name="C">
34153       <method name="Void .ctor()">
34154         <size>7</size>
34155       </method>
34156       <method name="Void Foo(Int32)">
34157         <size>1</size>
34158       </method>
34159       <method name="Void Foo(Int32 ByRef)">
34160         <size>1</size>
34161       </method>
34162       <method name="Void Bar(Boolean ByRef)">
34163         <size>4</size>
34164       </method>
34165       <method name="Void Bar(Boolean)">
34166         <size>1</size>
34167       </method>
34168       <method name="Void Main()">
34169         <size>1</size>
34170       </method>
34171     </type>
34172   </test>
34173   <test name="test-392.cs">
34174     <type name="C">
34175       <method name="Int32 Test()">
34176         <size>80</size>
34177       </method>
34178       <method name="Int32 Main()">
34179         <size>16</size>
34180       </method>
34181     </type>
34182     <type name="C+S">
34183       <method name="Void .ctor(Int32)">
34184         <size>8</size>
34185       </method>
34186     </type>
34187   </test>
34188   <test name="test-393.cs">
34189     <type name="A">
34190       <method name="Void .ctor(String)">
34191         <size>24</size>
34192       </method>
34193       <method name="Void .ctor()">
34194         <size>7</size>
34195       </method>
34196       <method name="System.String get_Name()">
34197         <size>7</size>
34198       </method>
34199     </type>
34200     <type name="B">
34201       <method name="Void .ctor(String)">
34202         <size>24</size>
34203       </method>
34204       <method name="Void .ctor()">
34205         <size>7</size>
34206       </method>
34207     </type>
34208     <type name="C">
34209       <method name="Void .ctor(String)">
34210         <size>24</size>
34211       </method>
34212     </type>
34213     <type name="Tester">
34214       <method name="Void .ctor()">
34215         <size>7</size>
34216       </method>
34217       <method name="A MethodSampleA(System.String)">
34218         <size>7</size>
34219       </method>
34220       <method name="B MethodSampleB(System.String)">
34221         <size>7</size>
34222       </method>
34223       <method name="C MethodSampleC(System.String)">
34224         <size>7</size>
34225       </method>
34226       <method name="Void Main()">
34227         <size>113</size>
34228       </method>
34229     </type>
34230     <type name="Tester+MethodHandler">
34231       <method name="Void .ctor(Object, IntPtr)">
34232         <size>0</size>
34233       </method>
34234       <method name="A Invoke(System.String)">
34235         <size>0</size>
34236       </method>
34237       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
34238         <size>0</size>
34239       </method>
34240       <method name="A EndInvoke(IAsyncResult)">
34241         <size>0</size>
34242       </method>
34243     </type>
34244   </test>
34245   <test name="test-394.cs">
34246     <type name="A">
34247       <method name="Void .ctor(String)">
34248         <size>24</size>
34249       </method>
34250       <method name="Void .ctor()">
34251         <size>7</size>
34252       </method>
34253       <method name="System.String get_Name()">
34254         <size>7</size>
34255       </method>
34256     </type>
34257     <type name="B">
34258       <method name="Void .ctor(String)">
34259         <size>24</size>
34260       </method>
34261       <method name="Void .ctor()">
34262         <size>7</size>
34263       </method>
34264     </type>
34265     <type name="C">
34266       <method name="Void .ctor(String, String)">
34267         <size>31</size>
34268       </method>
34269       <method name="System.String get_Value()">
34270         <size>7</size>
34271       </method>
34272     </type>
34273     <type name="Tester">
34274       <method name="Void .ctor()">
34275         <size>7</size>
34276       </method>
34277       <method name="System.String MethodSampleA(A)">
34278         <size>7</size>
34279       </method>
34280       <method name="System.String MethodSampleB(B)">
34281         <size>7</size>
34282       </method>
34283       <method name="System.String MethodSampleC(C)">
34284         <size>23</size>
34285       </method>
34286       <method name="Void Main()">
34287         <size>128</size>
34288       </method>
34289     </type>
34290     <type name="Tester+MethodHandler">
34291       <method name="Void .ctor(Object, IntPtr)">
34292         <size>0</size>
34293       </method>
34294       <method name="System.String Invoke(C)">
34295         <size>0</size>
34296       </method>
34297       <method name="IAsyncResult BeginInvoke(C, System.AsyncCallback, System.Object)">
34298         <size>0</size>
34299       </method>
34300       <method name="System.String EndInvoke(IAsyncResult)">
34301         <size>0</size>
34302       </method>
34303     </type>
34304   </test>
34305   <test name="test-395.cs">
34306     <type name="A">
34307       <method name="Void .ctor(String)">
34308         <size>24</size>
34309       </method>
34310       <method name="Void .ctor()">
34311         <size>7</size>
34312       </method>
34313       <method name="System.String get_Name()">
34314         <size>7</size>
34315       </method>
34316     </type>
34317     <type name="B">
34318       <method name="Void .ctor(String)">
34319         <size>24</size>
34320       </method>
34321       <method name="Void .ctor()">
34322         <size>7</size>
34323       </method>
34324     </type>
34325     <type name="C">
34326       <method name="Void .ctor(String, String)">
34327         <size>31</size>
34328       </method>
34329       <method name="System.String get_Value()">
34330         <size>7</size>
34331       </method>
34332     </type>
34333     <type name="Tester">
34334       <method name="Void .ctor()">
34335         <size>7</size>
34336       </method>
34337       <method name="Void MethodSample(B, A, C)">
34338         <size>55</size>
34339       </method>
34340       <method name="Void Main()">
34341         <size>71</size>
34342       </method>
34343     </type>
34344     <type name="Tester+MethodHandler">
34345       <method name="Void .ctor(Object, IntPtr)">
34346         <size>0</size>
34347       </method>
34348       <method name="Void Invoke(C, C, C)">
34349         <size>0</size>
34350       </method>
34351       <method name="IAsyncResult BeginInvoke(C, C, C, System.AsyncCallback, System.Object)">
34352         <size>0</size>
34353       </method>
34354       <method name="Void EndInvoke(IAsyncResult)">
34355         <size>0</size>
34356       </method>
34357     </type>
34358   </test>
34359   <test name="test-396.cs">
34360     <type name="MainClass">
34361       <method name="Void .ctor()">
34362         <size>7</size>
34363       </method>
34364       <method name="Int32 Main()">
34365         <size>22</size>
34366       </method>
34367     </type>
34368   </test>
34369   <test name="test-397.cs">
34370     <type name="TypeCheckAttribute">
34371       <method name="Void .ctor()">
34372         <size>7</size>
34373       </method>
34374     </type>
34375     <type name="PropertyCheckAttribute">
34376       <method name="Void .ctor()">
34377         <size>7</size>
34378       </method>
34379     </type>
34380     <type name="AccessorCheckAttribute">
34381       <method name="Void .ctor(MethodAttributes)">
34382         <size>14</size>
34383       </method>
34384       <method name="MethodAttributes get_Attributes()">
34385         <size>7</size>
34386       </method>
34387     </type>
34388     <type name="Test">
34389       <method name="Void .ctor()">
34390         <size>7</size>
34391       </method>
34392       <method name="Int32 Main(System.String[])">
34393         <size>132</size>
34394       </method>
34395       <method name="Void CheckFlags(System.Reflection.PropertyInfo, System.Reflection.MethodInfo)">
34396         <size>153</size>
34397       </method>
34398     </type>
34399     <type name="A">
34400       <method name="Void .ctor()">
34401         <size>7</size>
34402       </method>
34403       <method name="Int32 get_Value1()">
34404         <size>2</size>
34405       </method>
34406       <method name="Void set_Value1(Int32)">
34407         <size>1</size>
34408       </method>
34409       <method name="Int32 get_Value2()">
34410         <size>2</size>
34411       </method>
34412       <method name="Void set_Value2(Int32)">
34413         <size>1</size>
34414       </method>
34415       <method name="Int32 get_Value3()">
34416         <size>2</size>
34417       </method>
34418       <method name="Void set_Value3(Int32)">
34419         <size>1</size>
34420       </method>
34421       <method name="Int32 get_Value4()">
34422         <size>2</size>
34423       </method>
34424       <method name="Void set_Value4(Int32)">
34425         <size>1</size>
34426       </method>
34427       <method name="Int32 get_Value5()">
34428         <size>2</size>
34429       </method>
34430       <method name="Void set_Value5(Int32)">
34431         <size>1</size>
34432       </method>
34433     </type>
34434   </test>
34435   <test name="test-398.cs">
34436     <type name="Tester">
34437       <method name="Void .ctor()">
34438         <size>7</size>
34439       </method>
34440       <method name="Void Main()">
34441         <size>118</size>
34442       </method>
34443     </type>
34444     <type name="A">
34445       <method name="Void .ctor(Int32)">
34446         <size>14</size>
34447       </method>
34448       <method name="Int32 get_Count()">
34449         <size>7</size>
34450       </method>
34451       <method name="Void set_Count(Int32)">
34452         <size>8</size>
34453       </method>
34454       <method name="Int32 get_Item(Int32)">
34455         <size>2</size>
34456       </method>
34457       <method name="System.String get_Message()">
34458         <size>6</size>
34459       </method>
34460     </type>
34461     <type name="B">
34462       <method name="Void .ctor(Int32)">
34463         <size>8</size>
34464       </method>
34465       <method name="Void set_Count(Int32)">
34466         <size>1</size>
34467       </method>
34468       <method name="Void SetCount(Int32)">
34469         <size>8</size>
34470       </method>
34471       <method name="Int32 get_Item(Int32)">
34472         <size>8</size>
34473       </method>
34474       <method name="System.String get_Message()">
34475         <size>6</size>
34476       </method>
34477       <method name="Void set_Message(System.String)">
34478         <size>1</size>
34479       </method>
34480     </type>
34481   </test>
34482   <test name="test-399.cs">
34483     <type name="TestVararg">
34484       <method name="Void .ctor()">
34485         <size>7</size>
34486       </method>
34487       <method name="Int32 Main()">
34488         <size>345</size>
34489       </method>
34490       <method name="Void F(RuntimeArgumentHandle)">
34491         <size>1</size>
34492       </method>
34493       <method name="Void G(...)">
34494         <size>22</size>
34495       </method>
34496     </type>
34497   </test>
34498   <test name="test-4.cs">
34499     <type name="X">
34500       <method name="Void .ctor()">
34501         <size>7</size>
34502       </method>
34503       <method name="Void test(SByte)">
34504         <size>8</size>
34505       </method>
34506       <method name="Void test(Int32)">
34507         <size>8</size>
34508       </method>
34509       <method name="Int32 Main()">
34510         <size>102</size>
34511       </method>
34512     </type>
34513   </test>
34514   <test name="test-40.cs">
34515     <type name="Blah">
34516       <method name="Void .ctor()">
34517         <size>7</size>
34518       </method>
34519       <method name="Int32 Main()">
34520         <size>203</size>
34521       </method>
34522     </type>
34523   </test>
34524   <test name="test-400.cs">
34525     <type name="X">
34526       <method name="Void .ctor()">
34527         <size>7</size>
34528       </method>
34529       <method name="Void .cctor()">
34530         <size>52</size>
34531       </method>
34532       <method name="Int32 TestDereference()">
34533         <size>89</size>
34534       </method>
34535       <method name="Int32 TestPtrAdd()">
34536         <size>86</size>
34537       </method>
34538       <method name="Int32 TestPtrAssign()">
34539         <size>198</size>
34540       </method>
34541       <method name="Int32 TestPtrArithmetic()">
34542         <size>226</size>
34543       </method>
34544       <method name="Int32 TestMultiple()">
34545         <size>93</size>
34546       </method>
34547       <method name="Int32 Main()">
34548         <size>82</size>
34549       </method>
34550     </type>
34551   </test>
34552   <test name="test-401.cs">
34553     <type name="X">
34554       <method name="Void .ctor()">
34555         <size>7</size>
34556       </method>
34557       <method name="Int32 Main()">
34558         <size>170</size>
34559       </method>
34560     </type>
34561   </test>
34562   <test name="test-402.cs">
34563     <type name="X">
34564       <method name="Void .ctor()">
34565         <size>7</size>
34566       </method>
34567       <method name="Int32 Main()">
34568         <size>18</size>
34569       </method>
34570     </type>
34571   </test>
34572   <test name="test-403.cs">
34573     <type name="Foo">
34574       <method name="Void .ctor()">
34575         <size>7</size>
34576       </method>
34577       <method name="Int32 Main()">
34578         <size>91</size>
34579       </method>
34580     </type>
34581   </test>
34582   <test name="test-404.cs">
34583     <type name="X">
34584       <method name="Void .ctor()">
34585         <size>7</size>
34586       </method>
34587       <method name="Int32 Main()">
34588         <size>48</size>
34589       </method>
34590       <method name="Int32* get_v()">
34591         <size>20</size>
34592       </method>
34593     </type>
34594   </test>
34595   <test name="test-405.cs">
34596     <type name="testapp.LibTestAPI">
34597       <method name="Void .ctor()">
34598         <size>7</size>
34599       </method>
34600       <method name="Void Create()">
34601         <size>17</size>
34602       </method>
34603     </type>
34604     <type name="testapp.TestApp">
34605       <method name="Void .ctor()">
34606         <size>7</size>
34607       </method>
34608       <method name="Void Main(System.String[])">
34609         <size>13</size>
34610       </method>
34611     </type>
34612   </test>
34613   <test name="test-406.cs">
34614     <type name="TestCase.Test">
34615       <method name="Void .ctor()">
34616         <size>7</size>
34617       </method>
34618       <method name="Int32 Main(System.String[])">
34619         <size>180</size>
34620       </method>
34621       <method name="UInt32 DoOp(UInt32*)">
34622         <size>11</size>
34623       </method>
34624       <method name="UInt32 DoOp2(UInt32*)">
34625         <size>10</size>
34626       </method>
34627     </type>
34628   </test>
34629   <test name="test-407.cs">
34630     <type name="MainClass">
34631       <method name="Void .ctor()">
34632         <size>7</size>
34633       </method>
34634       <method name="Void Main()">
34635         <size>12</size>
34636       </method>
34637     </type>
34638   </test>
34639   <test name="test-408.cs">
34640     <type name="T">
34641       <method name="Void .ctor()">
34642         <size>7</size>
34643       </method>
34644       <method name="Int32 Main()">
34645         <size>44</size>
34646       </method>
34647     </type>
34648   </test>
34649   <test name="test-409.cs">
34650     <type name="X">
34651       <method name="Int32 Main()">
34652         <size>27</size>
34653       </method>
34654     </type>
34655   </test>
34656   <test name="test-41.cs">
34657     <type name="X">
34658       <method name="Void .ctor()">
34659         <size>7</size>
34660       </method>
34661       <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)">
34662         <size>188</size>
34663       </method>
34664       <method name="Int32 Main()">
34665         <size>228</size>
34666       </method>
34667     </type>
34668   </test>
34669   <test name="test-410.cs">
34670     <type name="B">
34671       <method name="Void .ctor()">
34672         <size>7</size>
34673       </method>
34674       <method name="Int32 Main()">
34675         <size>28</size>
34676       </method>
34677     </type>
34678   </test>
34679   <test name="test-411.cs">
34680     <type name="QtSamples.QtClass">
34681       <method name="Void .ctor()">
34682         <size>24</size>
34683       </method>
34684       <method name="Void pressEvent()">
34685         <size>1</size>
34686       </method>
34687     </type>
34688     <type name="QtSamples.Testing">
34689       <method name="Void .ctor()">
34690         <size>7</size>
34691       </method>
34692       <method name="Int32 Main()">
34693         <size>8</size>
34694       </method>
34695     </type>
34696   </test>
34697   <test name="test-412.cs">
34698     <type name="Foo.Baz">
34699       <method name="Void .ctor()">
34700         <size>7</size>
34701       </method>
34702       <method name="Void Main()">
34703         <size>1</size>
34704       </method>
34705     </type>
34706   </test>
34707   <test name="test-413.cs">
34708     <type name="Driver">
34709       <method name="Void .ctor()">
34710         <size>7</size>
34711       </method>
34712       <method name="Void Main()">
34713         <size>6</size>
34714       </method>
34715     </type>
34716   </test>
34717   <test name="test-414.cs">
34718     <type name="BB">
34719       <method name="Void .ctor()">
34720         <size>7</size>
34721       </method>
34722       <method name="System.String get_Data()">
34723         <size>2</size>
34724       </method>
34725       <method name="Void Main()">
34726         <size>1</size>
34727       </method>
34728     </type>
34729   </test>
34730   <test name="test-415.cs">
34731     <type name="MyTestExtended">
34732       <method name="Void .ctor()">
34733         <size>7</size>
34734       </method>
34735       <method name="System.String GetName()">
34736         <size>6</size>
34737       </method>
34738       <method name="Void Main(System.String[])">
34739         <size>33</size>
34740       </method>
34741     </type>
34742   </test>
34743   <test name="test-417.cs">
34744     <type name="blah2.MyClass">
34745       <method name="Void .ctor()">
34746         <size>7</size>
34747       </method>
34748       <method name="Void add_DoSomething(blah.MyFunnyDelegate)">
34749         <size>24</size>
34750       </method>
34751       <method name="Void remove_DoSomething(blah.MyFunnyDelegate)">
34752         <size>24</size>
34753       </method>
34754       <method name="Void DoSomethingFunny()">
34755         <size>46</size>
34756       </method>
34757       <method name="Void Main(System.String[])">
34758         <size>13</size>
34759       </method>
34760     </type>
34761   </test>
34762   <test name="test-419.cs">
34763     <type name="Test">
34764       <method name="Void .ctor()">
34765         <size>7</size>
34766       </method>
34767       <method name="Void Main()">
34768         <size>7</size>
34769       </method>
34770     </type>
34771   </test>
34772   <test name="test-42.cs">
34773     <type name="X">
34774       <method name="Void .ctor()">
34775         <size>7</size>
34776       </method>
34777       <method name="Int32 get_Item(Int32)">
34778         <size>14</size>
34779       </method>
34780       <method name="Void set_Item(Int32, Int32)">
34781         <size>15</size>
34782       </method>
34783       <method name="Int32 get_P()">
34784         <size>7</size>
34785       </method>
34786       <method name="Void set_P(Int32)">
34787         <size>8</size>
34788       </method>
34789     </type>
34790     <type name="Z">
34791       <method name="Void .ctor()">
34792         <size>7</size>
34793       </method>
34794       <method name="Z get_P()">
34795         <size>2</size>
34796       </method>
34797       <method name="Void set_P(Z)">
34798         <size>1</size>
34799       </method>
34800       <method name="Z op_Increment(Z)">
34801         <size>16</size>
34802       </method>
34803     </type>
34804     <type name="Y">
34805       <method name="Void .ctor()">
34806         <size>7</size>
34807       </method>
34808       <method name="Int32 p_pre_increment(X)">
34809         <size>18</size>
34810       </method>
34811       <method name="Int32 p_post_increment(X)">
34812         <size>18</size>
34813       </method>
34814       <method name="Int32 i_pre_increment(X)">
34815         <size>27</size>
34816       </method>
34817       <method name="Int32 i_post_increment(X)">
34818         <size>27</size>
34819       </method>
34820       <method name="Z overload_increment(Z)">
34821         <size>10</size>
34822       </method>
34823       <method name="Z overload_pre_increment(Z)">
34824         <size>10</size>
34825       </method>
34826       <method name="Z ugly(Z)">
34827         <size>21</size>
34828       </method>
34829       <method name="Int32 simple(Int32)">
34830         <size>62</size>
34831       </method>
34832       <method name="Int32 arrays()">
34833         <size>234</size>
34834       </method>
34835       <method name="Int32 Main()">
34836         <size>161</size>
34837       </method>
34838     </type>
34839   </test>
34840   <test name="test-420.cs">
34841     <type name="Test">
34842       <method name="Void .ctor()">
34843         <size>7</size>
34844       </method>
34845       <method name="Void Main()">
34846         <size>7</size>
34847       </method>
34848     </type>
34849   </test>
34850   <test name="test-421.cs">
34851     <type name="A">
34852       <method name="Void .ctor()">
34853         <size>7</size>
34854       </method>
34855       <method name="Void SetObject(System.String)">
34856         <size>12</size>
34857       </method>
34858     </type>
34859     <type name="B">
34860       <method name="Void .ctor()">
34861         <size>7</size>
34862       </method>
34863     </type>
34864     <type name="C">
34865       <method name="Void .ctor()">
34866         <size>7</size>
34867       </method>
34868       <method name="Void .cctor()">
34869         <size>1</size>
34870       </method>
34871       <method name="Void SetObject(System.String)">
34872         <size>18</size>
34873       </method>
34874     </type>
34875     <type name="X">
34876       <method name="Void .ctor()">
34877         <size>7</size>
34878       </method>
34879       <method name="Int32 Main(System.String[])">
34880         <size>31</size>
34881       </method>
34882     </type>
34883   </test>
34884   <test name="test-422.cs">
34885     <type name="HelloWorld.MainClass">
34886       <method name="Void .ctor()">
34887         <size>7</size>
34888       </method>
34889       <method name="Void .cctor()">
34890         <size>17</size>
34891       </method>
34892       <method name="Void Main(System.String[])">
34893         <size>1</size>
34894       </method>
34895       <method name="Boolean CheckTrueThat()">
34896         <size>2</size>
34897       </method>
34898     </type>
34899   </test>
34900   <test name="test-423.cs">
34901     <type name="Test">
34902       <method name="Void .ctor()">
34903         <size>7</size>
34904       </method>
34905       <method name="Void Func(Int32 ByRef)">
34906         <size>12</size>
34907       </method>
34908       <method name="Void Main()">
34909         <size>10</size>
34910       </method>
34911       <method name="Void lowLevelCall(Int32*)">
34912         <size>1</size>
34913       </method>
34914     </type>
34915   </test>
34916   <test name="test-424.cs">
34917     <type name="XX">
34918       <method name="Void .ctor()">
34919         <size>7</size>
34920       </method>
34921       <method name="Void Metodo(System.Exception)">
34922         <size>37</size>
34923       </method>
34924       <method name="IEnumerable X()">
34925         <size>16</size>
34926       </method>
34927       <method name="Void Main()">
34928         <size>65</size>
34929       </method>
34930     </type>
34931     <type name="XX+&lt;X&gt;c__Iterator0">
34932       <method name="Void .ctor()">
34933         <size>7</size>
34934       </method>
34935       <method name="System.Object System.Collections.IEnumerator.get_Current()">
34936         <size>7</size>
34937       </method>
34938       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
34939         <size>7</size>
34940       </method>
34941       <method name="Boolean MoveNext()">
34942         <size>105</size>
34943       </method>
34944       <method name="Void Dispose()">
34945         <size>8</size>
34946       </method>
34947       <method name="Void Reset()">
34948         <size>6</size>
34949       </method>
34950       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
34951         <size>7</size>
34952       </method>
34953       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
34954         <size>26</size>
34955       </method>
34956     </type>
34957   </test>
34958   <test name="test-425.cs">
34959     <type name="A">
34960       <method name="Void .ctor()">
34961         <size>7</size>
34962       </method>
34963       <method name="Void Main()">
34964         <size>1</size>
34965       </method>
34966     </type>
34967     <type name="AAttribute">
34968       <method name="Void .ctor()">
34969         <size>7</size>
34970       </method>
34971     </type>
34972   </test>
34973   <test name="test-426.cs">
34974     <type name="X">
34975       <method name="Void .ctor()">
34976         <size>7</size>
34977       </method>
34978       <method name="Void Main()">
34979         <size>11</size>
34980       </method>
34981     </type>
34982   </test>
34983   <test name="test-427.cs">
34984     <type name="X">
34985       <method name="Void .ctor()">
34986         <size>7</size>
34987       </method>
34988       <method name="Void Main()">
34989         <size>11</size>
34990       </method>
34991     </type>
34992   </test>
34993   <test name="test-428.cs">
34994     <type name="A">
34995       <method name="Void .ctor()">
34996         <size>7</size>
34997       </method>
34998     </type>
34999     <type name="X">
35000       <method name="Void .ctor()">
35001         <size>7</size>
35002       </method>
35003       <method name="Void Main()">
35004         <size>18</size>
35005       </method>
35006     </type>
35007     <type name="X+A">
35008       <method name="Void .ctor()">
35009         <size>7</size>
35010       </method>
35011     </type>
35012   </test>
35013   <test name="test-429.cs">
35014     <type name="Foo.A">
35015       <method name="Void .ctor()">
35016         <size>7</size>
35017       </method>
35018     </type>
35019     <type name="A">
35020       <method name="Void .ctor()">
35021         <size>7</size>
35022       </method>
35023     </type>
35024     <type name="X">
35025       <method name="Void .ctor()">
35026         <size>7</size>
35027       </method>
35028       <method name="Void Main()">
35029         <size>18</size>
35030       </method>
35031     </type>
35032   </test>
35033   <test name="test-43.cs">
35034     <type name="X">
35035       <method name="Void .ctor()">
35036         <size>7</size>
35037       </method>
35038       <method name="Int32 test_single(System.Int32[])">
35039         <size>34</size>
35040       </method>
35041       <method name="Int32 test_continue(System.Int32[])">
35042         <size>57</size>
35043       </method>
35044       <method name="Boolean test_double(System.Double[])">
35045         <size>61</size>
35046       </method>
35047       <method name="Int32 test_break(System.Int32[])">
35048         <size>57</size>
35049       </method>
35050       <method name="Boolean test_multi(System.Int32[,])">
35051         <size>84</size>
35052       </method>
35053       <method name="Int32 Main()">
35054         <size>284</size>
35055       </method>
35056     </type>
35057     <type name="&lt;PrivateImplementationDetails&gt;">
35058       <method name="Void .ctor()">
35059         <size>7</size>
35060       </method>
35061     </type>
35062   </test>
35063   <test name="test-430.cs">
35064     <type name="A">
35065       <method name="Void .ctor()">
35066         <size>7</size>
35067       </method>
35068     </type>
35069     <type name="X">
35070       <method name="Void .ctor()">
35071         <size>7</size>
35072       </method>
35073       <method name="Void Main()">
35074         <size>18</size>
35075       </method>
35076     </type>
35077     <type name="X+A">
35078       <method name="Void .ctor()">
35079         <size>7</size>
35080       </method>
35081     </type>
35082   </test>
35083   <test name="test-431.cs">
35084     <type name="Foo.A">
35085       <method name="Void .ctor()">
35086         <size>7</size>
35087       </method>
35088     </type>
35089     <type name="X">
35090       <method name="Void .ctor()">
35091         <size>7</size>
35092       </method>
35093       <method name="Void Main()">
35094         <size>18</size>
35095       </method>
35096     </type>
35097   </test>
35098   <test name="test-432.cs">
35099     <type name="Foo.A">
35100       <method name="Void .ctor()">
35101         <size>7</size>
35102       </method>
35103     </type>
35104     <type name="X">
35105       <method name="Void .ctor()">
35106         <size>7</size>
35107       </method>
35108       <method name="Void Main()">
35109         <size>18</size>
35110       </method>
35111     </type>
35112   </test>
35113   <test name="test-433.cs">
35114     <type name="Foo.A">
35115       <method name="Void .ctor()">
35116         <size>7</size>
35117       </method>
35118     </type>
35119     <type name="X">
35120       <method name="Void .ctor()">
35121         <size>7</size>
35122       </method>
35123       <method name="Void .cctor()">
35124         <size>11</size>
35125       </method>
35126       <method name="Void Main()">
35127         <size>16</size>
35128       </method>
35129     </type>
35130   </test>
35131   <test name="test-434.cs">
35132     <type name="Foo.A">
35133       <method name="Void .ctor()">
35134         <size>7</size>
35135       </method>
35136     </type>
35137     <type name="X">
35138       <method name="Void .ctor()">
35139         <size>7</size>
35140       </method>
35141       <method name="Void .cctor()">
35142         <size>11</size>
35143       </method>
35144       <method name="Void Main()">
35145         <size>16</size>
35146       </method>
35147     </type>
35148   </test>
35149   <test name="test-435.cs">
35150     <type name="X">
35151       <method name="Void .ctor()">
35152         <size>7</size>
35153       </method>
35154       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
35155         <size>2</size>
35156       </method>
35157       <method name="Void Main()">
35158         <size>7</size>
35159       </method>
35160     </type>
35161   </test>
35162   <test name="test-436.cs">
35163     <type name="X">
35164       <method name="Void .ctor()">
35165         <size>7</size>
35166       </method>
35167       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
35168         <size>2</size>
35169       </method>
35170       <method name="Void Main()">
35171         <size>7</size>
35172       </method>
35173     </type>
35174   </test>
35175   <test name="test-437.cs">
35176     <type name="T2">
35177       <method name="Void .ctor()">
35178         <size>7</size>
35179       </method>
35180     </type>
35181     <type name="Test">
35182       <method name="Void .ctor()">
35183         <size>7</size>
35184       </method>
35185       <method name="Void Main()">
35186         <size>65</size>
35187       </method>
35188     </type>
35189   </test>
35190   <test name="test-438.cs">
35191     <type name="Program">
35192       <method name="Void .ctor()">
35193         <size>7</size>
35194       </method>
35195       <method name="Void Main(System.String[])">
35196         <size>40</size>
35197       </method>
35198     </type>
35199   </test>
35200   <test name="test-439.cs">
35201     <type name="Test">
35202       <method name="Void .ctor()">
35203         <size>7</size>
35204       </method>
35205       <method name="Void Main()">
35206         <size>45</size>
35207       </method>
35208     </type>
35209     <type name="LayerMask">
35210       <method name="Int32 op_Implicit(LayerMask)">
35211         <size>8</size>
35212       </method>
35213       <method name="LayerMask op_Implicit(Int32)">
35214         <size>11</size>
35215       </method>
35216     </type>
35217   </test>
35218   <test name="test-44.cs">
35219     <type name="X">
35220       <method name="Void .ctor()">
35221         <size>7</size>
35222       </method>
35223       <method name="Int32 dob(System.Int32[,])">
35224         <size>80</size>
35225       </method>
35226       <method name="Int32 count(System.Object)">
35227         <size>39</size>
35228       </method>
35229       <method name="Int32 Main()">
35230         <size>133</size>
35231       </method>
35232     </type>
35233   </test>
35234   <test name="test-440.cs">
35235     <type name="A">
35236       <method name="Void .ctor()">
35237         <size>7</size>
35238       </method>
35239       <method name="Void Main()">
35240         <size>26</size>
35241       </method>
35242       <method name="Double op_Implicit(A)">
35243         <size>10</size>
35244       </method>
35245       <method name="Int32 op_Implicit(A)">
35246         <size>2</size>
35247       </method>
35248     </type>
35249   </test>
35250   <test name="test-441.cs">
35251     <type name="Test">
35252       <method name="Void .ctor()">
35253         <size>7</size>
35254       </method>
35255       <method name="Void .cctor()">
35256         <size>1</size>
35257       </method>
35258       <method name="Void Main()">
35259         <size>25</size>
35260       </method>
35261     </type>
35262   </test>
35263   <test name="test-442.cs">
35264     <type name="ConsoleApplication1.Program">
35265       <method name="Void .ctor()">
35266         <size>7</size>
35267       </method>
35268       <method name="Void Main(System.String[])">
35269         <size>70</size>
35270       </method>
35271     </type>
35272   </test>
35273   <test name="test-443.cs">
35274     <type name="C">
35275       <method name="Void .ctor(ITopic)">
35276         <size>31</size>
35277       </method>
35278       <method name="Void Main()">
35279         <size>1</size>
35280       </method>
35281     </type>
35282   </test>
35283   <test name="test-444.cs">
35284     <type name="쯠쯡쯢">
35285       <method name="Void .ctor()">
35286         <size>7</size>
35287       </method>
35288       <method name="Void Main()">
35289         <size>1</size>
35290       </method>
35291     </type>
35292   </test>
35293   <test name="test-445.cs">
35294     <type name="ConvFromInt">
35295       <method name="Void .ctor()">
35296         <size>14</size>
35297       </method>
35298       <method name="Void .ctor(Int32)">
35299         <size>16</size>
35300       </method>
35301       <method name="ConvFromInt op_Implicit(Int32)">
35302         <size>7</size>
35303       </method>
35304     </type>
35305     <type name="Foo">
35306       <method name="Void .ctor()">
35307         <size>7</size>
35308       </method>
35309       <method name="Void .cctor()">
35310         <size>45</size>
35311       </method>
35312       <method name="Void Main()">
35313         <size>111</size>
35314       </method>
35315     </type>
35316   </test>
35317   <test name="test-446.cs">
35318     <type name="FooTest">
35319       <method name="Void .ctor()">
35320         <size>7</size>
35321       </method>
35322       <method name="Void Main()">
35323         <size>8</size>
35324       </method>
35325       <method name="Void Foo(UInt64)">
35326         <size>1</size>
35327       </method>
35328     </type>
35329   </test>
35330   <test name="test-447.cs">
35331     <type name="System.MonoTODOAttribute">
35332       <method name="Void .ctor()">
35333         <size>7</size>
35334       </method>
35335     </type>
35336     <type name="System.Web.HttpBrowserCapabilities">
35337       <method name="Void .ctor()">
35338         <size>7</size>
35339       </method>
35340       <method name="System.Version get_A()">
35341         <size>6</size>
35342       </method>
35343     </type>
35344     <type name="Test">
35345       <method name="Void .ctor()">
35346         <size>7</size>
35347       </method>
35348       <method name="Void Main()">
35349         <size>1</size>
35350       </method>
35351     </type>
35352   </test>
35353   <test name="test-448.cs">
35354     <type name="MonoDivideProblem">
35355       <method name="Void .ctor()">
35356         <size>7</size>
35357       </method>
35358       <method name="Void .cctor()">
35359         <size>17</size>
35360       </method>
35361       <method name="Void Main(System.String[])">
35362         <size>27</size>
35363       </method>
35364     </type>
35365   </test>
35366   <test name="test-449.cs">
35367     <type name="X">
35368       <method name="Void .ctor()">
35369         <size>7</size>
35370       </method>
35371       <method name="Void Main()">
35372         <size>1</size>
35373       </method>
35374       <method name="Void Z()">
35375         <size>19</size>
35376       </method>
35377       <method name="Void &lt;Z&gt;m__0(System.Object)">
35378         <size>25</size>
35379       </method>
35380       <method name="Void &lt;Z&gt;m__1(System.Object)">
35381         <size>7</size>
35382       </method>
35383     </type>
35384   </test>
35385   <test name="test-45.cs">
35386     <type name="Blah">
35387       <method name="Void .ctor()">
35388         <size>7</size>
35389       </method>
35390       <method name="Void .cctor()">
35391         <size>97</size>
35392       </method>
35393       <method name="Int32 Main()">
35394         <size>755</size>
35395       </method>
35396     </type>
35397     <type name="&lt;PrivateImplementationDetails&gt;">
35398       <method name="Void .ctor()">
35399         <size>7</size>
35400       </method>
35401     </type>
35402   </test>
35403   <test name="test-451.cs">
35404     <type name="Test">
35405       <method name="Void .ctor()">
35406         <size>7</size>
35407       </method>
35408       <method name="Void Main()">
35409         <size>22</size>
35410       </method>
35411     </type>
35412   </test>
35413   <test name="test-452.cs">
35414     <type name="Foo">
35415       <method name="Void .ctor()">
35416         <size>7</size>
35417       </method>
35418     </type>
35419     <type name="Test">
35420       <method name="Void .ctor()">
35421         <size>7</size>
35422       </method>
35423       <method name="Void Main()">
35424         <size>7</size>
35425       </method>
35426     </type>
35427   </test>
35428   <test name="test-453.cs">
35429     <type name="C">
35430       <method name="Void .ctor()">
35431         <size>7</size>
35432       </method>
35433       <method name="Void Main()">
35434         <size>33</size>
35435       </method>
35436     </type>
35437   </test>
35438   <test name="test-455.cs">
35439     <type name="Test">
35440       <method name="Void .ctor()">
35441         <size>7</size>
35442       </method>
35443       <method name="Void Main()">
35444         <size>27</size>
35445       </method>
35446     </type>
35447     <type name="Foo">
35448       <method name="Int32 GetHashCode()">
35449         <size>17</size>
35450       </method>
35451     </type>
35452   </test>
35453   <test name="test-456.cs">
35454     <type name="Test">
35455       <method name="Void .ctor()">
35456         <size>7</size>
35457       </method>
35458       <method name="Void Main()">
35459         <size>16</size>
35460       </method>
35461     </type>
35462     <type name="Foo">
35463       <method name="Void foo()">
35464         <size>11</size>
35465       </method>
35466     </type>
35467   </test>
35468   <test name="test-457.cs">
35469     <type name="Number">
35470       <method name="Void .ctor()">
35471         <size>7</size>
35472       </method>
35473       <method name="Void IDouble.Add(Double)">
35474         <size>11</size>
35475       </method>
35476       <method name="Void IInteger.Add(Int32)">
35477         <size>11</size>
35478       </method>
35479       <method name="Int32 Main()">
35480         <size>52</size>
35481       </method>
35482     </type>
35483   </test>
35484   <test name="test-458.cs">
35485     <type name="MyAttr">
35486       <method name="Void .ctor()">
35487         <size>7</size>
35488       </method>
35489       <method name="Void .ctor(Type)">
35490         <size>7</size>
35491       </method>
35492       <method name="Void .ctor(String)">
35493         <size>7</size>
35494       </method>
35495       <method name="Void .ctor(Int32)">
35496         <size>7</size>
35497       </method>
35498     </type>
35499     <type name="ClassA">
35500       <method name="Void .ctor()">
35501         <size>7</size>
35502       </method>
35503     </type>
35504     <type name="ClassB">
35505       <method name="Void .ctor()">
35506         <size>7</size>
35507       </method>
35508     </type>
35509     <type name="ClassC">
35510       <method name="Void .ctor()">
35511         <size>7</size>
35512       </method>
35513     </type>
35514     <type name="ClassD">
35515       <method name="Void .ctor()">
35516         <size>7</size>
35517       </method>
35518     </type>
35519     <type name="Top">
35520       <method name="Void .ctor()">
35521         <size>7</size>
35522       </method>
35523       <method name="Int32 Main()">
35524         <size>28</size>
35525       </method>
35526     </type>
35527   </test>
35528   <test name="test-459.cs">
35529     <type name="CC">
35530       <method name="Void .ctor()">
35531         <size>7</size>
35532       </method>
35533       <method name="Int32 Main()">
35534         <size>13</size>
35535       </method>
35536     </type>
35537     <type name="CC+IfElseStateMachine">
35538       <method name="Void .ctor()">
35539         <size>7</size>
35540       </method>
35541       <method name="Void HandleToken(Token)">
35542         <size>15</size>
35543       </method>
35544     </type>
35545   </test>
35546   <test name="test-46.cs">
35547     <type name="X">
35548       <method name="Void .ctor()">
35549         <size>7</size>
35550       </method>
35551       <method name="Int32 cast_int(System.Object)">
35552         <size>7</size>
35553       </method>
35554       <method name="UInt32 cast_uint(System.Object)">
35555         <size>7</size>
35556       </method>
35557       <method name="Int16 cast_short(System.Object)">
35558         <size>7</size>
35559       </method>
35560       <method name="Char cast_char(System.Object)">
35561         <size>7</size>
35562       </method>
35563       <method name="UInt16 cast_ushort(System.Object)">
35564         <size>7</size>
35565       </method>
35566       <method name="Byte cast_byte(System.Object)">
35567         <size>7</size>
35568       </method>
35569       <method name="SByte cast_sbyte(System.Object)">
35570         <size>7</size>
35571       </method>
35572       <method name="Int64 cast_long(System.Object)">
35573         <size>7</size>
35574       </method>
35575       <method name="UInt64 cast_ulong(System.Object)">
35576         <size>7</size>
35577       </method>
35578       <method name="Single cast_float(System.Object)">
35579         <size>7</size>
35580       </method>
35581       <method name="Double cast_double(System.Object)">
35582         <size>7</size>
35583       </method>
35584       <method name="Boolean cast_bool(System.Object)">
35585         <size>7</size>
35586       </method>
35587       <method name="Int32 Main()">
35588         <size>1126</size>
35589       </method>
35590     </type>
35591   </test>
35592   <test name="test-460.cs">
35593     <type name="MainClass">
35594       <method name="Void .ctor()">
35595         <size>7</size>
35596       </method>
35597       <method name="Void .cctor()">
35598         <size>18</size>
35599       </method>
35600       <method name="Void Main()">
35601         <size>1</size>
35602       </method>
35603     </type>
35604   </test>
35605   <test name="test-461.cs">
35606     <type name="Valtest">
35607       <method name="Void .ctor()">
35608         <size>7</size>
35609       </method>
35610       <method name="Int32 Main()">
35611         <size>50</size>
35612       </method>
35613     </type>
35614     <type name="Value">
35615       <method name="Void .ctor(Object)">
35616         <size>1</size>
35617       </method>
35618       <method name="System.Object get_Val()">
35619         <size>7</size>
35620       </method>
35621       <method name="System.Enum get_Val2()">
35622         <size>7</size>
35623       </method>
35624     </type>
35625   </test>
35626   <test name="test-462.cs">
35627     <type name="X">
35628       <method name="Void .ctor()">
35629         <size>7</size>
35630       </method>
35631       <method name="Void Method(X)">
35632         <size>1</size>
35633       </method>
35634       <method name="Void Method(System.String)">
35635         <size>8</size>
35636       </method>
35637       <method name="Int32 Main()">
35638         <size>28</size>
35639       </method>
35640     </type>
35641   </test>
35642   <test name="test-463.cs">
35643     <type name="PropertySorter">
35644       <method name="Void .ctor()">
35645         <size>7</size>
35646       </method>
35647     </type>
35648     <type name="PathItemBase">
35649       <method name="Void .ctor()">
35650         <size>7</size>
35651       </method>
35652     </type>
35653     <type name="PathItemBase+TypeConverter">
35654       <method name="Void .ctor()">
35655         <size>7</size>
35656       </method>
35657     </type>
35658     <type name="X">
35659       <method name="Void .ctor()">
35660         <size>7</size>
35661       </method>
35662       <method name="Void Main()">
35663         <size>1</size>
35664       </method>
35665     </type>
35666   </test>
35667   <test name="test-464.cs">
35668     <type name="C">
35669       <method name="Void .ctor()">
35670         <size>7</size>
35671       </method>
35672       <method name="Int32 Main()">
35673         <size>85</size>
35674       </method>
35675     </type>
35676   </test>
35677   <test name="test-465.cs">
35678     <type name="C">
35679       <method name="Void .ctor()">
35680         <size>7</size>
35681       </method>
35682       <method name="Int32 Main()">
35683         <size>85</size>
35684       </method>
35685     </type>
35686   </test>
35687   <test name="test-467.cs">
35688     <type name="ExceptionWithAnonMethod">
35689       <method name="Void .ctor()">
35690         <size>7</size>
35691       </method>
35692       <method name="Int32 Main()">
35693         <size>96</size>
35694       </method>
35695       <method name="Void AnonHandler(ExceptionWithAnonMethod+EmptyCallback)">
35696         <size>13</size>
35697       </method>
35698     </type>
35699     <type name="ExceptionWithAnonMethod+EmptyCallback">
35700       <method name="Void .ctor(Object, IntPtr)">
35701         <size>0</size>
35702       </method>
35703       <method name="Void Invoke()">
35704         <size>0</size>
35705       </method>
35706       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35707         <size>0</size>
35708       </method>
35709       <method name="Void EndInvoke(IAsyncResult)">
35710         <size>0</size>
35711       </method>
35712     </type>
35713     <type name="ExceptionWithAnonMethod+&lt;Main&gt;c__AnonStorey0">
35714       <method name="Void .ctor()">
35715         <size>7</size>
35716       </method>
35717       <method name="Void &lt;&gt;m__0()">
35718         <size>33</size>
35719       </method>
35720     </type>
35721   </test>
35722   <test name="test-468.cs">
35723     <type name="CorMetaDataDispenserExClass">
35724       <method name="Void .ctor()">
35725         <size>0</size>
35726       </method>
35727     </type>
35728     <type name="Test">
35729       <method name="Void .ctor()">
35730         <size>7</size>
35731       </method>
35732       <method name="Void XXX()">
35733         <size>12</size>
35734       </method>
35735       <method name="Void Main()">
35736         <size>1</size>
35737       </method>
35738     </type>
35739   </test>
35740   <test name="test-469.cs">
35741     <type name="Lambda">
35742       <method name="Void .ctor()">
35743         <size>7</size>
35744       </method>
35745       <method name="Void f(Int32)">
35746         <size>7</size>
35747       </method>
35748       <method name="Del[] Make2(Int32)">
35749         <size>50</size>
35750       </method>
35751       <method name="Int32 Main()">
35752         <size>68</size>
35753       </method>
35754     </type>
35755     <type name="Del">
35756       <method name="Void .ctor(Object, IntPtr)">
35757         <size>0</size>
35758       </method>
35759       <method name="Void Invoke(Int32)">
35760         <size>0</size>
35761       </method>
35762       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
35763         <size>0</size>
35764       </method>
35765       <method name="Void EndInvoke(IAsyncResult)">
35766         <size>0</size>
35767       </method>
35768     </type>
35769     <type name="Lambda+&lt;Make2&gt;c__AnonStorey0">
35770       <method name="Void .ctor()">
35771         <size>7</size>
35772       </method>
35773       <method name="Void &lt;&gt;m__0(Int32)">
35774         <size>23</size>
35775       </method>
35776       <method name="Void &lt;&gt;m__1(Int32)">
35777         <size>23</size>
35778       </method>
35779     </type>
35780   </test>
35781   <test name="test-47.cs">
35782     <type name="X">
35783       <method name="Void .ctor()">
35784         <size>7</size>
35785       </method>
35786       <method name="Void .cctor()">
35787         <size>1</size>
35788       </method>
35789       <method name="Boolean f()">
35790         <size>24</size>
35791       </method>
35792       <method name="Boolean t()">
35793         <size>24</size>
35794       </method>
35795       <method name="Int32 Main()">
35796         <size>404</size>
35797       </method>
35798     </type>
35799   </test>
35800   <test name="test-470.cs">
35801     <type name="X">
35802       <method name="Void .ctor()">
35803         <size>7</size>
35804       </method>
35805       <method name="System.String get_ASTNodeTypeName()">
35806         <size>16</size>
35807       </method>
35808     </type>
35809     <type name="Demo">
35810       <method name="Void .ctor()">
35811         <size>7</size>
35812       </method>
35813       <method name="Void Main()">
35814         <size>1</size>
35815       </method>
35816     </type>
35817   </test>
35818   <test name="test-471.cs">
35819     <type name="AAttribute">
35820       <method name="Void .ctor()">
35821         <size>7</size>
35822       </method>
35823     </type>
35824     <type name="Demo">
35825       <method name="Void .ctor()">
35826         <size>7</size>
35827       </method>
35828       <method name="Void Main()">
35829         <size>1</size>
35830       </method>
35831     </type>
35832   </test>
35833   <test name="test-472.cs">
35834     <type name="Test">
35835       <method name="Void .ctor()">
35836         <size>7</size>
35837       </method>
35838       <method name="Int32 get_Prop()">
35839         <size>7</size>
35840       </method>
35841       <method name="Void set_Prop(Int32)">
35842         <size>8</size>
35843       </method>
35844       <method name="Int32 Main()">
35845         <size>79</size>
35846       </method>
35847     </type>
35848   </test>
35849   <test name="test-473.cs">
35850     <type name="UnixMarshal">
35851       <method name="Void .ctor()">
35852         <size>7</size>
35853       </method>
35854       <method name="Void .cctor()">
35855         <size>24</size>
35856       </method>
35857       <method name="Void Default(Int32)">
35858         <size>1</size>
35859       </method>
35860       <method name="System.String GetDescription(Error)">
35861         <size>2</size>
35862       </method>
35863     </type>
35864     <type name="UnixMarshal2">
35865       <method name="Void .ctor()">
35866         <size>7</size>
35867       </method>
35868       <method name="System.String GetDescription(Error)">
35869         <size>2</size>
35870       </method>
35871     </type>
35872     <type name="Stdlib">
35873       <method name="Void .ctor()">
35874         <size>7</size>
35875       </method>
35876     </type>
35877     <type name="TestConst">
35878       <method name="Void .ctor()">
35879         <size>7</size>
35880       </method>
35881     </type>
35882     <type name="XX">
35883       <method name="Void .ctor()">
35884         <size>7</size>
35885       </method>
35886     </type>
35887     <type name="Syscall">
35888       <method name="Void .ctor()">
35889         <size>7</size>
35890       </method>
35891       <method name="Int32 poll(Pollfd[], UInt32, Int32)">
35892         <size>2</size>
35893       </method>
35894     </type>
35895     <type name="EnumWrapper">
35896       <method name="Void .ctor(Int32)">
35897         <size>7</size>
35898       </method>
35899     </type>
35900     <type name="Test">
35901       <method name="Void .ctor()">
35902         <size>7</size>
35903       </method>
35904       <method name="Void Main()">
35905         <size>1</size>
35906       </method>
35907     </type>
35908     <type name="SignalHandler">
35909       <method name="Void .ctor(Object, IntPtr)">
35910         <size>0</size>
35911       </method>
35912       <method name="Void Invoke(Int32)">
35913         <size>0</size>
35914       </method>
35915       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
35916         <size>0</size>
35917       </method>
35918       <method name="Void EndInvoke(IAsyncResult)">
35919         <size>0</size>
35920       </method>
35921     </type>
35922     <type name="PS">
35923       <method name="Void GetDescription(Error)">
35924         <size>1</size>
35925       </method>
35926     </type>
35927     <type name="Value">
35928       <method name="EnumWrapper op_Explicit(Value)">
35929         <size>11</size>
35930       </method>
35931     </type>
35932   </test>
35933   <test name="test-474.cs">
35934     <type name="Z">
35935       <method name="Void .ctor()">
35936         <size>7</size>
35937       </method>
35938       <method name="Void Main()">
35939         <size>13</size>
35940       </method>
35941       <method name="Void TestPreinc(Int32)">
35942         <size>57</size>
35943       </method>
35944       <method name="Void TestPostinc(Int32)">
35945         <size>57</size>
35946       </method>
35947       <method name="Void Assert(Int32, Int32)">
35948         <size>67</size>
35949       </method>
35950     </type>
35951     <type name="Z+X">
35952       <method name="Void .ctor(Object, IntPtr)">
35953         <size>0</size>
35954       </method>
35955       <method name="Void Invoke()">
35956         <size>0</size>
35957       </method>
35958       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
35959         <size>0</size>
35960       </method>
35961       <method name="Void EndInvoke(IAsyncResult)">
35962         <size>0</size>
35963       </method>
35964     </type>
35965     <type name="Z+&lt;TestPreinc&gt;c__AnonStorey0">
35966       <method name="Void .ctor()">
35967         <size>7</size>
35968       </method>
35969       <method name="Void &lt;&gt;m__0()">
35970         <size>38</size>
35971       </method>
35972     </type>
35973     <type name="Z+&lt;TestPostinc&gt;c__AnonStorey1">
35974       <method name="Void .ctor()">
35975         <size>7</size>
35976       </method>
35977       <method name="Void &lt;&gt;m__1()">
35978         <size>38</size>
35979       </method>
35980     </type>
35981   </test>
35982   <test name="test-475.cs">
35983     <type name="X">
35984       <method name="Void .ctor()">
35985         <size>7</size>
35986       </method>
35987       <method name="Void .cctor()">
35988         <size>24</size>
35989       </method>
35990       <method name="Void add_e(MyDelegate)">
35991         <size>22</size>
35992       </method>
35993       <method name="Void remove_e(MyDelegate)">
35994         <size>22</size>
35995       </method>
35996       <method name="Void Test(Int32)">
35997         <size>17</size>
35998       </method>
35999       <method name="Int32 Main()">
36000         <size>28</size>
36001       </method>
36002     </type>
36003     <type name="MyDelegate">
36004       <method name="Void .ctor(Object, IntPtr)">
36005         <size>0</size>
36006       </method>
36007       <method name="Void Invoke(Int32)">
36008         <size>0</size>
36009       </method>
36010       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
36011         <size>0</size>
36012       </method>
36013       <method name="Void EndInvoke(IAsyncResult)">
36014         <size>0</size>
36015       </method>
36016     </type>
36017   </test>
36018   <test name="test-476.cs">
36019     <type name="Test">
36020       <method name="Void .ctor()">
36021         <size>7</size>
36022       </method>
36023       <method name="Void Main()">
36024         <size>1</size>
36025       </method>
36026     </type>
36027   </test>
36028   <test name="test-477.cs">
36029     <type name="C">
36030       <method name="Void .ctor()">
36031         <size>7</size>
36032       </method>
36033       <method name="Void Test(Int32 ByRef)">
36034         <size>1</size>
36035       </method>
36036       <method name="Void Main()">
36037         <size>1</size>
36038       </method>
36039     </type>
36040   </test>
36041   <test name="test-478.cs">
36042     <type name="Test.MainClass">
36043       <method name="Void .ctor()">
36044         <size>7</size>
36045       </method>
36046       <method name="Void Main()">
36047         <size>1</size>
36048       </method>
36049     </type>
36050     <type name="Test.TestAttribute">
36051       <method name="Void .ctor(TestEnum2)">
36052         <size>7</size>
36053       </method>
36054     </type>
36055     <type name="Test.Test2Attribute">
36056       <method name="Void .ctor()">
36057         <size>7</size>
36058       </method>
36059     </type>
36060   </test>
36061   <test name="test-479.cs">
36062     <type name="Test.Test">
36063       <method name="Void .ctor()">
36064         <size>7</size>
36065       </method>
36066       <method name="Boolean Equals(System.Object)">
36067         <size>2</size>
36068       </method>
36069       <method name="Int32 GetHashCode()">
36070         <size>2</size>
36071       </method>
36072       <method name="Void Main()">
36073         <size>1</size>
36074       </method>
36075     </type>
36076   </test>
36077   <test name="test-48.cs">
36078     <type name="Blah">
36079       <method name="Void .ctor()">
36080         <size>7</size>
36081       </method>
36082       <method name="Int32 Main()">
36083         <size>59</size>
36084       </method>
36085       <method name="Void Test_1()">
36086         <size>1</size>
36087       </method>
36088     </type>
36089   </test>
36090   <test name="test-480.cs">
36091     <type name="Space">
36092       <method name="Void .ctor()">
36093         <size>14</size>
36094       </method>
36095       <method name="Void Leak(Boolean, Int32)">
36096         <size>85</size>
36097       </method>
36098     </type>
36099     <type name="Program">
36100       <method name="Void .ctor()">
36101         <size>7</size>
36102       </method>
36103       <method name="Void Main(System.String[])">
36104         <size>1</size>
36105       </method>
36106     </type>
36107     <type name="Space+DoCopy">
36108       <method name="Void .ctor(Object, IntPtr)">
36109         <size>0</size>
36110       </method>
36111       <method name="Void Invoke()">
36112         <size>0</size>
36113       </method>
36114       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
36115         <size>0</size>
36116       </method>
36117       <method name="Void EndInvoke(IAsyncResult)">
36118         <size>0</size>
36119       </method>
36120     </type>
36121     <type name="Space+&lt;Leak&gt;c__AnonStorey0">
36122       <method name="Void .ctor()">
36123         <size>7</size>
36124       </method>
36125       <method name="Void &lt;&gt;m__0()">
36126         <size>18</size>
36127       </method>
36128       <method name="Void &lt;&gt;m__1()">
36129         <size>68</size>
36130       </method>
36131     </type>
36132     <type name="Space+&lt;Leak&gt;c__AnonStorey1">
36133       <method name="Void .ctor()">
36134         <size>7</size>
36135       </method>
36136     </type>
36137   </test>
36138   <test name="test-481.cs">
36139     <type name="TestClass">
36140       <method name="Int32 Main()">
36141         <size>42</size>
36142       </method>
36143     </type>
36144     <type name="TestDelegate">
36145       <method name="Void .ctor(Object, IntPtr)">
36146         <size>0</size>
36147       </method>
36148       <method name="Void Invoke(Int32 ByRef)">
36149         <size>0</size>
36150       </method>
36151       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
36152         <size>0</size>
36153       </method>
36154       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
36155         <size>0</size>
36156       </method>
36157     </type>
36158     <type name="TestClass">
36159       <method name="Void &lt;Main&gt;m__0(Int32 ByRef)">
36160         <size>4</size>
36161       </method>
36162     </type>
36163   </test>
36164   <test name="test-482.cs">
36165     <type name="X">
36166       <method name="Void .ctor()">
36167         <size>7</size>
36168       </method>
36169       <method name="Void M4(Int32)">
36170         <size>1</size>
36171       </method>
36172       <method name="Void Main()">
36173         <size>1</size>
36174       </method>
36175       <method name="Void M4(Int32, ...)">
36176         <size>1</size>
36177       </method>
36178     </type>
36179   </test>
36180   <test name="test-483.cs">
36181     <type name="Tests">
36182       <method name="Void .ctor()">
36183         <size>7</size>
36184       </method>
36185       <method name="Void Main()">
36186         <size>21</size>
36187       </method>
36188     </type>
36189   </test>
36190   <test name="test-484.cs">
36191     <type name="Test.TestBit">
36192       <method name="Void .ctor()">
36193         <size>7</size>
36194       </method>
36195       <method name="Void Main()">
36196         <size>1</size>
36197       </method>
36198     </type>
36199   </test>
36200   <test name="test-485.cs">
36201     <type name="MonoBUG">
36202       <method name="Void .ctor()">
36203         <size>7</size>
36204       </method>
36205       <method name="Void Main(System.String[])">
36206         <size>44</size>
36207       </method>
36208     </type>
36209   </test>
36210   <test name="test-486.cs">
36211     <type name="Test">
36212       <method name="Void .ctor()">
36213         <size>7</size>
36214       </method>
36215       <method name="Void Main()">
36216         <size>119</size>
36217       </method>
36218     </type>
36219   </test>
36220   <test name="test-487.cs">
36221     <type name="X">
36222       <method name="Void .ctor(Object)">
36223         <size>72</size>
36224       </method>
36225       <method name="Void .cctor()">
36226         <size>1</size>
36227       </method>
36228       <method name="Int32 Main()">
36229         <size>25</size>
36230       </method>
36231     </type>
36232   </test>
36233   <test name="test-488.cs">
36234     <type name="P">
36235       <method name="Void .ctor()">
36236         <size>7</size>
36237       </method>
36238     </type>
36239     <type name="Test">
36240       <method name="Void .ctor()">
36241         <size>7</size>
36242       </method>
36243       <method name="IEnumerable foo()">
36244         <size>2</size>
36245       </method>
36246       <method name="Void Main()">
36247         <size>169</size>
36248       </method>
36249     </type>
36250     <type name="Q">
36251       <method name="Void .ctor(P)">
36252         <size>8</size>
36253       </method>
36254     </type>
36255   </test>
36256   <test name="test-489.cs">
36257     <type name="test">
36258       <method name="Void .ctor()">
36259         <size>7</size>
36260       </method>
36261       <method name="Void Main()">
36262         <size>1</size>
36263       </method>
36264     </type>
36265   </test>
36266   <test name="test-49.cs">
36267     <type name="X">
36268       <method name="Void .ctor()">
36269         <size>7</size>
36270       </method>
36271       <method name="Int32 s(Byte)">
36272         <size>2182</size>
36273       </method>
36274       <method name="Int32 test(Int32)">
36275         <size>70</size>
36276       </method>
36277       <method name="Int32 tests(System.String)">
36278         <size>152</size>
36279       </method>
36280       <method name="Int32 testn(System.String)">
36281         <size>76</size>
36282       </method>
36283       <method name="Int32 testm(System.String)">
36284         <size>77</size>
36285       </method>
36286       <method name="Int32 testo(System.String)">
36287         <size>79</size>
36288       </method>
36289       <method name="Int32 testp(System.String)">
36290         <size>109</size>
36291       </method>
36292       <method name="Int32 test_def(System.String)">
36293         <size>119</size>
36294       </method>
36295       <method name="Int32 test_coverage(Int32)">
36296         <size>18</size>
36297       </method>
36298       <method name="Int32 test_goto(Int32)">
36299         <size>39</size>
36300       </method>
36301       <method name="Int32 test_memberaccess(System.String)">
36302         <size>76</size>
36303       </method>
36304       <method name="Int32 test_string_multiple_targets(System.String)">
36305         <size>128</size>
36306       </method>
36307       <method name="Int32 test_casts(Int32)">
36308         <size>17</size>
36309       </method>
36310       <method name="Int32 testSwitchEnumLong(TestEnum)">
36311         <size>56</size>
36312       </method>
36313       <method name="Int32 test_long_enum_switch()">
36314         <size>66</size>
36315       </method>
36316       <method name="Int32 tests_default(System.String)">
36317         <size>107</size>
36318       </method>
36319       <method name="Int32 tests_default_2(System.String)">
36320         <size>124</size>
36321       </method>
36322       <method name="Void test_76590(System.String)">
36323         <size>107</size>
36324       </method>
36325       <method name="Void test_77964()">
36326         <size>37</size>
36327       </method>
36328       <method name="Boolean bug_78860()">
36329         <size>114</size>
36330       </method>
36331       <method name="Int32 Main()">
36332         <size>1037</size>
36333       </method>
36334     </type>
36335   </test>
36336   <test name="test-490.cs">
36337     <type name="T">
36338       <method name="Void .ctor()">
36339         <size>7</size>
36340       </method>
36341       <method name="Void .cctor()">
36342         <size>39</size>
36343       </method>
36344       <method name="Void Main()">
36345         <size>1</size>
36346       </method>
36347     </type>
36348   </test>
36349   <test name="test-491.cs">
36350     <type name="M">
36351       <method name="Void .ctor()">
36352         <size>7</size>
36353       </method>
36354       <method name="Void Main()">
36355         <size>1</size>
36356       </method>
36357     </type>
36358     <type name="AttrA">
36359       <method name="Void .ctor()">
36360         <size>7</size>
36361       </method>
36362     </type>
36363     <type name="AttrB">
36364       <method name="Void .ctor()">
36365         <size>7</size>
36366       </method>
36367     </type>
36368   </test>
36369   <test name="test-492.cs">
36370     <type name="Test.My1Attribute">
36371       <method name="Void .ctor(Object)">
36372         <size>19</size>
36373       </method>
36374     </type>
36375     <type name="Test.My2Attribute">
36376       <method name="Void .ctor(String[])">
36377         <size>21</size>
36378       </method>
36379     </type>
36380     <type name="Test.My3Attribute">
36381       <method name="Void .ctor(Byte)">
36382         <size>24</size>
36383       </method>
36384     </type>
36385     <type name="Test.Test">
36386       <method name="Void .ctor()">
36387         <size>7</size>
36388       </method>
36389       <method name="Int32 Main()">
36390         <size>60</size>
36391       </method>
36392     </type>
36393   </test>
36394   <test name="test-493.cs">
36395     <type name="A">
36396       <method name="Void .ctor()">
36397         <size>7</size>
36398       </method>
36399       <method name="Int32 get_f()">
36400         <size>2</size>
36401       </method>
36402     </type>
36403     <type name="B">
36404       <method name="Void .ctor()">
36405         <size>7</size>
36406       </method>
36407       <method name="Int32 bar()">
36408         <size>11</size>
36409       </method>
36410     </type>
36411     <type name="C">
36412       <method name="Void .ctor()">
36413         <size>7</size>
36414       </method>
36415       <method name="Void Main()">
36416         <size>1</size>
36417       </method>
36418     </type>
36419   </test>
36420   <test name="test-494.cs">
36421     <type name="Agresso.Foundation.Function">
36422       <method name="Void .ctor()">
36423         <size>7</size>
36424       </method>
36425       <method name="Void Main()">
36426         <size>1</size>
36427       </method>
36428     </type>
36429     <type name="Agresso.Foundation.Translate">
36430       <method name="Void .ctor(Object, IntPtr)">
36431         <size>0</size>
36432       </method>
36433       <method name="Void Invoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef)">
36434         <size>0</size>
36435       </method>
36436       <method name="IAsyncResult BeginInvoke(Agresso.Foundation.Function, System.Text.StringBuilder ByRef, System.AsyncCallback, System.Object)">
36437         <size>0</size>
36438       </method>
36439       <method name="Void EndInvoke(System.Text.StringBuilder ByRef, IAsyncResult)">
36440         <size>0</size>
36441       </method>
36442     </type>
36443   </test>
36444   <test name="test-495.cs">
36445     <type name="plj.aClass">
36446       <method name="Void .ctor()">
36447         <size>7</size>
36448       </method>
36449       <method name="plj.aClass op_Implicit(plj.fromClass)">
36450         <size>2</size>
36451       </method>
36452     </type>
36453     <type name="plj.realClass1">
36454       <method name="Void .ctor()">
36455         <size>7</size>
36456       </method>
36457       <method name="plj.realClass1 op_Implicit(plj.fromClass)">
36458         <size>2</size>
36459       </method>
36460     </type>
36461     <type name="plj.fromClass">
36462       <method name="Void .ctor()">
36463         <size>7</size>
36464       </method>
36465       <method name="Void Main()">
36466         <size>1</size>
36467       </method>
36468     </type>
36469   </test>
36470   <test name="test-496.cs">
36471     <type name="Test">
36472       <method name="Void .ctor()">
36473         <size>7</size>
36474       </method>
36475       <method name="IEnumerator GetEnumerator()">
36476         <size>15</size>
36477       </method>
36478       <method name="Void Main()">
36479         <size>11</size>
36480       </method>
36481       <method name="Void Run()">
36482         <size>180</size>
36483       </method>
36484     </type>
36485     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
36486       <method name="Void .ctor()">
36487         <size>7</size>
36488       </method>
36489       <method name="System.Object System.Collections.IEnumerator.get_Current()">
36490         <size>7</size>
36491       </method>
36492       <method name="Boolean MoveNext()">
36493         <size>129</size>
36494       </method>
36495       <method name="Void Dispose()">
36496         <size>8</size>
36497       </method>
36498       <method name="Void Reset()">
36499         <size>6</size>
36500       </method>
36501       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
36502         <size>7</size>
36503       </method>
36504     </type>
36505   </test>
36506   <test name="test-497.cs">
36507     <type name="PlotMenuItem">
36508       <method name="Void .ctor()">
36509         <size>7</size>
36510       </method>
36511       <method name="Void .ctor(EventHandler)">
36512         <size>54</size>
36513       </method>
36514       <method name="Int32 Main()">
36515         <size>50</size>
36516       </method>
36517       <method name="Void MenuItem_Click(System.Object, System.EventArgs)">
36518         <size>11</size>
36519       </method>
36520       <method name="System.EventHandler get_Callback()">
36521         <size>7</size>
36522       </method>
36523       <method name="Void set_Callback(System.EventHandler)">
36524         <size>8</size>
36525       </method>
36526     </type>
36527   </test>
36528   <test name="test-498.cs">
36529     <type name="C">
36530       <method name="Int32 Main()">
36531         <size>81</size>
36532       </method>
36533     </type>
36534     <type name="A">
36535       <method name="Void .ctor(Single)">
36536         <size>0</size>
36537       </method>
36538       <method name="Int32 get_Foo()">
36539         <size>0</size>
36540       </method>
36541     </type>
36542   </test>
36543   <test name="test-499.cs">
36544     <type name="X">
36545       <method name="Void .ctor()">
36546         <size>7</size>
36547       </method>
36548       <method name="Void Main()">
36549         <size>24</size>
36550       </method>
36551     </type>
36552   </test>
36553   <test name="test-5.cs">
36554     <type name="X">
36555       <method name="Void .ctor()">
36556         <size>7</size>
36557       </method>
36558       <method name="Int32 Main()">
36559         <size>37</size>
36560       </method>
36561     </type>
36562   </test>
36563   <test name="test-500.cs">
36564     <type name="SomeCustomAttribute">
36565       <method name="Void .ctor()">
36566         <size>7</size>
36567       </method>
36568     </type>
36569     <type name="MainClass">
36570       <method name="Void .ctor()">
36571         <size>7</size>
36572       </method>
36573       <method name="Int32 Main()">
36574         <size>117</size>
36575       </method>
36576     </type>
36577   </test>
36578   <test name="test-501.cs">
36579     <type name="Tests">
36580       <method name="Void .ctor()">
36581         <size>7</size>
36582       </method>
36583       <method name="Void DumpException(Tests+FilterStackFrame)">
36584         <size>1</size>
36585       </method>
36586       <method name="Void foo(Boolean ByRef)">
36587         <size>49</size>
36588       </method>
36589       <method name="Void Main(System.String[])">
36590         <size>8</size>
36591       </method>
36592     </type>
36593     <type name="Tests+FilterStackFrame">
36594       <method name="Void .ctor(Object, IntPtr)">
36595         <size>0</size>
36596       </method>
36597       <method name="Boolean Invoke(System.Object)">
36598         <size>0</size>
36599       </method>
36600       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
36601         <size>0</size>
36602       </method>
36603       <method name="Boolean EndInvoke(IAsyncResult)">
36604         <size>0</size>
36605       </method>
36606     </type>
36607     <type name="Tests">
36608       <method name="Boolean &lt;foo&gt;m__0(System.Object)">
36609         <size>2</size>
36610       </method>
36611     </type>
36612   </test>
36613   <test name="test-502.cs">
36614     <type name="Base">
36615       <method name="Void .ctor()">
36616         <size>7</size>
36617       </method>
36618       <method name="Int32 get_Property()">
36619         <size>3</size>
36620       </method>
36621       <method name="Void Main()">
36622         <size>1</size>
36623       </method>
36624     </type>
36625     <type name="Derived">
36626       <method name="Void .ctor()">
36627         <size>7</size>
36628       </method>
36629       <method name="Int32 get_Property()">
36630         <size>3</size>
36631       </method>
36632     </type>
36633     <type name="BaseClass">
36634       <method name="Void .ctor()">
36635         <size>7</size>
36636       </method>
36637       <method name="Int32 get_Value()">
36638         <size>2</size>
36639       </method>
36640       <method name="Void set_Value(Int32)">
36641         <size>1</size>
36642       </method>
36643     </type>
36644     <type name="DerivedClass">
36645       <method name="Void .ctor()">
36646         <size>7</size>
36647       </method>
36648       <method name="Int32 get_Value()">
36649         <size>2</size>
36650       </method>
36651     </type>
36652     <type name="ErrorClass">
36653       <method name="Void .ctor()">
36654         <size>7</size>
36655       </method>
36656       <method name="Int32 get_Value()">
36657         <size>2</size>
36658       </method>
36659       <method name="Void set_Value(Int32)">
36660         <size>1</size>
36661       </method>
36662     </type>
36663   </test>
36664   <test name="test-503.cs">
36665     <type name="Foo">
36666       <method name="Void .ctor()">
36667         <size>7</size>
36668       </method>
36669       <method name="Int32 Main()">
36670         <size>33</size>
36671       </method>
36672     </type>
36673   </test>
36674   <test name="test-504.cs">
36675     <type name="Foo">
36676       <method name="Void .ctor()">
36677         <size>7</size>
36678       </method>
36679       <method name="Void .cctor()">
36680         <size>7</size>
36681       </method>
36682       <method name="Int32 f()">
36683         <size>2</size>
36684       </method>
36685       <method name="Int32 Main()">
36686         <size>32</size>
36687       </method>
36688     </type>
36689   </test>
36690   <test name="test-505.cs">
36691     <type name="T">
36692       <method name="Void .ctor()">
36693         <size>7</size>
36694       </method>
36695       <method name="Int32 f()">
36696         <size>19</size>
36697       </method>
36698       <method name="Void Main()">
36699         <size>38</size>
36700       </method>
36701     </type>
36702   </test>
36703   <test name="test-506.cs">
36704     <type name="ProtectedSetter.BaseClass">
36705       <method name="Void .ctor()">
36706         <size>7</size>
36707       </method>
36708       <method name="System.String get_Name()">
36709         <size>0</size>
36710       </method>
36711       <method name="Void set_Name(System.String)">
36712         <size>0</size>
36713       </method>
36714     </type>
36715     <type name="ProtectedSetter.DerivedClass">
36716       <method name="Void .ctor()">
36717         <size>7</size>
36718       </method>
36719       <method name="System.String get_Name()">
36720         <size>2</size>
36721       </method>
36722       <method name="Void set_Name(System.String)">
36723         <size>1</size>
36724       </method>
36725       <method name="Void Main()">
36726         <size>1</size>
36727       </method>
36728     </type>
36729   </test>
36730   <test name="test-507.cs">
36731     <type name="NewslotVirtualFinal.NewslotVirtualFinal">
36732       <method name="Void .ctor()">
36733         <size>7</size>
36734       </method>
36735       <method name="Void SomeMethod()">
36736         <size>1</size>
36737       </method>
36738       <method name="Void SomeMethod2()">
36739         <size>1</size>
36740       </method>
36741     </type>
36742     <type name="NewslotVirtualFinal.C">
36743       <method name="Void .ctor()">
36744         <size>7</size>
36745       </method>
36746       <method name="Int32 Main()">
36747         <size>83</size>
36748       </method>
36749     </type>
36750   </test>
36751   <test name="test-508.cs">
36752     <type name="OutputParam">
36753       <method name="Void .ctor()">
36754         <size>7</size>
36755       </method>
36756       <method name="Void Main(System.String[])">
36757         <size>14</size>
36758       </method>
36759       <method name="Void Method(Int32 ByRef)">
36760         <size>17</size>
36761       </method>
36762     </type>
36763   </test>
36764   <test name="test-509.cs">
36765     <type name="BaseClass">
36766       <method name="Void .ctor()">
36767         <size>7</size>
36768       </method>
36769       <method name="Void add_OnEvent(DelegateHandler)">
36770         <size>24</size>
36771       </method>
36772       <method name="Void remove_OnEvent(DelegateHandler)">
36773         <size>24</size>
36774       </method>
36775     </type>
36776     <type name="ExtendingClass">
36777       <method name="Void .ctor()">
36778         <size>7</size>
36779       </method>
36780       <method name="Void Main()">
36781         <size>1</size>
36782       </method>
36783       <method name="Void EventInterface.add_OnEvent(DelegateHandler)">
36784         <size>8</size>
36785       </method>
36786       <method name="Void EventInterface.remove_OnEvent(DelegateHandler)">
36787         <size>8</size>
36788       </method>
36789     </type>
36790     <type name="DelegateHandler">
36791       <method name="Void .ctor(Object, IntPtr)">
36792         <size>0</size>
36793       </method>
36794       <method name="Void Invoke()">
36795         <size>0</size>
36796       </method>
36797       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
36798         <size>0</size>
36799       </method>
36800       <method name="Void EndInvoke(IAsyncResult)">
36801         <size>0</size>
36802       </method>
36803     </type>
36804   </test>
36805   <test name="test-51.cs">
36806     <type name="Base">
36807       <method name="Void .ctor()">
36808         <size>25</size>
36809       </method>
36810       <method name="Int32 get_b_int_property()">
36811         <size>7</size>
36812       </method>
36813       <method name="Void set_b_int_property(Int32)">
36814         <size>8</size>
36815       </method>
36816       <method name="System.String b_get_id()">
36817         <size>6</size>
36818       </method>
36819     </type>
36820     <type name="Derived">
36821       <method name="Void .ctor()">
36822         <size>26</size>
36823       </method>
36824       <method name="Int32 get_b_int_property()">
36825         <size>7</size>
36826       </method>
36827       <method name="Void set_b_int_property(Int32)">
36828         <size>8</size>
36829       </method>
36830       <method name="Int32 Test()">
36831         <size>138</size>
36832       </method>
36833     </type>
36834     <type name="boot">
36835       <method name="Void .ctor()">
36836         <size>7</size>
36837       </method>
36838       <method name="Int32 Main()">
36839         <size>13</size>
36840       </method>
36841     </type>
36842   </test>
36843   <test name="test-510.cs">
36844     <type name="Foo">
36845       <method name="Void .ctor()">
36846         <size>7</size>
36847       </method>
36848       <method name="Void test39(Int32 ByRef)">
36849         <size>36</size>
36850       </method>
36851       <method name="Void Main()">
36852         <size>28</size>
36853       </method>
36854     </type>
36855   </test>
36856   <test name="test-511.cs">
36857     <type name="Foo">
36858       <method name="Void .ctor()">
36859         <size>7</size>
36860       </method>
36861       <method name="Void Main(System.String[])">
36862         <size>17</size>
36863       </method>
36864       <method name="Void f()">
36865         <size>7</size>
36866       </method>
36867     </type>
36868   </test>
36869   <test name="test-512.cs">
36870     <type name="Foo">
36871       <method name="Void .ctor()">
36872         <size>7</size>
36873       </method>
36874       <method name="Void Main(System.String[])">
36875         <size>17</size>
36876       </method>
36877       <method name="Void f()">
36878         <size>7</size>
36879       </method>
36880     </type>
36881   </test>
36882   <test name="test-513.cs">
36883     <type name="Test">
36884       <method name="Void .ctor()">
36885         <size>7</size>
36886       </method>
36887       <method name="Int32 Main()">
36888         <size>246</size>
36889       </method>
36890     </type>
36891   </test>
36892   <test name="test-514.cs">
36893     <type name="X">
36894       <method name="Void .ctor()">
36895         <size>7</size>
36896       </method>
36897       <method name="Void HandleConflict(Int32)">
36898         <size>31</size>
36899       </method>
36900       <method name="Int32 Main()">
36901         <size>40</size>
36902       </method>
36903     </type>
36904   </test>
36905   <test name="test-515.cs">
36906     <type name="X">
36907       <method name="Void .ctor()">
36908         <size>7</size>
36909       </method>
36910       <method name="Void Main()">
36911         <size>35</size>
36912       </method>
36913     </type>
36914   </test>
36915   <test name="test-516.cs">
36916     <type name="X">
36917       <method name="Void .ctor()">
36918         <size>7</size>
36919       </method>
36920       <method name="Void Main()">
36921         <size>35</size>
36922       </method>
36923     </type>
36924   </test>
36925   <test name="test-517.cs">
36926     <type name="Test">
36927       <method name="Void .ctor()">
36928         <size>7</size>
36929       </method>
36930       <method name="Int32 Main()">
36931         <size>11</size>
36932       </method>
36933     </type>
36934   </test>
36935   <test name="test-518.cs">
36936     <type name="Foo">
36937       <method name="Void .ctor()">
36938         <size>7</size>
36939       </method>
36940       <method name="Int32 Main()">
36941         <size>19</size>
36942       </method>
36943     </type>
36944   </test>
36945   <test name="test-519.cs">
36946     <type name="Foo">
36947       <method name="Void .ctor()">
36948         <size>7</size>
36949       </method>
36950       <method name="Int32 Main()">
36951         <size>32</size>
36952       </method>
36953       <method name="Void f()">
36954         <size>29</size>
36955       </method>
36956     </type>
36957   </test>
36958   <test name="test-52.cs">
36959     <type name="Y">
36960       <method name="Void .ctor()">
36961         <size>7</size>
36962       </method>
36963       <method name="Boolean MoveNext()">
36964         <size>28</size>
36965       </method>
36966       <method name="System.Object get_Current()">
36967         <size>12</size>
36968       </method>
36969     </type>
36970     <type name="X">
36971       <method name="Void .ctor()">
36972         <size>7</size>
36973       </method>
36974       <method name="Void .cctor()">
36975         <size>36</size>
36976       </method>
36977       <method name="Y GetEnumerator()">
36978         <size>6</size>
36979       </method>
36980       <method name="Int32 Main()">
36981         <size>504</size>
36982       </method>
36983     </type>
36984   </test>
36985   <test name="test-520.cs">
36986     <type name="FakeInt">
36987       <method name="Void .ctor(Int64)">
36988         <size>14</size>
36989       </method>
36990       <method name="Int64 op_Implicit(FakeInt)">
36991         <size>7</size>
36992       </method>
36993     </type>
36994     <type name="MainClass">
36995       <method name="Void .ctor()">
36996         <size>7</size>
36997       </method>
36998       <method name="Void Main()">
36999         <size>28</size>
37000       </method>
37001     </type>
37002   </test>
37003   <test name="test-521.cs">
37004     <type name="Tests">
37005       <method name="Void .ctor()">
37006         <size>7</size>
37007       </method>
37008       <method name="Void CallWithContextN(System.Object, System.Object[])">
37009         <size>1</size>
37010       </method>
37011       <method name="Void Main()">
37012         <size>14</size>
37013       </method>
37014     </type>
37015     <type name="Tests+CallTargetWithContextN">
37016       <method name="Void .ctor(Object, IntPtr)">
37017         <size>0</size>
37018       </method>
37019       <method name="Void Invoke(System.Object, System.Object[])">
37020         <size>0</size>
37021       </method>
37022       <method name="IAsyncResult BeginInvoke(System.Object, System.Object[], System.AsyncCallback, System.Object)">
37023         <size>0</size>
37024       </method>
37025       <method name="Void EndInvoke(IAsyncResult)">
37026         <size>0</size>
37027       </method>
37028     </type>
37029   </test>
37030   <test name="test-522.cs">
37031     <type name="Const">
37032       <method name="Void .ctor()">
37033         <size>7</size>
37034       </method>
37035       <method name="Void Main()">
37036         <size>1</size>
37037       </method>
37038     </type>
37039   </test>
37040   <test name="test-523.cs">
37041     <type name="T">
37042       <method name="Void .ctor()">
37043         <size>7</size>
37044       </method>
37045       <method name="Int32 stuff()">
37046         <size>20</size>
37047       </method>
37048       <method name="Int32 stuff2()">
37049         <size>44</size>
37050       </method>
37051       <method name="Int32 stuff3()">
37052         <size>44</size>
37053       </method>
37054       <method name="Void stuff4()">
37055         <size>20</size>
37056       </method>
37057       <method name="Void stuff_finally()">
37058         <size>1</size>
37059       </method>
37060       <method name="Void Main()">
37061         <size>1</size>
37062       </method>
37063     </type>
37064   </test>
37065   <test name="test-524.cs">
37066     <type name="Foo">
37067       <method name="Void .ctor()">
37068         <size>7</size>
37069       </method>
37070       <method name="Int32 Main()">
37071         <size>42</size>
37072       </method>
37073     </type>
37074   </test>
37075   <test name="test-525.cs">
37076     <type name="X">
37077       <method name="Void .ctor()">
37078         <size>7</size>
37079       </method>
37080       <method name="Void Finalize()">
37081         <size>23</size>
37082       </method>
37083       <method name="Int32 Test1()">
37084         <size>33</size>
37085       </method>
37086       <method name="Void Test2()">
37087         <size>66</size>
37088       </method>
37089       <method name="Void Main()">
37090         <size>39</size>
37091       </method>
37092     </type>
37093     <type name="&lt;PrivateImplementationDetails&gt;">
37094       <method name="Void .ctor()">
37095         <size>7</size>
37096       </method>
37097     </type>
37098   </test>
37099   <test name="test-526.cs">
37100     <type name="Test">
37101       <method name="Void .ctor()">
37102         <size>7</size>
37103       </method>
37104       <method name="Void Main()">
37105         <size>1</size>
37106       </method>
37107       <method name="Void Foo(IListCounter)">
37108         <size>8</size>
37109       </method>
37110       <method name="Void Foo2(IC)">
37111         <size>8</size>
37112       </method>
37113       <method name="Void Foo3(ICC)">
37114         <size>8</size>
37115       </method>
37116       <method name="Void Foo4(IM2)">
37117         <size>8</size>
37118       </method>
37119     </type>
37120   </test>
37121   <test name="test-527.cs">
37122     <type name="Repro">
37123       <method name="Void .ctor()">
37124         <size>19</size>
37125       </method>
37126       <method name="Int32 Main()">
37127         <size>48</size>
37128       </method>
37129       <method name="Void foo()">
37130         <size>61</size>
37131       </method>
37132       <method name="Int32 bar()">
37133         <size>3</size>
37134       </method>
37135     </type>
37136   </test>
37137   <test name="test-528.cs">
37138     <type name="MicroFocus.MONO.Bugs.Odd">
37139       <method name="Void .ctor()">
37140         <size>7</size>
37141       </method>
37142       <method name="Void .cctor()">
37143         <size>25</size>
37144       </method>
37145       <method name="Void Main()">
37146         <size>1</size>
37147       </method>
37148     </type>
37149   </test>
37150   <test name="test-529.cs">
37151     <type name="C">
37152       <method name="Void .ctor()">
37153         <size>7</size>
37154       </method>
37155       <method name="Void Main()">
37156         <size>8</size>
37157       </method>
37158     </type>
37159   </test>
37160   <test name="test-53.cs">
37161     <type name="MyDispose">
37162       <method name="Void .ctor()">
37163         <size>7</size>
37164       </method>
37165       <method name="Void Dispose()">
37166         <size>8</size>
37167       </method>
37168     </type>
37169     <type name="X">
37170       <method name="Void .ctor()">
37171         <size>7</size>
37172       </method>
37173       <method name="Int32 Main()">
37174         <size>257</size>
37175       </method>
37176     </type>
37177   </test>
37178   <test name="test-530.cs">
37179     <type name="X">
37180       <method name="Void .ctor()">
37181         <size>7</size>
37182       </method>
37183       <method name="Void e(System.Object[])">
37184         <size>1</size>
37185       </method>
37186       <method name="Void Main()">
37187         <size>1</size>
37188       </method>
37189     </type>
37190   </test>
37191   <test name="test-531.cs">
37192     <type name="Test">
37193       <method name="Void .ctor()">
37194         <size>7</size>
37195       </method>
37196       <method name="Void Main()">
37197         <size>11</size>
37198       </method>
37199     </type>
37200   </test>
37201   <test name="test-532.cs">
37202     <type name="X">
37203       <method name="Void .ctor()">
37204         <size>47</size>
37205       </method>
37206       <method name="Void Main()">
37207         <size>1</size>
37208       </method>
37209     </type>
37210   </test>
37211   <test name="test-533.cs">
37212     <type name="Test">
37213       <method name="Void .ctor()">
37214         <size>7</size>
37215       </method>
37216       <method name="Void True(Boolean)">
37217         <size>10</size>
37218       </method>
37219       <method name="Void False(Boolean)">
37220         <size>13</size>
37221       </method>
37222       <method name="Void Main()">
37223         <size>61</size>
37224       </method>
37225     </type>
37226   </test>
37227   <test name="test-535.cs">
37228     <type name="X">
37229       <method name="Void .ctor()">
37230         <size>7</size>
37231       </method>
37232       <method name="Void Main()">
37233         <size>77</size>
37234       </method>
37235       <method name="Void Compile()">
37236         <size>19</size>
37237       </method>
37238       <method name="Void M(Int64)">
37239         <size>1</size>
37240       </method>
37241       <method name="Void M(UInt64)">
37242         <size>1</size>
37243       </method>
37244       <method name="Void M(System.Object)">
37245         <size>1</size>
37246       </method>
37247     </type>
37248   </test>
37249   <test name="test-536.cs">
37250     <type name="Test">
37251       <method name="Void add_Foo(FooHandler)">
37252         <size>22</size>
37253       </method>
37254       <method name="Void remove_Foo(FooHandler)">
37255         <size>22</size>
37256       </method>
37257       <method name="Void OnFooTest()">
37258         <size>1</size>
37259       </method>
37260       <method name="Void Main()">
37261         <size>31</size>
37262       </method>
37263     </type>
37264     <type name="FooHandler">
37265       <method name="Void .ctor(Object, IntPtr)">
37266         <size>0</size>
37267       </method>
37268       <method name="Void Invoke()">
37269         <size>0</size>
37270       </method>
37271       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
37272         <size>0</size>
37273       </method>
37274       <method name="Void EndInvoke(IAsyncResult)">
37275         <size>0</size>
37276       </method>
37277     </type>
37278     <type name="Test">
37279       <method name="Void &lt;Main&gt;m__0()">
37280         <size>33</size>
37281       </method>
37282     </type>
37283   </test>
37284   <test name="test-537.cs">
37285     <type name="Base">
37286       <method name="Void .ctor()">
37287         <size>7</size>
37288       </method>
37289       <method name="System.String get_H()">
37290         <size>6</size>
37291       </method>
37292     </type>
37293     <type name="X">
37294       <method name="Void .ctor()">
37295         <size>7</size>
37296       </method>
37297     </type>
37298     <type name="X+Derived">
37299       <method name="Void .ctor()">
37300         <size>7</size>
37301       </method>
37302     </type>
37303     <type name="X+Derived+Nested">
37304       <method name="Void .ctor()">
37305         <size>7</size>
37306       </method>
37307       <method name="Void G()">
37308         <size>21</size>
37309       </method>
37310     </type>
37311     <type name="Derived">
37312       <method name="Void .ctor()">
37313         <size>7</size>
37314       </method>
37315     </type>
37316     <type name="Derived+Nested">
37317       <method name="Void .ctor()">
37318         <size>7</size>
37319       </method>
37320       <method name="Void G()">
37321         <size>18</size>
37322       </method>
37323     </type>
37324     <type name="Test">
37325       <method name="Void .ctor()">
37326         <size>7</size>
37327       </method>
37328       <method name="Void Main()">
37329         <size>1</size>
37330       </method>
37331     </type>
37332   </test>
37333   <test name="test-538.cs">
37334     <type name="concrete">
37335       <method name="Void .ctor()">
37336         <size>7</size>
37337       </method>
37338     </type>
37339     <type name="Program">
37340       <method name="Void .ctor()">
37341         <size>7</size>
37342       </method>
37343       <method name="concrete getConcrete(IInterface)">
37344         <size>6</size>
37345       </method>
37346       <method name="Void Main(System.String[])">
37347         <size>20</size>
37348       </method>
37349     </type>
37350     <type name="testDelegate">
37351       <method name="Void .ctor(Object, IntPtr)">
37352         <size>0</size>
37353       </method>
37354       <method name="IInterface Invoke(concrete)">
37355         <size>0</size>
37356       </method>
37357       <method name="IAsyncResult BeginInvoke(concrete, System.AsyncCallback, System.Object)">
37358         <size>0</size>
37359       </method>
37360       <method name="IInterface EndInvoke(IAsyncResult)">
37361         <size>0</size>
37362       </method>
37363     </type>
37364   </test>
37365   <test name="test-54.cs">
37366     <type name="X">
37367       <method name="Void .ctor()">
37368         <size>7</size>
37369       </method>
37370       <method name="Boolean v()">
37371         <size>26</size>
37372       </method>
37373       <method name="Int32 Main()">
37374         <size>2</size>
37375       </method>
37376     </type>
37377   </test>
37378   <test name="test-540.cs">
37379     <type name="A">
37380       <method name="Void .ctor()">
37381         <size>7</size>
37382       </method>
37383       <method name="Byte op_Implicit(A)">
37384         <size>3</size>
37385       </method>
37386     </type>
37387     <type name="Constraint">
37388       <method name="Void .ctor()">
37389         <size>7</size>
37390       </method>
37391       <method name="Void Foo(System.Object)">
37392         <size>1</size>
37393       </method>
37394       <method name="Int32 Main()">
37395         <size>93</size>
37396       </method>
37397       <method name="Constraint op_LogicalNot(Constraint)">
37398         <size>2</size>
37399       </method>
37400       <method name="Constraint op_UnaryPlus(Constraint)">
37401         <size>2</size>
37402       </method>
37403       <method name="Constraint op_OnesComplement(Constraint)">
37404         <size>2</size>
37405       </method>
37406       <method name="Constraint op_UnaryNegation(Constraint)">
37407         <size>2</size>
37408       </method>
37409     </type>
37410   </test>
37411   <test name="test-541.cs">
37412     <type name="A">
37413       <method name="Void .ctor(TestFunc)">
37414         <size>14</size>
37415       </method>
37416     </type>
37417     <type name="TestClass">
37418       <method name="Void .ctor()">
37419         <size>7</size>
37420       </method>
37421       <method name="Void .cctor()">
37422         <size>46</size>
37423       </method>
37424       <method name="Int32 Main()">
37425         <size>6</size>
37426       </method>
37427     </type>
37428     <type name="TestFunc">
37429       <method name="Void .ctor(Object, IntPtr)">
37430         <size>0</size>
37431       </method>
37432       <method name="Void Invoke(Int32)">
37433         <size>0</size>
37434       </method>
37435       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
37436         <size>0</size>
37437       </method>
37438       <method name="Void EndInvoke(IAsyncResult)">
37439         <size>0</size>
37440       </method>
37441     </type>
37442     <type name="TestClass">
37443       <method name="Void &lt;a&gt;m__0(Int32)">
37444         <size>7</size>
37445       </method>
37446     </type>
37447   </test>
37448   <test name="test-542.cs">
37449     <type name="X">
37450       <method name="Void .ctor()">
37451         <size>7</size>
37452       </method>
37453       <method name="Void Main()">
37454         <size>1</size>
37455       </method>
37456     </type>
37457     <type name="ARec">
37458       <method name="Void .ctor(Decimal)">
37459         <size>14</size>
37460       </method>
37461       <method name="Decimal Round(Int32)">
37462         <size>13</size>
37463       </method>
37464       <method name="Decimal Round(Decimal, Int32)">
37465         <size>7</size>
37466       </method>
37467     </type>
37468   </test>
37469   <test name="test-543.cs">
37470     <type name="BetterMethod">
37471       <method name="Void .ctor()">
37472         <size>7</size>
37473       </method>
37474       <method name="Int32 get_Item(System.Boolean[])">
37475         <size>2</size>
37476       </method>
37477       <method name="System.String get_Item(Boolean, System.Object)">
37478         <size>6</size>
37479       </method>
37480     </type>
37481     <type name="MainClass">
37482       <method name="Void .ctor()">
37483         <size>7</size>
37484       </method>
37485       <method name="Int32 get_Item(Int32, System.String[])">
37486         <size>2</size>
37487       </method>
37488       <method name="Void set_Item(Int32, System.String[], Int32)">
37489         <size>40</size>
37490       </method>
37491       <method name="System.Object get_Item(Int32, System.Object[])">
37492         <size>2</size>
37493       </method>
37494       <method name="Void set_Item(Int32, System.Object[], System.Object)">
37495         <size>40</size>
37496       </method>
37497       <method name="Boolean get_Item(Int32, Boolean, System.Object[])">
37498         <size>2</size>
37499       </method>
37500       <method name="Void set_Item(Int32, Boolean, System.Object[], Boolean)">
37501         <size>40</size>
37502       </method>
37503       <method name="Void Main(System.String[])">
37504         <size>258</size>
37505       </method>
37506     </type>
37507   </test>
37508   <test name="test-544.cs">
37509     <type name="X">
37510       <method name="Void .ctor()">
37511         <size>7</size>
37512       </method>
37513       <method name="Void Main()">
37514         <size>32</size>
37515       </method>
37516     </type>
37517   </test>
37518   <test name="test-545.cs">
37519     <type name="X">
37520       <method name="Void .ctor()">
37521         <size>7</size>
37522       </method>
37523       <method name="Void Main()">
37524         <size>1</size>
37525       </method>
37526     </type>
37527     <type name="Dingus">
37528       <method name="Void .ctor(Int32)">
37529         <size>1</size>
37530       </method>
37531     </type>
37532   </test>
37533   <test name="test-546.cs">
37534     <type name="NameSpace.C">
37535       <method name="Void .ctor()">
37536         <size>7</size>
37537       </method>
37538       <method name="Void Main()">
37539         <size>1</size>
37540       </method>
37541     </type>
37542   </test>
37543   <test name="test-547.cs">
37544     <type name="C">
37545       <method name="Void .ctor()">
37546         <size>7</size>
37547       </method>
37548       <method name="Void Main()">
37549         <size>1</size>
37550       </method>
37551     </type>
37552   </test>
37553   <test name="test-548.cs">
37554     <type name="Bugs.Bug0">
37555       <method name="Void .ctor()">
37556         <size>7</size>
37557       </method>
37558       <method name="Int32 Main()">
37559         <size>23</size>
37560       </method>
37561     </type>
37562     <type name="Bugs.Bug0+MyBoolean">
37563       <method name="Void .ctor(Boolean)">
37564         <size>8</size>
37565       </method>
37566       <method name="MyBoolean op_Implicit(Boolean)">
37567         <size>7</size>
37568       </method>
37569       <method name="Boolean op_Implicit(MyBoolean)">
37570         <size>8</size>
37571       </method>
37572     </type>
37573   </test>
37574   <test name="test-549.cs">
37575     <type name="Do">
37576       <method name="Void .ctor()">
37577         <size>7</size>
37578       </method>
37579       <method name="Void Register(Get)">
37580         <size>1</size>
37581       </method>
37582       <method name="Void Register(System.Object)">
37583         <size>1</size>
37584       </method>
37585       <method name="System.Object MyGet(Do)">
37586         <size>2</size>
37587       </method>
37588       <method name="Void X()">
37589         <size>19</size>
37590       </method>
37591     </type>
37592     <type name="User">
37593       <method name="Void .ctor()">
37594         <size>7</size>
37595       </method>
37596       <method name="Void Main()">
37597         <size>1</size>
37598       </method>
37599     </type>
37600     <type name="Get">
37601       <method name="Void .ctor(Object, IntPtr)">
37602         <size>0</size>
37603       </method>
37604       <method name="System.Object Invoke(Do)">
37605         <size>0</size>
37606       </method>
37607       <method name="IAsyncResult BeginInvoke(Do, System.AsyncCallback, System.Object)">
37608         <size>0</size>
37609       </method>
37610       <method name="System.Object EndInvoke(IAsyncResult)">
37611         <size>0</size>
37612       </method>
37613     </type>
37614   </test>
37615   <test name="test-55.cs">
37616     <type name="A.B.C">
37617       <method name="Void .ctor()">
37618         <size>7</size>
37619       </method>
37620       <method name="Void Hola()">
37621         <size>11</size>
37622       </method>
37623     </type>
37624     <type name="X.Y.Z.W">
37625       <method name="Void .ctor()">
37626         <size>7</size>
37627       </method>
37628       <method name="Void Ahoj()">
37629         <size>11</size>
37630       </method>
37631     </type>
37632     <type name="Foo.System">
37633       <method name="Void .ctor()">
37634         <size>7</size>
37635       </method>
37636       <method name="Void X()">
37637         <size>11</size>
37638       </method>
37639     </type>
37640     <type name="App">
37641       <method name="Void .ctor()">
37642         <size>7</size>
37643       </method>
37644       <method name="Int32 Main()">
37645         <size>12</size>
37646       </method>
37647     </type>
37648   </test>
37649   <test name="test-550.cs">
37650     <type name="Bla.Blub.Fo‿o">
37651       <method name="Void .ctor()">
37652         <size>7</size>
37653       </method>
37654       <method name="Void Main(System.String[])">
37655         <size>11</size>
37656       </method>
37657     </type>
37658   </test>
37659   <test name="test-551.cs">
37660     <type name="System.Int32">
37661       <method name="Void Main()">
37662         <size>1</size>
37663       </method>
37664     </type>
37665   </test>
37666   <test name="test-552.cs">
37667     <type name="C">
37668       <method name="Void .ctor()">
37669         <size>7</size>
37670       </method>
37671       <method name="Void Test(C)">
37672         <size>1</size>
37673       </method>
37674       <method name="Void Main()">
37675         <size>14</size>
37676       </method>
37677     </type>
37678   </test>
37679   <test name="test-553.cs">
37680     <type name="A">
37681       <method name="Void .ctor()">
37682         <size>7</size>
37683       </method>
37684       <method name="Void Add(System.Object)">
37685         <size>1</size>
37686       </method>
37687     </type>
37688     <type name="B">
37689       <method name="Void .ctor()">
37690         <size>7</size>
37691       </method>
37692       <method name="Boolean Add(System.Object)">
37693         <size>2</size>
37694       </method>
37695       <method name="Void Main()">
37696         <size>1</size>
37697       </method>
37698     </type>
37699   </test>
37700   <test name="test-554.cs">
37701     <type name="C">
37702       <method name="Void .ctor()">
37703         <size>7</size>
37704       </method>
37705       <method name="Int32 Main()">
37706         <size>145</size>
37707       </method>
37708     </type>
37709     <type name="&lt;PrivateImplementationDetails&gt;">
37710       <method name="Void .ctor()">
37711         <size>7</size>
37712       </method>
37713     </type>
37714   </test>
37715   <test name="test-555.cs">
37716     <type name="Test">
37717       <method name="Void .ctor()">
37718         <size>7</size>
37719       </method>
37720       <method name="Int32 Main()">
37721         <size>351</size>
37722       </method>
37723     </type>
37724   </test>
37725   <test name="test-556.cs">
37726     <type name="S">
37727       <method name="Void .ctor()">
37728         <size>7</size>
37729       </method>
37730       <method name="Void Frobnikator()">
37731         <size>1</size>
37732       </method>
37733       <method name="Void CharToX()">
37734         <size>1</size>
37735       </method>
37736       <method name="Int32 Main()">
37737         <size>35</size>
37738       </method>
37739     </type>
37740   </test>
37741   <test name="test-557.cs">
37742     <type name="Test">
37743       <method name="Void .ctor()">
37744         <size>7</size>
37745       </method>
37746       <method name="Void Main(System.String[])">
37747         <size>1</size>
37748       </method>
37749     </type>
37750   </test>
37751   <test name="test-558.cs">
37752     <type name="TestClass">
37753       <method name="Void .ctor()">
37754         <size>7</size>
37755       </method>
37756       <method name="Void Main()">
37757         <size>21</size>
37758       </method>
37759       <method name="Void TestMethod(Int32)">
37760         <size>1</size>
37761       </method>
37762     </type>
37763     <type name="TestClass+OneDelegate">
37764       <method name="Void .ctor(Object, IntPtr)">
37765         <size>0</size>
37766       </method>
37767       <method name="Void Invoke(Int32)">
37768         <size>0</size>
37769       </method>
37770       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
37771         <size>0</size>
37772       </method>
37773       <method name="Void EndInvoke(IAsyncResult)">
37774         <size>0</size>
37775       </method>
37776     </type>
37777   </test>
37778   <test name="test-559.cs">
37779     <type name="C">
37780       <method name="Void .ctor()">
37781         <size>7</size>
37782       </method>
37783       <method name="Void add_TestEvent(B+TestDelegate)">
37784         <size>24</size>
37785       </method>
37786       <method name="Void remove_TestEvent(B+TestDelegate)">
37787         <size>24</size>
37788       </method>
37789       <method name="Void Main()">
37790         <size>1</size>
37791       </method>
37792     </type>
37793   </test>
37794   <test name="test-56.cs">
37795     <type name="A">
37796       <method name="Void .ctor()">
37797         <size>7</size>
37798       </method>
37799       <method name="Int32 get_P()">
37800         <size>7</size>
37801       </method>
37802       <method name="Void set_P(Int32)">
37803         <size>8</size>
37804       </method>
37805       <method name="Int32 get_Q()">
37806         <size>0</size>
37807       </method>
37808       <method name="Void set_Q(Int32)">
37809         <size>0</size>
37810       </method>
37811       <method name="Int32 get_R()">
37812         <size>7</size>
37813       </method>
37814       <method name="Void set_R(Int32)">
37815         <size>8</size>
37816       </method>
37817     </type>
37818     <type name="B">
37819       <method name="Void .ctor()">
37820         <size>7</size>
37821       </method>
37822       <method name="Int32 get_P()">
37823         <size>7</size>
37824       </method>
37825       <method name="Void set_P(Int32)">
37826         <size>8</size>
37827       </method>
37828       <method name="Int32 get_Q()">
37829         <size>7</size>
37830       </method>
37831       <method name="Void set_Q(Int32)">
37832         <size>8</size>
37833       </method>
37834     </type>
37835     <type name="C">
37836       <method name="Void .ctor()">
37837         <size>7</size>
37838       </method>
37839       <method name="Int32 get_Q()">
37840         <size>7</size>
37841       </method>
37842       <method name="Void set_Q(Int32)">
37843         <size>8</size>
37844       </method>
37845       <method name="Int32 get_R()">
37846         <size>7</size>
37847       </method>
37848       <method name="Void set_R(Int32)">
37849         <size>8</size>
37850       </method>
37851     </type>
37852     <type name="M">
37853       <method name="Void .ctor()">
37854         <size>7</size>
37855       </method>
37856       <method name="Int32 Main()">
37857         <size>221</size>
37858       </method>
37859     </type>
37860   </test>
37861   <test name="test-560.cs">
37862     <type name="Bugs.Bug2">
37863       <method name="Void .ctor()">
37864         <size>7</size>
37865       </method>
37866       <method name="Void Main(System.String[])">
37867         <size>81</size>
37868       </method>
37869     </type>
37870     <type name="Bugs.Bug2+MyByte">
37871       <method name="Void .ctor(Byte)">
37872         <size>8</size>
37873       </method>
37874       <method name="MyByte op_Implicit(Byte)">
37875         <size>7</size>
37876       </method>
37877       <method name="Byte op_Implicit(MyByte)">
37878         <size>8</size>
37879       </method>
37880     </type>
37881     <type name="Bugs.Bug2+MyInt">
37882       <method name="Void .ctor(Int32)">
37883         <size>8</size>
37884       </method>
37885       <method name="MyInt op_Implicit(Int32)">
37886         <size>7</size>
37887       </method>
37888       <method name="Int32 op_Implicit(MyInt)">
37889         <size>8</size>
37890       </method>
37891     </type>
37892   </test>
37893   <test name="test-561.cs">
37894     <type name="A">
37895       <method name="Void .ctor()">
37896         <size>7</size>
37897       </method>
37898       <method name="Void I.M()">
37899         <size>1</size>
37900       </method>
37901       <method name="Void M()">
37902         <size>0</size>
37903       </method>
37904     </type>
37905     <type name="C">
37906       <method name="Void .ctor()">
37907         <size>7</size>
37908       </method>
37909       <method name="Void M()">
37910         <size>1</size>
37911       </method>
37912       <method name="Void Main()">
37913         <size>1</size>
37914       </method>
37915     </type>
37916   </test>
37917   <test name="test-562.cs">
37918     <type name="Program">
37919       <method name="Void .ctor()">
37920         <size>7</size>
37921       </method>
37922       <method name="Int32 Main()">
37923         <size>45</size>
37924       </method>
37925     </type>
37926   </test>
37927   <test name="test-563.cs">
37928     <type name="Test">
37929       <method name="Void .ctor()">
37930         <size>7</size>
37931       </method>
37932       <method name="System.Object TestMethod(TestCollection)">
37933         <size>66</size>
37934       </method>
37935       <method name="Void Main()">
37936         <size>1</size>
37937       </method>
37938     </type>
37939   </test>
37940   <test name="test-564.cs">
37941     <type name="A">
37942       <method name="Void .ctor()">
37943         <size>7</size>
37944       </method>
37945       <method name="Void Main()">
37946         <size>1</size>
37947       </method>
37948     </type>
37949   </test>
37950   <test name="test-565.cs">
37951     <type name="T">
37952       <method name="Void .ctor()">
37953         <size>7</size>
37954       </method>
37955       <method name="Boolean Equals(System.Object)">
37956         <size>2</size>
37957       </method>
37958       <method name="Void Main()">
37959         <size>1</size>
37960       </method>
37961     </type>
37962   </test>
37963   <test name="test-566.cs">
37964     <type name="Test">
37965       <method name="Void .ctor()">
37966         <size>7</size>
37967       </method>
37968       <method name="System.String get_Spec()">
37969         <size>12</size>
37970       </method>
37971       <method name="Void Foo(C)">
37972         <size>7</size>
37973       </method>
37974       <method name="Void Foo2(CC)">
37975         <size>12</size>
37976       </method>
37977       <method name="Void Main()">
37978         <size>1</size>
37979       </method>
37980     </type>
37981     <type name="CA">
37982       <method name="Void .ctor()">
37983         <size>7</size>
37984       </method>
37985       <method name="Void set_Spec(System.String)">
37986         <size>1</size>
37987       </method>
37988     </type>
37989     <type name="CB">
37990       <method name="Void .ctor()">
37991         <size>7</size>
37992       </method>
37993       <method name="Void set_Spec(System.String)">
37994         <size>1</size>
37995       </method>
37996     </type>
37997     <type name="CC">
37998       <method name="Void .ctor()">
37999         <size>7</size>
38000       </method>
38001     </type>
38002   </test>
38003   <test name="test-567.cs">
38004     <type name="preservesig_test.Class1">
38005       <method name="Void .ctor()">
38006         <size>7</size>
38007       </method>
38008       <method name="Int32 Main(System.String[])">
38009         <size>143</size>
38010       </method>
38011     </type>
38012     <type name="preservesig_test.TestClass">
38013       <method name="Void .ctor()">
38014         <size>7</size>
38015       </method>
38016       <method name="Void add_e(preservesig_test.TestClass+D)">
38017         <size>24</size>
38018       </method>
38019       <method name="Void remove_e(preservesig_test.TestClass+D)">
38020         <size>24</size>
38021       </method>
38022       <method name="Int32 DoFoo()">
38023         <size>2</size>
38024       </method>
38025       <method name="Int32 get_Foo()">
38026         <size>2</size>
38027       </method>
38028     </type>
38029     <type name="preservesig_test.TestClass+D">
38030       <method name="Void .ctor(Object, IntPtr)">
38031         <size>0</size>
38032       </method>
38033       <method name="Void Invoke()">
38034         <size>0</size>
38035       </method>
38036       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38037         <size>0</size>
38038       </method>
38039       <method name="Void EndInvoke(IAsyncResult)">
38040         <size>0</size>
38041       </method>
38042     </type>
38043   </test>
38044   <test name="test-568.cs">
38045     <type name="B">
38046       <method name="Void .ctor()">
38047         <size>7</size>
38048       </method>
38049       <method name="Void Main()">
38050         <size>1</size>
38051       </method>
38052     </type>
38053   </test>
38054   <test name="test-569.cs">
38055     <type name="MyAttribute">
38056       <method name="Void .ctor()">
38057         <size>7</size>
38058       </method>
38059     </type>
38060     <type name="SubAttribute">
38061       <method name="Void .ctor()">
38062         <size>7</size>
38063       </method>
38064     </type>
38065     <type name="test">
38066       <method name="Void .ctor()">
38067         <size>7</size>
38068       </method>
38069       <method name="Void method()">
38070         <size>1</size>
38071       </method>
38072       <method name="Void Main()">
38073         <size>1</size>
38074       </method>
38075     </type>
38076   </test>
38077   <test name="test-57.cs">
38078     <type name="Button">
38079       <method name="Void .ctor()">
38080         <size>7</size>
38081       </method>
38082       <method name="Void add_Click(EventHandler)">
38083         <size>24</size>
38084       </method>
38085       <method name="Void remove_Click(EventHandler)">
38086         <size>24</size>
38087       </method>
38088       <method name="Void OnClick(Int32, Int32)">
38089         <size>36</size>
38090       </method>
38091       <method name="Void Reset()">
38092         <size>8</size>
38093       </method>
38094     </type>
38095     <type name="Blah">
38096       <method name="Void .ctor()">
38097         <size>18</size>
38098       </method>
38099       <method name="Void Connect()">
38100         <size>59</size>
38101       </method>
38102       <method name="Void Button1_Click(Int32, Int32)">
38103         <size>34</size>
38104       </method>
38105       <method name="Void Foo_Click(Int32, Int32)">
38106         <size>34</size>
38107       </method>
38108       <method name="Void Disconnect()">
38109         <size>34</size>
38110       </method>
38111       <method name="Int32 Main()">
38112         <size>66</size>
38113       </method>
38114     </type>
38115     <type name="EventHandler">
38116       <method name="Void .ctor(Object, IntPtr)">
38117         <size>0</size>
38118       </method>
38119       <method name="Void Invoke(Int32, Int32)">
38120         <size>0</size>
38121       </method>
38122       <method name="IAsyncResult BeginInvoke(Int32, Int32, System.AsyncCallback, System.Object)">
38123         <size>0</size>
38124       </method>
38125       <method name="Void EndInvoke(IAsyncResult)">
38126         <size>0</size>
38127       </method>
38128     </type>
38129   </test>
38130   <test name="test-570.cs">
38131     <type name="Bar">
38132       <method name="Void .ctor()">
38133         <size>7</size>
38134       </method>
38135     </type>
38136     <type name="Program">
38137       <method name="Void .ctor()">
38138         <size>7</size>
38139       </method>
38140       <method name="Void Main()">
38141         <size>47</size>
38142       </method>
38143     </type>
38144   </test>
38145   <test name="test-571.cs">
38146     <type name="Test">
38147       <method name="Void .ctor()">
38148         <size>7</size>
38149       </method>
38150       <method name="Void Main()">
38151         <size>1</size>
38152       </method>
38153     </type>
38154   </test>
38155   <test name="test-572.cs">
38156     <type name="C">
38157       <method name="Void .ctor()">
38158         <size>7</size>
38159       </method>
38160       <method name="Color get_Color()">
38161         <size>10</size>
38162       </method>
38163       <method name="Void ResetCustomColors()">
38164         <size>16</size>
38165       </method>
38166       <method name="Void Main()">
38167         <size>1</size>
38168       </method>
38169     </type>
38170     <type name="Color">
38171       <method name="Color From(Int32)">
38172         <size>10</size>
38173       </method>
38174       <method name="Int32 ToArgb()">
38175         <size>2</size>
38176       </method>
38177     </type>
38178   </test>
38179   <test name="test-573.cs">
38180     <type name="C">
38181       <method name="Void .ctor()">
38182         <size>7</size>
38183       </method>
38184       <method name="Void .cctor()">
38185         <size>11</size>
38186       </method>
38187       <method name="Void Main()">
38188         <size>25</size>
38189       </method>
38190     </type>
38191   </test>
38192   <test name="test-574.cs">
38193     <type name="X">
38194       <method name="Void .ctor()">
38195         <size>7</size>
38196       </method>
38197       <method name="Int32 Main()">
38198         <size>31</size>
38199       </method>
38200     </type>
38201   </test>
38202   <test name="test-575.cs">
38203     <type name="Program">
38204       <method name="Void .ctor()">
38205         <size>7</size>
38206       </method>
38207       <method name="Void Main(System.String[])">
38208         <size>25</size>
38209       </method>
38210     </type>
38211   </test>
38212   <test name="test-576.cs">
38213     <type name="Foo">
38214       <method name="Void .ctor()">
38215         <size>7</size>
38216       </method>
38217       <method name="Void Main()">
38218         <size>24</size>
38219       </method>
38220     </type>
38221   </test>
38222   <test name="test-578.cs">
38223     <type name="Test1.TestItem1">
38224       <method name="Void .ctor()">
38225         <size>7</size>
38226       </method>
38227       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
38228         <size>34</size>
38229       </method>
38230       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
38231         <size>34</size>
38232       </method>
38233       <method name="Int32 Test()">
38234         <size>12</size>
38235       </method>
38236     </type>
38237     <type name="Test1.TestItem2">
38238       <method name="Void .ctor()">
38239         <size>7</size>
38240       </method>
38241       <method name="Void add_OnUpdate(Test1.TestDelegate1)">
38242         <size>18</size>
38243       </method>
38244       <method name="Void remove_OnUpdate(Test1.TestDelegate1)">
38245         <size>18</size>
38246       </method>
38247     </type>
38248     <type name="Test1.CC">
38249       <method name="Void .ctor()">
38250         <size>7</size>
38251       </method>
38252       <method name="Int32 Main()">
38253         <size>57</size>
38254       </method>
38255     </type>
38256     <type name="Test1.TestDelegate1">
38257       <method name="Void .ctor(Object, IntPtr)">
38258         <size>0</size>
38259       </method>
38260       <method name="Int32 Invoke()">
38261         <size>0</size>
38262       </method>
38263       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
38264         <size>0</size>
38265       </method>
38266       <method name="Int32 EndInvoke(IAsyncResult)">
38267         <size>0</size>
38268       </method>
38269     </type>
38270     <type name="Test1.CC">
38271       <method name="Int32 &lt;Main&gt;m__0()">
38272         <size>2</size>
38273       </method>
38274     </type>
38275   </test>
38276   <test name="test-579.cs">
38277     <type name="X">
38278       <method name="Void .ctor()">
38279         <size>7</size>
38280       </method>
38281       <method name="Void Main()">
38282         <size>35</size>
38283       </method>
38284       <method name="Void DoCall(X+test)">
38285         <size>1</size>
38286       </method>
38287     </type>
38288     <type name="X+test">
38289       <method name="Void .ctor(Object, IntPtr)">
38290         <size>0</size>
38291       </method>
38292       <method name="System.Object Invoke(System.Reflection.MethodInfo)">
38293         <size>0</size>
38294       </method>
38295       <method name="IAsyncResult BeginInvoke(System.Reflection.MethodInfo, System.AsyncCallback, System.Object)">
38296         <size>0</size>
38297       </method>
38298       <method name="System.Object EndInvoke(IAsyncResult)">
38299         <size>0</size>
38300       </method>
38301     </type>
38302     <type name="X">
38303       <method name="System.Object &lt;Main&gt;m__0(System.Reflection.MethodInfo)">
38304         <size>18</size>
38305       </method>
38306     </type>
38307   </test>
38308   <test name="test-58.cs">
38309     <type name="Blah">
38310       <method name="Void .ctor()">
38311         <size>7</size>
38312       </method>
38313       <method name="Int32 Main()">
38314         <size>27</size>
38315       </method>
38316     </type>
38317   </test>
38318   <test name="test-580.cs">
38319     <type name="Bla">
38320       <method name="Void .ctor()">
38321         <size>7</size>
38322       </method>
38323       <method name="Void BuildNode(System.String ByRef)">
38324         <size>43</size>
38325       </method>
38326       <method name="Void BuildNode(System.String[] ByRef)">
38327         <size>56</size>
38328       </method>
38329       <method name="Void BuildNode_B(System.Object ByRef)">
38330         <size>18</size>
38331       </method>
38332       <method name="System.String BuildNode_C(System.String ByRef)">
38333         <size>76</size>
38334       </method>
38335       <method name="System.String BuildNode_D()">
38336         <size>157</size>
38337       </method>
38338       <method name="Void BuildNode_E(System.String[,] ByRef)">
38339         <size>68</size>
38340       </method>
38341       <method name="Int32 Main()">
38342         <size>265</size>
38343       </method>
38344     </type>
38345   </test>
38346   <test name="test-581.cs">
38347     <type name="TestParams">
38348       <method name="Void .ctor()">
38349         <size>7</size>
38350       </method>
38351       <method name="System.Object get_Item(System.String[])">
38352         <size>4</size>
38353       </method>
38354       <method name="Void set_Item(System.String[], System.Object)">
38355         <size>40</size>
38356       </method>
38357       <method name="Void TestMethod()">
38358         <size>179</size>
38359       </method>
38360     </type>
38361     <type name="TestNonParams">
38362       <method name="Void .ctor()">
38363         <size>7</size>
38364       </method>
38365       <method name="System.Object get_Item(System.String)">
38366         <size>2</size>
38367       </method>
38368       <method name="Void set_Item(System.String, System.Object)">
38369         <size>40</size>
38370       </method>
38371       <method name="Void TestMethod()">
38372         <size>71</size>
38373       </method>
38374     </type>
38375     <type name="M">
38376       <method name="Void .ctor()">
38377         <size>7</size>
38378       </method>
38379       <method name="Int32 Main()">
38380         <size>22</size>
38381       </method>
38382     </type>
38383   </test>
38384   <test name="test-582.cs">
38385     <type name="TrueClass">
38386       <method name="Void Main()">
38387         <size>1</size>
38388       </method>
38389     </type>
38390   </test>
38391   <test name="test-583.cs">
38392     <type name="Program">
38393       <method name="Void .ctor()">
38394         <size>7</size>
38395       </method>
38396       <method name="Int32 Main()">
38397         <size>19</size>
38398       </method>
38399     </type>
38400     <type name="ObjectContainerBase">
38401       <method name="Void .ctor()">
38402         <size>7</size>
38403       </method>
38404     </type>
38405   </test>
38406   <test name="test-584.cs">
38407     <type name="Style">
38408       <method name="Void .ctor()">
38409         <size>7</size>
38410       </method>
38411       <method name="Style get_CurrentStyle()">
38412         <size>2</size>
38413       </method>
38414       <method name="Void set_CurrentStyle(Style)">
38415         <size>1</size>
38416       </method>
38417       <method name="Boolean LoadCurrentStyle()">
38418         <size>20</size>
38419       </method>
38420       <method name="Style Load()">
38421         <size>2</size>
38422       </method>
38423       <method name="Int32 Main()">
38424         <size>18</size>
38425       </method>
38426     </type>
38427   </test>
38428   <test name="test-585.cs">
38429     <type name="A">
38430       <method name="Void .ctor()">
38431         <size>7</size>
38432       </method>
38433     </type>
38434     <type name="B">
38435       <method name="Void .ctor()">
38436         <size>7</size>
38437       </method>
38438     </type>
38439     <type name="X">
38440       <method name="Void .ctor()">
38441         <size>7</size>
38442       </method>
38443     </type>
38444     <type name="Program">
38445       <method name="Void .ctor()">
38446         <size>7</size>
38447       </method>
38448       <method name="Void Main()">
38449         <size>52</size>
38450       </method>
38451     </type>
38452   </test>
38453   <test name="test-586.cs">
38454     <type name="Program">
38455       <method name="Void .ctor()">
38456         <size>7</size>
38457       </method>
38458       <method name="Int32 Main()">
38459         <size>99</size>
38460       </method>
38461     </type>
38462     <type name="Program+MyColor">
38463       <method name="Void .ctor(Single)">
38464         <size>8</size>
38465       </method>
38466       <method name="Single get_Value()">
38467         <size>7</size>
38468       </method>
38469       <method name="MyColor op_Addition(MyColor, MyColor)">
38470         <size>21</size>
38471       </method>
38472     </type>
38473   </test>
38474   <test name="test-587.cs">
38475     <type name="Program">
38476       <method name="Void .ctor()">
38477         <size>7</size>
38478       </method>
38479       <method name="Int32 Main()">
38480         <size>17</size>
38481       </method>
38482     </type>
38483   </test>
38484   <test name="test-588.cs">
38485     <type name="TestNamespace.TestClass">
38486       <method name="Void .ctor()">
38487         <size>7</size>
38488       </method>
38489       <method name="Void HelloWorld()">
38490         <size>1</size>
38491       </method>
38492     </type>
38493     <type name="SuperClass">
38494       <method name="Void .ctor()">
38495         <size>7</size>
38496       </method>
38497       <method name="TestNamespace.TestClass get_TestClass()">
38498         <size>7</size>
38499       </method>
38500     </type>
38501     <type name="SubClass">
38502       <method name="Void .ctor()">
38503         <size>12</size>
38504       </method>
38505     </type>
38506     <type name="App">
38507       <method name="Void .ctor()">
38508         <size>7</size>
38509       </method>
38510       <method name="Void Main()">
38511         <size>7</size>
38512       </method>
38513     </type>
38514   </test>
38515   <test name="test-589.cs">
38516     <type name="TestNamespace.TestClass">
38517       <method name="Void .ctor()">
38518         <size>7</size>
38519       </method>
38520       <method name="Void HelloWorld()">
38521         <size>1</size>
38522       </method>
38523     </type>
38524     <type name="SuperClass">
38525       <method name="Void .ctor()">
38526         <size>7</size>
38527       </method>
38528       <method name="TestNamespace.TestClass get_TestClass()">
38529         <size>7</size>
38530       </method>
38531       <method name="Void set_TestClass(TestNamespace.TestClass)">
38532         <size>1</size>
38533       </method>
38534     </type>
38535     <type name="SubClass">
38536       <method name="Void .ctor()">
38537         <size>12</size>
38538       </method>
38539     </type>
38540     <type name="App">
38541       <method name="Void .ctor()">
38542         <size>7</size>
38543       </method>
38544       <method name="Void Main()">
38545         <size>7</size>
38546       </method>
38547     </type>
38548   </test>
38549   <test name="test-59.cs">
38550     <type name="X">
38551       <method name="Void .ctor()">
38552         <size>7</size>
38553       </method>
38554       <method name="Int32 test_explicit()">
38555         <size>224</size>
38556       </method>
38557       <method name="Int32 test_implicit()">
38558         <size>102</size>
38559       </method>
38560       <method name="Int32 Main()">
38561         <size>57</size>
38562       </method>
38563     </type>
38564   </test>
38565   <test name="test-590.cs">
38566     <type name="X">
38567       <method name="Void .ctor()">
38568         <size>18</size>
38569       </method>
38570       <method name="Int32 Main()">
38571         <size>28</size>
38572       </method>
38573       <method name="System.String Foo()">
38574         <size>6</size>
38575       </method>
38576       <method name="System.String get_Prop()">
38577         <size>7</size>
38578       </method>
38579       <method name="Void set_Prop(System.String)">
38580         <size>8</size>
38581       </method>
38582       <method name="System.String get_Item(Int32)">
38583         <size>7</size>
38584       </method>
38585       <method name="Void set_Item(Int32, System.String)">
38586         <size>8</size>
38587       </method>
38588       <method name="Int32 Do(System.String, System.String, System.String)">
38589         <size>334</size>
38590       </method>
38591     </type>
38592   </test>
38593   <test name="test-591.cs">
38594     <type name="C1">
38595       <method name="Void .ctor()">
38596         <size>7</size>
38597       </method>
38598       <method name="Void Foo(System.String)">
38599         <size>49</size>
38600       </method>
38601     </type>
38602     <type name="C2">
38603       <method name="Void .ctor()">
38604         <size>7</size>
38605       </method>
38606       <method name="Void Main()">
38607         <size>1</size>
38608       </method>
38609     </type>
38610   </test>
38611   <test name="test-592.cs">
38612     <type name="T">
38613       <method name="Void .ctor()">
38614         <size>7</size>
38615       </method>
38616       <method name="Int32 fib(Int32)">
38617         <size>53</size>
38618       </method>
38619       <method name="Int32 xx(Int32)">
38620         <size>33</size>
38621       </method>
38622       <method name="Void foo(Int32)">
38623         <size>38</size>
38624       </method>
38625       <method name="Void XXXA()">
38626         <size>6</size>
38627       </method>
38628       <method name="Void Main()">
38629         <size>1</size>
38630       </method>
38631     </type>
38632   </test>
38633   <test name="test-593.cs">
38634     <type name="MainClass">
38635       <method name="Void .ctor()">
38636         <size>7</size>
38637       </method>
38638       <method name="Void Foo(I)">
38639         <size>7</size>
38640       </method>
38641       <method name="Void Main()">
38642         <size>1</size>
38643       </method>
38644     </type>
38645   </test>
38646   <test name="test-594.cs">
38647     <type name="Test">
38648       <method name="Void .ctor()">
38649         <size>7</size>
38650       </method>
38651       <method name="Void Main()">
38652         <size>1</size>
38653       </method>
38654     </type>
38655   </test>
38656   <test name="test-595.cs">
38657     <type name="AttributesCollection">
38658       <method name="Void .ctor()">
38659         <size>7</size>
38660       </method>
38661       <method name="System.Object get_Item(SymbolId)">
38662         <size>2</size>
38663       </method>
38664       <method name="Void set_Item(SymbolId, System.Object)">
38665         <size>1</size>
38666       </method>
38667     </type>
38668     <type name="Program">
38669       <method name="Void .ctor()">
38670         <size>7</size>
38671       </method>
38672       <method name="System.Object SetDictionaryValue(System.Object, SymbolId, System.Object)">
38673         <size>18</size>
38674       </method>
38675       <method name="Void Main()">
38676         <size>23</size>
38677       </method>
38678     </type>
38679   </test>
38680   <test name="test-596.cs">
38681     <type name="C">
38682       <method name="Void .ctor()">
38683         <size>7</size>
38684       </method>
38685       <method name="Void Main()">
38686         <size>17</size>
38687       </method>
38688     </type>
38689   </test>
38690   <test name="test-597.cs">
38691     <type name="TestNS.Foo">
38692       <method name="Void .ctor()">
38693         <size>7</size>
38694       </method>
38695     </type>
38696     <type name="TestNS.XElement">
38697       <method name="Void .ctor()">
38698         <size>7</size>
38699       </method>
38700       <method name="TestNS.Bar get_Document()">
38701         <size>2</size>
38702       </method>
38703       <method name="System.Object get_CrashHere()">
38704         <size>29</size>
38705       </method>
38706     </type>
38707     <type name="TestNS.Element">
38708       <method name="Void .ctor()">
38709         <size>7</size>
38710       </method>
38711       <method name="TestNS.Foo get_Document()">
38712         <size>2</size>
38713       </method>
38714     </type>
38715     <type name="TestNS.Bar">
38716       <method name="Void .ctor()">
38717         <size>7</size>
38718       </method>
38719       <method name="IHoge get_Root()">
38720         <size>2</size>
38721       </method>
38722     </type>
38723     <type name="TestNS.C">
38724       <method name="Void .ctor()">
38725         <size>7</size>
38726       </method>
38727       <method name="Void Main()">
38728         <size>1</size>
38729       </method>
38730     </type>
38731   </test>
38732   <test name="test-598.cs">
38733     <type name="Test">
38734       <method name="Void .ctor()">
38735         <size>35</size>
38736       </method>
38737       <method name="V get_v()">
38738         <size>7</size>
38739       </method>
38740       <method name="Void Main()">
38741         <size>1</size>
38742       </method>
38743     </type>
38744     <type name="V">
38745       <method name="Void set_Item(Int32, Int32)">
38746         <size>1</size>
38747       </method>
38748     </type>
38749   </test>
38750   <test name="test-599.cs">
38751     <type name="Test.String">
38752       <method name="Void .ctor(String)">
38753         <size>14</size>
38754       </method>
38755       <method name="Test.String op_Implicit(System.String)">
38756         <size>15</size>
38757       </method>
38758       <method name="System.String op_Implicit(Test.String)">
38759         <size>15</size>
38760       </method>
38761     </type>
38762     <type name="TestCompiler.MainClass">
38763       <method name="Void .ctor()">
38764         <size>7</size>
38765       </method>
38766       <method name="Int32 Main()">
38767         <size>80</size>
38768       </method>
38769     </type>
38770   </test>
38771   <test name="test-6.cs">
38772     <type name="X">
38773       <method name="Void .ctor()">
38774         <size>7</size>
38775       </method>
38776       <method name="Int32 Main()">
38777         <size>37</size>
38778       </method>
38779     </type>
38780   </test>
38781   <test name="test-60.cs">
38782     <type name="ns5.Y">
38783       <method name="Void .ctor()">
38784         <size>7</size>
38785       </method>
38786       <method name="Void Run()">
38787         <size>1</size>
38788       </method>
38789     </type>
38790     <type name="X">
38791       <method name="Void .ctor()">
38792         <size>7</size>
38793       </method>
38794       <method name="Int32 Main()">
38795         <size>14</size>
38796       </method>
38797     </type>
38798   </test>
38799   <test name="test-600.cs">
38800     <type name="Test.Regression">
38801       <method name="Void .ctor()">
38802         <size>7</size>
38803       </method>
38804       <method name="Int32 Main()">
38805         <size>90</size>
38806       </method>
38807     </type>
38808   </test>
38809   <test name="test-601.cs">
38810     <type name="C">
38811       <method name="Void .ctor()">
38812         <size>7</size>
38813       </method>
38814       <method name="Void Main()">
38815         <size>1</size>
38816       </method>
38817     </type>
38818     <type name="C+MarkerUpdatedVMDelegate">
38819       <method name="Void .ctor(Object, IntPtr)">
38820         <size>0</size>
38821       </method>
38822       <method name="Void Invoke(IntPtr, IntPtr)">
38823         <size>0</size>
38824       </method>
38825       <method name="IAsyncResult BeginInvoke(IntPtr, IntPtr, System.AsyncCallback, System.Object)">
38826         <size>0</size>
38827       </method>
38828       <method name="Void EndInvoke(IAsyncResult)">
38829         <size>0</size>
38830       </method>
38831     </type>
38832   </test>
38833   <test name="test-602.cs">
38834     <type name="C">
38835       <method name="Void .ctor()">
38836         <size>7</size>
38837       </method>
38838       <method name="Int32 Main()">
38839         <size>95</size>
38840       </method>
38841       <method name="Int32 Error(System.String, System.Object[])">
38842         <size>8</size>
38843       </method>
38844       <method name="Int32 Format(System.String, System.Object)">
38845         <size>2</size>
38846       </method>
38847       <method name="Int32 Format(System.String, System.Object[])">
38848         <size>2</size>
38849       </method>
38850       <method name="Int32 Format(System.String, System.Object, System.Object[])">
38851         <size>2</size>
38852       </method>
38853       <method name="Int32 Test_A(System.String)">
38854         <size>2</size>
38855       </method>
38856       <method name="Int32 Test_A(System.String, System.Object[])">
38857         <size>2</size>
38858       </method>
38859       <method name="Int32 Test_C(System.Type, System.Int32[])">
38860         <size>2</size>
38861       </method>
38862       <method name="Int32 Test_C(System.Type, System.Int32[], System.Int32[])">
38863         <size>2</size>
38864       </method>
38865     </type>
38866   </test>
38867   <test name="test-603.cs">
38868     <type name="ConsoleApplication1.Program">
38869       <method name="Void .ctor()">
38870         <size>7</size>
38871       </method>
38872       <method name="Void .cctor()">
38873         <size>1</size>
38874       </method>
38875       <method name="Int32 Main()">
38876         <size>52</size>
38877       </method>
38878     </type>
38879   </test>
38880   <test name="test-604.cs">
38881     <type name="Program">
38882       <method name="Void .ctor()">
38883         <size>7</size>
38884       </method>
38885       <method name="Int32 Main()">
38886         <size>83</size>
38887       </method>
38888     </type>
38889     <type name="Program+ImplementingExplicitInterfacesMembers">
38890       <method name="Void .ctor()">
38891         <size>7</size>
38892       </method>
38893       <method name="Void Program.Iface1.IfaceMethod1()">
38894         <size>1</size>
38895       </method>
38896       <method name="Void Program.Iface2.IfaceMethod2()">
38897         <size>1</size>
38898       </method>
38899     </type>
38900   </test>
38901   <test name="test-605.cs">
38902     <type name="TestA">
38903       <method name="Void .ctor()">
38904         <size>7</size>
38905       </method>
38906       <method name="System.String get_Method()">
38907         <size>2</size>
38908       </method>
38909     </type>
38910     <type name="TestB">
38911       <method name="Void .ctor()">
38912         <size>7</size>
38913       </method>
38914       <method name="System.String get_Method()">
38915         <size>2</size>
38916       </method>
38917       <method name="Void Main()">
38918         <size>1</size>
38919       </method>
38920     </type>
38921   </test>
38922   <test name="test-606.cs">
38923     <type name="Program">
38924       <method name="Void .ctor()">
38925         <size>7</size>
38926       </method>
38927       <method name="Int32 Main()">
38928         <size>157</size>
38929       </method>
38930     </type>
38931     <type name="Info">
38932       <method name="Void .ctor()">
38933         <size>7</size>
38934       </method>
38935       <method name="Boolean System.Collections.IEnumerator.MoveNext()">
38936         <size>2</size>
38937       </method>
38938       <method name="Void System.Collections.IEnumerator.Reset()">
38939         <size>1</size>
38940       </method>
38941       <method name="System.Object System.Collections.IEnumerator.get_Current()">
38942         <size>2</size>
38943       </method>
38944       <method name="System.Object Mono.Test.ITest.get_Item(Int32)">
38945         <size>2</size>
38946       </method>
38947       <method name="Void Mono.Test.ITest.set_Item(Int32, System.Object)">
38948         <size>1</size>
38949       </method>
38950     </type>
38951   </test>
38952   <test name="test-607.cs">
38953     <type name="Program">
38954       <method name="Void .ctor()">
38955         <size>7</size>
38956       </method>
38957       <method name="Int32 Main()">
38958         <size>120</size>
38959       </method>
38960     </type>
38961   </test>
38962   <test name="test-608.cs">
38963     <type name="X">
38964       <method name="Void .ctor()">
38965         <size>7</size>
38966       </method>
38967       <method name="Void Main()">
38968         <size>60</size>
38969       </method>
38970     </type>
38971   </test>
38972   <test name="test-609.cs">
38973     <type name="Test">
38974       <method name="Void .ctor()">
38975         <size>7</size>
38976       </method>
38977       <method name="Int32 Main()">
38978         <size>36</size>
38979       </method>
38980     </type>
38981   </test>
38982   <test name="test-61.cs">
38983     <type name="X">
38984       <method name="Void .ctor()">
38985         <size>7</size>
38986       </method>
38987       <method name="Void add_XX(X+MyEvent)">
38988         <size>3</size>
38989       </method>
38990       <method name="Void remove_XX(X+MyEvent)">
38991         <size>3</size>
38992       </method>
38993       <method name="Int32 get_Property()">
38994         <size>4</size>
38995       </method>
38996       <method name="Void set_Property(Int32)">
38997         <size>3</size>
38998       </method>
38999       <method name="Int32 get_P2()">
39000         <size>2</size>
39001       </method>
39002       <method name="Void set_P3(Int32)">
39003         <size>1</size>
39004       </method>
39005       <method name="Int32 Main()">
39006         <size>2</size>
39007       </method>
39008     </type>
39009     <type name="X+MyEvent">
39010       <method name="Void .ctor(Object, IntPtr)">
39011         <size>0</size>
39012       </method>
39013       <method name="Void Invoke()">
39014         <size>0</size>
39015       </method>
39016       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39017         <size>0</size>
39018       </method>
39019       <method name="Void EndInvoke(IAsyncResult)">
39020         <size>0</size>
39021       </method>
39022     </type>
39023   </test>
39024   <test name="test-610.cs">
39025     <type name="A">
39026       <method name="Void .ctor()">
39027         <size>7</size>
39028       </method>
39029       <method name="Void Main()">
39030         <size>1</size>
39031       </method>
39032     </type>
39033     <type name="A+C">
39034       <method name="Void .ctor()">
39035         <size>7</size>
39036       </method>
39037     </type>
39038     <type name="A+C+D">
39039       <method name="Void .ctor()">
39040         <size>7</size>
39041       </method>
39042     </type>
39043     <type name="N.B">
39044       <method name="Void .ctor()">
39045         <size>7</size>
39046       </method>
39047     </type>
39048     <type name="N.B+C">
39049       <method name="Void .ctor()">
39050         <size>7</size>
39051       </method>
39052     </type>
39053     <type name="N.B+C+E">
39054       <method name="Void .ctor()">
39055         <size>7</size>
39056       </method>
39057     </type>
39058     <type name="N.B+A">
39059       <method name="Void .ctor()">
39060         <size>7</size>
39061       </method>
39062     </type>
39063     <type name="N.B+A+D">
39064       <method name="Void .ctor()">
39065         <size>7</size>
39066       </method>
39067     </type>
39068   </test>
39069   <test name="test-611.cs">
39070     <type name="T">
39071       <method name="Void .ctor()">
39072         <size>7</size>
39073       </method>
39074     </type>
39075     <type name="T+Protected">
39076       <method name="Void .ctor()">
39077         <size>7</size>
39078       </method>
39079     </type>
39080     <type name="D">
39081       <method name="Void .ctor()">
39082         <size>7</size>
39083       </method>
39084     </type>
39085     <type name="D+Private">
39086       <method name="Void .ctor()">
39087         <size>7</size>
39088       </method>
39089       <method name="Void Stuff(T+Protected)">
39090         <size>1</size>
39091       </method>
39092     </type>
39093     <type name="D2">
39094       <method name="Void .ctor()">
39095         <size>7</size>
39096       </method>
39097     </type>
39098     <type name="D2+P">
39099       <method name="Void .ctor()">
39100         <size>7</size>
39101       </method>
39102     </type>
39103     <type name="D2+P+Private">
39104       <method name="Void .ctor()">
39105         <size>7</size>
39106       </method>
39107       <method name="Void Stuff(T+Protected)">
39108         <size>1</size>
39109       </method>
39110     </type>
39111     <type name="Z">
39112       <method name="Void .ctor()">
39113         <size>7</size>
39114       </method>
39115       <method name="Void Main()">
39116         <size>1</size>
39117       </method>
39118     </type>
39119   </test>
39120   <test name="test-612.cs">
39121     <type name="Abcdefghijklmnopqrstuvwxyz">
39122       <method name="Void .ctor()">
39123         <size>7</size>
39124       </method>
39125       <method name="Void .cctor()">
39126         <size>7</size>
39127       </method>
39128     </type>
39129     <type name="OO">
39130       <method name="Void .ctor()">
39131         <size>7</size>
39132       </method>
39133       <method name="Void D()">
39134         <size>5293</size>
39135       </method>
39136     </type>
39137     <type name="Zyxwvutsrqp">
39138       <method name="Void .ctor()">
39139         <size>7</size>
39140       </method>
39141       <method name="Void .cctor()">
39142         <size>7</size>
39143       </method>
39144     </type>
39145     <type name="XXX">
39146       <method name="Void .ctor()">
39147         <size>7</size>
39148       </method>
39149       <method name="Boolean IsAltered()">
39150         <size>859</size>
39151       </method>
39152       <method name="Void Main()">
39153         <size>1</size>
39154       </method>
39155     </type>
39156   </test>
39157   <test name="test-613.cs">
39158     <type name="M">
39159       <method name="Void .ctor()">
39160         <size>7</size>
39161       </method>
39162       <method name="Boolean g()">
39163         <size>8</size>
39164       </method>
39165       <method name="Int32 Main()">
39166         <size>62</size>
39167       </method>
39168     </type>
39169   </test>
39170   <test name="test-614.cs">
39171     <type name="C">
39172       <method name="Void .ctor()">
39173         <size>7</size>
39174       </method>
39175       <method name="Void And()">
39176         <size>73</size>
39177       </method>
39178       <method name="Void Or()">
39179         <size>129</size>
39180       </method>
39181       <method name="Int32 Main()">
39182         <size>70</size>
39183       </method>
39184     </type>
39185   </test>
39186   <test name="test-615.cs">
39187     <type name="C">
39188       <method name="Void .ctor()">
39189         <size>7</size>
39190       </method>
39191       <method name="Void Main()">
39192         <size>16</size>
39193       </method>
39194     </type>
39195   </test>
39196   <test name="test-617.cs">
39197     <type name="Y">
39198       <method name="Void .ctor()">
39199         <size>7</size>
39200       </method>
39201       <method name="Void X.add_Foo(MyDelegate)">
39202         <size>1</size>
39203       </method>
39204       <method name="Void X.remove_Foo(MyDelegate)">
39205         <size>1</size>
39206       </method>
39207       <method name="Void add_Foo(MyDelegate)">
39208         <size>24</size>
39209       </method>
39210       <method name="Void remove_Foo(MyDelegate)">
39211         <size>24</size>
39212       </method>
39213       <method name="Int32 X.get_Prop()">
39214         <size>2</size>
39215       </method>
39216       <method name="Int32 Main()">
39217         <size>86</size>
39218       </method>
39219     </type>
39220     <type name="MyDelegate">
39221       <method name="Void .ctor(Object, IntPtr)">
39222         <size>0</size>
39223       </method>
39224       <method name="Int64 Invoke()">
39225         <size>0</size>
39226       </method>
39227       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39228         <size>0</size>
39229       </method>
39230       <method name="Int64 EndInvoke(IAsyncResult)">
39231         <size>0</size>
39232       </method>
39233     </type>
39234   </test>
39235   <test name="test-618.cs">
39236     <type name="C">
39237       <method name="Void .ctor()">
39238         <size>7</size>
39239       </method>
39240       <method name="Void ZeroBasedReductions()">
39241         <size>18</size>
39242       </method>
39243       <method name="Void Main()">
39244         <size>6</size>
39245       </method>
39246     </type>
39247   </test>
39248   <test name="test-619.cs">
39249     <type name="X">
39250       <method name="Void .ctor()">
39251         <size>7</size>
39252       </method>
39253       <method name="Void Main()">
39254         <size>11</size>
39255       </method>
39256     </type>
39257   </test>
39258   <test name="test-62.cs">
39259     <type name="X">
39260       <method name="Void .ctor()">
39261         <size>7</size>
39262       </method>
39263       <method name="X[] GetX()">
39264         <size>2</size>
39265       </method>
39266       <method name="System.Int32[] getInt()">
39267         <size>2</size>
39268       </method>
39269       <method name="System.Int32[,,] getMoreInt()">
39270         <size>2</size>
39271       </method>
39272       <method name="Int32 Main()">
39273         <size>2</size>
39274       </method>
39275     </type>
39276   </test>
39277   <test name="test-620.cs">
39278     <type name="X">
39279       <method name="Void .ctor()">
39280         <size>7</size>
39281       </method>
39282       <method name="Void A(Int32 ByRef)">
39283         <size>7</size>
39284       </method>
39285       <method name="Void B(Int32 ByRef)">
39286         <size>7</size>
39287       </method>
39288       <method name="Int32 Main()">
39289         <size>22</size>
39290       </method>
39291     </type>
39292   </test>
39293   <test name="test-621.cs">
39294     <type name="X">
39295       <method name="Void .ctor()">
39296         <size>7</size>
39297       </method>
39298       <method name="Void Main()">
39299         <size>129</size>
39300       </method>
39301     </type>
39302   </test>
39303   <test name="test-622.cs">
39304     <type name="A">
39305       <method name="Void .ctor(Int32)">
39306         <size>1</size>
39307       </method>
39308     </type>
39309     <type name="B">
39310       <method name="Void .ctor(Int32)">
39311         <size>7</size>
39312       </method>
39313     </type>
39314     <type name="X">
39315       <method name="Void .ctor()">
39316         <size>7</size>
39317       </method>
39318       <method name="Void Foo(A ByRef)">
39319         <size>8</size>
39320       </method>
39321       <method name="Void Foo(System.Object ByRef)">
39322         <size>9</size>
39323       </method>
39324       <method name="Int32 Main()">
39325         <size>16</size>
39326       </method>
39327     </type>
39328   </test>
39329   <test name="test-623.cs">
39330     <type name="X">
39331       <method name="Void .ctor()">
39332         <size>7</size>
39333       </method>
39334       <method name="Void a()">
39335         <size>0</size>
39336       </method>
39337     </type>
39338     <type name="Y">
39339       <method name="Void .ctor()">
39340         <size>7</size>
39341       </method>
39342       <method name="Void a()">
39343         <size>11</size>
39344       </method>
39345       <method name="Void Main()">
39346         <size>13</size>
39347       </method>
39348     </type>
39349   </test>
39350   <test name="test-624.cs">
39351     <type name="X">
39352       <method name="Void .ctor()">
39353         <size>7</size>
39354       </method>
39355       <method name="Int32 get_Type()">
39356         <size>2</size>
39357       </method>
39358       <method name="Void Main()">
39359         <size>3</size>
39360       </method>
39361     </type>
39362   </test>
39363   <test name="test-625.cs">
39364     <type name="Location">
39365       <method name="Void .ctor()">
39366         <size>7</size>
39367       </method>
39368       <method name="Int32 get_Null()">
39369         <size>2</size>
39370       </method>
39371     </type>
39372     <type name="X">
39373       <method name="Void .ctor()">
39374         <size>13</size>
39375       </method>
39376       <method name="Void Main()">
39377         <size>1</size>
39378       </method>
39379     </type>
39380   </test>
39381   <test name="test-626.cs">
39382     <type name="X">
39383       <method name="Void .ctor()">
39384         <size>7</size>
39385       </method>
39386       <method name="Void A()">
39387         <size>1</size>
39388       </method>
39389       <method name="Void Main()">
39390         <size>37</size>
39391       </method>
39392     </type>
39393   </test>
39394   <test name="test-627.cs">
39395     <type name="B">
39396       <method name="Void .ctor()">
39397         <size>7</size>
39398       </method>
39399       <method name="Void X.B()">
39400         <size>1</size>
39401       </method>
39402       <method name="Void A.B()">
39403         <size>1</size>
39404       </method>
39405     </type>
39406     <type name="M">
39407       <method name="Void .ctor()">
39408         <size>7</size>
39409       </method>
39410       <method name="Void N(System.Object)">
39411         <size>8</size>
39412       </method>
39413       <method name="Void Main()">
39414         <size>1</size>
39415       </method>
39416     </type>
39417   </test>
39418   <test name="test-628.cs">
39419     <type name="N1.B">
39420       <method name="Void .ctor()">
39421         <size>7</size>
39422       </method>
39423     </type>
39424     <type name="X">
39425       <method name="Void .ctor()">
39426         <size>7</size>
39427       </method>
39428     </type>
39429     <type name="X2">
39430       <method name="Void .ctor()">
39431         <size>7</size>
39432       </method>
39433     </type>
39434     <type name="Y2">
39435       <method name="Void .ctor()">
39436         <size>7</size>
39437       </method>
39438     </type>
39439     <type name="Y">
39440       <method name="Void .ctor()">
39441         <size>7</size>
39442       </method>
39443       <method name="Void Main()">
39444         <size>1</size>
39445       </method>
39446     </type>
39447   </test>
39448   <test name="test-629.cs">
39449     <type name="Foo">
39450       <method name="Void .ctor()">
39451         <size>7</size>
39452       </method>
39453       <method name="IEnumerable foo()">
39454         <size>16</size>
39455       </method>
39456       <method name="Int32 Main()">
39457         <size>67</size>
39458       </method>
39459     </type>
39460     <type name="Foo+&lt;foo&gt;c__Iterator0">
39461       <method name="Void .ctor()">
39462         <size>7</size>
39463       </method>
39464       <method name="System.Object System.Collections.IEnumerator.get_Current()">
39465         <size>7</size>
39466       </method>
39467       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
39468         <size>7</size>
39469       </method>
39470       <method name="Boolean MoveNext()">
39471         <size>39</size>
39472       </method>
39473       <method name="Void Dispose()">
39474         <size>8</size>
39475       </method>
39476       <method name="Void Reset()">
39477         <size>6</size>
39478       </method>
39479       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
39480         <size>7</size>
39481       </method>
39482       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
39483         <size>26</size>
39484       </method>
39485     </type>
39486   </test>
39487   <test name="test-63.cs">
39488     <type name="X">
39489       <method name="Void .ctor()">
39490         <size>7</size>
39491       </method>
39492       <method name="Int32 Main()">
39493         <size>96</size>
39494       </method>
39495     </type>
39496   </test>
39497   <test name="test-630.cs">
39498     <type name="MyEx">
39499       <method name="Void .ctor()">
39500         <size>7</size>
39501       </method>
39502     </type>
39503     <type name="Ex">
39504       <method name="Void .ctor()">
39505         <size>7</size>
39506       </method>
39507       <method name="Int32 test(Int32)">
39508         <size>37</size>
39509       </method>
39510       <method name="Int32 Main()">
39511         <size>70</size>
39512       </method>
39513     </type>
39514   </test>
39515   <test name="test-631.cs">
39516     <type name="A">
39517       <method name="Void .ctor()">
39518         <size>7</size>
39519       </method>
39520       <method name="SByte op_Implicit(A)">
39521         <size>2</size>
39522       </method>
39523       <method name="Byte op_Implicit(A)">
39524         <size>2</size>
39525       </method>
39526       <method name="Int16 op_Implicit(A)">
39527         <size>2</size>
39528       </method>
39529       <method name="UInt16 op_Implicit(A)">
39530         <size>2</size>
39531       </method>
39532       <method name="Int32 op_Implicit(A)">
39533         <size>2</size>
39534       </method>
39535       <method name="UInt32 op_Implicit(A)">
39536         <size>2</size>
39537       </method>
39538       <method name="Int64 op_Implicit(A)">
39539         <size>3</size>
39540       </method>
39541       <method name="UInt64 op_Implicit(A)">
39542         <size>3</size>
39543       </method>
39544     </type>
39545     <type name="A2">
39546       <method name="Void .ctor()">
39547         <size>7</size>
39548       </method>
39549       <method name="SByte op_Implicit(A2)">
39550         <size>2</size>
39551       </method>
39552       <method name="Byte op_Implicit(A2)">
39553         <size>2</size>
39554       </method>
39555       <method name="Int16 op_Implicit(A2)">
39556         <size>2</size>
39557       </method>
39558       <method name="UInt32 op_Implicit(A2)">
39559         <size>2</size>
39560       </method>
39561       <method name="Int64 op_Implicit(A2)">
39562         <size>3</size>
39563       </method>
39564       <method name="UInt64 op_Implicit(A2)">
39565         <size>3</size>
39566       </method>
39567     </type>
39568     <type name="A3">
39569       <method name="Void .ctor()">
39570         <size>7</size>
39571       </method>
39572       <method name="SByte op_Implicit(A3)">
39573         <size>2</size>
39574       </method>
39575       <method name="UInt32 op_Implicit(A3)">
39576         <size>2</size>
39577       </method>
39578       <method name="Int64 op_Implicit(A3)">
39579         <size>3</size>
39580       </method>
39581       <method name="UInt64 op_Implicit(A3)">
39582         <size>3</size>
39583       </method>
39584     </type>
39585     <type name="A4">
39586       <method name="Void .ctor()">
39587         <size>7</size>
39588       </method>
39589       <method name="UInt32 op_Implicit(A4)">
39590         <size>2</size>
39591       </method>
39592       <method name="Int64 op_Implicit(A4)">
39593         <size>3</size>
39594       </method>
39595       <method name="UInt64 op_Implicit(A4)">
39596         <size>3</size>
39597       </method>
39598     </type>
39599     <type name="A5">
39600       <method name="Void .ctor()">
39601         <size>7</size>
39602       </method>
39603       <method name="UInt32 op_Implicit(A5)">
39604         <size>2</size>
39605       </method>
39606       <method name="Int32 op_Implicit(A5)">
39607         <size>2</size>
39608       </method>
39609     </type>
39610     <type name="A6">
39611       <method name="Void .ctor()">
39612         <size>7</size>
39613       </method>
39614       <method name="Byte op_Implicit(A6)">
39615         <size>2</size>
39616       </method>
39617     </type>
39618     <type name="MyDecimal">
39619       <method name="Void .ctor()">
39620         <size>7</size>
39621       </method>
39622       <method name="Decimal op_Implicit(MyDecimal)">
39623         <size>8</size>
39624       </method>
39625     </type>
39626     <type name="Constraint">
39627       <method name="Void .ctor()">
39628         <size>7</size>
39629       </method>
39630       <method name="Int32 Main()">
39631         <size>293</size>
39632       </method>
39633     </type>
39634   </test>
39635   <test name="test-632.cs">
39636     <type name="Bug379822">
39637       <method name="Void .ctor()">
39638         <size>7</size>
39639       </method>
39640       <method name="Void Assert(Boolean, Boolean)">
39641         <size>19</size>
39642       </method>
39643       <method name="Void TestAnd(Boolean)">
39644         <size>79</size>
39645       </method>
39646       <method name="Void TestOr(Boolean)">
39647         <size>88</size>
39648       </method>
39649       <method name="Void Test(Boolean)">
39650         <size>13</size>
39651       </method>
39652       <method name="Void Main()">
39653         <size>13</size>
39654       </method>
39655     </type>
39656   </test>
39657   <test name="test-633.cs">
39658     <type name="Test.C">
39659       <method name="Void .ctor()">
39660         <size>7</size>
39661       </method>
39662       <method name="Void Main()">
39663         <size>1</size>
39664       </method>
39665     </type>
39666   </test>
39667   <test name="test-634.cs">
39668     <type name="Test">
39669       <method name="Void .ctor()">
39670         <size>7</size>
39671       </method>
39672       <method name="Void TestFunc()">
39673         <size>2</size>
39674       </method>
39675       <method name="Void Main(System.String[])">
39676         <size>6</size>
39677       </method>
39678     </type>
39679     <type name="Test+D">
39680       <method name="Void .ctor(Object, IntPtr)">
39681         <size>0</size>
39682       </method>
39683       <method name="Void Invoke()">
39684         <size>0</size>
39685       </method>
39686       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
39687         <size>0</size>
39688       </method>
39689       <method name="Void EndInvoke(IAsyncResult)">
39690         <size>0</size>
39691       </method>
39692     </type>
39693   </test>
39694   <test name="test-635.cs">
39695     <type name="ShortCircuitFold">
39696       <method name="Void .ctor()">
39697         <size>7</size>
39698       </method>
39699       <method name="Boolean get_False()">
39700         <size>14</size>
39701       </method>
39702       <method name="Boolean get_True()">
39703         <size>14</size>
39704       </method>
39705       <method name="Void a(Boolean, Boolean)">
39706         <size>19</size>
39707       </method>
39708       <method name="Void c(Int32)">
39709         <size>67</size>
39710       </method>
39711       <method name="Boolean f()">
39712         <size>11</size>
39713       </method>
39714       <method name="Void Main()">
39715         <size>167</size>
39716       </method>
39717     </type>
39718   </test>
39719   <test name="test-636.cs">
39720     <type name="Foo">
39721       <method name="Void .ctor()">
39722         <size>7</size>
39723       </method>
39724       <method name="Boolean get_False()">
39725         <size>14</size>
39726       </method>
39727       <method name="Void ping()">
39728         <size>13</size>
39729       </method>
39730       <method name="Int32 test_while(Int32)">
39731         <size>53</size>
39732       </method>
39733       <method name="Int32 test_do_while(Int32)">
39734         <size>53</size>
39735       </method>
39736       <method name="Int32 test_for(Int32)">
39737         <size>64</size>
39738       </method>
39739       <method name="Void test_for_empty()">
39740         <size>35</size>
39741       </method>
39742       <method name="Void Main()">
39743         <size>30</size>
39744       </method>
39745     </type>
39746   </test>
39747   <test name="test-638.cs">
39748     <type name="Fail">
39749       <method name="Void .ctor()">
39750         <size>7</size>
39751       </method>
39752       <method name="Void Main()">
39753         <size>110</size>
39754       </method>
39755     </type>
39756     <type name="Fail+&lt;Main&gt;c__AnonStorey0">
39757       <method name="Void .ctor()">
39758         <size>7</size>
39759       </method>
39760       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
39761         <size>28</size>
39762       </method>
39763     </type>
39764   </test>
39765   <test name="test-639.cs">
39766     <type name="Foo">
39767       <method name="Void .ctor()">
39768         <size>7</size>
39769       </method>
39770       <method name="System.String get_s()">
39771         <size>13</size>
39772       </method>
39773       <method name="Void set_s(System.String)">
39774         <size>34</size>
39775       </method>
39776       <method name="Void Main()">
39777         <size>67</size>
39778       </method>
39779     </type>
39780   </test>
39781   <test name="test-64.cs">
39782     <type name="Operator">
39783       <method name="Void .ctor()">
39784         <size>7</size>
39785       </method>
39786     </type>
39787     <type name="Blah">
39788       <method name="Void .ctor(Operator)">
39789         <size>7</size>
39790       </method>
39791     </type>
39792     <type name="T">
39793       <method name="Void .ctor()">
39794         <size>7</size>
39795       </method>
39796       <method name="Int32 Main()">
39797         <size>9</size>
39798       </method>
39799     </type>
39800   </test>
39801   <test name="test-640.cs">
39802     <type name="C">
39803       <method name="Void .ctor()">
39804         <size>7</size>
39805       </method>
39806       <method name="Int32 Main()">
39807         <size>100</size>
39808       </method>
39809     </type>
39810   </test>
39811   <test name="test-641.cs">
39812     <type name="Identifier">
39813       <method name="Void .ctor()">
39814         <size>7</size>
39815       </method>
39816       <method name="Int32 Main()">
39817         <size>55</size>
39818       </method>
39819       <method name="Boolean op_Equality(Identifier, Identifier)">
39820         <size>2</size>
39821       </method>
39822       <method name="Boolean op_Inequality(Identifier, Identifier)">
39823         <size>2</size>
39824       </method>
39825       <method name="Identifier op_Implicit(System.String)">
39826         <size>2</size>
39827       </method>
39828       <method name="System.String op_Implicit(Identifier)">
39829         <size>2</size>
39830       </method>
39831       <method name="Decimal op_Implicit(Identifier)">
39832         <size>7</size>
39833       </method>
39834     </type>
39835   </test>
39836   <test name="test-642.cs">
39837     <type name="C">
39838       <method name="Void .ctor()">
39839         <size>7</size>
39840       </method>
39841       <method name="Int32 Main()">
39842         <size>40</size>
39843       </method>
39844     </type>
39845   </test>
39846   <test name="test-643.cs">
39847     <type name="PointerArithmeticTest">
39848       <method name="Void .ctor()">
39849         <size>7</size>
39850       </method>
39851       <method name="Int32 Main()">
39852         <size>130</size>
39853       </method>
39854       <method name="Int32* Conversions(Int64)">
39855         <size>3</size>
39856       </method>
39857       <method name="Int32 CheckAdd(Byte*, Int32)">
39858         <size>14</size>
39859       </method>
39860       <method name="Int32 CheckSub(Int16*, Int32)">
39861         <size>16</size>
39862       </method>
39863       <method name="Int32 CheckSub2(Int16*, Int32)">
39864         <size>23</size>
39865       </method>
39866     </type>
39867   </test>
39868   <test name="test-644.cs">
39869     <type name="Program">
39870       <method name="Void .ctor()">
39871         <size>7</size>
39872       </method>
39873       <method name="System.Object M(Int32)">
39874         <size>2</size>
39875       </method>
39876       <method name="Void Test_1()">
39877         <size>59</size>
39878       </method>
39879       <method name="Boolean Test_2()">
39880         <size>24</size>
39881       </method>
39882       <method name="Boolean Test_3()">
39883         <size>24</size>
39884       </method>
39885       <method name="Boolean Test_4(Program+D)">
39886         <size>13</size>
39887       </method>
39888       <method name="Int32 Main()">
39889         <size>75</size>
39890       </method>
39891     </type>
39892     <type name="Program+D">
39893       <method name="Void .ctor(Object, IntPtr)">
39894         <size>0</size>
39895       </method>
39896       <method name="System.Object Invoke(Int32)">
39897         <size>0</size>
39898       </method>
39899       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
39900         <size>0</size>
39901       </method>
39902       <method name="System.Object EndInvoke(IAsyncResult)">
39903         <size>0</size>
39904       </method>
39905     </type>
39906   </test>
39907   <test name="test-645.cs">
39908     <type name="Program">
39909       <method name="Void .ctor()">
39910         <size>7</size>
39911       </method>
39912       <method name="IEnumerable get_Empty()">
39913         <size>16</size>
39914       </method>
39915       <method name="Void Main()">
39916         <size>61</size>
39917       </method>
39918     </type>
39919     <type name="Program+&lt;&gt;c__Iterator0">
39920       <method name="Void .ctor()">
39921         <size>7</size>
39922       </method>
39923       <method name="System.Object System.Collections.IEnumerator.get_Current()">
39924         <size>7</size>
39925       </method>
39926       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
39927         <size>7</size>
39928       </method>
39929       <method name="Boolean MoveNext()">
39930         <size>158</size>
39931       </method>
39932       <method name="Void Dispose()">
39933         <size>8</size>
39934       </method>
39935       <method name="Void Reset()">
39936         <size>6</size>
39937       </method>
39938       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
39939         <size>7</size>
39940       </method>
39941       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
39942         <size>26</size>
39943       </method>
39944     </type>
39945   </test>
39946   <test name="test-646.cs">
39947     <type name="Program">
39948       <method name="Void .ctor()">
39949         <size>7</size>
39950       </method>
39951       <method name="Int64 CastUIntPtrToInt64(UIntPtr)">
39952         <size>7</size>
39953       </method>
39954       <method name="UInt32 CastIntPtrToUInt32(IntPtr)">
39955         <size>7</size>
39956       </method>
39957       <method name="Int32 Main()">
39958         <size>113</size>
39959       </method>
39960     </type>
39961   </test>
39962   <test name="test-647.cs">
39963     <type name="Foo">
39964       <method name="Void .ctor()">
39965         <size>7</size>
39966       </method>
39967       <method name="Void Main()">
39968         <size>28</size>
39969       </method>
39970     </type>
39971   </test>
39972   <test name="test-648.cs">
39973     <type name="ParamMismatch.TestCase">
39974       <method name="Void .ctor()">
39975         <size>7</size>
39976       </method>
39977       <method name="Void add_Culprit(System.EventHandler)">
39978         <size>1</size>
39979       </method>
39980       <method name="Void remove_Culprit(System.EventHandler)">
39981         <size>1</size>
39982       </method>
39983       <method name="Void Main()">
39984         <size>1</size>
39985       </method>
39986       <method name="Void Finalize()">
39987         <size>13</size>
39988       </method>
39989     </type>
39990   </test>
39991   <test name="test-649.cs">
39992     <type name="MainClass">
39993       <method name="Void .ctor()">
39994         <size>7</size>
39995       </method>
39996       <method name="Void Main(System.String[])">
39997         <size>609</size>
39998       </method>
39999     </type>
40000     <type name="MainClass+Decimal2">
40001       <method name="Void .ctor(Double)">
40002         <size>13</size>
40003       </method>
40004       <method name="Void .ctor(Decimal)">
40005         <size>8</size>
40006       </method>
40007       <method name="Decimal2 op_Explicit(Decimal)">
40008         <size>7</size>
40009       </method>
40010       <method name="Decimal2 op_Explicit(Double)">
40011         <size>7</size>
40012       </method>
40013       <method name="Decimal op_Implicit(Decimal2)">
40014         <size>8</size>
40015       </method>
40016     </type>
40017   </test>
40018   <test name="test-65.cs">
40019     <type name="X">
40020       <method name="Void .ctor()">
40021         <size>7</size>
40022       </method>
40023       <method name="Void receiver(S)">
40024         <size>7</size>
40025       </method>
40026       <method name="System.Object BoxS()">
40027         <size>21</size>
40028       </method>
40029       <method name="S Plain()">
40030         <size>16</size>
40031       </method>
40032       <method name="Int32 Main()">
40033         <size>98</size>
40034       </method>
40035     </type>
40036   </test>
40037   <test name="test-650.cs">
40038     <type name="App">
40039       <method name="Void .ctor()">
40040         <size>7</size>
40041       </method>
40042       <method name="Void Main()">
40043         <size>1</size>
40044       </method>
40045     </type>
40046   </test>
40047   <test name="test-651.cs">
40048     <type name="Foo">
40049       <method name="Void .ctor()">
40050         <size>7</size>
40051       </method>
40052       <method name="Void Open(IList)">
40053         <size>1</size>
40054       </method>
40055       <method name="Void Open(System.Collections.ArrayList ByRef)">
40056         <size>20</size>
40057       </method>
40058       <method name="Void Main()">
40059         <size>1</size>
40060       </method>
40061     </type>
40062   </test>
40063   <test name="test-652.cs">
40064     <type name="C">
40065       <method name="Void .ctor()">
40066         <size>7</size>
40067       </method>
40068       <method name="Int32 Main()">
40069         <size>6</size>
40070       </method>
40071       <method name="Int32 Test()">
40072         <size>27</size>
40073       </method>
40074     </type>
40075   </test>
40076   <test name="test-653.cs">
40077     <type name="C">
40078       <method name="Void .ctor()">
40079         <size>7</size>
40080       </method>
40081       <method name="Int32 Test()">
40082         <size>50</size>
40083       </method>
40084       <method name="Void Test2()">
40085         <size>32</size>
40086       </method>
40087       <method name="Void Test2(SByte, Int16, Int32, Int64, UInt64)">
40088         <size>39</size>
40089       </method>
40090       <method name="Int32 Main()">
40091         <size>41</size>
40092       </method>
40093     </type>
40094   </test>
40095   <test name="test-654.cs">
40096     <type name="Program">
40097       <method name="Void .ctor()">
40098         <size>7</size>
40099       </method>
40100       <method name="Int32 Main()">
40101         <size>8</size>
40102       </method>
40103       <method name="Int32 Test(SByte*)">
40104         <size>33</size>
40105       </method>
40106     </type>
40107   </test>
40108   <test name="test-655.cs">
40109     <type name="D">
40110       <method name="Void .ctor()">
40111         <size>7</size>
40112       </method>
40113       <method name="Byte get_Item(Int32)">
40114         <size>7</size>
40115       </method>
40116       <method name="Void set_Item(Int32, Byte)">
40117         <size>8</size>
40118       </method>
40119       <method name="Int32 Main()">
40120         <size>77</size>
40121       </method>
40122     </type>
40123   </test>
40124   <test name="test-656.cs">
40125     <type name="Goo">
40126       <method name="Void .ctor()">
40127         <size>7</size>
40128       </method>
40129       <method name="Void Main()">
40130         <size>26</size>
40131       </method>
40132     </type>
40133   </test>
40134   <test name="test-657.cs">
40135     <type name="TestDebug.C">
40136       <method name="Void .ctor()">
40137         <size>7</size>
40138       </method>
40139       <method name="Void Method()">
40140         <size>1</size>
40141       </method>
40142     </type>
40143     <type name="TestDebug.Program">
40144       <method name="Void .ctor()">
40145         <size>7</size>
40146       </method>
40147       <method name="Void Excluded()">
40148         <size>11</size>
40149       </method>
40150       <method name="Int32 Main()">
40151         <size>7</size>
40152       </method>
40153     </type>
40154   </test>
40155   <test name="test-658.cs">
40156     <type name="A">
40157       <method name="Void .ctor()">
40158         <size>7</size>
40159       </method>
40160       <method name="Int32 get_Thread()">
40161         <size>2</size>
40162       </method>
40163     </type>
40164     <type name="Thread">
40165       <method name="Void .ctor()">
40166         <size>7</size>
40167       </method>
40168       <method name="Void Foo()">
40169         <size>1</size>
40170       </method>
40171     </type>
40172     <type name="B">
40173       <method name="Void .ctor()">
40174         <size>7</size>
40175       </method>
40176       <method name="Void Main()">
40177         <size>6</size>
40178       </method>
40179     </type>
40180   </test>
40181   <test name="test-659.cs">
40182     <type name="MySubClass">
40183       <method name="Void .ctor()">
40184         <size>7</size>
40185       </method>
40186       <method name="Int32 Main()">
40187         <size>30</size>
40188       </method>
40189       <method name="Void set_BB(Int32, Boolean)">
40190         <size>1</size>
40191       </method>
40192       <method name="Void Iface.set_AA(Int32, Boolean)">
40193         <size>9</size>
40194       </method>
40195     </type>
40196   </test>
40197   <test name="test-66.cs">
40198     <type name="Y">
40199       <method name="Void .ctor()">
40200         <size>7</size>
40201       </method>
40202     </type>
40203     <type name="X">
40204       <method name="Void .ctor()">
40205         <size>7</size>
40206       </method>
40207       <method name="Void .cctor()">
40208         <size>53</size>
40209       </method>
40210       <method name="Void FillOne()">
40211         <size>18</size>
40212       </method>
40213       <method name="Void FillSingle()">
40214         <size>39</size>
40215       </method>
40216       <method name="Void FillDouble()">
40217         <size>59</size>
40218       </method>
40219       <method name="Void FillObject()">
40220         <size>52</size>
40221       </method>
40222       <method name="Void FillDoubleObject()">
40223         <size>81</size>
40224       </method>
40225       <method name="Int32 TestSingle()">
40226         <size>47</size>
40227       </method>
40228       <method name="Int32 TestDouble()">
40229         <size>67</size>
40230       </method>
40231       <method name="Int32 TestObjectSingle()">
40232         <size>48</size>
40233       </method>
40234       <method name="Int32 TestObjectDouble()">
40235         <size>72</size>
40236       </method>
40237       <method name="Int32 Main()">
40238         <size>80</size>
40239       </method>
40240     </type>
40241   </test>
40242   <test name="test-660.cs">
40243     <type name="Test">
40244       <method name="Void .ctor()">
40245         <size>7</size>
40246       </method>
40247       <method name="Void Main()">
40248         <size>25</size>
40249       </method>
40250     </type>
40251     <type name="Status">
40252       <method name="Void .ctor(Code)">
40253         <size>8</size>
40254       </method>
40255       <method name="Status op_Implicit(Code)">
40256         <size>7</size>
40257       </method>
40258       <method name="Code op_Implicit(Status)">
40259         <size>8</size>
40260       </method>
40261     </type>
40262   </test>
40263   <test name="test-661.cs">
40264     <type name="Test">
40265       <method name="Void .ctor()">
40266         <size>7</size>
40267       </method>
40268       <method name="Void Main()">
40269         <size>1</size>
40270       </method>
40271       <method name="Void TestMethod()">
40272         <size>15</size>
40273       </method>
40274       <method name="SummaryInfo GetSummary()">
40275         <size>2</size>
40276       </method>
40277     </type>
40278   </test>
40279   <test name="test-662.cs">
40280     <type name="C">
40281       <method name="Void .ctor()">
40282         <size>7</size>
40283       </method>
40284       <method name="Void Main()">
40285         <size>1</size>
40286       </method>
40287     </type>
40288   </test>
40289   <test name="test-663.cs">
40290     <type name="A">
40291       <method name="Void .ctor()">
40292         <size>7</size>
40293       </method>
40294       <method name="Int32 op_Implicit(A)">
40295         <size>2</size>
40296       </method>
40297       <method name="Boolean op_Implicit(A)">
40298         <size>2</size>
40299       </method>
40300     </type>
40301     <type name="C">
40302       <method name="Void .ctor()">
40303         <size>7</size>
40304       </method>
40305       <method name="Void Main()">
40306         <size>17</size>
40307       </method>
40308     </type>
40309   </test>
40310   <test name="test-664.cs">
40311     <type name="C">
40312       <method name="Void .ctor()">
40313         <size>7</size>
40314       </method>
40315       <method name="Boolean Test(System.String)">
40316         <size>148</size>
40317       </method>
40318       <method name="Int32 Main()">
40319         <size>49</size>
40320       </method>
40321     </type>
40322   </test>
40323   <test name="test-665.cs">
40324     <type name="Test">
40325       <method name="Void .ctor()">
40326         <size>7</size>
40327       </method>
40328       <method name="Int32 Main()">
40329         <size>14</size>
40330       </method>
40331       <method name="Int32 Method(System.Object)">
40332         <size>2</size>
40333       </method>
40334     </type>
40335   </test>
40336   <test name="test-666.cs">
40337     <type name="C">
40338       <method name="Void .ctor()">
40339         <size>7</size>
40340       </method>
40341       <method name="Void Main()">
40342         <size>1</size>
40343       </method>
40344     </type>
40345   </test>
40346   <test name="test-667.cs">
40347     <type name="CA">
40348       <method name="Void .ctor()">
40349         <size>7</size>
40350       </method>
40351       <method name="Void IA.M()">
40352         <size>1</size>
40353       </method>
40354     </type>
40355     <type name="CC">
40356       <method name="Void .ctor()">
40357         <size>7</size>
40358       </method>
40359       <method name="Void Main()">
40360         <size>1</size>
40361       </method>
40362     </type>
40363   </test>
40364   <test name="test-668.cs">
40365     <type name="Bar">
40366       <method name="Void .ctor()">
40367         <size>7</size>
40368       </method>
40369     </type>
40370     <type name="Test">
40371       <method name="Void .ctor()">
40372         <size>7</size>
40373       </method>
40374       <method name="Void Main()">
40375         <size>7</size>
40376       </method>
40377     </type>
40378   </test>
40379   <test name="test-669.cs">
40380     <type name="Test">
40381       <method name="Void .ctor()">
40382         <size>7</size>
40383       </method>
40384       <method name="Void Main()">
40385         <size>3</size>
40386       </method>
40387     </type>
40388   </test>
40389   <test name="test-670.cs">
40390     <type name="C">
40391       <method name="Void .ctor()">
40392         <size>7</size>
40393       </method>
40394       <method name="Void Main()">
40395         <size>14</size>
40396       </method>
40397     </type>
40398   </test>
40399   <test name="test-671.cs">
40400     <type name="C">
40401       <method name="Void .ctor()">
40402         <size>7</size>
40403       </method>
40404       <method name="Int32 Main()">
40405         <size>19</size>
40406       </method>
40407       <method name="Boolean Bar(System.Object)">
40408         <size>2</size>
40409       </method>
40410     </type>
40411   </test>
40412   <test name="test-672.cs">
40413     <type name="X">
40414       <method name="Void .ctor()">
40415         <size>7</size>
40416       </method>
40417       <method name="S* get_Foo2()">
40418         <size>3</size>
40419       </method>
40420       <method name="Void Main()">
40421         <size>1</size>
40422       </method>
40423       <method name="Int32* get_Foo()">
40424         <size>3</size>
40425       </method>
40426     </type>
40427   </test>
40428   <test name="test-673.cs">
40429     <type name="Test">
40430       <method name="Void .ctor()">
40431         <size>7</size>
40432       </method>
40433       <method name="Void Foo()">
40434         <size>1</size>
40435       </method>
40436       <method name="Int32 Main()">
40437         <size>85</size>
40438       </method>
40439     </type>
40440   </test>
40441   <test name="test-674.cs">
40442     <type name="Test">
40443       <method name="Void .ctor()">
40444         <size>7</size>
40445       </method>
40446       <method name="Int32 Main()">
40447         <size>56</size>
40448       </method>
40449       <method name="Int32 &lt;Main&gt;m__0(Int32)">
40450         <size>2</size>
40451       </method>
40452     </type>
40453     <type name="Test+D">
40454       <method name="Void .ctor(Object, IntPtr)">
40455         <size>0</size>
40456       </method>
40457       <method name="Int32 Invoke(Int32)">
40458         <size>0</size>
40459       </method>
40460       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
40461         <size>0</size>
40462       </method>
40463       <method name="Int32 EndInvoke(IAsyncResult)">
40464         <size>0</size>
40465       </method>
40466     </type>
40467   </test>
40468   <test name="test-675.cs">
40469     <type name="B">
40470       <method name="Void .ctor()">
40471         <size>7</size>
40472       </method>
40473       <method name="Int32 GetHashCode()">
40474         <size>2</size>
40475       </method>
40476       <method name="Boolean Equals(System.Object)">
40477         <size>2</size>
40478       </method>
40479       <method name="Boolean op_Equality(B, B)">
40480         <size>2</size>
40481       </method>
40482       <method name="Boolean op_Inequality(B, B)">
40483         <size>2</size>
40484       </method>
40485     </type>
40486     <type name="Test">
40487       <method name="Void .ctor()">
40488         <size>7</size>
40489       </method>
40490       <method name="Int32 Main()">
40491         <size>2</size>
40492       </method>
40493     </type>
40494   </test>
40495   <test name="test-676.cs">
40496     <type name="N.Item">
40497       <method name="Void .ctor()">
40498         <size>7</size>
40499       </method>
40500     </type>
40501     <type name="N.Test">
40502       <method name="Void .ctor()">
40503         <size>7</size>
40504       </method>
40505       <method name="N.Item get_Item(N.Test)">
40506         <size>2</size>
40507       </method>
40508       <method name="Void Foo(ItemSlot)">
40509         <size>27</size>
40510       </method>
40511       <method name="Int32 Main()">
40512         <size>2</size>
40513       </method>
40514     </type>
40515   </test>
40516   <test name="test-677.cs">
40517     <type name="InvokeWindow">
40518       <method name="Void .ctor()">
40519         <size>7</size>
40520       </method>
40521       <method name="Void add_E(D)">
40522         <size>24</size>
40523       </method>
40524       <method name="Void remove_E(D)">
40525         <size>24</size>
40526       </method>
40527       <method name="Void Run()">
40528         <size>12</size>
40529       </method>
40530     </type>
40531     <type name="Test">
40532       <method name="Void .ctor()">
40533         <size>7</size>
40534       </method>
40535       <method name="Int32 Main()">
40536         <size>32</size>
40537       </method>
40538       <method name="Void OnDeleteEvent()">
40539         <size>1</size>
40540       </method>
40541       <method name="Void OnDeleteEvent(Int32)">
40542         <size>1</size>
40543       </method>
40544     </type>
40545     <type name="D">
40546       <method name="Void .ctor(Object, IntPtr)">
40547         <size>0</size>
40548       </method>
40549       <method name="Void Invoke()">
40550         <size>0</size>
40551       </method>
40552       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
40553         <size>0</size>
40554       </method>
40555       <method name="Void EndInvoke(IAsyncResult)">
40556         <size>0</size>
40557       </method>
40558     </type>
40559   </test>
40560   <test name="test-678.cs">
40561     <type name="NaNTest">
40562       <method name="Void .ctor(Double, Double)">
40563         <size>171</size>
40564       </method>
40565       <method name="Int32 Main()">
40566         <size>26</size>
40567       </method>
40568     </type>
40569   </test>
40570   <test name="test-679.cs">
40571     <type name="Program">
40572       <method name="Void .ctor()">
40573         <size>7</size>
40574       </method>
40575       <method name="Int32 Main()">
40576         <size>12</size>
40577       </method>
40578     </type>
40579   </test>
40580   <test name="test-68.cs">
40581     <type name="Y">
40582       <method name="Void .ctor()">
40583         <size>14</size>
40584       </method>
40585     </type>
40586     <type name="X">
40587       <method name="Void .ctor()">
40588         <size>7</size>
40589       </method>
40590       <method name="Int32 Main()">
40591         <size>147</size>
40592       </method>
40593     </type>
40594   </test>
40595   <test name="test-680.cs">
40596     <type name="AsStringProblem.MainClass">
40597       <method name="Void .ctor()">
40598         <size>7</size>
40599       </method>
40600       <method name="Void Main()">
40601         <size>94</size>
40602       </method>
40603     </type>
40604   </test>
40605   <test name="test-681.cs">
40606     <type name="Bug">
40607       <method name="Void .ctor()">
40608         <size>20</size>
40609       </method>
40610       <method name="Void Main()">
40611         <size>1</size>
40612       </method>
40613     </type>
40614     <type name="BugClass">
40615       <method name="Void .cctor()">
40616         <size>18</size>
40617       </method>
40618       <method name="Void FooImplementation(System.Void*)">
40619         <size>1</size>
40620       </method>
40621     </type>
40622     <type name="BugClass+Foo">
40623       <method name="Void .ctor(Object, IntPtr)">
40624         <size>0</size>
40625       </method>
40626       <method name="Void Invoke(System.Void*)">
40627         <size>0</size>
40628       </method>
40629       <method name="IAsyncResult BeginInvoke(System.Void*, System.AsyncCallback, System.Object)">
40630         <size>0</size>
40631       </method>
40632       <method name="Void EndInvoke(IAsyncResult)">
40633         <size>0</size>
40634       </method>
40635     </type>
40636   </test>
40637   <test name="test-683.cs">
40638     <type name="broken_cast">
40639       <method name="Void .ctor()">
40640         <size>7</size>
40641       </method>
40642       <method name="Int32 Main()">
40643         <size>32</size>
40644       </method>
40645     </type>
40646   </test>
40647   <test name="test-684.cs">
40648     <type name="mono_bug.Program">
40649       <method name="Void .ctor()">
40650         <size>7</size>
40651       </method>
40652       <method name="Void Main()">
40653         <size>71</size>
40654       </method>
40655       <method name="System.Double[][,] ReturnArray()">
40656         <size>62</size>
40657       </method>
40658     </type>
40659   </test>
40660   <test name="test-685.cs">
40661     <type name="C">
40662       <method name="Void .ctor()">
40663         <size>7</size>
40664       </method>
40665       <method name="Void Main()">
40666         <size>28</size>
40667       </method>
40668     </type>
40669   </test>
40670   <test name="test-686.cs">
40671     <type name="Test">
40672       <method name="Void .ctor()">
40673         <size>7</size>
40674       </method>
40675       <method name="Void Main()">
40676         <size>51</size>
40677       </method>
40678       <method name="Void Foo()">
40679         <size>145</size>
40680       </method>
40681     </type>
40682   </test>
40683   <test name="test-687.cs">
40684     <type name="XUnit">
40685       <method name="Void .ctor(Double)">
40686         <size>8</size>
40687       </method>
40688       <method name="XUnit op_Implicit(Double)">
40689         <size>10</size>
40690       </method>
40691       <method name="Double op_Implicit(XUnit)">
40692         <size>8</size>
40693       </method>
40694     </type>
40695     <type name="Unit">
40696       <method name="Void .ctor(Double)">
40697         <size>8</size>
40698       </method>
40699       <method name="Unit op_Implicit(Double)">
40700         <size>10</size>
40701       </method>
40702       <method name="Double op_Implicit(Unit)">
40703         <size>8</size>
40704       </method>
40705     </type>
40706     <type name="Test">
40707       <method name="Void .ctor()">
40708         <size>7</size>
40709       </method>
40710       <method name="Int32 Main()">
40711         <size>56</size>
40712       </method>
40713     </type>
40714   </test>
40715   <test name="test-688.cs">
40716     <type name="Test">
40717       <method name="Void .ctor()">
40718         <size>7</size>
40719       </method>
40720       <method name="Int32 Main()">
40721         <size>46</size>
40722       </method>
40723       <method name="Byte* GetFoo()">
40724         <size>7</size>
40725       </method>
40726       <method name="Byte* GetFoo2()">
40727         <size>7</size>
40728       </method>
40729     </type>
40730   </test>
40731   <test name="test-689.cs">
40732     <type name="Sample">
40733       <method name="Void Main()">
40734         <size>3</size>
40735       </method>
40736       <method name="Void Foo(Byte*, Byte*)">
40737         <size>42</size>
40738       </method>
40739     </type>
40740   </test>
40741   <test name="test-69.cs">
40742     <type name="Blah">
40743       <method name="Void .ctor()">
40744         <size>7</size>
40745       </method>
40746       <method name="Void Start_internal(IntPtr)">
40747         <size>0</size>
40748       </method>
40749       <method name="Int32 Main()">
40750         <size>2</size>
40751       </method>
40752     </type>
40753   </test>
40754   <test name="test-690.cs">
40755     <type name="Test.Test">
40756       <method name="Void .ctor()">
40757         <size>7</size>
40758       </method>
40759       <method name="Void Main()">
40760         <size>1</size>
40761       </method>
40762     </type>
40763   </test>
40764   <test name="test-691.cs">
40765     <type name="ConsoleApplication6.Program">
40766       <method name="Void .ctor()">
40767         <size>7</size>
40768       </method>
40769       <method name="Void .cctor()">
40770         <size>23</size>
40771       </method>
40772       <method name="Void Main()">
40773         <size>127</size>
40774       </method>
40775     </type>
40776   </test>
40777   <test name="test-692.cs">
40778     <type name="Test">
40779       <method name="Void .ctor()">
40780         <size>7</size>
40781       </method>
40782       <method name="Void test1(DateTime ByRef)">
40783         <size>10</size>
40784       </method>
40785       <method name="Void test2(DateTime ByRef)">
40786         <size>13</size>
40787       </method>
40788       <method name="Int32 Main()">
40789         <size>141</size>
40790       </method>
40791     </type>
40792   </test>
40793   <test name="test-693.cs">
40794     <type name="ConstTest">
40795       <method name="Void .ctor()">
40796         <size>7</size>
40797       </method>
40798       <method name="Int32 Main()">
40799         <size>32</size>
40800       </method>
40801     </type>
40802   </test>
40803   <test name="test-694.cs">
40804     <type name="Test">
40805       <method name="Void .ctor()">
40806         <size>7</size>
40807       </method>
40808       <method name="Int32 Main()">
40809         <size>2</size>
40810       </method>
40811     </type>
40812   </test>
40813   <test name="test-695.cs">
40814     <type name="Program">
40815       <method name="Void .ctor()">
40816         <size>7</size>
40817       </method>
40818       <method name="Void .cctor()">
40819         <size>53</size>
40820       </method>
40821       <method name="Int32 Main()">
40822         <size>680</size>
40823       </method>
40824       <method name="System.String get_BaseDirectory()">
40825         <size>28</size>
40826       </method>
40827     </type>
40828     <type name="&lt;PrivateImplementationDetails&gt;">
40829       <method name="Void .ctor()">
40830         <size>7</size>
40831       </method>
40832     </type>
40833   </test>
40834   <test name="test-696.cs">
40835     <type name="S">
40836       <method name="Void f(S)">
40837         <size>1</size>
40838       </method>
40839       <method name="S op_Implicit(C)">
40840         <size>2</size>
40841       </method>
40842     </type>
40843     <type name="C">
40844       <method name="Void .ctor()">
40845         <size>7</size>
40846       </method>
40847       <method name="Void Main()">
40848         <size>12</size>
40849       </method>
40850     </type>
40851   </test>
40852   <test name="test-697.cs">
40853     <type name="C">
40854       <method name="Void .ctor()">
40855         <size>7</size>
40856       </method>
40857       <method name="Void Main()">
40858         <size>1</size>
40859       </method>
40860     </type>
40861   </test>
40862   <test name="test-698.cs">
40863     <type name="test">
40864       <method name="Void .ctor()">
40865         <size>7</size>
40866       </method>
40867       <method name="Void Main()">
40868         <size>12</size>
40869       </method>
40870     </type>
40871   </test>
40872   <test name="test-699.cs">
40873     <type name="D">
40874       <method name="Void .ctor(String)">
40875         <size>25</size>
40876       </method>
40877       <method name="System.String get_message()">
40878         <size>7</size>
40879       </method>
40880       <method name="Void Main()">
40881         <size>1</size>
40882       </method>
40883     </type>
40884   </test>
40885   <test name="test-7.cs">
40886     <type name="Mine.MyBoolean">
40887       <method name="Void .ctor()">
40888         <size>7</size>
40889       </method>
40890       <method name="Boolean op_Implicit(Mine.MyBoolean)">
40891         <size>2</size>
40892       </method>
40893     </type>
40894     <type name="Mine.MyTrueFalse">
40895       <method name="Void .ctor()">
40896         <size>7</size>
40897       </method>
40898       <method name="Boolean op_True(Mine.MyTrueFalse)">
40899         <size>2</size>
40900       </method>
40901       <method name="Boolean op_False(Mine.MyTrueFalse)">
40902         <size>2</size>
40903       </method>
40904     </type>
40905     <type name="Mine.Blah">
40906       <method name="Void .ctor(Int32)">
40907         <size>14</size>
40908       </method>
40909       <method name="Int32 Main()">
40910         <size>408</size>
40911       </method>
40912       <method name="Mine.Blah op_Addition(Mine.Blah, Mine.Blah)">
40913         <size>31</size>
40914       </method>
40915       <method name="Mine.Blah op_UnaryPlus(Mine.Blah)">
40916         <size>22</size>
40917       </method>
40918       <method name="Mine.Blah op_UnaryNegation(Mine.Blah)">
40919         <size>23</size>
40920       </method>
40921       <method name="Mine.Blah op_Subtraction(Mine.Blah, Mine.Blah)">
40922         <size>31</size>
40923       </method>
40924       <method name="Int32 op_Multiply(Mine.Blah, Mine.Blah)">
40925         <size>24</size>
40926       </method>
40927       <method name="Int32 op_Division(Mine.Blah, Mine.Blah)">
40928         <size>24</size>
40929       </method>
40930       <method name="Int32 op_Modulus(Mine.Blah, Mine.Blah)">
40931         <size>24</size>
40932       </method>
40933       <method name="Mine.Blah op_OnesComplement(Mine.Blah)">
40934         <size>23</size>
40935       </method>
40936       <method name="Boolean op_LogicalNot(Mine.Blah)">
40937         <size>20</size>
40938       </method>
40939       <method name="Mine.Blah op_Increment(Mine.Blah)">
40940         <size>26</size>
40941       </method>
40942       <method name="Mine.Blah op_Decrement(Mine.Blah)">
40943         <size>26</size>
40944       </method>
40945       <method name="Boolean op_True(Mine.Blah)">
40946         <size>20</size>
40947       </method>
40948       <method name="Boolean op_False(Mine.Blah)">
40949         <size>23</size>
40950       </method>
40951       <method name="Int32 op_Implicit(Mine.Blah)">
40952         <size>17</size>
40953       </method>
40954       <method name="Double op_Explicit(Mine.Blah)">
40955         <size>18</size>
40956       </method>
40957     </type>
40958   </test>
40959   <test name="test-70.cs">
40960     <type name="X">
40961       <method name="Void .ctor()">
40962         <size>7</size>
40963       </method>
40964       <method name="Int32 get_A()">
40965         <size>2</size>
40966       </method>
40967       <method name="Int32 B()">
40968         <size>2</size>
40969       </method>
40970     </type>
40971     <type name="Y">
40972       <method name="Void .ctor()">
40973         <size>7</size>
40974       </method>
40975       <method name="Int32 get_A()">
40976         <size>9</size>
40977       </method>
40978       <method name="Int32 B()">
40979         <size>9</size>
40980       </method>
40981     </type>
40982     <type name="Z">
40983       <method name="Void .ctor()">
40984         <size>7</size>
40985       </method>
40986       <method name="Int32 Main()">
40987         <size>70</size>
40988       </method>
40989     </type>
40990   </test>
40991   <test name="test-700.cs">
40992     <type name="FooAttribute">
40993       <method name="Void .ctor(String)">
40994         <size>7</size>
40995       </method>
40996     </type>
40997     <type name="Test">
40998       <method name="Void .ctor()">
40999         <size>7</size>
41000       </method>
41001     </type>
41002     <type name="Program">
41003       <method name="Void .ctor()">
41004         <size>7</size>
41005       </method>
41006       <method name="Void Main()">
41007         <size>1</size>
41008       </method>
41009     </type>
41010   </test>
41011   <test name="test-701.cs">
41012     <type name="Foo">
41013       <method name="Void .ctor()">
41014         <size>7</size>
41015       </method>
41016       <method name="UInt16 ToUint16()">
41017         <size>6</size>
41018       </method>
41019       <method name="Void Main()">
41020         <size>1</size>
41021       </method>
41022     </type>
41023   </test>
41024   <test name="test-703.cs">
41025     <type name="A">
41026       <method name="Void .ctor()">
41027         <size>7</size>
41028       </method>
41029       <method name="Void add_Finished(System.EventHandler)">
41030         <size>0</size>
41031       </method>
41032       <method name="Void remove_Finished(System.EventHandler)">
41033         <size>0</size>
41034       </method>
41035       <method name="Void test(A)">
41036         <size>19</size>
41037       </method>
41038       <method name="Void TestA(System.Object, System.EventArgs)">
41039         <size>25</size>
41040       </method>
41041     </type>
41042     <type name="B">
41043       <method name="Void .ctor()">
41044         <size>65</size>
41045       </method>
41046       <method name="Void add_Finished(System.EventHandler)">
41047         <size>24</size>
41048       </method>
41049       <method name="Void remove_Finished(System.EventHandler)">
41050         <size>24</size>
41051       </method>
41052       <method name="Void TestB(System.Object, System.EventArgs)">
41053         <size>25</size>
41054       </method>
41055       <method name="Int32 Main()">
41056         <size>14</size>
41057       </method>
41058     </type>
41059   </test>
41060   <test name="test-705.cs">
41061     <type name="Test">
41062       <method name="Void .ctor()">
41063         <size>7</size>
41064       </method>
41065       <method name="Void .cctor()">
41066         <size>1</size>
41067       </method>
41068       <method name="Nested GetEnumerator()">
41069         <size>10</size>
41070       </method>
41071     </type>
41072     <type name="Test+Nested">
41073       <method name="Void System.IDisposable.Dispose()">
41074         <size>13</size>
41075       </method>
41076       <method name="Int32 get_Current()">
41077         <size>2</size>
41078       </method>
41079       <method name="Boolean MoveNext()">
41080         <size>2</size>
41081       </method>
41082       <method name="Void Reset()">
41083         <size>1</size>
41084       </method>
41085       <method name="Void Dispose()">
41086         <size>11</size>
41087       </method>
41088     </type>
41089     <type name="Program">
41090       <method name="Int32 Main()">
41091         <size>72</size>
41092       </method>
41093     </type>
41094   </test>
41095   <test name="test-706.cs">
41096     <type name="Test.CustomParentAttribute">
41097       <method name="Void .ctor()">
41098         <size>7</size>
41099       </method>
41100       <method name="Void DoSomething()">
41101         <size>0</size>
41102       </method>
41103     </type>
41104     <type name="Test.MyClass">
41105       <method name="Void .ctor()">
41106         <size>7</size>
41107       </method>
41108       <method name="Void Main()">
41109         <size>1</size>
41110       </method>
41111     </type>
41112     <type name="Test.MyClass+CustomChildAttribute">
41113       <method name="Void .ctor()">
41114         <size>7</size>
41115       </method>
41116       <method name="Void DoSomething()">
41117         <size>1</size>
41118       </method>
41119     </type>
41120   </test>
41121   <test name="test-707.cs">
41122     <type name="Tzap">
41123       <method name="Void .ctor()">
41124         <size>7</size>
41125       </method>
41126     </type>
41127     <type name="Tzap+Baz">
41128       <method name="Void .ctor()">
41129         <size>7</size>
41130       </method>
41131       <method name="Void Gazonk()">
41132         <size>7</size>
41133       </method>
41134       <method name="Void Main()">
41135         <size>1</size>
41136       </method>
41137     </type>
41138     <type name="Tzap+Bar">
41139       <method name="Void .ctor()">
41140         <size>7</size>
41141       </method>
41142       <method name="Void Foo()">
41143         <size>1</size>
41144       </method>
41145     </type>
41146   </test>
41147   <test name="test-708.cs">
41148     <type name="A">
41149       <method name="Void .ctor()">
41150         <size>7</size>
41151       </method>
41152       <method name="A+ADelegate Delegate2(Boolean)">
41153         <size>25</size>
41154       </method>
41155       <method name="Void Main()">
41156         <size>1</size>
41157       </method>
41158     </type>
41159     <type name="A+ADelegate">
41160       <method name="Void .ctor(Object, IntPtr)">
41161         <size>0</size>
41162       </method>
41163       <method name="A+ADelegate Invoke(Boolean)">
41164         <size>0</size>
41165       </method>
41166       <method name="IAsyncResult BeginInvoke(Boolean, System.AsyncCallback, System.Object)">
41167         <size>0</size>
41168       </method>
41169       <method name="A+ADelegate EndInvoke(IAsyncResult)">
41170         <size>0</size>
41171       </method>
41172     </type>
41173   </test>
41174   <test name="test-709.cs">
41175     <type name="C">
41176       <method name="Void .ctor()">
41177         <size>7</size>
41178       </method>
41179       <method name="Void CopyTo(Int32, System.Char[], Int32, Int32)">
41180         <size>68</size>
41181       </method>
41182       <method name="Void CharCopy(Char*, Char*, Int32)">
41183         <size>33</size>
41184       </method>
41185       <method name="Int32 Main()">
41186         <size>58</size>
41187       </method>
41188     </type>
41189   </test>
41190   <test name="test-71.cs">
41191     <type name="X">
41192       <method name="Void .ctor()">
41193         <size>7</size>
41194       </method>
41195       <method name="Void Main()">
41196         <size>37</size>
41197       </method>
41198     </type>
41199     <type name="MethodSignature">
41200       <method name="Void .ctor(String, Type, Type[])">
41201         <size>22</size>
41202       </method>
41203     </type>
41204   </test>
41205   <test name="test-710.cs">
41206     <type name="Z">
41207       <method name="Void .ctor()">
41208         <size>7</size>
41209       </method>
41210     </type>
41211     <type name="C">
41212       <method name="Void .ctor()">
41213         <size>7</size>
41214       </method>
41215       <method name="Void Main()">
41216         <size>7</size>
41217       </method>
41218     </type>
41219   </test>
41220   <test name="test-711.cs">
41221     <type name="N.Test">
41222       <method name="Void .ctor()">
41223         <size>7</size>
41224       </method>
41225       <method name="Void .ctor(Int32)">
41226         <size>7</size>
41227       </method>
41228       <method name="Void Main()">
41229         <size>1</size>
41230       </method>
41231     </type>
41232   </test>
41233   <test name="test-712.cs">
41234     <type name="Hello">
41235       <method name="Void .ctor()">
41236         <size>7</size>
41237       </method>
41238       <method name="Void Main()">
41239         <size>22</size>
41240       </method>
41241     </type>
41242   </test>
41243   <test name="test-713.cs">
41244     <type name="DispBar">
41245       <method name="Void .ctor()">
41246         <size>7</size>
41247       </method>
41248       <method name="Void Dispose()">
41249         <size>11</size>
41250       </method>
41251     </type>
41252     <type name="Foo">
41253       <method name="Void .ctor()">
41254         <size>7</size>
41255       </method>
41256       <method name="IDisposable GetBar()">
41257         <size>6</size>
41258       </method>
41259     </type>
41260     <type name="Test">
41261       <method name="Void .ctor()">
41262         <size>7</size>
41263       </method>
41264       <method name="Void .cctor()">
41265         <size>11</size>
41266       </method>
41267       <method name="Boolean TryThing()">
41268         <size>46</size>
41269       </method>
41270       <method name="Void Main()">
41271         <size>7</size>
41272       </method>
41273     </type>
41274   </test>
41275   <test name="test-714.cs">
41276     <type name="Hello">
41277       <method name="Void .ctor()">
41278         <size>7</size>
41279       </method>
41280       <method name="Void IBar.Test()">
41281         <size>1</size>
41282       </method>
41283       <method name="Void Main()">
41284         <size>1</size>
41285       </method>
41286     </type>
41287   </test>
41288   <test name="test-716.cs">
41289     <type name="SS">
41290       <method name="Void .cctor()">
41291         <size>8</size>
41292       </method>
41293     </type>
41294     <type name="SSS">
41295       <method name="Void .cctor()">
41296         <size>15</size>
41297       </method>
41298     </type>
41299     <type name="C">
41300       <method name="Void .ctor()">
41301         <size>7</size>
41302       </method>
41303     </type>
41304     <type name="CC">
41305       <method name="Void .ctor()">
41306         <size>7</size>
41307       </method>
41308       <method name="Void .cctor()">
41309         <size>8</size>
41310       </method>
41311     </type>
41312     <type name="CCC">
41313       <method name="Void .ctor()">
41314         <size>7</size>
41315       </method>
41316       <method name="Void .cctor()">
41317         <size>11</size>
41318       </method>
41319     </type>
41320     <type name="X">
41321       <method name="Void .ctor()">
41322         <size>7</size>
41323       </method>
41324       <method name="Int32 Main()">
41325         <size>192</size>
41326       </method>
41327     </type>
41328   </test>
41329   <test name="test-717.cs">
41330     <type name="AA">
41331       <method name="Void .ctor()">
41332         <size>7</size>
41333       </method>
41334       <method name="Int32 Foo(Int32)">
41335         <size>2</size>
41336       </method>
41337     </type>
41338     <type name="A">
41339       <method name="Void .ctor()">
41340         <size>7</size>
41341       </method>
41342       <method name="Int32 Foo(Byte)">
41343         <size>2</size>
41344       </method>
41345       <method name="Int32 Foo(Int32)">
41346         <size>2</size>
41347       </method>
41348     </type>
41349     <type name="B">
41350       <method name="Void .ctor()">
41351         <size>7</size>
41352       </method>
41353       <method name="Int32 Foo(Int32)">
41354         <size>2</size>
41355       </method>
41356       <method name="Void Foo(System.String)">
41357         <size>1</size>
41358       </method>
41359     </type>
41360     <type name="S">
41361       <method name="System.String ToString()">
41362         <size>6</size>
41363       </method>
41364     </type>
41365     <type name="MyClass">
41366       <method name="Void .ctor()">
41367         <size>7</size>
41368       </method>
41369       <method name="Int32 Main()">
41370         <size>67</size>
41371       </method>
41372     </type>
41373   </test>
41374   <test name="test-718.cs">
41375     <type name="A">
41376       <method name="Void .ctor()">
41377         <size>7</size>
41378       </method>
41379       <method name="Void Foo(Int32, Int32)">
41380         <size>1</size>
41381       </method>
41382     </type>
41383     <type name="B">
41384       <method name="Void .ctor()">
41385         <size>7</size>
41386       </method>
41387       <method name="Void Main()">
41388         <size>8</size>
41389       </method>
41390       <method name="Void Foo(Int32)">
41391         <size>1</size>
41392       </method>
41393     </type>
41394   </test>
41395   <test name="test-719.cs">
41396     <type name="C">
41397       <method name="Void .ctor()">
41398         <size>7</size>
41399       </method>
41400       <method name="Void Main()">
41401         <size>1</size>
41402       </method>
41403     </type>
41404   </test>
41405   <test name="test-72.cs">
41406     <type name="outer">
41407       <method name="Void .ctor()">
41408         <size>7</size>
41409       </method>
41410       <method name="Int32 Main()">
41411         <size>2</size>
41412       </method>
41413     </type>
41414     <type name="outer+inner">
41415       <method name="Void .ctor()">
41416         <size>7</size>
41417       </method>
41418       <method name="Void meth(System.Object)">
41419         <size>8</size>
41420       </method>
41421     </type>
41422   </test>
41423   <test name="test-720.cs">
41424     <type name="N.Program">
41425       <method name="Void .ctor()">
41426         <size>7</size>
41427       </method>
41428       <method name="Void Main()">
41429         <size>18</size>
41430       </method>
41431     </type>
41432     <type name="N.Parent">
41433       <method name="Void .ctor()">
41434         <size>7</size>
41435       </method>
41436       <method name="Void add_Example(N.Parent+ExampleHandler)">
41437         <size>0</size>
41438       </method>
41439       <method name="Void remove_Example(N.Parent+ExampleHandler)">
41440         <size>0</size>
41441       </method>
41442     </type>
41443     <type name="N.Child">
41444       <method name="Void .ctor()">
41445         <size>7</size>
41446       </method>
41447       <method name="Void add_Example(N.Parent+ExampleHandler)">
41448         <size>24</size>
41449       </method>
41450       <method name="Void remove_Example(N.Parent+ExampleHandler)">
41451         <size>24</size>
41452       </method>
41453       <method name="Void OnExample()">
41454         <size>23</size>
41455       </method>
41456     </type>
41457     <type name="N.Parent+ExampleHandler">
41458       <method name="Void .ctor(Object, IntPtr)">
41459         <size>0</size>
41460       </method>
41461       <method name="Void Invoke()">
41462         <size>0</size>
41463       </method>
41464       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
41465         <size>0</size>
41466       </method>
41467       <method name="Void EndInvoke(IAsyncResult)">
41468         <size>0</size>
41469       </method>
41470     </type>
41471   </test>
41472   <test name="test-721.cs">
41473     <type name="Program">
41474       <method name="Void .ctor()">
41475         <size>7</size>
41476       </method>
41477       <method name="Int32 Main()">
41478         <size>55</size>
41479       </method>
41480     </type>
41481     <type name="Control">
41482       <method name="Void .ctor()">
41483         <size>7</size>
41484       </method>
41485       <method name="Void set_Foo(Int32)">
41486         <size>1</size>
41487       </method>
41488     </type>
41489   </test>
41490   <test name="test-723.cs">
41491     <type name="Test">
41492       <method name="Void .ctor()">
41493         <size>7</size>
41494       </method>
41495       <method name="Int32 get_Count()">
41496         <size>2</size>
41497       </method>
41498     </type>
41499     <type name="Maine">
41500       <method name="Int32 Main()">
41501         <size>21</size>
41502       </method>
41503     </type>
41504   </test>
41505   <test name="test-724.cs">
41506     <type name="Test">
41507       <method name="Void .ctor()">
41508         <size>7</size>
41509       </method>
41510       <method name="Int32 DoTest(System.String, System.String, System.String, Int32)">
41511         <size>29</size>
41512       </method>
41513       <method name="Int32 Main()">
41514         <size>110</size>
41515       </method>
41516     </type>
41517     <type name="Concrete">
41518       <method name="Void .ctor()">
41519         <size>7</size>
41520       </method>
41521       <method name="System.String A.get_Spec()">
41522         <size>6</size>
41523       </method>
41524       <method name="System.String B.get_Spec()">
41525         <size>6</size>
41526       </method>
41527       <method name="System.String get_Spec()">
41528         <size>6</size>
41529       </method>
41530     </type>
41531   </test>
41532   <test name="test-726.cs">
41533     <type name="CS0102">
41534       <method name="System.Object IFoo.Clone()">
41535         <size>2</size>
41536       </method>
41537       <method name="Void Main()">
41538         <size>1</size>
41539       </method>
41540       <method name="Void .ctor()">
41541         <size>7</size>
41542       </method>
41543     </type>
41544     <type name="CS0102+Clone">
41545       <method name="Void .ctor()">
41546         <size>7</size>
41547       </method>
41548     </type>
41549   </test>
41550   <test name="test-727.cs">
41551     <type name="IDisposableTest.MainClass">
41552       <method name="Int32 Main()">
41553         <size>113</size>
41554       </method>
41555       <method name="Void .ctor()">
41556         <size>7</size>
41557       </method>
41558     </type>
41559     <type name="IDisposableTest.Foo">
41560       <method name="Void Dispose()">
41561         <size>32</size>
41562       </method>
41563       <method name="Void .ctor()">
41564         <size>57</size>
41565       </method>
41566       <method name="Void .cctor()">
41567         <size>1</size>
41568       </method>
41569     </type>
41570   </test>
41571   <test name="test-728.cs">
41572     <type name="Tests">
41573       <method name="Int32 Main()">
41574         <size>25</size>
41575       </method>
41576       <method name="Void .ctor()">
41577         <size>7</size>
41578       </method>
41579     </type>
41580   </test>
41581   <test name="test-729.cs">
41582     <type name="Primes.MainClass">
41583       <method name="Int32 Main()">
41584         <size>141</size>
41585       </method>
41586       <method name="Void .ctor()">
41587         <size>7</size>
41588       </method>
41589     </type>
41590   </test>
41591   <test name="test-73.cs">
41592     <type name="Abstract">
41593       <method name="Void .ctor()">
41594         <size>7</size>
41595       </method>
41596       <method name="Int32 A()">
41597         <size>0</size>
41598       </method>
41599     </type>
41600     <type name="Concrete">
41601       <method name="Void .ctor()">
41602         <size>7</size>
41603       </method>
41604       <method name="Int32 A()">
41605         <size>2</size>
41606       </method>
41607     </type>
41608     <type name="Test">
41609       <method name="Void .ctor()">
41610         <size>7</size>
41611       </method>
41612       <method name="Int32 Main()">
41613         <size>22</size>
41614       </method>
41615     </type>
41616   </test>
41617   <test name="test-730.cs">
41618     <type name="Demo">
41619       <method name="Void Test(System.Object)">
41620         <size>1</size>
41621       </method>
41622       <method name="Int32 Test(Int32)">
41623         <size>2</size>
41624       </method>
41625       <method name="Int32 GetPhones()">
41626         <size>22</size>
41627       </method>
41628       <method name="Int32 Main()">
41629         <size>23</size>
41630       </method>
41631       <method name="Void .ctor()">
41632         <size>7</size>
41633       </method>
41634     </type>
41635     <type name="Demo+D">
41636       <method name="Int32 Invoke(Int32)">
41637         <size>0</size>
41638       </method>
41639       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
41640         <size>0</size>
41641       </method>
41642       <method name="Int32 EndInvoke(IAsyncResult)">
41643         <size>0</size>
41644       </method>
41645       <method name="Void .ctor(Object, IntPtr)">
41646         <size>0</size>
41647       </method>
41648     </type>
41649   </test>
41650   <test name="test-731.cs">
41651     <type name="C">
41652       <method name="Int32 Main()">
41653         <size>34</size>
41654       </method>
41655       <method name="Void .ctor()">
41656         <size>7</size>
41657       </method>
41658     </type>
41659     <type name="&lt;PrivateImplementationDetails&gt;">
41660       <method name="Void .ctor()">
41661         <size>7</size>
41662       </method>
41663     </type>
41664   </test>
41665   <test name="test-733.cs">
41666     <type name="Test">
41667       <method name="Int32 Main()">
41668         <size>88</size>
41669       </method>
41670       <method name="Void .ctor()">
41671         <size>7</size>
41672       </method>
41673     </type>
41674   </test>
41675   <test name="test-734.cs">
41676     <type name="M">
41677       <method name="Void Run()">
41678         <size>23</size>
41679       </method>
41680       <method name="Int32 Main()">
41681         <size>72</size>
41682       </method>
41683       <method name="Void .ctor()">
41684         <size>7</size>
41685       </method>
41686     </type>
41687   </test>
41688   <test name="test-735.cs">
41689     <type name="B">
41690       <method name="Void .ctor()">
41691         <size>7</size>
41692       </method>
41693     </type>
41694     <type name="B+C">
41695       <method name="Void Main()">
41696         <size>1</size>
41697       </method>
41698       <method name="Void .ctor()">
41699         <size>7</size>
41700       </method>
41701     </type>
41702     <type name="B+C+X">
41703       <method name="Void .ctor()">
41704         <size>7</size>
41705       </method>
41706     </type>
41707     <type name="B+D">
41708       <method name="Void .ctor()">
41709         <size>7</size>
41710       </method>
41711     </type>
41712   </test>
41713   <test name="test-736.cs">
41714     <type name="TestGeneric`1[T]">
41715       <method name="Void add_Event(System.EventHandler)">
41716         <size>24</size>
41717       </method>
41718       <method name="Void remove_Event(System.EventHandler)">
41719         <size>24</size>
41720       </method>
41721       <method name="Void Raise()">
41722         <size>18</size>
41723       </method>
41724       <method name="Void .ctor()">
41725         <size>7</size>
41726       </method>
41727     </type>
41728     <type name="TestGeneric2`1[T]">
41729       <method name="Void add_Event(TestGeneric2`1+GenericHandler[T])">
41730         <size>24</size>
41731       </method>
41732       <method name="Void remove_Event(TestGeneric2`1+GenericHandler[T])">
41733         <size>24</size>
41734       </method>
41735       <method name="Void Raise()">
41736         <size>21</size>
41737       </method>
41738       <method name="Void .ctor()">
41739         <size>7</size>
41740       </method>
41741     </type>
41742     <type name="Test">
41743       <method name="Void add_Event(System.EventHandler)">
41744         <size>24</size>
41745       </method>
41746       <method name="Void remove_Event(System.EventHandler)">
41747         <size>24</size>
41748       </method>
41749       <method name="Void Raise()">
41750         <size>18</size>
41751       </method>
41752       <method name="Void Main()">
41753         <size>1</size>
41754       </method>
41755       <method name="Void .ctor()">
41756         <size>7</size>
41757       </method>
41758     </type>
41759     <type name="TestGeneric2`1+GenericHandler[T]">
41760       <method name="Void Invoke(T)">
41761         <size>0</size>
41762       </method>
41763       <method name="IAsyncResult BeginInvoke(T, System.AsyncCallback, System.Object)">
41764         <size>0</size>
41765       </method>
41766       <method name="Void EndInvoke(IAsyncResult)">
41767         <size>0</size>
41768       </method>
41769       <method name="Void .ctor(Object, IntPtr)">
41770         <size>0</size>
41771       </method>
41772     </type>
41773   </test>
41774   <test name="test-737.cs">
41775     <type name="Breaks">
41776       <method name="Double get_Item(Int32, Int32)">
41777         <size>7</size>
41778       </method>
41779       <method name="Void set_Item(Int32, Int32, Double)">
41780         <size>8</size>
41781       </method>
41782       <method name="Void .ctor(Double)">
41783         <size>8</size>
41784       </method>
41785     </type>
41786     <type name="Tester">
41787       <method name="Int32 Main()">
41788         <size>80</size>
41789       </method>
41790       <method name="Void .ctor()">
41791         <size>7</size>
41792       </method>
41793     </type>
41794   </test>
41795   <test name="test-738.cs">
41796     <type name="TestNamespace.ResumableInputStream">
41797       <method name="Void Main()">
41798         <size>1</size>
41799       </method>
41800       <method name="Void .ctor()">
41801         <size>18</size>
41802       </method>
41803     </type>
41804   </test>
41805   <test name="test-739.cs">
41806     <type name="X">
41807       <method name="Void Finalize()">
41808         <size>19</size>
41809       </method>
41810       <method name="Void Foo()">
41811         <size>1</size>
41812       </method>
41813       <method name="Int32 Main()">
41814         <size>89</size>
41815       </method>
41816       <method name="Void .ctor()">
41817         <size>7</size>
41818       </method>
41819     </type>
41820   </test>
41821   <test name="test-74.cs">
41822     <type name="X">
41823       <method name="Void .ctor()">
41824         <size>7</size>
41825       </method>
41826       <method name="Int32 Main()">
41827         <size>168</size>
41828       </method>
41829     </type>
41830   </test>
41831   <test name="test-740.cs">
41832     <type name="FixedTest">
41833       <method name="Int32 Main()">
41834         <size>336</size>
41835       </method>
41836       <method name="Void .ctor()">
41837         <size>7</size>
41838       </method>
41839     </type>
41840     <type name="FixedTest+TValue">
41841       <method name="System.String ToString()">
41842         <size>17</size>
41843       </method>
41844       <method name="Void .ctor(Int64)">
41845         <size>28</size>
41846       </method>
41847     </type>
41848   </test>
41849   <test name="test-741.cs">
41850     <type name="Test">
41851       <method name="Void test()">
41852         <size>18</size>
41853       </method>
41854       <method name="Void Main()">
41855         <size>1</size>
41856       </method>
41857       <method name="Void .ctor()">
41858         <size>7</size>
41859       </method>
41860     </type>
41861   </test>
41862   <test name="test-742.cs">
41863     <type name="Test">
41864       <method name="Test Set(C)">
41865         <size>20</size>
41866       </method>
41867     </type>
41868     <type name="C">
41869       <method name="Void .ctor()">
41870         <size>7</size>
41871       </method>
41872     </type>
41873     <type name="Driver">
41874       <method name="Int32 Main()">
41875         <size>41</size>
41876       </method>
41877       <method name="Void .ctor()">
41878         <size>7</size>
41879       </method>
41880     </type>
41881   </test>
41882   <test name="test-743.cs">
41883     <type name="C">
41884       <method name="Void Main()">
41885         <size>11</size>
41886       </method>
41887       <method name="Void Test()">
41888         <size>30</size>
41889       </method>
41890       <method name="Void .ctor()">
41891         <size>7</size>
41892       </method>
41893     </type>
41894   </test>
41895   <test name="test-744.cs">
41896     <type name="M">
41897       <method name="Void Main()">
41898         <size>7</size>
41899       </method>
41900       <method name="Void .ctor()">
41901         <size>7</size>
41902       </method>
41903     </type>
41904     <type name="M+Nested">
41905       <method name="Void Extra()">
41906         <size>1</size>
41907       </method>
41908       <method name="Void .ctor()">
41909         <size>7</size>
41910       </method>
41911     </type>
41912     <type name="A">
41913       <method name="Void AMethod()">
41914         <size>0</size>
41915       </method>
41916       <method name="Void .ctor()">
41917         <size>7</size>
41918       </method>
41919     </type>
41920     <type name="B">
41921       <method name="Void BMethod()">
41922         <size>0</size>
41923       </method>
41924       <method name="Void .ctor()">
41925         <size>7</size>
41926       </method>
41927     </type>
41928     <type name="C">
41929       <method name="Void AMethod()">
41930         <size>1</size>
41931       </method>
41932       <method name="Void BMethod()">
41933         <size>1</size>
41934       </method>
41935       <method name="Void Extra()">
41936         <size>0</size>
41937       </method>
41938       <method name="Void .ctor()">
41939         <size>7</size>
41940       </method>
41941     </type>
41942   </test>
41943   <test name="test-745.cs">
41944     <type name="C">
41945       <method name="Void Main()">
41946         <size>28</size>
41947       </method>
41948       <method name="Void .ctor()">
41949         <size>7</size>
41950       </method>
41951     </type>
41952   </test>
41953   <test name="test-746.cs">
41954     <type name="Test">
41955       <method name="Void Foo(IListCounter)">
41956         <size>8</size>
41957       </method>
41958       <method name="Void Main()">
41959         <size>1</size>
41960       </method>
41961       <method name="Void .ctor()">
41962         <size>7</size>
41963       </method>
41964     </type>
41965   </test>
41966   <test name="test-747.cs">
41967     <type name="B">
41968       <method name="Void .ctor()">
41969         <size>7</size>
41970       </method>
41971     </type>
41972     <type name="B+BNested">
41973       <method name="Void .ctor()">
41974         <size>7</size>
41975       </method>
41976     </type>
41977     <type name="A">
41978       <method name="Void .ctor()">
41979         <size>7</size>
41980       </method>
41981     </type>
41982     <type name="AA">
41983       <method name="Void .ctor()">
41984         <size>7</size>
41985       </method>
41986     </type>
41987     <type name="AA+ANested">
41988       <method name="Void .ctor()">
41989         <size>7</size>
41990       </method>
41991     </type>
41992     <type name="M">
41993       <method name="Void Main()">
41994         <size>1</size>
41995       </method>
41996       <method name="Void .ctor()">
41997         <size>7</size>
41998       </method>
41999     </type>
42000   </test>
42001   <test name="test-748.cs">
42002     <type name="M">
42003       <method name="RealTest.Foo Test()">
42004         <size>6</size>
42005       </method>
42006       <method name="Void Main()">
42007         <size>1</size>
42008       </method>
42009       <method name="Void .ctor()">
42010         <size>7</size>
42011       </method>
42012     </type>
42013     <type name="Test.Local.M">
42014       <method name="RealTest.Foo Test()">
42015         <size>6</size>
42016       </method>
42017       <method name="Void .ctor()">
42018         <size>7</size>
42019       </method>
42020     </type>
42021     <type name="RealTest.Foo">
42022       <method name="Void .ctor()">
42023         <size>7</size>
42024       </method>
42025     </type>
42026   </test>
42027   <test name="test-749.cs">
42028     <type name="M">
42029       <method name="Void Main()">
42030         <size>14</size>
42031       </method>
42032       <method name="Void .ctor()">
42033         <size>7</size>
42034       </method>
42035     </type>
42036   </test>
42037   <test name="test-75.cs">
42038     <type name="X">
42039       <method name="Void .ctor()">
42040         <size>7</size>
42041       </method>
42042       <method name="Void .cctor()">
42043         <size>1</size>
42044       </method>
42045       <method name="X op_Addition(X, X)">
42046         <size>8</size>
42047       </method>
42048     </type>
42049     <type name="Y">
42050       <method name="Void .ctor()">
42051         <size>7</size>
42052       </method>
42053     </type>
42054     <type name="Z">
42055       <method name="Void .ctor()">
42056         <size>7</size>
42057       </method>
42058     </type>
42059     <type name="driver">
42060       <method name="Void .ctor()">
42061         <size>7</size>
42062       </method>
42063       <method name="Int32 Main()">
42064         <size>34</size>
42065       </method>
42066     </type>
42067   </test>
42068   <test name="test-750.cs">
42069     <type name="M">
42070       <method name="Void Main()">
42071         <size>1</size>
42072       </method>
42073       <method name="Void .ctor()">
42074         <size>7</size>
42075       </method>
42076     </type>
42077   </test>
42078   <test name="test-751.cs">
42079     <type name="LocalNS.Compiler">
42080       <method name="Void .ctor()">
42081         <size>7</size>
42082       </method>
42083     </type>
42084     <type name="System.Local.M">
42085       <method name="Void Main()">
42086         <size>7</size>
42087       </method>
42088       <method name="Void .ctor()">
42089         <size>7</size>
42090       </method>
42091     </type>
42092   </test>
42093   <test name="test-752.cs">
42094     <type name="M">
42095       <method name="Void Main()">
42096         <size>1</size>
42097       </method>
42098       <method name="Void .ctor()">
42099         <size>7</size>
42100       </method>
42101     </type>
42102   </test>
42103   <test name="test-753.cs">
42104     <type name="AI2">
42105       <method name="System.String IA.get_val()">
42106         <size>6</size>
42107       </method>
42108       <method name="Void IA.set_val(System.String)">
42109         <size>1</size>
42110       </method>
42111       <method name="Int32 get_val()">
42112         <size>3</size>
42113       </method>
42114       <method name="Void set_val(Int32)">
42115         <size>1</size>
42116       </method>
42117       <method name="Void stuff(IAI2)">
42118         <size>13</size>
42119       </method>
42120       <method name="Void Main()">
42121         <size>1</size>
42122       </method>
42123       <method name="Void .ctor()">
42124         <size>7</size>
42125       </method>
42126     </type>
42127   </test>
42128   <test name="test-754.cs">
42129     <type name="Bug.D">
42130       <method name="Void Invoke()">
42131         <size>0</size>
42132       </method>
42133       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42134         <size>0</size>
42135       </method>
42136       <method name="Void EndInvoke(IAsyncResult)">
42137         <size>0</size>
42138       </method>
42139       <method name="Void .ctor(Object, IntPtr)">
42140         <size>0</size>
42141       </method>
42142     </type>
42143     <type name="Bug.A">
42144       <method name="Void add_E(Bug.D)">
42145         <size>0</size>
42146       </method>
42147       <method name="Void remove_E(Bug.D)">
42148         <size>0</size>
42149       </method>
42150       <method name="Void .ctor()">
42151         <size>7</size>
42152       </method>
42153     </type>
42154     <type name="Bug.B">
42155       <method name="Void add_E(Bug.D)">
42156         <size>1</size>
42157       </method>
42158       <method name="Void remove_E(Bug.D)">
42159         <size>1</size>
42160       </method>
42161       <method name="Void .ctor()">
42162         <size>7</size>
42163       </method>
42164     </type>
42165     <type name="Bug.M">
42166       <method name="Void Main()">
42167         <size>1</size>
42168       </method>
42169       <method name="Void .ctor()">
42170         <size>7</size>
42171       </method>
42172     </type>
42173   </test>
42174   <test name="test-755.cs">
42175     <type name="Item">
42176       <method name="Void .ctor()">
42177         <size>7</size>
42178       </method>
42179       <method name="Void .cctor()">
42180         <size>8</size>
42181       </method>
42182     </type>
42183     <type name="Item+Builder">
42184       <method name="Int32 get_Foo()">
42185         <size>6</size>
42186       </method>
42187       <method name="System.Object get_Item(Int32)">
42188         <size>2</size>
42189       </method>
42190       <method name="System.Object get_Item(Int32, Int32)">
42191         <size>2</size>
42192       </method>
42193       <method name="Void .ctor()">
42194         <size>7</size>
42195       </method>
42196     </type>
42197     <type name="Program">
42198       <method name="Void Main()">
42199         <size>1</size>
42200       </method>
42201       <method name="Void .ctor()">
42202         <size>7</size>
42203       </method>
42204     </type>
42205   </test>
42206   <test name="test-756.cs">
42207     <type name="UnsafeTest">
42208       <method name="Void Main()">
42209         <size>12</size>
42210       </method>
42211       <method name="Void .ctor()">
42212         <size>7</size>
42213       </method>
42214     </type>
42215   </test>
42216   <test name="test-757.cs">
42217     <type name="TestClass1">
42218       <method name="Void Test()">
42219         <size>34</size>
42220       </method>
42221       <method name="Int32 Main()">
42222         <size>20</size>
42223       </method>
42224       <method name="Void .ctor()">
42225         <size>7</size>
42226       </method>
42227     </type>
42228     <type name="&lt;PrivateImplementationDetails&gt;">
42229       <method name="Void .ctor()">
42230         <size>7</size>
42231       </method>
42232     </type>
42233   </test>
42234   <test name="test-758.cs">
42235     <type name="C">
42236       <method name="Void Main()">
42237         <size>1</size>
42238       </method>
42239       <method name="Void .ctor()">
42240         <size>7</size>
42241       </method>
42242     </type>
42243     <type name="D">
42244       <method name="Void Finalize()">
42245         <size>13</size>
42246       </method>
42247       <method name="Void .ctor()">
42248         <size>7</size>
42249       </method>
42250     </type>
42251   </test>
42252   <test name="test-76.cs">
42253     <type name="foo">
42254       <method name="Void .ctor()">
42255         <size>7</size>
42256       </method>
42257       <method name="System.String strcat(System.String[])">
42258         <size>47</size>
42259       </method>
42260       <method name="Int32 Main()">
42261         <size>142</size>
42262       </method>
42263     </type>
42264   </test>
42265   <test name="test-760.cs">
42266     <type name="A">
42267       <method name="Void .ctor()">
42268         <size>7</size>
42269       </method>
42270     </type>
42271     <type name="Test">
42272       <method name="Void Main()">
42273         <size>7</size>
42274       </method>
42275       <method name="Void .ctor()">
42276         <size>7</size>
42277       </method>
42278     </type>
42279   </test>
42280   <test name="test-761.cs">
42281     <type name="C">
42282       <method name="Int32 get_I()">
42283         <size>7</size>
42284       </method>
42285       <method name="Void set_I(Int32)">
42286         <size>8</size>
42287       </method>
42288       <method name="Void Main()">
42289         <size>1</size>
42290       </method>
42291       <method name="Void .ctor()">
42292         <size>7</size>
42293       </method>
42294     </type>
42295   </test>
42296   <test name="test-762.cs">
42297     <type name="N1.Derived.Dummy">
42298       <method name="Void .ctor()">
42299         <size>7</size>
42300       </method>
42301     </type>
42302     <type name="N2.Derived.Dummy">
42303       <method name="Void .ctor()">
42304         <size>7</size>
42305       </method>
42306     </type>
42307     <type name="DerivedAttribute">
42308       <method name="Void .ctor()">
42309         <size>7</size>
42310       </method>
42311     </type>
42312     <type name="T">
42313       <method name="Void Main()">
42314         <size>1</size>
42315       </method>
42316       <method name="Void .ctor()">
42317         <size>7</size>
42318       </method>
42319     </type>
42320   </test>
42321   <test name="test-763.cs">
42322     <type name="StaticDelegateWithSameNameAsInstance">
42323       <method name="Void set_MyProvider(StaticDelegateWithSameNameAsInstance+Provider)">
42324         <size>35</size>
42325       </method>
42326       <method name="Void StaticCallback()">
42327         <size>31</size>
42328       </method>
42329       <method name="Void StaticCallback(System.String)">
42330         <size>35</size>
42331       </method>
42332       <method name="Int32 Main()">
42333         <size>36</size>
42334       </method>
42335       <method name="Void .ctor()">
42336         <size>7</size>
42337       </method>
42338       <method name="Void .cctor()">
42339         <size>7</size>
42340       </method>
42341     </type>
42342     <type name="StaticDelegateWithSameNameAsInstance+Provider">
42343       <method name="Void Invoke(System.String)">
42344         <size>0</size>
42345       </method>
42346       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
42347         <size>0</size>
42348       </method>
42349       <method name="Void EndInvoke(IAsyncResult)">
42350         <size>0</size>
42351       </method>
42352       <method name="Void .ctor(Object, IntPtr)">
42353         <size>0</size>
42354       </method>
42355     </type>
42356   </test>
42357   <test name="test-764.cs">
42358     <type name="Item">
42359       <method name="Void .ctor()">
42360         <size>7</size>
42361       </method>
42362       <method name="Void .cctor()">
42363         <size>11</size>
42364       </method>
42365     </type>
42366     <type name="Caller">
42367       <method name="System.String get_Item(System.String)">
42368         <size>2</size>
42369       </method>
42370       <method name="Int32 get_Item(Int32)">
42371         <size>2</size>
42372       </method>
42373       <method name="Void Foo()">
42374         <size>12</size>
42375       </method>
42376       <method name="Void Main()">
42377         <size>1</size>
42378       </method>
42379       <method name="Void .ctor()">
42380         <size>7</size>
42381       </method>
42382     </type>
42383   </test>
42384   <test name="test-765.cs">
42385     <type name="B">
42386       <method name="Void Foo(Int32)">
42387         <size>1</size>
42388       </method>
42389       <method name="Void .ctor()">
42390         <size>7</size>
42391       </method>
42392     </type>
42393     <type name="A">
42394       <method name="Void Foo(System.String)">
42395         <size>1</size>
42396       </method>
42397       <method name="Void .ctor()">
42398         <size>7</size>
42399       </method>
42400     </type>
42401     <type name="Test">
42402       <method name="Void Main()">
42403         <size>11</size>
42404       </method>
42405     </type>
42406   </test>
42407   <test name="test-766.cs">
42408     <type name="A.Color">
42409       <method name="Color get_Base()">
42410         <size>6</size>
42411       </method>
42412       <method name="Color get_NewBase()">
42413         <size>7</size>
42414       </method>
42415       <method name="Void Main()">
42416         <size>1</size>
42417       </method>
42418       <method name="Void .ctor()">
42419         <size>7</size>
42420       </method>
42421     </type>
42422     <type name="B.Color">
42423       <method name="Color From(Int32)">
42424         <size>10</size>
42425       </method>
42426       <method name="Void .cctor()">
42427         <size>15</size>
42428       </method>
42429     </type>
42430   </test>
42431   <test name="test-767.cs">
42432     <type name="Test">
42433       <method name="Int32 Foo()">
42434         <size>2</size>
42435       </method>
42436       <method name="Void Main()">
42437         <size>1</size>
42438       </method>
42439       <method name="Void .ctor()">
42440         <size>7</size>
42441       </method>
42442     </type>
42443     <type name="S">
42444       <method name="Test get_Test()">
42445         <size>6</size>
42446       </method>
42447       <method name="Void .cctor()">
42448         <size>11</size>
42449       </method>
42450     </type>
42451   </test>
42452   <test name="test-768.cs">
42453     <type name="A.N.Wrong">
42454       <method name="Void .ctor()">
42455         <size>7</size>
42456       </method>
42457     </type>
42458     <type name="N.C">
42459       <method name="Void .ctor()">
42460         <size>7</size>
42461       </method>
42462     </type>
42463     <type name="X.TestClass">
42464       <method name="Void Main()">
42465         <size>7</size>
42466       </method>
42467       <method name="Void .ctor()">
42468         <size>7</size>
42469       </method>
42470     </type>
42471   </test>
42472   <test name="test-769.cs">
42473     <type name="C">
42474       <method name="Void I.Clear()">
42475         <size>1</size>
42476       </method>
42477       <method name="Void Clear()">
42478         <size>1</size>
42479       </method>
42480       <method name="Int32 Main()">
42481         <size>114</size>
42482       </method>
42483       <method name="Void .ctor()">
42484         <size>7</size>
42485       </method>
42486     </type>
42487   </test>
42488   <test name="test-77.cs">
42489     <type name="XX">
42490       <method name="Void .ctor()">
42491         <size>7</size>
42492       </method>
42493       <method name="Int32 Main()">
42494         <size>220</size>
42495       </method>
42496     </type>
42497   </test>
42498   <test name="test-770.cs">
42499     <type name="MyClass">
42500       <method name="Void Main()">
42501         <size>13</size>
42502       </method>
42503       <method name="Void .ctor()">
42504         <size>7</size>
42505       </method>
42506     </type>
42507     <type name="MyClass+A">
42508       <method name="Void add_MouseClick(System.EventHandler)">
42509         <size>24</size>
42510       </method>
42511       <method name="Void remove_MouseClick(System.EventHandler)">
42512         <size>24</size>
42513       </method>
42514       <method name="Void .ctor()">
42515         <size>7</size>
42516       </method>
42517     </type>
42518     <type name="MyClass+B">
42519       <method name="Void add_MouseClick(System.EventHandler)">
42520         <size>24</size>
42521       </method>
42522       <method name="Void remove_MouseClick(System.EventHandler)">
42523         <size>24</size>
42524       </method>
42525       <method name="Void .ctor()">
42526         <size>7</size>
42527       </method>
42528     </type>
42529     <type name="MyClass+C">
42530       <method name="Void MouseClick()">
42531         <size>11</size>
42532       </method>
42533       <method name="Void .ctor()">
42534         <size>7</size>
42535       </method>
42536     </type>
42537   </test>
42538   <test name="test-771.cs">
42539     <type name="InternalAccess.Base">
42540       <method name="System.String get_Prop()">
42541         <size>6</size>
42542       </method>
42543       <method name="Void .ctor()">
42544         <size>7</size>
42545       </method>
42546     </type>
42547     <type name="InternalAccess.DerivedInternalExample">
42548       <method name="System.String get_Prop()">
42549         <size>6</size>
42550       </method>
42551       <method name="Void .ctor()">
42552         <size>7</size>
42553       </method>
42554     </type>
42555     <type name="InternalAccess.DerivedProtectedExample">
42556       <method name="System.String get_Prop()">
42557         <size>6</size>
42558       </method>
42559       <method name="Void .ctor()">
42560         <size>7</size>
42561       </method>
42562     </type>
42563     <type name="InternalAccess.MainClass">
42564       <method name="Int32 Main()">
42565         <size>60</size>
42566       </method>
42567       <method name="Void .ctor()">
42568         <size>7</size>
42569       </method>
42570     </type>
42571   </test>
42572   <test name="test-772.cs">
42573     <type name="Test">
42574       <method name="Void Main()">
42575         <size>14</size>
42576       </method>
42577       <method name="Void .ctor()">
42578         <size>7</size>
42579       </method>
42580     </type>
42581     <type name="Foo">
42582       <method name="Void .ctor(Object)">
42583         <size>17</size>
42584       </method>
42585       <method name="Void .ctor(String, Object[])">
42586         <size>7</size>
42587       </method>
42588     </type>
42589   </test>
42590   <test name="test-773.cs">
42591     <type name="Foo">
42592       <method name="Int32 get_Item(Int32)">
42593         <size>3</size>
42594       </method>
42595       <method name="Int32 IFoo.get_Bar(Int32)">
42596         <size>8</size>
42597       </method>
42598       <method name="Void .ctor()">
42599         <size>7</size>
42600       </method>
42601     </type>
42602     <type name="Bar">
42603       <method name="Int32 get_Baz(Int32)">
42604         <size>0</size>
42605       </method>
42606       <method name="Void .ctor()">
42607         <size>7</size>
42608       </method>
42609     </type>
42610     <type name="Babar">
42611       <method name="Int32 get_Baz(Int32)">
42612         <size>3</size>
42613       </method>
42614       <method name="Void .ctor()">
42615         <size>7</size>
42616       </method>
42617     </type>
42618     <type name="Test">
42619       <method name="Int32 Main()">
42620         <size>68</size>
42621       </method>
42622       <method name="Void .ctor()">
42623         <size>7</size>
42624       </method>
42625     </type>
42626   </test>
42627   <test name="test-774.cs">
42628     <type name="C">
42629       <method name="Int32 I.get_Item(Int32)">
42630         <size>2</size>
42631       </method>
42632       <method name="Void I.set_Item(Int32, Int32)">
42633         <size>1</size>
42634       </method>
42635       <method name="Int32 get_Item(Int32)">
42636         <size>2</size>
42637       </method>
42638       <method name="Void set_Item(Int32, Int32)">
42639         <size>1</size>
42640       </method>
42641       <method name="Void Main()">
42642         <size>1</size>
42643       </method>
42644       <method name="Void .ctor()">
42645         <size>7</size>
42646       </method>
42647     </type>
42648   </test>
42649   <test name="test-775.cs">
42650     <type name="C">
42651       <method name="Void A.add_Member(System.EventHandler)">
42652         <size>34</size>
42653       </method>
42654       <method name="Void A.remove_Member(System.EventHandler)">
42655         <size>24</size>
42656       </method>
42657       <method name="Void add_Member(System.EventHandler)">
42658         <size>34</size>
42659       </method>
42660       <method name="Void remove_Member(System.EventHandler)">
42661         <size>24</size>
42662       </method>
42663       <method name="Void .ctor()">
42664         <size>7</size>
42665       </method>
42666     </type>
42667     <type name="Test">
42668       <method name="Int32 Main()">
42669         <size>11</size>
42670       </method>
42671       <method name="Int32 TestMe()">
42672         <size>155</size>
42673       </method>
42674       <method name="Void f(System.Object, System.EventArgs)">
42675         <size>1</size>
42676       </method>
42677       <method name="Void .ctor()">
42678         <size>7</size>
42679       </method>
42680     </type>
42681   </test>
42682   <test name="test-776.cs">
42683     <type name="First">
42684       <method name="System.Object get_Item(System.String)">
42685         <size>6</size>
42686       </method>
42687       <method name="Void set_Item(System.String, System.Object)">
42688         <size>1</size>
42689       </method>
42690       <method name="Void .ctor()">
42691         <size>7</size>
42692       </method>
42693     </type>
42694     <type name="Second">
42695       <method name="System.Object get_Item(System.String)">
42696         <size>6</size>
42697       </method>
42698       <method name="Void set_Item(System.String, System.Object)">
42699         <size>1</size>
42700       </method>
42701       <method name="Void .ctor()">
42702         <size>7</size>
42703       </method>
42704     </type>
42705     <type name="Third">
42706       <method name="System.Object get_Item(System.String)">
42707         <size>8</size>
42708       </method>
42709       <method name="Void set_Item(System.String, System.Object)">
42710         <size>1</size>
42711       </method>
42712       <method name="Void .ctor()">
42713         <size>7</size>
42714       </method>
42715     </type>
42716     <type name="a">
42717       <method name="Int32 Main(System.String[])">
42718         <size>31</size>
42719       </method>
42720       <method name="Void .ctor()">
42721         <size>7</size>
42722       </method>
42723     </type>
42724   </test>
42725   <test name="test-777.cs">
42726     <type name="MediaStore">
42727       <method name="Void Main()">
42728         <size>1</size>
42729       </method>
42730       <method name="Void .ctor()">
42731         <size>7</size>
42732       </method>
42733     </type>
42734     <type name="MediaStore+Thing">
42735       <method name="Void .ctor()">
42736         <size>7</size>
42737       </method>
42738     </type>
42739   </test>
42740   <test name="test-778.cs">
42741     <type name="A">
42742       <method name="Int32 Test()">
42743         <size>6</size>
42744       </method>
42745       <method name="Void .ctor()">
42746         <size>7</size>
42747       </method>
42748     </type>
42749     <type name="B">
42750       <method name="Int32 Test()">
42751         <size>12</size>
42752       </method>
42753       <method name="Void Test(System.Object[])">
42754         <size>1</size>
42755       </method>
42756       <method name="Void Test(System.Object[], System.String)">
42757         <size>1</size>
42758       </method>
42759       <method name="Void .ctor()">
42760         <size>7</size>
42761       </method>
42762     </type>
42763     <type name="C">
42764       <method name="Void Test(System.Object[], System.String)">
42765         <size>1</size>
42766       </method>
42767       <method name="Void .ctor()">
42768         <size>7</size>
42769       </method>
42770     </type>
42771     <type name="D">
42772       <method name="Int32 Test()">
42773         <size>7</size>
42774       </method>
42775       <method name="Void .ctor()">
42776         <size>7</size>
42777       </method>
42778     </type>
42779     <type name="T">
42780       <method name="Int32 Main()">
42781         <size>22</size>
42782       </method>
42783       <method name="Void .ctor()">
42784         <size>7</size>
42785       </method>
42786     </type>
42787   </test>
42788   <test name="test-779.cs">
42789     <type name="Test">
42790       <method name="Int32 Main()">
42791         <size>20</size>
42792       </method>
42793       <method name="Boolean test1(Int64, Int64)">
42794         <size>14</size>
42795       </method>
42796     </type>
42797   </test>
42798   <test name="test-78.cs">
42799     <type name="N1.B">
42800       <method name="Void .ctor()">
42801         <size>7</size>
42802       </method>
42803       <method name="Boolean ShortCasting()">
42804         <size>19</size>
42805       </method>
42806       <method name="Boolean IntCasting()">
42807         <size>18</size>
42808       </method>
42809       <method name="Int32 Main()">
42810         <size>26</size>
42811       </method>
42812     </type>
42813   </test>
42814   <test name="test-780.cs">
42815     <type name="MonoVirtuals.X">
42816       <method name="Void .ctor()">
42817         <size>7</size>
42818       </method>
42819     </type>
42820     <type name="MonoVirtuals.Y">
42821       <method name="Void .ctor()">
42822         <size>7</size>
42823       </method>
42824     </type>
42825     <type name="MonoVirtuals.A">
42826       <method name="Int32 f(MonoVirtuals.X)">
42827         <size>12</size>
42828       </method>
42829       <method name="Int32 f(MonoVirtuals.Y)">
42830         <size>13</size>
42831       </method>
42832       <method name="Int32 get_Item(MonoVirtuals.X)">
42833         <size>12</size>
42834       </method>
42835       <method name="Int32 get_Item(MonoVirtuals.Y)">
42836         <size>13</size>
42837       </method>
42838       <method name="Void .ctor()">
42839         <size>7</size>
42840       </method>
42841     </type>
42842     <type name="MonoVirtuals.B">
42843       <method name="Int32 f(MonoVirtuals.X)">
42844         <size>19</size>
42845       </method>
42846       <method name="Int32 get_Item(MonoVirtuals.X)">
42847         <size>19</size>
42848       </method>
42849       <method name="Void .ctor()">
42850         <size>7</size>
42851       </method>
42852     </type>
42853     <type name="MonoVirtuals.C">
42854       <method name="Int32 f(MonoVirtuals.X)">
42855         <size>18</size>
42856       </method>
42857       <method name="Int32 f(MonoVirtuals.Y)">
42858         <size>18</size>
42859       </method>
42860       <method name="Int32 get_Item(MonoVirtuals.X)">
42861         <size>18</size>
42862       </method>
42863       <method name="Int32 get_Item(MonoVirtuals.Y)">
42864         <size>18</size>
42865       </method>
42866       <method name="Void .ctor()">
42867         <size>7</size>
42868       </method>
42869     </type>
42870     <type name="MonoVirtuals.MainClass">
42871       <method name="Int32 Main()">
42872         <size>46</size>
42873       </method>
42874       <method name="Void .ctor()">
42875         <size>7</size>
42876       </method>
42877     </type>
42878   </test>
42879   <test name="test-781.cs">
42880     <type name="D">
42881       <method name="Void Invoke()">
42882         <size>0</size>
42883       </method>
42884       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
42885         <size>0</size>
42886       </method>
42887       <method name="Void EndInvoke(IAsyncResult)">
42888         <size>0</size>
42889       </method>
42890       <method name="Void .ctor(Object, IntPtr)">
42891         <size>0</size>
42892       </method>
42893     </type>
42894     <type name="E">
42895       <method name="Void add_temp(D)">
42896         <size>24</size>
42897       </method>
42898       <method name="Void remove_temp(D)">
42899         <size>24</size>
42900       </method>
42901       <method name="Void .ctor()">
42902         <size>7</size>
42903       </method>
42904     </type>
42905     <type name="A">
42906       <method name="E get_Prop()">
42907         <size>6</size>
42908       </method>
42909       <method name="Void Test()">
42910         <size>41</size>
42911       </method>
42912       <method name="Void Main()">
42913         <size>13</size>
42914       </method>
42915       <method name="Void &lt;Test&gt;m__0()">
42916         <size>1</size>
42917       </method>
42918       <method name="Void .ctor()">
42919         <size>7</size>
42920       </method>
42921     </type>
42922   </test>
42923   <test name="test-782.cs">
42924     <type name="Test">
42925       <method name="Void Main()">
42926         <size>1</size>
42927       </method>
42928       <method name="Void .ctor()">
42929         <size>7</size>
42930       </method>
42931     </type>
42932   </test>
42933   <test name="test-783.cs">
42934     <type name="C">
42935       <method name="Void Main()">
42936         <size>25</size>
42937       </method>
42938       <method name="Void M(E)">
42939         <size>1</size>
42940       </method>
42941       <method name="Void .ctor()">
42942         <size>7</size>
42943       </method>
42944     </type>
42945   </test>
42946   <test name="test-784.cs">
42947     <type name="A">
42948       <method name="Int32 get_Item(Int32)">
42949         <size>6</size>
42950       </method>
42951       <method name="Void set_Item(Int32, Int32)">
42952         <size>8</size>
42953       </method>
42954       <method name="Void .ctor()">
42955         <size>15</size>
42956       </method>
42957     </type>
42958     <type name="B">
42959       <method name="Int32 get_Item(Int32)">
42960         <size>7</size>
42961       </method>
42962       <method name="Void .ctor()">
42963         <size>7</size>
42964       </method>
42965     </type>
42966     <type name="C">
42967       <method name="Int32 get_Item(Int32)">
42968         <size>8</size>
42969       </method>
42970       <method name="Void set_Item(Int32, Int32)">
42971         <size>9</size>
42972       </method>
42973       <method name="Int32 Main()">
42974         <size>53</size>
42975       </method>
42976       <method name="Void .ctor()">
42977         <size>7</size>
42978       </method>
42979     </type>
42980   </test>
42981   <test name="test-785.cs">
42982     <type name="Base">
42983       <method name="Int32 get_Prop()">
42984         <size>0</size>
42985       </method>
42986       <method name="Void set_Prop(Int32)">
42987         <size>0</size>
42988       </method>
42989       <method name="Int32 get_Item(Int32)">
42990         <size>0</size>
42991       </method>
42992       <method name="Void TestVoid()">
42993         <size>0</size>
42994       </method>
42995       <method name="Void TestInt(Int32)">
42996         <size>0</size>
42997       </method>
42998       <method name="Void .ctor()">
42999         <size>7</size>
43000       </method>
43001     </type>
43002     <type name="DeriveVTable">
43003       <method name="Int32 get_Prop()">
43004         <size>2</size>
43005       </method>
43006       <method name="Int32 get_Item(Int32)">
43007         <size>2</size>
43008       </method>
43009       <method name="Void TestVoid()">
43010         <size>1</size>
43011       </method>
43012       <method name="Void TestInt(Int32)">
43013         <size>1</size>
43014       </method>
43015       <method name="Void .ctor()">
43016         <size>7</size>
43017       </method>
43018     </type>
43019     <type name="NewVTable">
43020       <method name="Int32 get_Prop()">
43021         <size>0</size>
43022       </method>
43023       <method name="Int32 get_Item(Int32)">
43024         <size>2</size>
43025       </method>
43026       <method name="Void TestVoid()">
43027         <size>1</size>
43028       </method>
43029       <method name="Void TestInt(Int32)">
43030         <size>1</size>
43031       </method>
43032       <method name="Void Overload()">
43033         <size>1</size>
43034       </method>
43035       <method name="Void Overload(Int32)">
43036         <size>1</size>
43037       </method>
43038       <method name="Void Main()">
43039         <size>1</size>
43040       </method>
43041       <method name="Void .ctor()">
43042         <size>7</size>
43043       </method>
43044     </type>
43045   </test>
43046   <test name="test-786.cs">
43047     <type name="A">
43048       <method name="System.String op_Implicit(A)">
43049         <size>18</size>
43050       </method>
43051       <method name="System.Delegate op_Implicit(A)">
43052         <size>2</size>
43053       </method>
43054       <method name="Void .ctor()">
43055         <size>7</size>
43056       </method>
43057     </type>
43058     <type name="B">
43059       <method name="System.String op_Implicit(B)">
43060         <size>18</size>
43061       </method>
43062     </type>
43063     <type name="D">
43064       <method name="System.Delegate op_Implicit(D)">
43065         <size>14</size>
43066       </method>
43067     </type>
43068     <type name="E">
43069       <method name="Boolean op_Implicit(E)">
43070         <size>14</size>
43071       </method>
43072     </type>
43073     <type name="Program">
43074       <method name="Int32 Main()">
43075         <size>372</size>
43076       </method>
43077       <method name="Void .ctor()">
43078         <size>7</size>
43079       </method>
43080     </type>
43081   </test>
43082   <test name="test-787.cs">
43083     <type name="A">
43084       <method name="Void set_Prop(System.String)">
43085         <size>1</size>
43086       </method>
43087       <method name="System.String get_Prop()">
43088         <size>2</size>
43089       </method>
43090       <method name="Int32 Field()">
43091         <size>2</size>
43092       </method>
43093       <method name="Void .ctor()">
43094         <size>7</size>
43095       </method>
43096     </type>
43097     <type name="B">
43098       <method name="Void set_Prop(System.String)">
43099         <size>1</size>
43100       </method>
43101       <method name="System.String get_Prop()">
43102         <size>6</size>
43103       </method>
43104       <method name="Void .ctor()">
43105         <size>7</size>
43106       </method>
43107     </type>
43108     <type name="Test">
43109       <method name="Void Main()">
43110         <size>1</size>
43111       </method>
43112       <method name="Void .ctor()">
43113         <size>7</size>
43114       </method>
43115     </type>
43116   </test>
43117   <test name="test-788.cs">
43118     <type name="Program">
43119       <method name="Int32 Main()">
43120         <size>31</size>
43121       </method>
43122       <method name="Void .ctor()">
43123         <size>7</size>
43124       </method>
43125     </type>
43126     <type name="A">
43127       <method name="System.String get_Message()">
43128         <size>6</size>
43129       </method>
43130       <method name="Void .ctor()">
43131         <size>7</size>
43132       </method>
43133     </type>
43134     <type name="B">
43135       <method name="System.String get_Message()">
43136         <size>6</size>
43137       </method>
43138       <method name="Void .ctor()">
43139         <size>7</size>
43140       </method>
43141     </type>
43142   </test>
43143   <test name="test-789.cs">
43144     <type name="Program">
43145       <method name="Void Main()">
43146         <size>50</size>
43147       </method>
43148       <method name="Void &lt;Main&gt;m__0()">
43149         <size>7</size>
43150       </method>
43151       <method name="Void .ctor()">
43152         <size>7</size>
43153       </method>
43154     </type>
43155   </test>
43156   <test name="test-79.cs">
43157     <type name="X">
43158       <method name="Void .ctor()">
43159         <size>7</size>
43160       </method>
43161       <method name="Int32 Main()">
43162         <size>40</size>
43163       </method>
43164     </type>
43165   </test>
43166   <test name="test-790.cs">
43167     <type name="S">
43168       <method name="Void .ctor(Double)">
43169         <size>1</size>
43170       </method>
43171     </type>
43172     <type name="Test">
43173       <method name="Void Verify_1(Test ByRef, Test ByRef)">
43174         <size>20</size>
43175       </method>
43176       <method name="Void Verify_2(S ByRef, S ByRef)">
43177         <size>28</size>
43178       </method>
43179       <method name="Void Verify_3(E ByRef, E ByRef)">
43180         <size>9</size>
43181       </method>
43182       <method name="Int32 Main()">
43183         <size>29</size>
43184       </method>
43185     </type>
43186   </test>
43187   <test name="test-791.cs">
43188     <type name="testApp.TestApp">
43189       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
43190         <size>12</size>
43191       </method>
43192       <method name="Int32 Main()">
43193         <size>68</size>
43194       </method>
43195       <method name="Boolean GetEnumerator()">
43196         <size>6</size>
43197       </method>
43198       <method name="Void .ctor()">
43199         <size>7</size>
43200       </method>
43201     </type>
43202   </test>
43203   <test name="test-792.cs">
43204     <type name="Program">
43205       <method name="Void Test()">
43206         <size>24</size>
43207       </method>
43208       <method name="Void Main()">
43209         <size>1</size>
43210       </method>
43211       <method name="Void .ctor()">
43212         <size>7</size>
43213       </method>
43214     </type>
43215   </test>
43216   <test name="test-793.cs">
43217     <type name="MonoPointerBugTest.Program">
43218       <method name="Int32 Main()">
43219         <size>43</size>
43220       </method>
43221       <method name="Void .ctor()">
43222         <size>7</size>
43223       </method>
43224     </type>
43225   </test>
43226   <test name="test-794.cs">
43227     <type name="C">
43228       <method name="Void Main()">
43229         <size>11</size>
43230       </method>
43231       <method name="Void TestCallOnly()">
43232         <size>65</size>
43233       </method>
43234       <method name="Void SomeMethod()">
43235         <size>1</size>
43236       </method>
43237       <method name="Void .ctor()">
43238         <size>7</size>
43239       </method>
43240     </type>
43241   </test>
43242   <test name="test-795.cs">
43243     <type name="Test">
43244       <method name="Int32 Main()">
43245         <size>112</size>
43246       </method>
43247       <method name="Void .ctor()">
43248         <size>25</size>
43249       </method>
43250     </type>
43251   </test>
43252   <test name="test-796.cs">
43253     <type name="Program">
43254       <method name="Void Main()">
43255         <size>1</size>
43256       </method>
43257       <method name="Void .ctor()">
43258         <size>7</size>
43259       </method>
43260     </type>
43261     <type name="FooAttribute">
43262       <method name="Void .ctor()">
43263         <size>7</size>
43264       </method>
43265     </type>
43266   </test>
43267   <test name="test-797.cs">
43268     <type name="C">
43269       <method name="Void Main()">
43270         <size>1</size>
43271       </method>
43272       <method name="Void .ctor()">
43273         <size>7</size>
43274       </method>
43275     </type>
43276   </test>
43277   <test name="test-8.cs">
43278     <type name="X">
43279       <method name="Void .ctor()">
43280         <size>7</size>
43281       </method>
43282       <method name="Int32 Main(System.String[])">
43283         <size>115</size>
43284       </method>
43285     </type>
43286   </test>
43287   <test name="test-80.cs">
43288     <type name="X">
43289       <method name="Void .ctor()">
43290         <size>7</size>
43291       </method>
43292       <method name="Int32 Add(Int32, Int32)">
43293         <size>4</size>
43294       </method>
43295     </type>
43296     <type name="Y">
43297       <method name="Void .ctor()">
43298         <size>7</size>
43299       </method>
43300       <method name="Int32 Main()">
43301         <size>34</size>
43302       </method>
43303       <method name="Int32 A.Add(Int32, Int32)">
43304         <size>9</size>
43305       </method>
43306     </type>
43307   </test>
43308   <test name="test-81.cs">
43309     <type name="N1.A">
43310       <method name="Void .ctor()">
43311         <size>7</size>
43312       </method>
43313       <method name="Void Bar()">
43314         <size>44</size>
43315       </method>
43316       <method name="Int32 Main()">
43317         <size>71</size>
43318       </method>
43319     </type>
43320   </test>
43321   <test name="test-82.cs">
43322     <type name="N1.N2.B">
43323       <method name="Void .ctor()">
43324         <size>7</size>
43325       </method>
43326       <method name="Void Method(A ByRef)">
43327         <size>1</size>
43328       </method>
43329       <method name="Int32 Main()">
43330         <size>2</size>
43331       </method>
43332     </type>
43333     <type name="N1.N3.B">
43334       <method name="Void .ctor()">
43335         <size>7</size>
43336       </method>
43337       <method name="Void Method(A ByRef)">
43338         <size>1</size>
43339       </method>
43340     </type>
43341   </test>
43342   <test name="test-83.cs">
43343     <type name="PersonArrivedArgs">
43344       <method name="Void .ctor(String)">
43345         <size>14</size>
43346       </method>
43347     </type>
43348     <type name="Greeter">
43349       <method name="Void .ctor(String)">
43350         <size>14</size>
43351       </method>
43352       <method name="Void HandlePersonArrived(System.Object, PersonArrivedArgs)">
43353         <size>18</size>
43354       </method>
43355     </type>
43356     <type name="Room">
43357       <method name="Void .ctor()">
43358         <size>14</size>
43359       </method>
43360       <method name="Void add_PersonArrived(PersonArrivedHandler)">
43361         <size>24</size>
43362       </method>
43363       <method name="Void remove_PersonArrived(PersonArrivedHandler)">
43364         <size>24</size>
43365       </method>
43366       <method name="Void AddPerson(System.String)">
43367         <size>14</size>
43368       </method>
43369     </type>
43370     <type name="DelegateTest">
43371       <method name="Void .ctor()">
43372         <size>7</size>
43373       </method>
43374       <method name="Int32 Main()">
43375         <size>2</size>
43376       </method>
43377     </type>
43378     <type name="PersonArrivedHandler">
43379       <method name="Void .ctor(Object, IntPtr)">
43380         <size>0</size>
43381       </method>
43382       <method name="Void Invoke(System.Object, PersonArrivedArgs)">
43383         <size>0</size>
43384       </method>
43385       <method name="IAsyncResult BeginInvoke(System.Object, PersonArrivedArgs, System.AsyncCallback, System.Object)">
43386         <size>0</size>
43387       </method>
43388       <method name="Void EndInvoke(IAsyncResult)">
43389         <size>0</size>
43390       </method>
43391     </type>
43392   </test>
43393   <test name="test-84.cs">
43394     <type name="Ghost">
43395       <method name="Void .ctor()">
43396         <size>7</size>
43397       </method>
43398       <method name="Int32 Main()">
43399         <size>6</size>
43400       </method>
43401     </type>
43402   </test>
43403   <test name="test-85.cs">
43404     <type name="X">
43405       <method name="Void .ctor()">
43406         <size>7</size>
43407       </method>
43408       <method name="Int32 Main()">
43409         <size>20</size>
43410       </method>
43411     </type>
43412   </test>
43413   <test name="test-86.cs">
43414     <type name="T.T">
43415       <method name="Void .ctor()">
43416         <size>7</size>
43417       </method>
43418       <method name="Int32 method1(System.Type, Int32)">
43419         <size>23</size>
43420       </method>
43421       <method name="Int32 method1(System.Type, System.Type[])">
43422         <size>12</size>
43423       </method>
43424       <method name="Int32 method2(System.Type, Int32)">
43425         <size>23</size>
43426       </method>
43427       <method name="Int32 method2(System.Type, System.Type[])">
43428         <size>12</size>
43429       </method>
43430       <method name="Int32 Main()">
43431         <size>36</size>
43432       </method>
43433     </type>
43434   </test>
43435   <test name="test-87.cs">
43436     <type name="Top">
43437       <method name="Void .ctor()">
43438         <size>7</size>
43439       </method>
43440       <method name="Int32 Main()">
43441         <size>58</size>
43442       </method>
43443     </type>
43444     <type name="Top+X">
43445       <method name="Void .ctor()">
43446         <size>7</size>
43447       </method>
43448     </type>
43449     <type name="Top+Y">
43450       <method name="Void .ctor()">
43451         <size>7</size>
43452       </method>
43453     </type>
43454     <type name="Top+XA">
43455       <method name="Void .ctor()">
43456         <size>7</size>
43457       </method>
43458       <method name="Int32 get_one()">
43459         <size>2</size>
43460       </method>
43461     </type>
43462     <type name="Top+XB">
43463       <method name="Void .ctor()">
43464         <size>7</size>
43465       </method>
43466       <method name="Int32 get_one()">
43467         <size>2</size>
43468       </method>
43469       <method name="Int32 get_two()">
43470         <size>2</size>
43471       </method>
43472     </type>
43473     <type name="Other">
43474       <method name="Void .ctor()">
43475         <size>7</size>
43476       </method>
43477       <method name="Void X()">
43478         <size>5</size>
43479       </method>
43480     </type>
43481   </test>
43482   <test name="test-88.cs">
43483     <type name="X">
43484       <method name="Void .ctor()">
43485         <size>7</size>
43486       </method>
43487       <method name="Void f(System.String)">
43488         <size>19</size>
43489       </method>
43490       <method name="Int32 Main()">
43491         <size>63</size>
43492       </method>
43493     </type>
43494     <type name="&lt;PrivateImplementationDetails&gt;">
43495       <method name="Void .ctor()">
43496         <size>7</size>
43497       </method>
43498     </type>
43499   </test>
43500   <test name="test-89.cs">
43501     <type name="X">
43502       <method name="Void .ctor(Int32)">
43503         <size>8</size>
43504       </method>
43505       <method name="X F(Int32)">
43506         <size>7</size>
43507       </method>
43508       <method name="Int32 Main()">
43509         <size>99</size>
43510       </method>
43511     </type>
43512   </test>
43513   <test name="test-9.cs">
43514     <type name="X">
43515       <method name="Void .ctor()">
43516         <size>7</size>
43517       </method>
43518       <method name="Int32 Main(System.String[])">
43519         <size>104</size>
43520       </method>
43521     </type>
43522   </test>
43523   <test name="test-90.cs">
43524     <type name="N1.Blah">
43525       <method name="Void .ctor()">
43526         <size>7</size>
43527       </method>
43528       <method name="Int32 Main()">
43529         <size>2</size>
43530       </method>
43531     </type>
43532   </test>
43533   <test name="test-91.cs">
43534     <type name="Abstract">
43535       <method name="Void .ctor()">
43536         <size>7</size>
43537       </method>
43538     </type>
43539     <type name="Plain">
43540       <method name="Void .ctor()">
43541         <size>7</size>
43542       </method>
43543     </type>
43544     <type name="Test">
43545       <method name="Void .ctor()">
43546         <size>7</size>
43547       </method>
43548       <method name="Void MyProtectedInternal()">
43549         <size>1</size>
43550       </method>
43551       <method name="Void MyInternal()">
43552         <size>1</size>
43553       </method>
43554       <method name="Void MyPublic()">
43555         <size>1</size>
43556       </method>
43557       <method name="Void MyPrivate()">
43558         <size>1</size>
43559       </method>
43560       <method name="Int32 Main()">
43561         <size>242</size>
43562       </method>
43563     </type>
43564   </test>
43565   <test name="test-92.cs">
43566     <type name="Outer">
43567       <method name="Void .ctor()">
43568         <size>7</size>
43569       </method>
43570     </type>
43571     <type name="Outer+Inner">
43572       <method name="Void .ctor()">
43573         <size>7</size>
43574       </method>
43575     </type>
43576     <type name="InnerBase">
43577       <method name="Void .ctor()">
43578         <size>7</size>
43579       </method>
43580     </type>
43581     <type name="MainClass">
43582       <method name="Void .ctor()">
43583         <size>7</size>
43584       </method>
43585       <method name="Int32 Main()">
43586         <size>2</size>
43587       </method>
43588     </type>
43589   </test>
43590   <test name="test-93.cs">
43591     <type name="N1.C">
43592       <method name="Void .ctor()">
43593         <size>7</size>
43594       </method>
43595       <method name="Void method(B ByRef)">
43596         <size>15</size>
43597       </method>
43598     </type>
43599     <type name="Test">
43600       <method name="Void .ctor()">
43601         <size>7</size>
43602       </method>
43603       <method name="Int32 Main()">
43604         <size>15</size>
43605       </method>
43606     </type>
43607   </test>
43608   <test name="test-94.cs">
43609     <type name="Base">
43610       <method name="Void .ctor()">
43611         <size>7</size>
43612       </method>
43613       <method name="Int32 IVehicle.Start()">
43614         <size>2</size>
43615       </method>
43616       <method name="Int32 Stop()">
43617         <size>2</size>
43618       </method>
43619       <method name="Int32 Turn()">
43620         <size>2</size>
43621       </method>
43622     </type>
43623     <type name="Derived1">
43624       <method name="Void .ctor()">
43625         <size>7</size>
43626       </method>
43627       <method name="Int32 Turn()">
43628         <size>2</size>
43629       </method>
43630     </type>
43631     <type name="Derived2">
43632       <method name="Void .ctor()">
43633         <size>7</size>
43634       </method>
43635       <method name="Int32 IVehicle.Start()">
43636         <size>2</size>
43637       </method>
43638       <method name="Int32 IVehicle.Turn()">
43639         <size>2</size>
43640       </method>
43641       <method name="Int32 Stop()">
43642         <size>2</size>
43643       </method>
43644       <method name="Int32 Turn()">
43645         <size>2</size>
43646       </method>
43647     </type>
43648     <type name="Test">
43649       <method name="Void .ctor()">
43650         <size>7</size>
43651       </method>
43652       <method name="Int32 Main()">
43653         <size>88</size>
43654       </method>
43655     </type>
43656   </test>
43657   <test name="test-95.cs">
43658     <type name="X">
43659       <method name="Void .ctor()">
43660         <size>7</size>
43661       </method>
43662       <method name="Int32 Main()">
43663         <size>30</size>
43664       </method>
43665     </type>
43666   </test>
43667   <test name="test-96.cs">
43668     <type name="N1.A">
43669       <method name="Void .ctor()">
43670         <size>7</size>
43671       </method>
43672       <method name="Int32 Main()">
43673         <size>2</size>
43674       </method>
43675     </type>
43676     <type name="N1.C">
43677       <method name="Void .ctor(Object, IntPtr)">
43678         <size>0</size>
43679       </method>
43680       <method name="Void Invoke(System.Object, N1.A)">
43681         <size>0</size>
43682       </method>
43683       <method name="IAsyncResult BeginInvoke(System.Object, N1.A, System.AsyncCallback, System.Object)">
43684         <size>0</size>
43685       </method>
43686       <method name="Void EndInvoke(IAsyncResult)">
43687         <size>0</size>
43688       </method>
43689     </type>
43690   </test>
43691   <test name="test-97.cs">
43692     <type name="X">
43693       <method name="Void .ctor()">
43694         <size>7</size>
43695       </method>
43696       <method name="Int32 Main()">
43697         <size>2</size>
43698       </method>
43699     </type>
43700   </test>
43701   <test name="test-98.cs">
43702     <type name="X">
43703       <method name="Void .ctor()">
43704         <size>7</size>
43705       </method>
43706       <method name="Void b()">
43707         <size>19</size>
43708       </method>
43709     </type>
43710     <type name="Y">
43711       <method name="Void .ctor()">
43712         <size>7</size>
43713       </method>
43714       <method name="Int32 Main()">
43715         <size>2</size>
43716       </method>
43717     </type>
43718   </test>
43719   <test name="test-99.cs">
43720     <type name="X">
43721       <method name="Void .ctor()">
43722         <size>7</size>
43723       </method>
43724       <method name="Int32 Main()">
43725         <size>104</size>
43726       </method>
43727     </type>
43728   </test>
43729   <test name="test-anon-01.cs">
43730     <type name="X">
43731       <method name="Void .ctor()">
43732         <size>7</size>
43733       </method>
43734       <method name="Int32 Main()">
43735         <size>21</size>
43736       </method>
43737     </type>
43738     <type name="S">
43739       <method name="Void .ctor(Object, IntPtr)">
43740         <size>0</size>
43741       </method>
43742       <method name="Void Invoke()">
43743         <size>0</size>
43744       </method>
43745       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43746         <size>0</size>
43747       </method>
43748       <method name="Void EndInvoke(IAsyncResult)">
43749         <size>0</size>
43750       </method>
43751     </type>
43752     <type name="X+&lt;Main&gt;c__AnonStorey0">
43753       <method name="Void .ctor()">
43754         <size>7</size>
43755       </method>
43756       <method name="Void &lt;&gt;m__0()">
43757         <size>8</size>
43758       </method>
43759     </type>
43760   </test>
43761   <test name="test-anon-02.cs">
43762     <type name="X">
43763       <method name="Void .ctor()">
43764         <size>7</size>
43765       </method>
43766       <method name="Int32 Main()">
43767         <size>151</size>
43768       </method>
43769     </type>
43770     <type name="S">
43771       <method name="Void .ctor(Object, IntPtr)">
43772         <size>0</size>
43773       </method>
43774       <method name="Void Invoke()">
43775         <size>0</size>
43776       </method>
43777       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43778         <size>0</size>
43779       </method>
43780       <method name="Void EndInvoke(IAsyncResult)">
43781         <size>0</size>
43782       </method>
43783     </type>
43784     <type name="X+&lt;Main&gt;c__AnonStorey0">
43785       <method name="Void .ctor()">
43786         <size>7</size>
43787       </method>
43788       <method name="Void &lt;&gt;m__0()">
43789         <size>113</size>
43790       </method>
43791     </type>
43792   </test>
43793   <test name="test-anon-03.cs">
43794     <type name="X">
43795       <method name="Void .ctor()">
43796         <size>7</size>
43797       </method>
43798       <method name="Void Main()">
43799         <size>59</size>
43800       </method>
43801     </type>
43802     <type name="S">
43803       <method name="Void .ctor(Object, IntPtr)">
43804         <size>0</size>
43805       </method>
43806       <method name="Void Invoke()">
43807         <size>0</size>
43808       </method>
43809       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43810         <size>0</size>
43811       </method>
43812       <method name="Void EndInvoke(IAsyncResult)">
43813         <size>0</size>
43814       </method>
43815     </type>
43816     <type name="X+&lt;Main&gt;c__AnonStorey0">
43817       <method name="Void .ctor()">
43818         <size>7</size>
43819       </method>
43820       <method name="Void &lt;&gt;m__0()">
43821         <size>8</size>
43822       </method>
43823     </type>
43824   </test>
43825   <test name="test-anon-04.cs">
43826     <type name="X">
43827       <method name="Void .ctor()">
43828         <size>7</size>
43829       </method>
43830       <method name="Void Main()">
43831         <size>59</size>
43832       </method>
43833     </type>
43834     <type name="S">
43835       <method name="Void .ctor(Object, IntPtr)">
43836         <size>0</size>
43837       </method>
43838       <method name="Void Invoke()">
43839         <size>0</size>
43840       </method>
43841       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43842         <size>0</size>
43843       </method>
43844       <method name="Void EndInvoke(IAsyncResult)">
43845         <size>0</size>
43846       </method>
43847     </type>
43848     <type name="X+&lt;Main&gt;c__AnonStorey0">
43849       <method name="Void .ctor()">
43850         <size>7</size>
43851       </method>
43852       <method name="Void &lt;&gt;m__0()">
43853         <size>30</size>
43854       </method>
43855     </type>
43856   </test>
43857   <test name="test-anon-05.cs">
43858     <type name="X">
43859       <method name="Void .ctor()">
43860         <size>7</size>
43861       </method>
43862       <method name="Int32 Main()">
43863         <size>207</size>
43864       </method>
43865       <method name="Boolean t(Int32, Int32)">
43866         <size>5</size>
43867       </method>
43868     </type>
43869     <type name="S">
43870       <method name="Void .ctor(Object, IntPtr)">
43871         <size>0</size>
43872       </method>
43873       <method name="Void Invoke()">
43874         <size>0</size>
43875       </method>
43876       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43877         <size>0</size>
43878       </method>
43879       <method name="Void EndInvoke(IAsyncResult)">
43880         <size>0</size>
43881       </method>
43882     </type>
43883     <type name="X+&lt;Main&gt;c__AnonStorey1">
43884       <method name="Void .ctor()">
43885         <size>7</size>
43886       </method>
43887       <method name="Void &lt;&gt;m__0()">
43888         <size>76</size>
43889       </method>
43890     </type>
43891     <type name="X+&lt;Main&gt;c__AnonStorey0">
43892       <method name="Void .ctor()">
43893         <size>7</size>
43894       </method>
43895     </type>
43896   </test>
43897   <test name="test-anon-06.cs">
43898     <type name="X">
43899       <method name="Void .ctor()">
43900         <size>7</size>
43901       </method>
43902       <method name="Int32 Main()">
43903         <size>112</size>
43904       </method>
43905     </type>
43906     <type name="S">
43907       <method name="Void .ctor(Object, IntPtr)">
43908         <size>0</size>
43909       </method>
43910       <method name="Void Invoke()">
43911         <size>0</size>
43912       </method>
43913       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43914         <size>0</size>
43915       </method>
43916       <method name="Void EndInvoke(IAsyncResult)">
43917         <size>0</size>
43918       </method>
43919     </type>
43920     <type name="X+&lt;Main&gt;c__AnonStorey0">
43921       <method name="Void .ctor()">
43922         <size>7</size>
43923       </method>
43924       <method name="Void &lt;&gt;m__0()">
43925         <size>18</size>
43926       </method>
43927     </type>
43928   </test>
43929   <test name="test-anon-07.cs">
43930     <type name="X">
43931       <method name="Void .ctor()">
43932         <size>7</size>
43933       </method>
43934       <method name="Int32 Main()">
43935         <size>120</size>
43936       </method>
43937       <method name="Boolean t(Int32, Int32)">
43938         <size>5</size>
43939       </method>
43940     </type>
43941     <type name="D">
43942       <method name="Void .ctor(Object, IntPtr)">
43943         <size>0</size>
43944       </method>
43945       <method name="Void Invoke()">
43946         <size>0</size>
43947       </method>
43948       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43949         <size>0</size>
43950       </method>
43951       <method name="Void EndInvoke(IAsyncResult)">
43952         <size>0</size>
43953       </method>
43954     </type>
43955     <type name="X+&lt;Main&gt;c__AnonStorey0">
43956       <method name="Void .ctor()">
43957         <size>7</size>
43958       </method>
43959       <method name="Void &lt;&gt;m__0()">
43960         <size>18</size>
43961       </method>
43962       <method name="Void &lt;&gt;m__1()">
43963         <size>18</size>
43964       </method>
43965     </type>
43966   </test>
43967   <test name="test-anon-08.cs">
43968     <type name="X">
43969       <method name="Void .ctor()">
43970         <size>7</size>
43971       </method>
43972       <method name="Int32 Main()">
43973         <size>35</size>
43974       </method>
43975     </type>
43976     <type name="S">
43977       <method name="Void .ctor(Object, IntPtr)">
43978         <size>0</size>
43979       </method>
43980       <method name="Void Invoke()">
43981         <size>0</size>
43982       </method>
43983       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
43984         <size>0</size>
43985       </method>
43986       <method name="Void EndInvoke(IAsyncResult)">
43987         <size>0</size>
43988       </method>
43989     </type>
43990     <type name="X+&lt;Main&gt;c__AnonStorey0">
43991       <method name="Void .ctor()">
43992         <size>7</size>
43993       </method>
43994       <method name="Void &lt;&gt;m__0()">
43995         <size>13</size>
43996       </method>
43997     </type>
43998   </test>
43999   <test name="test-anon-09.cs">
44000     <type name="X">
44001       <method name="Void .ctor()">
44002         <size>7</size>
44003       </method>
44004       <method name="Int32 Main()">
44005         <size>59</size>
44006       </method>
44007     </type>
44008     <type name="X+D">
44009       <method name="Void .ctor(Object, IntPtr)">
44010         <size>0</size>
44011       </method>
44012       <method name="Void Invoke()">
44013         <size>0</size>
44014       </method>
44015       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44016         <size>0</size>
44017       </method>
44018       <method name="Void EndInvoke(IAsyncResult)">
44019         <size>0</size>
44020       </method>
44021     </type>
44022     <type name="X+&lt;Main&gt;c__AnonStorey0">
44023       <method name="Void .ctor()">
44024         <size>7</size>
44025       </method>
44026       <method name="Void &lt;&gt;m__0()">
44027         <size>49</size>
44028       </method>
44029     </type>
44030   </test>
44031   <test name="test-anon-10.cs">
44032     <type name="S">
44033       <method name="Void .ctor()">
44034         <size>7</size>
44035       </method>
44036       <method name="Void Test()">
44037         <size>105</size>
44038       </method>
44039       <method name="Int32 Main()">
44040         <size>66</size>
44041       </method>
44042     </type>
44043     <type name="S+T">
44044       <method name="Void .ctor(Object, IntPtr)">
44045         <size>0</size>
44046       </method>
44047       <method name="Void Invoke()">
44048         <size>0</size>
44049       </method>
44050       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44051         <size>0</size>
44052       </method>
44053       <method name="Void EndInvoke(IAsyncResult)">
44054         <size>0</size>
44055       </method>
44056     </type>
44057     <type name="S+&lt;Test&gt;c__AnonStorey1">
44058       <method name="Void .ctor()">
44059         <size>7</size>
44060       </method>
44061     </type>
44062     <type name="S+&lt;Test&gt;c__AnonStorey0">
44063       <method name="Void .ctor()">
44064         <size>7</size>
44065       </method>
44066     </type>
44067     <type name="S+&lt;Test&gt;c__AnonStorey1">
44068       <method name="Void &lt;&gt;m__0()">
44069         <size>76</size>
44070       </method>
44071     </type>
44072   </test>
44073   <test name="test-anon-11.cs">
44074     <type name="X">
44075       <method name="Void .ctor()">
44076         <size>7</size>
44077       </method>
44078       <method name="Int32 Main()">
44079         <size>122</size>
44080       </method>
44081     </type>
44082     <type name="D">
44083       <method name="Void .ctor(Object, IntPtr)">
44084         <size>0</size>
44085       </method>
44086       <method name="Void Invoke(Int32)">
44087         <size>0</size>
44088       </method>
44089       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
44090         <size>0</size>
44091       </method>
44092       <method name="Void EndInvoke(IAsyncResult)">
44093         <size>0</size>
44094       </method>
44095     </type>
44096     <type name="E">
44097       <method name="Void .ctor(Object, IntPtr)">
44098         <size>0</size>
44099       </method>
44100       <method name="Void Invoke(Int32 ByRef)">
44101         <size>0</size>
44102       </method>
44103       <method name="IAsyncResult BeginInvoke(Int32 ByRef, System.AsyncCallback, System.Object)">
44104         <size>0</size>
44105       </method>
44106       <method name="Void EndInvoke(Int32 ByRef, IAsyncResult)">
44107         <size>0</size>
44108       </method>
44109     </type>
44110     <type name="F">
44111       <method name="Void .ctor(Object, IntPtr)">
44112         <size>0</size>
44113       </method>
44114       <method name="Void Invoke(System.Int32[])">
44115         <size>0</size>
44116       </method>
44117       <method name="IAsyncResult BeginInvoke(System.Int32[], System.AsyncCallback, System.Object)">
44118         <size>0</size>
44119       </method>
44120       <method name="Void EndInvoke(IAsyncResult)">
44121         <size>0</size>
44122       </method>
44123     </type>
44124     <type name="X">
44125       <method name="Void &lt;Main&gt;m__0(Int32)">
44126         <size>1</size>
44127       </method>
44128       <method name="Void &lt;Main&gt;m__1(Int32)">
44129         <size>1</size>
44130       </method>
44131       <method name="Void &lt;Main&gt;m__2(System.Int32[])">
44132         <size>1</size>
44133       </method>
44134       <method name="Void &lt;Main&gt;m__3(System.Int32[])">
44135         <size>1</size>
44136       </method>
44137     </type>
44138   </test>
44139   <test name="test-anon-12.cs">
44140     <type name="X">
44141       <method name="Void .ctor()">
44142         <size>7</size>
44143       </method>
44144       <method name="Int32 Main()">
44145         <size>259</size>
44146       </method>
44147       <method name="System.Collections.ArrayList Find(predicate, System.Collections.ArrayList)">
44148         <size>83</size>
44149       </method>
44150     </type>
44151     <type name="predicate">
44152       <method name="Void .ctor(Object, IntPtr)">
44153         <size>0</size>
44154       </method>
44155       <method name="Boolean Invoke(System.Object)">
44156         <size>0</size>
44157       </method>
44158       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
44159         <size>0</size>
44160       </method>
44161       <method name="Boolean EndInvoke(IAsyncResult)">
44162         <size>0</size>
44163       </method>
44164     </type>
44165     <type name="X">
44166       <method name="Boolean &lt;Main&gt;m__0(System.Object)">
44167         <size>12</size>
44168       </method>
44169     </type>
44170   </test>
44171   <test name="test-anon-13.cs">
44172     <type name="X">
44173       <method name="Void .ctor(Int32)">
44174         <size>14</size>
44175       </method>
44176       <method name="Void Main()">
44177         <size>42</size>
44178       </method>
44179       <method name="D T()">
44180         <size>15</size>
44181       </method>
44182       <method name="System.String CALL()">
44183         <size>6</size>
44184       </method>
44185     </type>
44186     <type name="D">
44187       <method name="Void .ctor(Object, IntPtr)">
44188         <size>0</size>
44189       </method>
44190       <method name="Void Invoke()">
44191         <size>0</size>
44192       </method>
44193       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44194         <size>0</size>
44195       </method>
44196       <method name="Void EndInvoke(IAsyncResult)">
44197         <size>0</size>
44198       </method>
44199     </type>
44200     <type name="X">
44201       <method name="Void &lt;T&gt;m__0()">
44202         <size>22</size>
44203       </method>
44204     </type>
44205   </test>
44206   <test name="test-anon-14.cs">
44207     <type name="X">
44208       <method name="Void .ctor()">
44209         <size>7</size>
44210       </method>
44211       <method name="Void add_Click(X+T)">
44212         <size>22</size>
44213       </method>
44214       <method name="Void remove_Click(X+T)">
44215         <size>22</size>
44216       </method>
44217       <method name="Void Method()">
44218         <size>1</size>
44219       </method>
44220       <method name="Void Main()">
44221         <size>46</size>
44222       </method>
44223     </type>
44224     <type name="X+T">
44225       <method name="Void .ctor(Object, IntPtr)">
44226         <size>0</size>
44227       </method>
44228       <method name="Void Invoke()">
44229         <size>0</size>
44230       </method>
44231       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44232         <size>0</size>
44233       </method>
44234       <method name="Void EndInvoke(IAsyncResult)">
44235         <size>0</size>
44236       </method>
44237     </type>
44238   </test>
44239   <test name="test-anon-15.cs">
44240     <type name="Foo">
44241       <method name="Void .ctor()">
44242         <size>7</size>
44243       </method>
44244       <method name="Void Main()">
44245         <size>43</size>
44246       </method>
44247     </type>
44248     <type name="Foo+Inner">
44249       <method name="Void .ctor(String)">
44250         <size>7</size>
44251       </method>
44252     </type>
44253     <type name="Foo+foo_fn">
44254       <method name="Void .ctor(Object, IntPtr)">
44255         <size>0</size>
44256       </method>
44257       <method name="Foo+Inner Invoke(System.String)">
44258         <size>0</size>
44259       </method>
44260       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
44261         <size>0</size>
44262       </method>
44263       <method name="Foo+Inner EndInvoke(IAsyncResult)">
44264         <size>0</size>
44265       </method>
44266     </type>
44267     <type name="Foo">
44268       <method name="Foo+Inner &lt;Main&gt;m__0(System.String)">
44269         <size>13</size>
44270       </method>
44271     </type>
44272   </test>
44273   <test name="test-anon-16.cs">
44274     <type name="X">
44275       <method name="Void .ctor(Int32)">
44276         <size>14</size>
44277       </method>
44278       <method name="Void Main()">
44279         <size>42</size>
44280       </method>
44281       <method name="D T()">
44282         <size>15</size>
44283       </method>
44284     </type>
44285     <type name="D">
44286       <method name="Void .ctor(Object, IntPtr)">
44287         <size>0</size>
44288       </method>
44289       <method name="Void Invoke()">
44290         <size>0</size>
44291       </method>
44292       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44293         <size>0</size>
44294       </method>
44295       <method name="Void EndInvoke(IAsyncResult)">
44296         <size>0</size>
44297       </method>
44298     </type>
44299     <type name="X">
44300       <method name="Void &lt;T&gt;m__0()">
44301         <size>27</size>
44302       </method>
44303     </type>
44304   </test>
44305   <test name="test-anon-17.cs">
44306     <type name="Button">
44307       <method name="Void .ctor()">
44308         <size>7</size>
44309       </method>
44310       <method name="Void add_Clicked(ClickEvent)">
44311         <size>24</size>
44312       </method>
44313       <method name="Void remove_Clicked(ClickEvent)">
44314         <size>24</size>
44315       </method>
44316       <method name="Void DoClick()">
44317         <size>12</size>
44318       </method>
44319     </type>
44320     <type name="X">
44321       <method name="Void .ctor()">
44322         <size>7</size>
44323       </method>
44324       <method name="Void .cctor()">
44325         <size>1</size>
44326       </method>
44327       <method name="Int32 Main()">
44328         <size>61</size>
44329       </method>
44330     </type>
44331     <type name="ClickEvent">
44332       <method name="Void .ctor(Object, IntPtr)">
44333         <size>0</size>
44334       </method>
44335       <method name="Void Invoke()">
44336         <size>0</size>
44337       </method>
44338       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44339         <size>0</size>
44340       </method>
44341       <method name="Void EndInvoke(IAsyncResult)">
44342         <size>0</size>
44343       </method>
44344     </type>
44345     <type name="X">
44346       <method name="Void &lt;Main&gt;m__0()">
44347         <size>17</size>
44348       </method>
44349     </type>
44350   </test>
44351   <test name="test-anon-18.cs">
44352     <type name="DelegateTest">
44353       <method name="Void .ctor()">
44354         <size>7</size>
44355       </method>
44356       <method name="Void Main(System.String[])">
44357         <size>83</size>
44358       </method>
44359     </type>
44360     <type name="A">
44361       <method name="Void .ctor(Object, IntPtr)">
44362         <size>0</size>
44363       </method>
44364       <method name="Void Invoke()">
44365         <size>0</size>
44366       </method>
44367       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44368         <size>0</size>
44369       </method>
44370       <method name="Void EndInvoke(IAsyncResult)">
44371         <size>0</size>
44372       </method>
44373     </type>
44374     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
44375       <method name="Void .ctor()">
44376         <size>7</size>
44377       </method>
44378       <method name="Void &lt;&gt;m__0()">
44379         <size>17</size>
44380       </method>
44381     </type>
44382   </test>
44383   <test name="test-anon-19.cs">
44384     <type name="X">
44385       <method name="Void .ctor()">
44386         <size>7</size>
44387       </method>
44388       <method name="Int32 Main()">
44389         <size>223</size>
44390       </method>
44391       <method name="Boolean t(Int32, Int32)">
44392         <size>5</size>
44393       </method>
44394     </type>
44395     <type name="S">
44396       <method name="Void .ctor(Object, IntPtr)">
44397         <size>0</size>
44398       </method>
44399       <method name="Void Invoke()">
44400         <size>0</size>
44401       </method>
44402       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44403         <size>0</size>
44404       </method>
44405       <method name="Void EndInvoke(IAsyncResult)">
44406         <size>0</size>
44407       </method>
44408     </type>
44409     <type name="X+&lt;Main&gt;c__AnonStorey1">
44410       <method name="Void .ctor()">
44411         <size>7</size>
44412       </method>
44413       <method name="Void &lt;&gt;m__0()">
44414         <size>93</size>
44415       </method>
44416     </type>
44417     <type name="X+&lt;Main&gt;c__AnonStorey0">
44418       <method name="Void .ctor()">
44419         <size>7</size>
44420       </method>
44421     </type>
44422   </test>
44423   <test name="test-anon-20.cs">
44424     <type name="X">
44425       <method name="Void .ctor()">
44426         <size>7</size>
44427       </method>
44428       <method name="Void Main()">
44429         <size>33</size>
44430       </method>
44431       <method name="D MainHost()">
44432         <size>28</size>
44433       </method>
44434     </type>
44435     <type name="D">
44436       <method name="Void .ctor(Object, IntPtr)">
44437         <size>0</size>
44438       </method>
44439       <method name="Void Invoke()">
44440         <size>0</size>
44441       </method>
44442       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44443         <size>0</size>
44444       </method>
44445       <method name="Void EndInvoke(IAsyncResult)">
44446         <size>0</size>
44447       </method>
44448     </type>
44449     <type name="X+&lt;MainHost&gt;c__AnonStorey0">
44450       <method name="Void .ctor()">
44451         <size>7</size>
44452       </method>
44453       <method name="Void &lt;&gt;m__0()">
44454         <size>52</size>
44455       </method>
44456     </type>
44457     <type name="X+&lt;MainHost&gt;c__AnonStorey0+&lt;MainHost&gt;c__AnonStorey1">
44458       <method name="Void .ctor()">
44459         <size>7</size>
44460       </method>
44461       <method name="Void &lt;&gt;m__1()">
44462         <size>52</size>
44463       </method>
44464     </type>
44465   </test>
44466   <test name="test-anon-21.cs">
44467     <type name="X">
44468       <method name="Void .ctor()">
44469         <size>7</size>
44470       </method>
44471       <method name="Void .cctor()">
44472         <size>1</size>
44473       </method>
44474       <method name="Int32 Main()">
44475         <size>68</size>
44476       </method>
44477       <method name="Void M()">
44478         <size>44</size>
44479       </method>
44480     </type>
44481     <type name="D">
44482       <method name="Void .ctor(Object, IntPtr)">
44483         <size>0</size>
44484       </method>
44485       <method name="Void Invoke()">
44486         <size>0</size>
44487       </method>
44488       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44489         <size>0</size>
44490       </method>
44491       <method name="Void EndInvoke(IAsyncResult)">
44492         <size>0</size>
44493       </method>
44494     </type>
44495     <type name="X+&lt;M&gt;c__AnonStorey0">
44496       <method name="Void .ctor()">
44497         <size>7</size>
44498       </method>
44499       <method name="Void &lt;&gt;m__0()">
44500         <size>48</size>
44501       </method>
44502     </type>
44503     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
44504       <method name="Void .ctor()">
44505         <size>7</size>
44506       </method>
44507       <method name="Void &lt;&gt;m__1()">
44508         <size>81</size>
44509       </method>
44510     </type>
44511   </test>
44512   <test name="test-anon-22.cs">
44513     <type name="X">
44514       <method name="Void .ctor()">
44515         <size>7</size>
44516       </method>
44517       <method name="Void Main()">
44518         <size>33</size>
44519       </method>
44520       <method name="D T()">
44521         <size>28</size>
44522       </method>
44523     </type>
44524     <type name="D">
44525       <method name="Void .ctor(Object, IntPtr)">
44526         <size>0</size>
44527       </method>
44528       <method name="Void Invoke()">
44529         <size>0</size>
44530       </method>
44531       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44532         <size>0</size>
44533       </method>
44534       <method name="Void EndInvoke(IAsyncResult)">
44535         <size>0</size>
44536       </method>
44537     </type>
44538     <type name="X+&lt;T&gt;c__AnonStorey0">
44539       <method name="Void .ctor()">
44540         <size>7</size>
44541       </method>
44542       <method name="Void &lt;&gt;m__0()">
44543         <size>52</size>
44544       </method>
44545     </type>
44546     <type name="X+&lt;T&gt;c__AnonStorey0+&lt;T&gt;c__AnonStorey1">
44547       <method name="Void .ctor()">
44548         <size>7</size>
44549       </method>
44550       <method name="Void &lt;&gt;m__1()">
44551         <size>52</size>
44552       </method>
44553     </type>
44554   </test>
44555   <test name="test-anon-23.cs">
44556     <type name="X">
44557       <method name="Void .ctor()">
44558         <size>7</size>
44559       </method>
44560       <method name="Int32 Main()">
44561         <size>68</size>
44562       </method>
44563       <method name="Void M()">
44564         <size>34</size>
44565       </method>
44566     </type>
44567     <type name="D">
44568       <method name="Void .ctor(Object, IntPtr)">
44569         <size>0</size>
44570       </method>
44571       <method name="Void Invoke()">
44572         <size>0</size>
44573       </method>
44574       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44575         <size>0</size>
44576       </method>
44577       <method name="Void EndInvoke(IAsyncResult)">
44578         <size>0</size>
44579       </method>
44580     </type>
44581     <type name="X+&lt;M&gt;c__AnonStorey0">
44582       <method name="Void .ctor()">
44583         <size>7</size>
44584       </method>
44585       <method name="Void &lt;&gt;m__0()">
44586         <size>38</size>
44587       </method>
44588     </type>
44589     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
44590       <method name="Void .ctor()">
44591         <size>7</size>
44592       </method>
44593       <method name="Void &lt;&gt;m__1()">
44594         <size>24</size>
44595       </method>
44596     </type>
44597   </test>
44598   <test name="test-anon-24.cs">
44599     <type name="X">
44600       <method name="Void .ctor()">
44601         <size>7</size>
44602       </method>
44603       <method name="Void Main()">
44604         <size>29</size>
44605       </method>
44606       <method name="D T(Int32)">
44607         <size>28</size>
44608       </method>
44609     </type>
44610     <type name="D">
44611       <method name="Void .ctor(Object, IntPtr)">
44612         <size>0</size>
44613       </method>
44614       <method name="Int32 Invoke()">
44615         <size>0</size>
44616       </method>
44617       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44618         <size>0</size>
44619       </method>
44620       <method name="Int32 EndInvoke(IAsyncResult)">
44621         <size>0</size>
44622       </method>
44623     </type>
44624     <type name="X+&lt;T&gt;c__AnonStorey0">
44625       <method name="Void .ctor()">
44626         <size>7</size>
44627       </method>
44628       <method name="Int32 &lt;&gt;m__0()">
44629         <size>21</size>
44630       </method>
44631     </type>
44632   </test>
44633   <test name="test-anon-25.cs">
44634     <type name="X">
44635       <method name="Void .ctor()">
44636         <size>7</size>
44637       </method>
44638       <method name="Int32 Main()">
44639         <size>48</size>
44640       </method>
44641       <method name="D T(Int32)">
44642         <size>28</size>
44643       </method>
44644     </type>
44645     <type name="D">
44646       <method name="Void .ctor(Object, IntPtr)">
44647         <size>0</size>
44648       </method>
44649       <method name="Int32 Invoke(Int32)">
44650         <size>0</size>
44651       </method>
44652       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
44653         <size>0</size>
44654       </method>
44655       <method name="Int32 EndInvoke(IAsyncResult)">
44656         <size>0</size>
44657       </method>
44658     </type>
44659     <type name="X+&lt;T&gt;c__AnonStorey0">
44660       <method name="Void .ctor()">
44661         <size>7</size>
44662       </method>
44663       <method name="Int32 &lt;&gt;m__0(Int32)">
44664         <size>9</size>
44665       </method>
44666     </type>
44667   </test>
44668   <test name="test-anon-27.cs">
44669     <type name="X">
44670       <method name="Void .ctor()">
44671         <size>7</size>
44672       </method>
44673       <method name="Int32 Main()">
44674         <size>138</size>
44675       </method>
44676       <method name="Void M(Int32)">
44677         <size>59</size>
44678       </method>
44679     </type>
44680     <type name="D">
44681       <method name="Void .ctor(Object, IntPtr)">
44682         <size>0</size>
44683       </method>
44684       <method name="Void Invoke()">
44685         <size>0</size>
44686       </method>
44687       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44688         <size>0</size>
44689       </method>
44690       <method name="Void EndInvoke(IAsyncResult)">
44691         <size>0</size>
44692       </method>
44693     </type>
44694     <type name="X+&lt;M&gt;c__AnonStorey0">
44695       <method name="Void .ctor()">
44696         <size>7</size>
44697       </method>
44698       <method name="Void &lt;&gt;m__0()">
44699         <size>38</size>
44700       </method>
44701     </type>
44702     <type name="X+&lt;M&gt;c__AnonStorey0+&lt;M&gt;c__AnonStorey1">
44703       <method name="Void .ctor()">
44704         <size>7</size>
44705       </method>
44706       <method name="Void &lt;&gt;m__1()">
44707         <size>50</size>
44708       </method>
44709     </type>
44710   </test>
44711   <test name="test-anon-28.cs">
44712     <type name="Delegable">
44713       <method name="Void .ctor()">
44714         <size>7</size>
44715       </method>
44716       <method name="Void add_MyDelegate(System.EventHandler)">
44717         <size>24</size>
44718       </method>
44719       <method name="Void remove_MyDelegate(System.EventHandler)">
44720         <size>24</size>
44721       </method>
44722     </type>
44723     <type name="DelegateTest">
44724       <method name="Void .ctor()">
44725         <size>7</size>
44726       </method>
44727       <method name="Void Main(System.String[])">
44728         <size>58</size>
44729       </method>
44730     </type>
44731     <type name="DelegateTest+&lt;Main&gt;c__AnonStorey0">
44732       <method name="Void .ctor()">
44733         <size>7</size>
44734       </method>
44735       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
44736         <size>33</size>
44737       </method>
44738     </type>
44739   </test>
44740   <test name="test-anon-29.cs">
44741     <type name="X">
44742       <method name="Void .ctor()">
44743         <size>108</size>
44744       </method>
44745       <method name="System.String Hello()">
44746         <size>20</size>
44747       </method>
44748       <method name="Void Main()">
44749         <size>18</size>
44750       </method>
44751     </type>
44752     <type name="X+Foo">
44753       <method name="Void .ctor(Object, IntPtr)">
44754         <size>0</size>
44755       </method>
44756       <method name="System.String Invoke()">
44757         <size>0</size>
44758       </method>
44759       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44760         <size>0</size>
44761       </method>
44762       <method name="System.String EndInvoke(IAsyncResult)">
44763         <size>0</size>
44764       </method>
44765     </type>
44766     <type name="X+Bar">
44767       <method name="Void .ctor(Object, IntPtr)">
44768         <size>0</size>
44769       </method>
44770       <method name="Void Invoke(System.String)">
44771         <size>0</size>
44772       </method>
44773       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
44774         <size>0</size>
44775       </method>
44776       <method name="Void EndInvoke(IAsyncResult)">
44777         <size>0</size>
44778       </method>
44779     </type>
44780     <type name="X">
44781       <method name="Void &lt;Hello&gt;m__1(System.String)">
44782         <size>7</size>
44783       </method>
44784       <method name="System.String &lt;Hello&gt;m__0()">
44785         <size>201</size>
44786       </method>
44787       <method name="Void &lt;Hello&gt;m__2(System.String)">
44788         <size>7</size>
44789       </method>
44790     </type>
44791   </test>
44792   <test name="test-anon-30.cs">
44793     <type name="X">
44794       <method name="Void .ctor()">
44795         <size>7</size>
44796       </method>
44797     </type>
44798     <type name="Program">
44799       <method name="Void add_E(Program+D)">
44800         <size>22</size>
44801       </method>
44802       <method name="Void remove_E(Program+D)">
44803         <size>22</size>
44804       </method>
44805       <method name="Void Main()">
44806         <size>38</size>
44807       </method>
44808     </type>
44809     <type name="Program+D">
44810       <method name="Void .ctor(Object, IntPtr)">
44811         <size>0</size>
44812       </method>
44813       <method name="Void Invoke(X)">
44814         <size>0</size>
44815       </method>
44816       <method name="IAsyncResult BeginInvoke(X, System.AsyncCallback, System.Object)">
44817         <size>0</size>
44818       </method>
44819       <method name="Void EndInvoke(IAsyncResult)">
44820         <size>0</size>
44821       </method>
44822     </type>
44823     <type name="Program+&lt;Main&gt;c__AnonStorey0">
44824       <method name="Void .ctor()">
44825         <size>7</size>
44826       </method>
44827       <method name="Void &lt;&gt;m__0(X)">
44828         <size>15</size>
44829       </method>
44830     </type>
44831   </test>
44832   <test name="test-anon-31.cs">
44833     <type name="test">
44834       <method name="Void .ctor()">
44835         <size>7</size>
44836       </method>
44837       <method name="IEnumerable testen(Int32)">
44838         <size>30</size>
44839       </method>
44840     </type>
44841     <type name="reflect">
44842       <method name="Void .ctor()">
44843         <size>7</size>
44844       </method>
44845       <method name="Void Main(System.String[])">
44846         <size>122</size>
44847       </method>
44848     </type>
44849     <type name="test+&lt;testen&gt;c__Iterator0">
44850       <method name="Void .ctor()">
44851         <size>7</size>
44852       </method>
44853       <method name="System.Object System.Collections.IEnumerator.get_Current()">
44854         <size>7</size>
44855       </method>
44856       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
44857         <size>7</size>
44858       </method>
44859       <method name="Boolean MoveNext()">
44860         <size>195</size>
44861       </method>
44862       <method name="Void Dispose()">
44863         <size>8</size>
44864       </method>
44865       <method name="Void Reset()">
44866         <size>6</size>
44867       </method>
44868       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
44869         <size>7</size>
44870       </method>
44871       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
44872         <size>40</size>
44873       </method>
44874     </type>
44875   </test>
44876   <test name="test-anon-32.cs">
44877     <type name="MainClass">
44878       <method name="Void .ctor()">
44879         <size>7</size>
44880       </method>
44881       <method name="Void Main()">
44882         <size>37</size>
44883       </method>
44884       <method name="Void SimpleCallback(MainClass, System.String)">
44885         <size>7</size>
44886       </method>
44887     </type>
44888     <type name="StringSender">
44889       <method name="Void .ctor(Object, IntPtr)">
44890         <size>0</size>
44891       </method>
44892       <method name="Void Invoke(System.String)">
44893         <size>0</size>
44894       </method>
44895       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
44896         <size>0</size>
44897       </method>
44898       <method name="Void EndInvoke(IAsyncResult)">
44899         <size>0</size>
44900       </method>
44901     </type>
44902     <type name="VoidDelegate">
44903       <method name="Void .ctor(Object, IntPtr)">
44904         <size>0</size>
44905       </method>
44906       <method name="Void Invoke()">
44907         <size>0</size>
44908       </method>
44909       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44910         <size>0</size>
44911       </method>
44912       <method name="Void EndInvoke(IAsyncResult)">
44913         <size>0</size>
44914       </method>
44915     </type>
44916     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
44917       <method name="Void .ctor()">
44918         <size>7</size>
44919       </method>
44920       <method name="Void &lt;&gt;m__0()">
44921         <size>25</size>
44922       </method>
44923       <method name="Void &lt;&gt;m__1(System.String)">
44924         <size>13</size>
44925       </method>
44926     </type>
44927   </test>
44928   <test name="test-anon-33.cs">
44929     <type name="T">
44930       <method name="Void .ctor()">
44931         <size>7</size>
44932       </method>
44933       <method name="Void doit(Int32)">
44934         <size>7</size>
44935       </method>
44936       <method name="Void Main()">
44937         <size>162</size>
44938       </method>
44939     </type>
44940     <type name="Do">
44941       <method name="Void .ctor(Object, IntPtr)">
44942         <size>0</size>
44943       </method>
44944       <method name="Void Invoke()">
44945         <size>0</size>
44946       </method>
44947       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44948         <size>0</size>
44949       </method>
44950       <method name="Void EndInvoke(IAsyncResult)">
44951         <size>0</size>
44952       </method>
44953     </type>
44954     <type name="T+&lt;Main&gt;c__AnonStorey0">
44955       <method name="Void .ctor()">
44956         <size>7</size>
44957       </method>
44958       <method name="Void &lt;&gt;m__0()">
44959         <size>12</size>
44960       </method>
44961     </type>
44962     <type name="T+&lt;Main&gt;c__AnonStorey1">
44963       <method name="Void .ctor()">
44964         <size>7</size>
44965       </method>
44966       <method name="Void &lt;&gt;m__1()">
44967         <size>12</size>
44968       </method>
44969     </type>
44970   </test>
44971   <test name="test-anon-34.cs">
44972     <type name="Delegates.Space">
44973       <method name="Void .ctor()">
44974         <size>7</size>
44975       </method>
44976       <method name="Void Leak(Boolean, Int32)">
44977         <size>92</size>
44978       </method>
44979     </type>
44980     <type name="Delegates.Program">
44981       <method name="Void .ctor()">
44982         <size>7</size>
44983       </method>
44984       <method name="Void SpaceLeak()">
44985         <size>37</size>
44986       </method>
44987       <method name="Void Main(System.String[])">
44988         <size>6</size>
44989       </method>
44990     </type>
44991     <type name="Delegates.Space+DoCopy">
44992       <method name="Void .ctor(Object, IntPtr)">
44993         <size>0</size>
44994       </method>
44995       <method name="Void Invoke()">
44996         <size>0</size>
44997       </method>
44998       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
44999         <size>0</size>
45000       </method>
45001       <method name="Void EndInvoke(IAsyncResult)">
45002         <size>0</size>
45003       </method>
45004     </type>
45005     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey1">
45006       <method name="Void .ctor()">
45007         <size>7</size>
45008       </method>
45009       <method name="Void &lt;&gt;m__0()">
45010         <size>23</size>
45011       </method>
45012     </type>
45013     <type name="Delegates.Space+&lt;Leak&gt;c__AnonStorey0">
45014       <method name="Void .ctor()">
45015         <size>7</size>
45016       </method>
45017       <method name="Void &lt;&gt;m__1()">
45018         <size>19</size>
45019       </method>
45020     </type>
45021   </test>
45022   <test name="test-anon-35.cs">
45023     <type name="CustomDict">
45024       <method name="Void .ctor()">
45025         <size>68</size>
45026       </method>
45027       <method name="IEnumerator GetEnumerator()">
45028         <size>15</size>
45029       </method>
45030     </type>
45031     <type name="Tests">
45032       <method name="Void .ctor()">
45033         <size>7</size>
45034       </method>
45035       <method name="Void Main()">
45036         <size>7</size>
45037       </method>
45038     </type>
45039     <type name="CustomDict+&lt;GetEnumerator&gt;c__Iterator0">
45040       <method name="Void .ctor()">
45041         <size>7</size>
45042       </method>
45043       <method name="System.Object System.Collections.IEnumerator.get_Current()">
45044         <size>7</size>
45045       </method>
45046       <method name="Boolean MoveNext()">
45047         <size>86</size>
45048       </method>
45049       <method name="Void Dispose()">
45050         <size>8</size>
45051       </method>
45052       <method name="Void Reset()">
45053         <size>6</size>
45054       </method>
45055       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
45056         <size>7</size>
45057       </method>
45058     </type>
45059   </test>
45060   <test name="test-anon-36.cs">
45061     <type name="Test">
45062       <method name="Void .ctor(TestMethod)">
45063         <size>7</size>
45064       </method>
45065       <method name="Void .ctor(TestMethod2)">
45066         <size>7</size>
45067       </method>
45068       <method name="Void Main()">
45069         <size>36</size>
45070       </method>
45071     </type>
45072     <type name="TestMethod">
45073       <method name="Void .ctor(Object, IntPtr)">
45074         <size>0</size>
45075       </method>
45076       <method name="Void Invoke()">
45077         <size>0</size>
45078       </method>
45079       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45080         <size>0</size>
45081       </method>
45082       <method name="Void EndInvoke(IAsyncResult)">
45083         <size>0</size>
45084       </method>
45085     </type>
45086     <type name="TestMethod2">
45087       <method name="Void .ctor(Object, IntPtr)">
45088         <size>0</size>
45089       </method>
45090       <method name="Void Invoke(System.Object)">
45091         <size>0</size>
45092       </method>
45093       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
45094         <size>0</size>
45095       </method>
45096       <method name="Void EndInvoke(IAsyncResult)">
45097         <size>0</size>
45098       </method>
45099     </type>
45100     <type name="Test">
45101       <method name="Void &lt;Main&gt;m__0()">
45102         <size>1</size>
45103       </method>
45104     </type>
45105   </test>
45106   <test name="test-anon-37.cs">
45107     <type name="DelegateInit">
45108       <method name="Void .ctor()">
45109         <size>7</size>
45110       </method>
45111       <method name="Void .cctor()">
45112         <size>35</size>
45113       </method>
45114       <method name="Void Main(System.String[])">
45115         <size>11</size>
45116       </method>
45117     </type>
45118     <type name="DelegateInit+FooDelegate">
45119       <method name="Void .ctor(Object, IntPtr)">
45120         <size>0</size>
45121       </method>
45122       <method name="Void Invoke()">
45123         <size>0</size>
45124       </method>
45125       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45126         <size>0</size>
45127       </method>
45128       <method name="Void EndInvoke(IAsyncResult)">
45129         <size>0</size>
45130       </method>
45131     </type>
45132     <type name="DelegateInit">
45133       <method name="Void &lt;_print&gt;m__0()">
45134         <size>11</size>
45135       </method>
45136     </type>
45137   </test>
45138   <test name="test-anon-38.cs">
45139     <type name="X">
45140       <method name="Void .ctor()">
45141         <size>7</size>
45142       </method>
45143       <method name="Void Hello(Int64, Int64)">
45144         <size>1</size>
45145       </method>
45146       <method name="Void Test(Int32)">
45147         <size>67</size>
45148       </method>
45149       <method name="Void Main()">
45150         <size>14</size>
45151       </method>
45152     </type>
45153     <type name="Simple">
45154       <method name="Void .ctor(Object, IntPtr)">
45155         <size>0</size>
45156       </method>
45157       <method name="Void Invoke()">
45158         <size>0</size>
45159       </method>
45160       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45161         <size>0</size>
45162       </method>
45163       <method name="Void EndInvoke(IAsyncResult)">
45164         <size>0</size>
45165       </method>
45166     </type>
45167     <type name="Foo">
45168       <method name="Void .ctor(Object, IntPtr)">
45169         <size>0</size>
45170       </method>
45171       <method name="Simple Invoke()">
45172         <size>0</size>
45173       </method>
45174       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45175         <size>0</size>
45176       </method>
45177       <method name="Simple EndInvoke(IAsyncResult)">
45178         <size>0</size>
45179       </method>
45180     </type>
45181     <type name="X+&lt;Test&gt;c__AnonStorey0">
45182       <method name="Void .ctor()">
45183         <size>7</size>
45184       </method>
45185       <method name="Simple &lt;&gt;m__0()">
45186         <size>64</size>
45187       </method>
45188     </type>
45189     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
45190       <method name="Void .ctor()">
45191         <size>7</size>
45192       </method>
45193       <method name="Void &lt;&gt;m__1()">
45194         <size>34</size>
45195       </method>
45196     </type>
45197   </test>
45198   <test name="test-anon-39.cs">
45199     <type name="X">
45200       <method name="Void .ctor()">
45201         <size>7</size>
45202       </method>
45203       <method name="Void Hello(Int64)">
45204         <size>1</size>
45205       </method>
45206       <method name="Void Test(Int32)">
45207         <size>65</size>
45208       </method>
45209       <method name="Void Main()">
45210         <size>14</size>
45211       </method>
45212     </type>
45213     <type name="Simple">
45214       <method name="Void .ctor(Object, IntPtr)">
45215         <size>0</size>
45216       </method>
45217       <method name="Void Invoke()">
45218         <size>0</size>
45219       </method>
45220       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45221         <size>0</size>
45222       </method>
45223       <method name="Void EndInvoke(IAsyncResult)">
45224         <size>0</size>
45225       </method>
45226     </type>
45227     <type name="Foo">
45228       <method name="Void .ctor(Object, IntPtr)">
45229         <size>0</size>
45230       </method>
45231       <method name="Simple Invoke()">
45232         <size>0</size>
45233       </method>
45234       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45235         <size>0</size>
45236       </method>
45237       <method name="Simple EndInvoke(IAsyncResult)">
45238         <size>0</size>
45239       </method>
45240     </type>
45241     <type name="X+&lt;Test&gt;c__AnonStorey0">
45242       <method name="Void .ctor()">
45243         <size>7</size>
45244       </method>
45245       <method name="Simple &lt;&gt;m__0()">
45246         <size>30</size>
45247       </method>
45248       <method name="Void &lt;&gt;m__1()">
45249         <size>18</size>
45250       </method>
45251     </type>
45252   </test>
45253   <test name="test-anon-40.cs">
45254     <type name="X">
45255       <method name="Void .ctor()">
45256         <size>7</size>
45257       </method>
45258       <method name="Void Hello(Int64)">
45259         <size>1</size>
45260       </method>
45261       <method name="Void Test(Int32)">
45262         <size>65</size>
45263       </method>
45264       <method name="Void Main()">
45265         <size>14</size>
45266       </method>
45267     </type>
45268     <type name="Simple">
45269       <method name="Void .ctor(Object, IntPtr)">
45270         <size>0</size>
45271       </method>
45272       <method name="Void Invoke()">
45273         <size>0</size>
45274       </method>
45275       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45276         <size>0</size>
45277       </method>
45278       <method name="Void EndInvoke(IAsyncResult)">
45279         <size>0</size>
45280       </method>
45281     </type>
45282     <type name="Foo">
45283       <method name="Void .ctor(Object, IntPtr)">
45284         <size>0</size>
45285       </method>
45286       <method name="Simple Invoke()">
45287         <size>0</size>
45288       </method>
45289       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45290         <size>0</size>
45291       </method>
45292       <method name="Simple EndInvoke(IAsyncResult)">
45293         <size>0</size>
45294       </method>
45295     </type>
45296     <type name="X+&lt;Test&gt;c__AnonStorey0">
45297       <method name="Void .ctor()">
45298         <size>7</size>
45299       </method>
45300       <method name="Simple &lt;&gt;m__0()">
45301         <size>30</size>
45302       </method>
45303       <method name="Void &lt;&gt;m__1()">
45304         <size>18</size>
45305       </method>
45306     </type>
45307   </test>
45308   <test name="test-anon-41.cs">
45309     <type name="X">
45310       <method name="Void .ctor()">
45311         <size>7</size>
45312       </method>
45313       <method name="Void Hello(Int64)">
45314         <size>1</size>
45315       </method>
45316       <method name="Void Test(Int32)">
45317         <size>65</size>
45318       </method>
45319       <method name="Void Main()">
45320         <size>14</size>
45321       </method>
45322     </type>
45323     <type name="Simple">
45324       <method name="Void .ctor(Object, IntPtr)">
45325         <size>0</size>
45326       </method>
45327       <method name="Void Invoke()">
45328         <size>0</size>
45329       </method>
45330       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45331         <size>0</size>
45332       </method>
45333       <method name="Void EndInvoke(IAsyncResult)">
45334         <size>0</size>
45335       </method>
45336     </type>
45337     <type name="Foo">
45338       <method name="Void .ctor(Object, IntPtr)">
45339         <size>0</size>
45340       </method>
45341       <method name="Simple Invoke()">
45342         <size>0</size>
45343       </method>
45344       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45345         <size>0</size>
45346       </method>
45347       <method name="Simple EndInvoke(IAsyncResult)">
45348         <size>0</size>
45349       </method>
45350     </type>
45351     <type name="X+&lt;Test&gt;c__AnonStorey0">
45352       <method name="Void .ctor()">
45353         <size>7</size>
45354       </method>
45355       <method name="Simple &lt;&gt;m__0()">
45356         <size>55</size>
45357       </method>
45358     </type>
45359     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
45360       <method name="Void .ctor()">
45361         <size>7</size>
45362       </method>
45363       <method name="Void &lt;&gt;m__1()">
45364         <size>35</size>
45365       </method>
45366     </type>
45367   </test>
45368   <test name="test-anon-42.cs">
45369     <type name="X">
45370       <method name="Void .ctor()">
45371         <size>7</size>
45372       </method>
45373       <method name="Void Hello(Int64)">
45374         <size>1</size>
45375       </method>
45376       <method name="Void Test(Int32)">
45377         <size>51</size>
45378       </method>
45379       <method name="Void Main()">
45380         <size>13</size>
45381       </method>
45382     </type>
45383     <type name="Simple">
45384       <method name="Void .ctor(Object, IntPtr)">
45385         <size>0</size>
45386       </method>
45387       <method name="Void Invoke()">
45388         <size>0</size>
45389       </method>
45390       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45391         <size>0</size>
45392       </method>
45393       <method name="Void EndInvoke(IAsyncResult)">
45394         <size>0</size>
45395       </method>
45396     </type>
45397     <type name="Foo">
45398       <method name="Void .ctor(Object, IntPtr)">
45399         <size>0</size>
45400       </method>
45401       <method name="Simple Invoke()">
45402         <size>0</size>
45403       </method>
45404       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45405         <size>0</size>
45406       </method>
45407       <method name="Simple EndInvoke(IAsyncResult)">
45408         <size>0</size>
45409       </method>
45410     </type>
45411     <type name="X">
45412       <method name="Simple &lt;Test&gt;m__0()">
45413         <size>37</size>
45414       </method>
45415       <method name="Void &lt;Test&gt;m__1()">
45416         <size>8</size>
45417       </method>
45418     </type>
45419   </test>
45420   <test name="test-anon-43.cs">
45421     <type name="X">
45422       <method name="Void .ctor()">
45423         <size>7</size>
45424       </method>
45425       <method name="Void Hello(Int64, Int64)">
45426         <size>1</size>
45427       </method>
45428       <method name="Void Test(Int32)">
45429         <size>54</size>
45430       </method>
45431       <method name="Void Main()">
45432         <size>14</size>
45433       </method>
45434     </type>
45435     <type name="Simple">
45436       <method name="Void .ctor(Object, IntPtr)">
45437         <size>0</size>
45438       </method>
45439       <method name="Void Invoke()">
45440         <size>0</size>
45441       </method>
45442       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45443         <size>0</size>
45444       </method>
45445       <method name="Void EndInvoke(IAsyncResult)">
45446         <size>0</size>
45447       </method>
45448     </type>
45449     <type name="Foo">
45450       <method name="Void .ctor(Object, IntPtr)">
45451         <size>0</size>
45452       </method>
45453       <method name="Simple Invoke()">
45454         <size>0</size>
45455       </method>
45456       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45457         <size>0</size>
45458       </method>
45459       <method name="Simple EndInvoke(IAsyncResult)">
45460         <size>0</size>
45461       </method>
45462     </type>
45463     <type name="X+&lt;Test&gt;c__AnonStorey0">
45464       <method name="Void .ctor()">
45465         <size>7</size>
45466       </method>
45467       <method name="Simple &lt;&gt;m__0()">
45468         <size>64</size>
45469       </method>
45470     </type>
45471     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
45472       <method name="Void .ctor()">
45473         <size>7</size>
45474       </method>
45475       <method name="Void &lt;&gt;m__1()">
45476         <size>34</size>
45477       </method>
45478     </type>
45479   </test>
45480   <test name="test-anon-44.cs">
45481     <type name="X">
45482       <method name="Void .ctor()">
45483         <size>7</size>
45484       </method>
45485       <method name="Void Hello(Int64)">
45486         <size>1</size>
45487       </method>
45488       <method name="Void Test(Int32)">
45489         <size>68</size>
45490       </method>
45491       <method name="Void Main()">
45492         <size>14</size>
45493       </method>
45494     </type>
45495     <type name="Simple">
45496       <method name="Void .ctor(Object, IntPtr)">
45497         <size>0</size>
45498       </method>
45499       <method name="Void Invoke()">
45500         <size>0</size>
45501       </method>
45502       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45503         <size>0</size>
45504       </method>
45505       <method name="Void EndInvoke(IAsyncResult)">
45506         <size>0</size>
45507       </method>
45508     </type>
45509     <type name="Foo">
45510       <method name="Void .ctor(Object, IntPtr)">
45511         <size>0</size>
45512       </method>
45513       <method name="Simple Invoke()">
45514         <size>0</size>
45515       </method>
45516       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45517         <size>0</size>
45518       </method>
45519       <method name="Simple EndInvoke(IAsyncResult)">
45520         <size>0</size>
45521       </method>
45522     </type>
45523     <type name="X+&lt;Test&gt;c__AnonStorey0">
45524       <method name="Void .ctor()">
45525         <size>7</size>
45526       </method>
45527       <method name="Simple &lt;&gt;m__1()">
45528         <size>33</size>
45529       </method>
45530       <method name="Simple &lt;&gt;m__0()">
45531         <size>51</size>
45532       </method>
45533       <method name="Void &lt;&gt;m__3()">
45534         <size>21</size>
45535       </method>
45536     </type>
45537     <type name="X+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
45538       <method name="Void .ctor()">
45539         <size>7</size>
45540       </method>
45541       <method name="Void &lt;&gt;m__2()">
45542         <size>26</size>
45543       </method>
45544     </type>
45545   </test>
45546   <test name="test-anon-45.cs">
45547     <type name="Test">
45548       <method name="Void .ctor()">
45549         <size>7</size>
45550       </method>
45551       <method name="Void Main()">
45552         <size>66</size>
45553       </method>
45554       <method name="IEnumerator GetEnumerator()">
45555         <size>8</size>
45556       </method>
45557     </type>
45558     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
45559       <method name="Void .ctor()">
45560         <size>7</size>
45561       </method>
45562       <method name="System.Object System.Collections.IEnumerator.get_Current()">
45563         <size>7</size>
45564       </method>
45565       <method name="Boolean MoveNext()">
45566         <size>77</size>
45567       </method>
45568       <method name="Void Dispose()">
45569         <size>8</size>
45570       </method>
45571       <method name="Void Reset()">
45572         <size>6</size>
45573       </method>
45574       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
45575         <size>7</size>
45576       </method>
45577     </type>
45578   </test>
45579   <test name="test-anon-46.cs">
45580     <type name="World">
45581       <method name="Void .ctor()">
45582         <size>7</size>
45583       </method>
45584       <method name="Void Hello(Int64)">
45585         <size>1</size>
45586       </method>
45587       <method name="Void Test(Int32)">
45588         <size>50</size>
45589       </method>
45590     </type>
45591     <type name="X">
45592       <method name="Void .ctor()">
45593         <size>7</size>
45594       </method>
45595       <method name="Void Main()">
45596         <size>14</size>
45597       </method>
45598     </type>
45599     <type name="Foo">
45600       <method name="Void .ctor(Object, IntPtr)">
45601         <size>0</size>
45602       </method>
45603       <method name="Void Invoke()">
45604         <size>0</size>
45605       </method>
45606       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45607         <size>0</size>
45608       </method>
45609       <method name="Void EndInvoke(IAsyncResult)">
45610         <size>0</size>
45611       </method>
45612     </type>
45613     <type name="World+&lt;Test&gt;c__AnonStorey0">
45614       <method name="Void .ctor()">
45615         <size>7</size>
45616       </method>
45617       <method name="Void &lt;&gt;m__0()">
45618         <size>19</size>
45619       </method>
45620     </type>
45621   </test>
45622   <test name="test-anon-47.cs">
45623     <type name="World">
45624       <method name="Void .ctor()">
45625         <size>7</size>
45626       </method>
45627       <method name="Void Hello(Int64)">
45628         <size>1</size>
45629       </method>
45630       <method name="Void Test(Int32)">
45631         <size>158</size>
45632       </method>
45633     </type>
45634     <type name="X">
45635       <method name="Void .ctor()">
45636         <size>7</size>
45637       </method>
45638       <method name="Void Main()">
45639         <size>14</size>
45640       </method>
45641     </type>
45642     <type name="Foo">
45643       <method name="Void .ctor(Object, IntPtr)">
45644         <size>0</size>
45645       </method>
45646       <method name="Void Invoke()">
45647         <size>0</size>
45648       </method>
45649       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45650         <size>0</size>
45651       </method>
45652       <method name="Void EndInvoke(IAsyncResult)">
45653         <size>0</size>
45654       </method>
45655     </type>
45656     <type name="World+&lt;Test&gt;c__AnonStorey2">
45657       <method name="Void .ctor()">
45658         <size>7</size>
45659       </method>
45660       <method name="Void &lt;&gt;m__0()">
45661         <size>45</size>
45662       </method>
45663     </type>
45664     <type name="World+&lt;Test&gt;c__AnonStorey0">
45665       <method name="Void .ctor()">
45666         <size>7</size>
45667       </method>
45668     </type>
45669     <type name="World+&lt;Test&gt;c__AnonStorey1">
45670       <method name="Void .ctor()">
45671         <size>7</size>
45672       </method>
45673     </type>
45674   </test>
45675   <test name="test-anon-48.cs">
45676     <type name="World">
45677       <method name="Void .ctor()">
45678         <size>7</size>
45679       </method>
45680       <method name="Void Hello(Int64)">
45681         <size>1</size>
45682       </method>
45683       <method name="Void Test(Int32)">
45684         <size>197</size>
45685       </method>
45686     </type>
45687     <type name="X">
45688       <method name="Void .ctor()">
45689         <size>7</size>
45690       </method>
45691       <method name="Void Main()">
45692         <size>14</size>
45693       </method>
45694     </type>
45695     <type name="Foo">
45696       <method name="Void .ctor(Object, IntPtr)">
45697         <size>0</size>
45698       </method>
45699       <method name="Void Invoke()">
45700         <size>0</size>
45701       </method>
45702       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45703         <size>0</size>
45704       </method>
45705       <method name="Void EndInvoke(IAsyncResult)">
45706         <size>0</size>
45707       </method>
45708     </type>
45709     <type name="World+&lt;Test&gt;c__AnonStorey1">
45710       <method name="Void .ctor()">
45711         <size>7</size>
45712       </method>
45713     </type>
45714     <type name="World+&lt;Test&gt;c__AnonStorey2">
45715       <method name="Void .ctor()">
45716         <size>7</size>
45717       </method>
45718     </type>
45719     <type name="World+&lt;Test&gt;c__AnonStorey0">
45720       <method name="Void .ctor()">
45721         <size>7</size>
45722       </method>
45723       <method name="Void &lt;&gt;m__0()">
45724         <size>63</size>
45725       </method>
45726     </type>
45727   </test>
45728   <test name="test-anon-49.cs">
45729     <type name="Test">
45730       <method name="Void .ctor()">
45731         <size>7</size>
45732       </method>
45733       <method name="Void Main()">
45734         <size>66</size>
45735       </method>
45736       <method name="IEnumerator GetEnumerator()">
45737         <size>8</size>
45738       </method>
45739     </type>
45740     <type name="Test+&lt;GetEnumerator&gt;c__Iterator0">
45741       <method name="Void .ctor()">
45742         <size>7</size>
45743       </method>
45744       <method name="System.Object System.Collections.IEnumerator.get_Current()">
45745         <size>7</size>
45746       </method>
45747       <method name="Boolean MoveNext()">
45748         <size>187</size>
45749       </method>
45750       <method name="Void Dispose()">
45751         <size>64</size>
45752       </method>
45753       <method name="Void Reset()">
45754         <size>6</size>
45755       </method>
45756       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
45757         <size>7</size>
45758       </method>
45759     </type>
45760   </test>
45761   <test name="test-anon-50.cs">
45762     <type name="Test">
45763       <method name="Void .ctor()">
45764         <size>7</size>
45765       </method>
45766       <method name="IEnumerable Foo(Int32)">
45767         <size>30</size>
45768       </method>
45769     </type>
45770     <type name="X">
45771       <method name="Void .ctor()">
45772         <size>7</size>
45773       </method>
45774       <method name="Int32 Main()">
45775         <size>196</size>
45776       </method>
45777     </type>
45778     <type name="Test+&lt;Foo&gt;c__Iterator0">
45779       <method name="Void .ctor()">
45780         <size>7</size>
45781       </method>
45782       <method name="System.Object System.Collections.IEnumerator.get_Current()">
45783         <size>7</size>
45784       </method>
45785       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
45786         <size>7</size>
45787       </method>
45788       <method name="Boolean MoveNext()">
45789         <size>118</size>
45790       </method>
45791       <method name="Void Dispose()">
45792         <size>8</size>
45793       </method>
45794       <method name="Void Reset()">
45795         <size>6</size>
45796       </method>
45797       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
45798         <size>7</size>
45799       </method>
45800       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
45801         <size>40</size>
45802       </method>
45803     </type>
45804   </test>
45805   <test name="test-anon-51.cs">
45806     <type name="X">
45807       <method name="Void .ctor()">
45808         <size>7</size>
45809       </method>
45810       <method name="Void .cctor()">
45811         <size>35</size>
45812       </method>
45813       <method name="Void Main()">
45814         <size>11</size>
45815       </method>
45816     </type>
45817     <type name="FooDelegate">
45818       <method name="Void .ctor(Object, IntPtr)">
45819         <size>0</size>
45820       </method>
45821       <method name="Void Invoke()">
45822         <size>0</size>
45823       </method>
45824       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45825         <size>0</size>
45826       </method>
45827       <method name="Void EndInvoke(IAsyncResult)">
45828         <size>0</size>
45829       </method>
45830     </type>
45831     <type name="X">
45832       <method name="Void &lt;Print&gt;m__0()">
45833         <size>11</size>
45834       </method>
45835     </type>
45836   </test>
45837   <test name="test-anon-52.cs">
45838     <type name="X">
45839       <method name="Void .ctor()">
45840         <size>7</size>
45841       </method>
45842       <method name="IEnumerator GetIt(System.Int32[])">
45843         <size>22</size>
45844       </method>
45845       <method name="Int32 Main()">
45846         <size>32</size>
45847       </method>
45848     </type>
45849     <type name="X+A">
45850       <method name="Void .ctor(Object, IntPtr)">
45851         <size>0</size>
45852       </method>
45853       <method name="Void Invoke()">
45854         <size>0</size>
45855       </method>
45856       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45857         <size>0</size>
45858       </method>
45859       <method name="Void EndInvoke(IAsyncResult)">
45860         <size>0</size>
45861       </method>
45862     </type>
45863     <type name="X+&lt;GetIt&gt;c__Iterator0">
45864       <method name="Void .ctor()">
45865         <size>7</size>
45866       </method>
45867       <method name="System.Object System.Collections.IEnumerator.get_Current()">
45868         <size>7</size>
45869       </method>
45870       <method name="Boolean MoveNext()">
45871         <size>201</size>
45872       </method>
45873       <method name="Void &lt;&gt;m__0()">
45874         <size>22</size>
45875       </method>
45876       <method name="Void Dispose()">
45877         <size>8</size>
45878       </method>
45879       <method name="Void Reset()">
45880         <size>6</size>
45881       </method>
45882       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
45883         <size>7</size>
45884       </method>
45885     </type>
45886     <type name="&lt;PrivateImplementationDetails&gt;">
45887       <method name="Void .ctor()">
45888         <size>7</size>
45889       </method>
45890     </type>
45891   </test>
45892   <test name="test-anon-53.cs">
45893     <type name="Test">
45894       <method name="Void .ctor(Int32)">
45895         <size>39</size>
45896       </method>
45897       <method name="Void .cctor()">
45898         <size>33</size>
45899       </method>
45900     </type>
45901     <type name="X">
45902       <method name="Void .ctor()">
45903         <size>7</size>
45904       </method>
45905       <method name="Void Main()">
45906         <size>15</size>
45907       </method>
45908     </type>
45909     <type name="Foo">
45910       <method name="Void .ctor(Object, IntPtr)">
45911         <size>0</size>
45912       </method>
45913       <method name="Void Invoke()">
45914         <size>0</size>
45915       </method>
45916       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45917         <size>0</size>
45918       </method>
45919       <method name="Void EndInvoke(IAsyncResult)">
45920         <size>0</size>
45921       </method>
45922     </type>
45923     <type name="Test+&lt;Test&gt;c__AnonStorey0">
45924       <method name="Void .ctor()">
45925         <size>7</size>
45926       </method>
45927       <method name="Void &lt;&gt;m__0()">
45928         <size>12</size>
45929       </method>
45930     </type>
45931     <type name="Test+&lt;Test&gt;c__AnonStorey1">
45932       <method name="Void .ctor()">
45933         <size>7</size>
45934       </method>
45935       <method name="Void &lt;&gt;m__1()">
45936         <size>12</size>
45937       </method>
45938     </type>
45939   </test>
45940   <test name="test-anon-54.cs">
45941     <type name="X">
45942       <method name="Void .ctor()">
45943         <size>7</size>
45944       </method>
45945       <method name="Void Main()">
45946         <size>22</size>
45947       </method>
45948     </type>
45949     <type name="Hello">
45950       <method name="Void .ctor(Object, IntPtr)">
45951         <size>0</size>
45952       </method>
45953       <method name="Void Invoke()">
45954         <size>0</size>
45955       </method>
45956       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
45957         <size>0</size>
45958       </method>
45959       <method name="Void EndInvoke(IAsyncResult)">
45960         <size>0</size>
45961       </method>
45962     </type>
45963     <type name="Foo+&lt;Test&gt;c__AnonStorey0">
45964       <method name="Void .ctor()">
45965         <size>7</size>
45966       </method>
45967       <method name="Void &lt;&gt;m__0()">
45968         <size>25</size>
45969       </method>
45970     </type>
45971     <type name="Foo">
45972       <method name="Void .ctor(Int32)">
45973         <size>8</size>
45974       </method>
45975       <method name="Void Test(Foo)">
45976         <size>45</size>
45977       </method>
45978       <method name="Void Hello(Int32)">
45979         <size>19</size>
45980       </method>
45981       <method name="System.String ToString()">
45982         <size>22</size>
45983       </method>
45984     </type>
45985   </test>
45986   <test name="test-anon-55.cs">
45987     <type name="Foo">
45988       <method name="Void .ctor()">
45989         <size>7</size>
45990       </method>
45991       <method name="Void Test(Foo+Hello)">
45992         <size>7</size>
45993       </method>
45994       <method name="Void Private()">
45995         <size>11</size>
45996       </method>
45997       <method name="Void Test()">
45998         <size>19</size>
45999       </method>
46000     </type>
46001     <type name="X">
46002       <method name="Void .ctor()">
46003         <size>7</size>
46004       </method>
46005       <method name="Void Main()">
46006         <size>13</size>
46007       </method>
46008     </type>
46009     <type name="Foo+Hello">
46010       <method name="Void .ctor(Object, IntPtr)">
46011         <size>0</size>
46012       </method>
46013       <method name="Void Invoke()">
46014         <size>0</size>
46015       </method>
46016       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46017         <size>0</size>
46018       </method>
46019       <method name="Void EndInvoke(IAsyncResult)">
46020         <size>0</size>
46021       </method>
46022     </type>
46023     <type name="Foo">
46024       <method name="Void &lt;Test&gt;m__0()">
46025         <size>7</size>
46026       </method>
46027     </type>
46028   </test>
46029   <test name="test-anon-56.cs">
46030     <type name="Observable">
46031       <method name="Void .ctor()">
46032         <size>7</size>
46033       </method>
46034       <method name="Void Main(System.String[])">
46035         <size>50</size>
46036       </method>
46037     </type>
46038     <type name="QueueHandler">
46039       <method name="Void .ctor(Object, IntPtr)">
46040         <size>0</size>
46041       </method>
46042       <method name="Void Invoke(Observable)">
46043         <size>0</size>
46044       </method>
46045       <method name="IAsyncResult BeginInvoke(Observable, System.AsyncCallback, System.Object)">
46046         <size>0</size>
46047       </method>
46048       <method name="Void EndInvoke(IAsyncResult)">
46049         <size>0</size>
46050       </method>
46051     </type>
46052     <type name="Observable">
46053       <method name="Void &lt;Main&gt;m__0(Observable)">
46054         <size>11</size>
46055       </method>
46056     </type>
46057   </test>
46058   <test name="test-anon-57.cs">
46059     <type name="X">
46060       <method name="Void .ctor()">
46061         <size>7</size>
46062       </method>
46063       <method name="Int32 Test()">
46064         <size>257</size>
46065       </method>
46066       <method name="Int32 Main()">
46067         <size>45</size>
46068       </method>
46069     </type>
46070     <type name="X+TestDelegate">
46071       <method name="Void .ctor(Object, IntPtr)">
46072         <size>0</size>
46073       </method>
46074       <method name="Void Invoke()">
46075         <size>0</size>
46076       </method>
46077       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46078         <size>0</size>
46079       </method>
46080       <method name="Void EndInvoke(IAsyncResult)">
46081         <size>0</size>
46082       </method>
46083     </type>
46084     <type name="X+&lt;Test&gt;c__AnonStorey1">
46085       <method name="Void .ctor()">
46086         <size>7</size>
46087       </method>
46088       <method name="Void &lt;&gt;m__0()">
46089         <size>89</size>
46090       </method>
46091     </type>
46092     <type name="X+&lt;Test&gt;c__AnonStorey0">
46093       <method name="Void .ctor()">
46094         <size>7</size>
46095       </method>
46096     </type>
46097   </test>
46098   <test name="test-anon-58.cs">
46099     <type name="X">
46100       <method name="Void .ctor()">
46101         <size>7</size>
46102       </method>
46103       <method name="Int32 Test(Int32)">
46104         <size>344</size>
46105       </method>
46106       <method name="Int32 Main()">
46107         <size>46</size>
46108       </method>
46109     </type>
46110     <type name="X+TestDelegate">
46111       <method name="Void .ctor(Object, IntPtr)">
46112         <size>0</size>
46113       </method>
46114       <method name="Void Invoke()">
46115         <size>0</size>
46116       </method>
46117       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46118         <size>0</size>
46119       </method>
46120       <method name="Void EndInvoke(IAsyncResult)">
46121         <size>0</size>
46122       </method>
46123     </type>
46124     <type name="X+&lt;Test&gt;c__AnonStorey1">
46125       <method name="Void .ctor()">
46126         <size>7</size>
46127       </method>
46128       <method name="Void &lt;&gt;m__0()">
46129         <size>162</size>
46130       </method>
46131     </type>
46132     <type name="X+&lt;Test&gt;c__AnonStorey0">
46133       <method name="Void .ctor()">
46134         <size>7</size>
46135       </method>
46136     </type>
46137     <type name="X+&lt;Test&gt;c__AnonStorey2">
46138       <method name="Void .ctor()">
46139         <size>7</size>
46140       </method>
46141     </type>
46142   </test>
46143   <test name="test-anon-59.cs">
46144     <type name="X">
46145       <method name="Void .ctor()">
46146         <size>7</size>
46147       </method>
46148       <method name="Int32 Test(Int32)">
46149         <size>515</size>
46150       </method>
46151       <method name="Int32 Main()">
46152         <size>46</size>
46153       </method>
46154     </type>
46155     <type name="X+TestDelegate">
46156       <method name="Void .ctor(Object, IntPtr)">
46157         <size>0</size>
46158       </method>
46159       <method name="Void Invoke()">
46160         <size>0</size>
46161       </method>
46162       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46163         <size>0</size>
46164       </method>
46165       <method name="Void EndInvoke(IAsyncResult)">
46166         <size>0</size>
46167       </method>
46168     </type>
46169     <type name="X+&lt;Test&gt;c__AnonStorey2">
46170       <method name="Void .ctor()">
46171         <size>7</size>
46172       </method>
46173       <method name="Void &lt;&gt;m__0()">
46174         <size>224</size>
46175       </method>
46176     </type>
46177     <type name="X+&lt;Test&gt;c__AnonStorey1">
46178       <method name="Void .ctor()">
46179         <size>7</size>
46180       </method>
46181     </type>
46182     <type name="X+&lt;Test&gt;c__AnonStorey0">
46183       <method name="Void .ctor()">
46184         <size>7</size>
46185       </method>
46186     </type>
46187     <type name="X+&lt;Test&gt;c__AnonStorey3">
46188       <method name="Void .ctor()">
46189         <size>7</size>
46190       </method>
46191     </type>
46192   </test>
46193   <test name="test-anon-60.cs">
46194     <type name="X">
46195       <method name="Void .ctor()">
46196         <size>7</size>
46197       </method>
46198       <method name="Int32 Test(Int32)">
46199         <size>567</size>
46200       </method>
46201       <method name="Int32 Main()">
46202         <size>46</size>
46203       </method>
46204     </type>
46205     <type name="X+TestDelegate">
46206       <method name="Void .ctor(Object, IntPtr)">
46207         <size>0</size>
46208       </method>
46209       <method name="Void Invoke()">
46210         <size>0</size>
46211       </method>
46212       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46213         <size>0</size>
46214       </method>
46215       <method name="Void EndInvoke(IAsyncResult)">
46216         <size>0</size>
46217       </method>
46218     </type>
46219     <type name="X+&lt;Test&gt;c__AnonStorey2">
46220       <method name="Void .ctor()">
46221         <size>7</size>
46222       </method>
46223     </type>
46224     <type name="X+&lt;Test&gt;c__AnonStorey1">
46225       <method name="Void .ctor()">
46226         <size>7</size>
46227       </method>
46228     </type>
46229     <type name="X+&lt;Test&gt;c__AnonStorey0">
46230       <method name="Void .ctor()">
46231         <size>7</size>
46232       </method>
46233     </type>
46234     <type name="X+&lt;Test&gt;c__AnonStorey3">
46235       <method name="Void .ctor()">
46236         <size>7</size>
46237       </method>
46238     </type>
46239     <type name="X+&lt;Test&gt;c__AnonStorey2">
46240       <method name="Void &lt;&gt;m__0()">
46241         <size>347</size>
46242       </method>
46243     </type>
46244     <type name="X+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey4">
46245       <method name="Void .ctor()">
46246         <size>7</size>
46247       </method>
46248       <method name="Void &lt;&gt;m__1()">
46249         <size>124</size>
46250       </method>
46251     </type>
46252   </test>
46253   <test name="test-anon-61.cs">
46254     <type name="X">
46255       <method name="Void .ctor()">
46256         <size>7</size>
46257       </method>
46258       <method name="Int32 Test()">
46259         <size>333</size>
46260       </method>
46261       <method name="Int32 Main()">
46262         <size>59</size>
46263       </method>
46264     </type>
46265     <type name="X+TestDelegate">
46266       <method name="Void .ctor(Object, IntPtr)">
46267         <size>0</size>
46268       </method>
46269       <method name="Void Invoke()">
46270         <size>0</size>
46271       </method>
46272       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46273         <size>0</size>
46274       </method>
46275       <method name="Void EndInvoke(IAsyncResult)">
46276         <size>0</size>
46277       </method>
46278     </type>
46279     <type name="X+&lt;Test&gt;c__AnonStorey1">
46280       <method name="Void .ctor()">
46281         <size>7</size>
46282       </method>
46283       <method name="Void &lt;&gt;m__0()">
46284         <size>157</size>
46285       </method>
46286     </type>
46287     <type name="X+&lt;Test&gt;c__AnonStorey0">
46288       <method name="Void .ctor()">
46289         <size>7</size>
46290       </method>
46291     </type>
46292   </test>
46293   <test name="test-anon-62.cs">
46294     <type name="X">
46295       <method name="Void .ctor(String)">
46296         <size>14</size>
46297       </method>
46298       <method name="Void Main()">
46299         <size>1</size>
46300       </method>
46301     </type>
46302     <type name="Y">
46303       <method name="Void .ctor(Z)">
46304         <size>56</size>
46305       </method>
46306     </type>
46307     <type name="Z">
46308       <method name="Void .ctor()">
46309         <size>7</size>
46310       </method>
46311       <method name="Void Hello()">
46312         <size>1</size>
46313       </method>
46314     </type>
46315     <type name="FooHandler">
46316       <method name="Void .ctor(Object, IntPtr)">
46317         <size>0</size>
46318       </method>
46319       <method name="Void Invoke()">
46320         <size>0</size>
46321       </method>
46322       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46323         <size>0</size>
46324       </method>
46325       <method name="Void EndInvoke(IAsyncResult)">
46326         <size>0</size>
46327       </method>
46328     </type>
46329     <type name="Y+&lt;Y&gt;c__AnonStorey0">
46330       <method name="Void .ctor()">
46331         <size>7</size>
46332       </method>
46333       <method name="Void &lt;&gt;m__0()">
46334         <size>12</size>
46335       </method>
46336     </type>
46337   </test>
46338   <test name="test-anon-63.cs">
46339     <type name="X">
46340       <method name="Void .ctor()">
46341         <size>7</size>
46342       </method>
46343       <method name="IEnumerator GetIt(System.Int32[])">
46344         <size>22</size>
46345       </method>
46346       <method name="Int32 Main()">
46347         <size>32</size>
46348       </method>
46349     </type>
46350     <type name="X+A">
46351       <method name="Void .ctor(Object, IntPtr)">
46352         <size>0</size>
46353       </method>
46354       <method name="Int32 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="Int32 EndInvoke(IAsyncResult)">
46361         <size>0</size>
46362       </method>
46363     </type>
46364     <type name="X+&lt;GetIt&gt;c__Iterator0">
46365       <method name="Void .ctor()">
46366         <size>7</size>
46367       </method>
46368       <method name="System.Object System.Collections.IEnumerator.get_Current()">
46369         <size>7</size>
46370       </method>
46371       <method name="Boolean MoveNext()">
46372         <size>195</size>
46373       </method>
46374       <method name="Int32 &lt;&gt;m__0()">
46375         <size>44</size>
46376       </method>
46377       <method name="Void Dispose()">
46378         <size>8</size>
46379       </method>
46380       <method name="Void Reset()">
46381         <size>6</size>
46382       </method>
46383       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
46384         <size>7</size>
46385       </method>
46386     </type>
46387     <type name="&lt;PrivateImplementationDetails&gt;">
46388       <method name="Void .ctor()">
46389         <size>7</size>
46390       </method>
46391     </type>
46392   </test>
46393   <test name="test-anon-64.cs">
46394     <type name="Source">
46395       <method name="Void .ctor()">
46396         <size>7</size>
46397       </method>
46398       <method name="Void add_ChildSourceAdded(System.EventHandler)">
46399         <size>24</size>
46400       </method>
46401       <method name="Void remove_ChildSourceAdded(System.EventHandler)">
46402         <size>24</size>
46403       </method>
46404       <method name="Void add_ChildSourceRemoved(System.EventHandler)">
46405         <size>24</size>
46406       </method>
46407       <method name="Void remove_ChildSourceRemoved(System.EventHandler)">
46408         <size>24</size>
46409       </method>
46410       <method name="Source FindSource(Source)">
46411         <size>2</size>
46412       </method>
46413       <method name="Void AddSource(Source, Int32, System.Object)">
46414         <size>132</size>
46415       </method>
46416       <method name="Void Main()">
46417         <size>1</size>
46418       </method>
46419     </type>
46420     <type name="Source+&lt;AddSource&gt;c__AnonStorey0">
46421       <method name="Void .ctor()">
46422         <size>7</size>
46423       </method>
46424       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
46425         <size>30</size>
46426       </method>
46427     </type>
46428     <type name="Source">
46429       <method name="Void &lt;AddSource&gt;m__1(System.Object, System.EventArgs)">
46430         <size>1</size>
46431       </method>
46432     </type>
46433   </test>
46434   <test name="test-anon-65.cs">
46435     <type name="BaseClass">
46436       <method name="Void .ctor(SomeDelegate)">
46437         <size>13</size>
46438       </method>
46439     </type>
46440     <type name="TestClass">
46441       <method name="Void .ctor(Int32)">
46442         <size>32</size>
46443       </method>
46444       <method name="Int32 Main(System.String[])">
46445         <size>9</size>
46446       </method>
46447     </type>
46448     <type name="BaseClass+SomeDelegate">
46449       <method name="Void .ctor(Object, IntPtr)">
46450         <size>0</size>
46451       </method>
46452       <method name="Void Invoke()">
46453         <size>0</size>
46454       </method>
46455       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46456         <size>0</size>
46457       </method>
46458       <method name="Void EndInvoke(IAsyncResult)">
46459         <size>0</size>
46460       </method>
46461     </type>
46462     <type name="TestClass+&lt;TestClass&gt;c__AnonStorey0">
46463       <method name="Void .ctor()">
46464         <size>7</size>
46465       </method>
46466       <method name="Void &lt;&gt;m__0()">
46467         <size>12</size>
46468       </method>
46469     </type>
46470   </test>
46471   <test name="test-anon-66.cs">
46472     <type name="Test">
46473       <method name="Void .ctor()">
46474         <size>7</size>
46475       </method>
46476       <method name="Void add_testEvent(Test+TestEventHandler)">
46477         <size>24</size>
46478       </method>
46479       <method name="Void remove_testEvent(Test+TestEventHandler)">
46480         <size>24</size>
46481       </method>
46482       <method name="Void add_TestEvent(Test+TestEventHandler)">
46483         <size>33</size>
46484       </method>
46485       <method name="Void remove_TestEvent(Test+TestEventHandler)">
46486         <size>1</size>
46487       </method>
46488       <method name="Void Main()">
46489         <size>1</size>
46490       </method>
46491     </type>
46492     <type name="Test+TestEventHandler">
46493       <method name="Void .ctor(Object, IntPtr)">
46494         <size>0</size>
46495       </method>
46496       <method name="Void Invoke()">
46497         <size>0</size>
46498       </method>
46499       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46500         <size>0</size>
46501       </method>
46502       <method name="Void EndInvoke(IAsyncResult)">
46503         <size>0</size>
46504       </method>
46505     </type>
46506     <type name="Test+&lt;&gt;c__AnonStorey0">
46507       <method name="Void .ctor()">
46508         <size>7</size>
46509       </method>
46510       <method name="Void &lt;&gt;m__0()">
46511         <size>12</size>
46512       </method>
46513     </type>
46514   </test>
46515   <test name="test-anon-67.cs">
46516     <type name="ClassOne">
46517       <method name="Void .ctor(ReturnStringDelegate)">
46518         <size>7</size>
46519       </method>
46520       <method name="Void .ctor(String)">
46521         <size>32</size>
46522       </method>
46523       <method name="Void Main()">
46524         <size>1</size>
46525       </method>
46526     </type>
46527     <type name="ClassOne+ReturnStringDelegate">
46528       <method name="Void .ctor(Object, IntPtr)">
46529         <size>0</size>
46530       </method>
46531       <method name="System.String Invoke()">
46532         <size>0</size>
46533       </method>
46534       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46535         <size>0</size>
46536       </method>
46537       <method name="System.String EndInvoke(IAsyncResult)">
46538         <size>0</size>
46539       </method>
46540     </type>
46541     <type name="ClassOne+&lt;ClassOne&gt;c__AnonStorey0">
46542       <method name="Void .ctor()">
46543         <size>7</size>
46544       </method>
46545       <method name="System.String &lt;&gt;m__0()">
46546         <size>7</size>
46547       </method>
46548     </type>
46549   </test>
46550   <test name="test-anon-68.cs">
46551     <type name="C">
46552       <method name="Void .ctor()">
46553         <size>7</size>
46554       </method>
46555       <method name="Void T(D1)">
46556         <size>1</size>
46557       </method>
46558       <method name="Void T(D2)">
46559         <size>1</size>
46560       </method>
46561       <method name="Void Main()">
46562         <size>69</size>
46563       </method>
46564     </type>
46565     <type name="D1">
46566       <method name="Void .ctor(Object, IntPtr)">
46567         <size>0</size>
46568       </method>
46569       <method name="Void Invoke(Int32)">
46570         <size>0</size>
46571       </method>
46572       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
46573         <size>0</size>
46574       </method>
46575       <method name="Void EndInvoke(IAsyncResult)">
46576         <size>0</size>
46577       </method>
46578     </type>
46579     <type name="D2">
46580       <method name="Void .ctor(Object, IntPtr)">
46581         <size>0</size>
46582       </method>
46583       <method name="Void Invoke(System.String ByRef)">
46584         <size>0</size>
46585       </method>
46586       <method name="IAsyncResult BeginInvoke(System.String ByRef, System.AsyncCallback, System.Object)">
46587         <size>0</size>
46588       </method>
46589       <method name="Void EndInvoke(System.String ByRef, IAsyncResult)">
46590         <size>0</size>
46591       </method>
46592     </type>
46593     <type name="C">
46594       <method name="Void &lt;Main&gt;m__0(Int32)">
46595         <size>1</size>
46596       </method>
46597       <method name="Void &lt;Main&gt;m__1(System.String ByRef)">
46598         <size>8</size>
46599       </method>
46600     </type>
46601   </test>
46602   <test name="test-anon-69.cs">
46603     <type name="SingleSteppingEngine">
46604       <method name="Void .ctor()">
46605         <size>7</size>
46606       </method>
46607       <method name="System.Object SendCommand(TargetAccessDelegate)">
46608         <size>8</size>
46609       </method>
46610       <method name="Void Detach()">
46611         <size>20</size>
46612       </method>
46613     </type>
46614     <type name="X">
46615       <method name="Void .ctor()">
46616         <size>7</size>
46617       </method>
46618       <method name="Void Main()">
46619         <size>1</size>
46620       </method>
46621     </type>
46622     <type name="TargetAccessDelegate">
46623       <method name="Void .ctor(Object, IntPtr)">
46624         <size>0</size>
46625       </method>
46626       <method name="System.Object Invoke(System.Object)">
46627         <size>0</size>
46628       </method>
46629       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
46630         <size>0</size>
46631       </method>
46632       <method name="System.Object EndInvoke(IAsyncResult)">
46633         <size>0</size>
46634       </method>
46635     </type>
46636     <type name="SingleSteppingEngine">
46637       <method name="System.Object &lt;Detach&gt;m__0(System.Object)">
46638         <size>19</size>
46639       </method>
46640     </type>
46641   </test>
46642   <test name="test-anon-70.cs">
46643     <type name="C">
46644       <method name="Void .ctor()">
46645         <size>7</size>
46646       </method>
46647       <method name="Void Test(C+D)">
46648         <size>1</size>
46649       </method>
46650       <method name="Void Main()">
46651         <size>98</size>
46652       </method>
46653     </type>
46654     <type name="C+D">
46655       <method name="Void .ctor(Object, IntPtr)">
46656         <size>0</size>
46657       </method>
46658       <method name="Void Invoke()">
46659         <size>0</size>
46660       </method>
46661       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46662         <size>0</size>
46663       </method>
46664       <method name="Void EndInvoke(IAsyncResult)">
46665         <size>0</size>
46666       </method>
46667     </type>
46668     <type name="UnsafeClass">
46669       <method name="Void .ctor()">
46670         <size>7</size>
46671       </method>
46672     </type>
46673     <type name="C">
46674       <method name="Void UnsafeTests()">
46675         <size>35</size>
46676       </method>
46677     </type>
46678     <type name="C+&lt;UnsafeTests&gt;c__AnonStorey0">
46679       <method name="Void .ctor()">
46680         <size>7</size>
46681       </method>
46682       <method name="Void &lt;&gt;m__0()">
46683         <size>14</size>
46684       </method>
46685     </type>
46686     <type name="C+&lt;Main&gt;c__AnonStorey1">
46687       <method name="Void .ctor()">
46688         <size>7</size>
46689       </method>
46690       <method name="Void &lt;&gt;m__1()">
46691         <size>38</size>
46692       </method>
46693       <method name="Void &lt;&gt;m__2()">
46694         <size>32</size>
46695       </method>
46696     </type>
46697     <type name="C">
46698       <method name="Void &lt;Main&gt;m__3()">
46699         <size>16</size>
46700       </method>
46701     </type>
46702     <type name="UnsafeClass">
46703       <method name="Int32* GetUnsafeValue()">
46704         <size>3</size>
46705       </method>
46706     </type>
46707     <type name="&lt;PrivateImplementationDetails&gt;">
46708       <method name="Void .ctor()">
46709         <size>7</size>
46710       </method>
46711     </type>
46712   </test>
46713   <test name="test-anon-71.cs">
46714     <type name="Program">
46715       <method name="Void .ctor()">
46716         <size>7</size>
46717       </method>
46718       <method name="Errno ProcessFile(System.String, Program+FdCb)">
46719         <size>2</size>
46720       </method>
46721       <method name="Errno OnReadHandle(System.String, System.Byte[], Int64)">
46722         <size>34</size>
46723       </method>
46724       <method name="Void Main()">
46725         <size>1</size>
46726       </method>
46727     </type>
46728     <type name="Program+FdCb">
46729       <method name="Void .ctor(Object, IntPtr)">
46730         <size>0</size>
46731       </method>
46732       <method name="Int32 Invoke(Int32)">
46733         <size>0</size>
46734       </method>
46735       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
46736         <size>0</size>
46737       </method>
46738       <method name="Int32 EndInvoke(IAsyncResult)">
46739         <size>0</size>
46740       </method>
46741     </type>
46742     <type name="Program+&lt;OnReadHandle&gt;c__AnonStorey0">
46743       <method name="Void .ctor()">
46744         <size>7</size>
46745       </method>
46746       <method name="Int32 &lt;&gt;m__0(Int32)">
46747         <size>46</size>
46748       </method>
46749     </type>
46750   </test>
46751   <test name="test-anon-72.cs">
46752     <type name="Test">
46753       <method name="Void .ctor()">
46754         <size>7</size>
46755       </method>
46756       <method name="Void AddOperator(Test+UnaryOperator)">
46757         <size>1</size>
46758       </method>
46759       <method name="Boolean TryGetValue(System.Object, System.Object ByRef)">
46760         <size>5</size>
46761       </method>
46762       <method name="Void Main()">
46763         <size>1</size>
46764       </method>
46765       <method name="Void Foo()">
46766         <size>19</size>
46767       </method>
46768     </type>
46769     <type name="Test+UnaryOperator">
46770       <method name="Void .ctor(Object, IntPtr)">
46771         <size>0</size>
46772       </method>
46773       <method name="Boolean Invoke(System.Object, System.Object ByRef)">
46774         <size>0</size>
46775       </method>
46776       <method name="IAsyncResult BeginInvoke(System.Object, System.Object ByRef, System.AsyncCallback, System.Object)">
46777         <size>0</size>
46778       </method>
46779       <method name="Boolean EndInvoke(System.Object ByRef, IAsyncResult)">
46780         <size>0</size>
46781       </method>
46782     </type>
46783     <type name="Test">
46784       <method name="Boolean &lt;Foo&gt;m__0(System.Object, System.Object ByRef)">
46785         <size>31</size>
46786       </method>
46787     </type>
46788   </test>
46789   <test name="test-anon-73.cs">
46790     <type name="T">
46791       <method name="Void .ctor()">
46792         <size>7</size>
46793       </method>
46794       <method name="Void Main()">
46795         <size>31</size>
46796       </method>
46797       <method name="Void Test_1()">
46798         <size>36</size>
46799       </method>
46800     </type>
46801     <type name="D">
46802       <method name="Void .ctor(Object, IntPtr)">
46803         <size>0</size>
46804       </method>
46805       <method name="Void Invoke(System.Object)">
46806         <size>0</size>
46807       </method>
46808       <method name="IAsyncResult BeginInvoke(System.Object, System.AsyncCallback, System.Object)">
46809         <size>0</size>
46810       </method>
46811       <method name="Void EndInvoke(IAsyncResult)">
46812         <size>0</size>
46813       </method>
46814     </type>
46815     <type name="T">
46816       <method name="Void &lt;Main&gt;m__0(System.Object)">
46817         <size>15</size>
46818       </method>
46819       <method name="Void &lt;Test_1&gt;m__1(System.Object)">
46820         <size>29</size>
46821       </method>
46822     </type>
46823   </test>
46824   <test name="test-anon-74.cs">
46825     <type name="Foo">
46826       <method name="Void Baz(Foo+SimpleDelegate)">
46827         <size>8</size>
46828       </method>
46829       <method name="Void Main(System.String[])">
46830         <size>35</size>
46831       </method>
46832     </type>
46833     <type name="Foo+SimpleDelegate">
46834       <method name="Void .ctor(Object, IntPtr)">
46835         <size>0</size>
46836       </method>
46837       <method name="System.String[,] Invoke()">
46838         <size>0</size>
46839       </method>
46840       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46841         <size>0</size>
46842       </method>
46843       <method name="System.String[,] EndInvoke(IAsyncResult)">
46844         <size>0</size>
46845       </method>
46846     </type>
46847     <type name="Foo">
46848       <method name="System.String[,] &lt;Main&gt;m__0()">
46849         <size>34</size>
46850       </method>
46851     </type>
46852   </test>
46853   <test name="test-anon-75.cs">
46854     <type name="Data">
46855       <method name="Void .ctor()">
46856         <size>7</size>
46857       </method>
46858     </type>
46859     <type name="Test">
46860       <method name="Void .ctor()">
46861         <size>7</size>
46862       </method>
46863       <method name="Void Foo(Int32, D)">
46864         <size>1</size>
46865       </method>
46866       <method name="Void Main()">
46867         <size>1</size>
46868       </method>
46869       <method name="Void TestMe()">
46870         <size>154</size>
46871       </method>
46872       <method name="Boolean &lt;TestMe&gt;m__0()">
46873         <size>2</size>
46874       </method>
46875     </type>
46876     <type name="D">
46877       <method name="Void .ctor(Object, IntPtr)">
46878         <size>0</size>
46879       </method>
46880       <method name="Boolean Invoke()">
46881         <size>0</size>
46882       </method>
46883       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46884         <size>0</size>
46885       </method>
46886       <method name="Boolean EndInvoke(IAsyncResult)">
46887         <size>0</size>
46888       </method>
46889     </type>
46890     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
46891       <method name="Void .ctor()">
46892         <size>7</size>
46893       </method>
46894       <method name="Boolean &lt;&gt;m__2()">
46895         <size>14</size>
46896       </method>
46897     </type>
46898     <type name="Test+&lt;TestMe&gt;c__AnonStorey1">
46899       <method name="Void .ctor()">
46900         <size>7</size>
46901       </method>
46902     </type>
46903     <type name="Test+&lt;TestMe&gt;c__AnonStorey0">
46904       <method name="Boolean &lt;&gt;m__1()">
46905         <size>54</size>
46906       </method>
46907     </type>
46908   </test>
46909   <test name="test-anon-76.cs">
46910     <type name="C">
46911       <method name="Void .ctor()">
46912         <size>7</size>
46913       </method>
46914       <method name="Void set_Item(System.String, FactoryDelegate)">
46915         <size>8</size>
46916       </method>
46917       <method name="FactoryDelegate get_Item(System.String)">
46918         <size>7</size>
46919       </method>
46920       <method name="Void X()">
46921         <size>24</size>
46922       </method>
46923       <method name="Int32 Main()">
46924         <size>70</size>
46925       </method>
46926     </type>
46927     <type name="FactoryDelegate">
46928       <method name="Void .ctor(Object, IntPtr)">
46929         <size>0</size>
46930       </method>
46931       <method name="System.Object Invoke()">
46932         <size>0</size>
46933       </method>
46934       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46935         <size>0</size>
46936       </method>
46937       <method name="System.Object EndInvoke(IAsyncResult)">
46938         <size>0</size>
46939       </method>
46940     </type>
46941     <type name="C">
46942       <method name="System.Object &lt;X&gt;m__0()">
46943         <size>30</size>
46944       </method>
46945     </type>
46946   </test>
46947   <test name="test-anon-77.cs">
46948     <type name="y">
46949       <method name="Void .ctor()">
46950         <size>7</size>
46951       </method>
46952       <method name="Boolean get_Item(Int32)">
46953         <size>28</size>
46954       </method>
46955       <method name="Void set_Item(Int32, Boolean)">
46956         <size>10</size>
46957       </method>
46958       <method name="Void Main()">
46959         <size>1</size>
46960       </method>
46961     </type>
46962     <type name="D">
46963       <method name="Void .ctor(Object, IntPtr)">
46964         <size>0</size>
46965       </method>
46966       <method name="Void Invoke()">
46967         <size>0</size>
46968       </method>
46969       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
46970         <size>0</size>
46971       </method>
46972       <method name="Void EndInvoke(IAsyncResult)">
46973         <size>0</size>
46974       </method>
46975     </type>
46976     <type name="y+&lt;&gt;c__AnonStorey0">
46977       <method name="Void .ctor()">
46978         <size>7</size>
46979       </method>
46980       <method name="Void &lt;&gt;m__0()">
46981         <size>8</size>
46982       </method>
46983     </type>
46984   </test>
46985   <test name="test-anon-78.cs">
46986     <type name="DelegateTest">
46987       <method name="Void .ctor()">
46988         <size>7</size>
46989       </method>
46990       <method name="Void .cctor()">
46991         <size>8</size>
46992       </method>
46993       <method name="Void Foo(D1)">
46994         <size>7</size>
46995       </method>
46996       <method name="Void Foo(D2)">
46997         <size>1</size>
46998       </method>
46999       <method name="Int32 Main()">
47000         <size>50</size>
47001       </method>
47002       <method name="Void &lt;Main&gt;m__0()">
47003         <size>18</size>
47004       </method>
47005     </type>
47006     <type name="D1">
47007       <method name="Void .ctor(Object, IntPtr)">
47008         <size>0</size>
47009       </method>
47010       <method name="Void Invoke()">
47011         <size>0</size>
47012       </method>
47013       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47014         <size>0</size>
47015       </method>
47016       <method name="Void EndInvoke(IAsyncResult)">
47017         <size>0</size>
47018       </method>
47019     </type>
47020     <type name="D2">
47021       <method name="Void .ctor(Object, IntPtr)">
47022         <size>0</size>
47023       </method>
47024       <method name="Void Invoke()">
47025         <size>0</size>
47026       </method>
47027       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47028         <size>0</size>
47029       </method>
47030       <method name="Void EndInvoke(IAsyncResult)">
47031         <size>0</size>
47032       </method>
47033     </type>
47034   </test>
47035   <test name="test-anon-79.cs">
47036     <type name="Test">
47037       <method name="Void .ctor()">
47038         <size>7</size>
47039       </method>
47040       <method name="Void add_E(Test+D)">
47041         <size>24</size>
47042       </method>
47043       <method name="Void remove_E(Test+D)">
47044         <size>24</size>
47045       </method>
47046       <method name="Void add_Changed(Test+D)">
47047         <size>30</size>
47048       </method>
47049       <method name="Void remove_Changed(Test+D)">
47050         <size>1</size>
47051       </method>
47052       <method name="Void Foo()">
47053         <size>1</size>
47054       </method>
47055       <method name="Void Main()">
47056         <size>1</size>
47057       </method>
47058     </type>
47059     <type name="Test+D">
47060       <method name="Void .ctor(Object, IntPtr)">
47061         <size>0</size>
47062       </method>
47063       <method name="Void Invoke()">
47064         <size>0</size>
47065       </method>
47066       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47067         <size>0</size>
47068       </method>
47069       <method name="Void EndInvoke(IAsyncResult)">
47070         <size>0</size>
47071       </method>
47072     </type>
47073     <type name="Test">
47074       <method name="Void &lt;add_Changed&gt;m__0()">
47075         <size>7</size>
47076       </method>
47077     </type>
47078   </test>
47079   <test name="test-anon-80.cs">
47080     <type name="MonoBug.MyTest">
47081       <method name="Void .ctor()">
47082         <size>7</size>
47083       </method>
47084       <method name="Int32 Main()">
47085         <size>167</size>
47086       </method>
47087     </type>
47088     <type name="MonoBug.MyTest+EventHandlers">
47089       <method name="Void .ctor()">
47090         <size>18</size>
47091       </method>
47092       <method name="System.EventHandler get_DoNothingEventHandler()">
47093         <size>30</size>
47094       </method>
47095       <method name="System.EventHandler get_DoSomethingEventHandler()">
47096         <size>13</size>
47097       </method>
47098       <method name="System.EventHandler get_Handler()">
47099         <size>7</size>
47100       </method>
47101       <method name="Void set_Handler(System.EventHandler)">
47102         <size>8</size>
47103       </method>
47104       <method name="Void &lt;get_DoNothingEventHandler&gt;m__0(System.Object, System.EventArgs)">
47105         <size>1</size>
47106       </method>
47107       <method name="Void &lt;get_DoSomethingEventHandler&gt;m__1(System.Object, System.EventArgs)">
47108         <size>15</size>
47109       </method>
47110     </type>
47111   </test>
47112   <test name="test-anon-81.cs">
47113     <type name="C">
47114       <method name="Void .ctor()">
47115         <size>7</size>
47116       </method>
47117       <method name="Int32 Main()">
47118         <size>20</size>
47119       </method>
47120       <method name="Int32 Test()">
47121         <size>27</size>
47122       </method>
47123       <method name="Int32 Foo2(C+Cmd2)">
47124         <size>7</size>
47125       </method>
47126       <method name="Void Foo(C+Cmd)">
47127         <size>7</size>
47128       </method>
47129     </type>
47130     <type name="C+Cmd">
47131       <method name="Void .ctor(Object, IntPtr)">
47132         <size>0</size>
47133       </method>
47134       <method name="Void Invoke()">
47135         <size>0</size>
47136       </method>
47137       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47138         <size>0</size>
47139       </method>
47140       <method name="Void EndInvoke(IAsyncResult)">
47141         <size>0</size>
47142       </method>
47143     </type>
47144     <type name="C+Cmd2">
47145       <method name="Void .ctor(Object, IntPtr)">
47146         <size>0</size>
47147       </method>
47148       <method name="Int32 Invoke()">
47149         <size>0</size>
47150       </method>
47151       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47152         <size>0</size>
47153       </method>
47154       <method name="Int32 EndInvoke(IAsyncResult)">
47155         <size>0</size>
47156       </method>
47157     </type>
47158     <type name="C">
47159       <method name="Int32 &lt;Test&gt;m__0()">
47160         <size>45</size>
47161       </method>
47162     </type>
47163     <type name="C+&lt;Test&gt;c__AnonStorey1">
47164       <method name="Void .ctor()">
47165         <size>7</size>
47166       </method>
47167       <method name="Void &lt;&gt;m__1()">
47168         <size>44</size>
47169       </method>
47170     </type>
47171     <type name="C+&lt;Test&gt;c__AnonStorey1+&lt;Test&gt;c__AnonStorey0">
47172       <method name="Void .ctor()">
47173         <size>7</size>
47174       </method>
47175       <method name="Void &lt;&gt;m__2()">
47176         <size>18</size>
47177       </method>
47178     </type>
47179   </test>
47180   <test name="test-anon-82.cs">
47181     <type name="MainClass">
47182       <method name="Void .ctor()">
47183         <size>7</size>
47184       </method>
47185       <method name="Void Main()">
47186         <size>87</size>
47187       </method>
47188       <method name="Void Test2(Int32)">
47189         <size>31</size>
47190       </method>
47191       <method name="Void Test3(Int32)">
47192         <size>57</size>
47193       </method>
47194       <method name="Void Test4()">
47195         <size>31</size>
47196       </method>
47197       <method name="Void Test5(Int32)">
47198         <size>27</size>
47199       </method>
47200       <method name="Void SimpleCallback(MainClass, System.String)">
47201         <size>7</size>
47202       </method>
47203     </type>
47204     <type name="MainClass+D">
47205       <method name="Void .ctor(Object, IntPtr)">
47206         <size>0</size>
47207       </method>
47208       <method name="Int32 Invoke(Int32)">
47209         <size>0</size>
47210       </method>
47211       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
47212         <size>0</size>
47213       </method>
47214       <method name="Int32 EndInvoke(IAsyncResult)">
47215         <size>0</size>
47216       </method>
47217     </type>
47218     <type name="StringSender">
47219       <method name="Void .ctor(Object, IntPtr)">
47220         <size>0</size>
47221       </method>
47222       <method name="Void Invoke(System.String)">
47223         <size>0</size>
47224       </method>
47225       <method name="IAsyncResult BeginInvoke(System.String, System.AsyncCallback, System.Object)">
47226         <size>0</size>
47227       </method>
47228       <method name="Void EndInvoke(IAsyncResult)">
47229         <size>0</size>
47230       </method>
47231     </type>
47232     <type name="VoidDelegate">
47233       <method name="Void .ctor(Object, IntPtr)">
47234         <size>0</size>
47235       </method>
47236       <method name="Void Invoke()">
47237         <size>0</size>
47238       </method>
47239       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47240         <size>0</size>
47241       </method>
47242       <method name="Void EndInvoke(IAsyncResult)">
47243         <size>0</size>
47244       </method>
47245     </type>
47246     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
47247       <method name="Void .ctor()">
47248         <size>7</size>
47249       </method>
47250     </type>
47251     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
47252       <method name="Void .ctor()">
47253         <size>7</size>
47254       </method>
47255     </type>
47256     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
47257       <method name="Void .ctor()">
47258         <size>7</size>
47259       </method>
47260     </type>
47261     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
47262       <method name="Void .ctor()">
47263         <size>7</size>
47264       </method>
47265     </type>
47266     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
47267       <method name="Void .ctor()">
47268         <size>7</size>
47269       </method>
47270     </type>
47271     <type name="MainClass">
47272       <method name="Void &lt;Test2&gt;m__1(System.String)">
47273         <size>27</size>
47274       </method>
47275       <method name="Void &lt;Test3&gt;m__3()">
47276         <size>1</size>
47277       </method>
47278       <method name="Void &lt;Test4&gt;m__4()">
47279         <size>31</size>
47280       </method>
47281       <method name="Void &lt;Test4&gt;m__7()">
47282         <size>28</size>
47283       </method>
47284     </type>
47285     <type name="MainClass+&lt;Main&gt;c__AnonStorey0">
47286       <method name="Void &lt;&gt;m__0()">
47287         <size>25</size>
47288       </method>
47289       <method name="Void &lt;&gt;m__9(System.String)">
47290         <size>13</size>
47291       </method>
47292     </type>
47293     <type name="MainClass+&lt;Test3&gt;c__AnonStorey2">
47294       <method name="Void &lt;&gt;m__2()">
47295         <size>9</size>
47296       </method>
47297     </type>
47298     <type name="MainClass+&lt;Test5&gt;c__AnonStorey4">
47299       <method name="Int32 &lt;&gt;m__5(Int32)">
47300         <size>46</size>
47301       </method>
47302       <method name="Int32 &lt;&gt;m__A(Int32)">
47303         <size>2</size>
47304       </method>
47305     </type>
47306     <type name="MainClass+&lt;Test2&gt;c__AnonStorey1">
47307       <method name="Void &lt;&gt;m__6()">
47308         <size>12</size>
47309       </method>
47310     </type>
47311     <type name="MainClass+&lt;Test4&gt;c__AnonStorey3">
47312       <method name="Void &lt;&gt;m__8()">
47313         <size>14</size>
47314       </method>
47315       <method name="Void &lt;&gt;m__B()">
47316         <size>8</size>
47317       </method>
47318     </type>
47319   </test>
47320   <test name="test-anon-84.cs">
47321     <type name="C">
47322       <method name="Void .ctor()">
47323         <size>42</size>
47324       </method>
47325       <method name="Void .ctor(D)">
47326         <size>42</size>
47327       </method>
47328       <method name="Int32 Main()">
47329         <size>19</size>
47330       </method>
47331     </type>
47332     <type name="D">
47333       <method name="Void .ctor(Object, IntPtr)">
47334         <size>0</size>
47335       </method>
47336       <method name="C Invoke(Int32)">
47337         <size>0</size>
47338       </method>
47339       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
47340         <size>0</size>
47341       </method>
47342       <method name="C EndInvoke(IAsyncResult)">
47343         <size>0</size>
47344       </method>
47345     </type>
47346     <type name="C">
47347       <method name="C &lt;field&gt;m__0(Int32)">
47348         <size>4</size>
47349       </method>
47350     </type>
47351   </test>
47352   <test name="test-anon-85.cs">
47353     <type name="X">
47354       <method name="Void .ctor()">
47355         <size>7</size>
47356       </method>
47357       <method name="Int32 Main()">
47358         <size>29</size>
47359       </method>
47360     </type>
47361     <type name="X+D">
47362       <method name="Void .ctor(Object, IntPtr)">
47363         <size>0</size>
47364       </method>
47365       <method name="Void Invoke()">
47366         <size>0</size>
47367       </method>
47368       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47369         <size>0</size>
47370       </method>
47371       <method name="Void EndInvoke(IAsyncResult)">
47372         <size>0</size>
47373       </method>
47374     </type>
47375     <type name="X+&lt;Main&gt;c__AnonStorey0">
47376       <method name="Void .ctor()">
47377         <size>7</size>
47378       </method>
47379       <method name="Void &lt;&gt;m__0()">
47380         <size>8</size>
47381       </method>
47382     </type>
47383   </test>
47384   <test name="test-anon-86.cs">
47385     <type name="Bug.A">
47386       <method name="Void .ctor()">
47387         <size>50</size>
47388       </method>
47389       <method name="Void Test()">
47390         <size>1</size>
47391       </method>
47392       <method name="Int32 Main()">
47393         <size>8</size>
47394       </method>
47395     </type>
47396     <type name="Bug.B">
47397       <method name="Void .ctor()">
47398         <size>7</size>
47399       </method>
47400       <method name="Int32 get_Prop()">
47401         <size>2</size>
47402       </method>
47403     </type>
47404     <type name="Bug.EventHandler">
47405       <method name="Void .ctor(Object, IntPtr)">
47406         <size>0</size>
47407       </method>
47408       <method name="Void Invoke()">
47409         <size>0</size>
47410       </method>
47411       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47412         <size>0</size>
47413       </method>
47414       <method name="Void EndInvoke(IAsyncResult)">
47415         <size>0</size>
47416       </method>
47417     </type>
47418     <type name="Bug.A+&lt;A&gt;c__AnonStorey0">
47419       <method name="Void .ctor()">
47420         <size>7</size>
47421       </method>
47422       <method name="Void &lt;&gt;m__0()">
47423         <size>24</size>
47424       </method>
47425     </type>
47426   </test>
47427   <test name="test-anon-87.cs">
47428     <type name="Bug.AA">
47429       <method name="Void .ctor(BB)">
47430         <size>51</size>
47431       </method>
47432       <method name="Void TestMe()">
47433         <size>1</size>
47434       </method>
47435       <method name="Int32 Main()">
47436         <size>18</size>
47437       </method>
47438     </type>
47439     <type name="Bug.BB">
47440       <method name="Void .ctor(String)">
47441         <size>18</size>
47442       </method>
47443       <method name="Void Foo()">
47444         <size>1</size>
47445       </method>
47446     </type>
47447     <type name="Bug.D">
47448       <method name="Void .ctor(Object, IntPtr)">
47449         <size>0</size>
47450       </method>
47451       <method name="Void Invoke()">
47452         <size>0</size>
47453       </method>
47454       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47455         <size>0</size>
47456       </method>
47457       <method name="Void EndInvoke(IAsyncResult)">
47458         <size>0</size>
47459       </method>
47460     </type>
47461     <type name="Bug.AA+&lt;AA&gt;c__AnonStorey0">
47462       <method name="Void .ctor()">
47463         <size>7</size>
47464       </method>
47465       <method name="Void &lt;&gt;m__0()">
47466         <size>23</size>
47467       </method>
47468     </type>
47469   </test>
47470   <test name="test-anon-88.cs">
47471     <type name="C">
47472       <method name="Void .ctor()">
47473         <size>7</size>
47474       </method>
47475       <method name="Int32 Main()">
47476         <size>12</size>
47477       </method>
47478       <method name="Void Test()">
47479         <size>102</size>
47480       </method>
47481     </type>
47482     <type name="C+D">
47483       <method name="Void .ctor(Object, IntPtr)">
47484         <size>0</size>
47485       </method>
47486       <method name="Void Invoke()">
47487         <size>0</size>
47488       </method>
47489       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47490         <size>0</size>
47491       </method>
47492       <method name="Void EndInvoke(IAsyncResult)">
47493         <size>0</size>
47494       </method>
47495     </type>
47496     <type name="C+&lt;Test&gt;c__AnonStorey0">
47497       <method name="Void .ctor()">
47498         <size>7</size>
47499       </method>
47500       <method name="Void &lt;&gt;m__2()">
47501         <size>8</size>
47502       </method>
47503     </type>
47504     <type name="C+&lt;Test&gt;c__AnonStorey2">
47505       <method name="Void .ctor()">
47506         <size>7</size>
47507       </method>
47508       <method name="Void &lt;&gt;m__0()">
47509         <size>69</size>
47510       </method>
47511       <method name="Void &lt;&gt;m__1()">
47512         <size>8</size>
47513       </method>
47514       <method name="Void &lt;&gt;m__4()">
47515         <size>3</size>
47516       </method>
47517     </type>
47518     <type name="C+&lt;Test&gt;c__AnonStorey2+&lt;Test&gt;c__AnonStorey1">
47519       <method name="Void .ctor()">
47520         <size>7</size>
47521       </method>
47522       <method name="Void &lt;&gt;m__3()">
47523         <size>20</size>
47524       </method>
47525     </type>
47526   </test>
47527   <test name="test-anon-89.cs">
47528     <type name="C">
47529       <method name="Void .ctor()">
47530         <size>7</size>
47531       </method>
47532       <method name="Int32 Main()">
47533         <size>12</size>
47534       </method>
47535       <method name="System.Object get_GdkWindow()">
47536         <size>2</size>
47537       </method>
47538       <method name="Void set_GdkWindow(System.Object)">
47539         <size>1</size>
47540       </method>
47541       <method name="Void Invoke(C+D)">
47542         <size>1</size>
47543       </method>
47544       <method name="Void Test()">
47545         <size>69</size>
47546       </method>
47547     </type>
47548     <type name="C+D">
47549       <method name="Void .ctor(Object, IntPtr)">
47550         <size>0</size>
47551       </method>
47552       <method name="Void Invoke()">
47553         <size>0</size>
47554       </method>
47555       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47556         <size>0</size>
47557       </method>
47558       <method name="Void EndInvoke(IAsyncResult)">
47559         <size>0</size>
47560       </method>
47561     </type>
47562     <type name="C+&lt;Test&gt;c__AnonStorey0">
47563       <method name="Void .ctor()">
47564         <size>7</size>
47565       </method>
47566       <method name="Void &lt;&gt;m__0()">
47567         <size>108</size>
47568       </method>
47569       <method name="Void &lt;&gt;m__3()">
47570         <size>29</size>
47571       </method>
47572     </type>
47573     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
47574       <method name="Void .ctor()">
47575         <size>7</size>
47576       </method>
47577       <method name="Void &lt;&gt;m__1()">
47578         <size>18</size>
47579       </method>
47580       <method name="Void &lt;&gt;m__2()">
47581         <size>49</size>
47582       </method>
47583     </type>
47584   </test>
47585   <test name="test-anon-90.cs">
47586     <type name="C">
47587       <method name="Void .ctor()">
47588         <size>7</size>
47589       </method>
47590       <method name="Int32 Main()">
47591         <size>12</size>
47592       </method>
47593       <method name="Void Foo()">
47594         <size>27</size>
47595       </method>
47596     </type>
47597     <type name="C+D">
47598       <method name="Void .ctor(Object, IntPtr)">
47599         <size>0</size>
47600       </method>
47601       <method name="Void Invoke()">
47602         <size>0</size>
47603       </method>
47604       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47605         <size>0</size>
47606       </method>
47607       <method name="Void EndInvoke(IAsyncResult)">
47608         <size>0</size>
47609       </method>
47610     </type>
47611     <type name="C+&lt;Foo&gt;c__AnonStorey0">
47612       <method name="Void .ctor()">
47613         <size>7</size>
47614       </method>
47615       <method name="Void &lt;&gt;m__0()">
47616         <size>66</size>
47617       </method>
47618     </type>
47619     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey1">
47620       <method name="Void .ctor()">
47621         <size>7</size>
47622       </method>
47623     </type>
47624     <type name="C+&lt;Foo&gt;c__AnonStorey0+&lt;Foo&gt;c__AnonStorey2">
47625       <method name="Void .ctor()">
47626         <size>7</size>
47627       </method>
47628       <method name="Void &lt;&gt;m__1()">
47629         <size>32</size>
47630       </method>
47631     </type>
47632   </test>
47633   <test name="test-anon-91.cs">
47634     <type name="A">
47635       <method name="Void .ctor(Int32)">
47636         <size>27</size>
47637       </method>
47638     </type>
47639     <type name="C">
47640       <method name="Void .ctor()">
47641         <size>7</size>
47642       </method>
47643       <method name="Int32 Main()">
47644         <size>12</size>
47645       </method>
47646       <method name="Void SelectCommand(Int32)">
47647         <size>1</size>
47648       </method>
47649       <method name="Void Test()">
47650         <size>66</size>
47651       </method>
47652     </type>
47653     <type name="C+D">
47654       <method name="Void .ctor(Object, IntPtr)">
47655         <size>0</size>
47656       </method>
47657       <method name="Void Invoke()">
47658         <size>0</size>
47659       </method>
47660       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47661         <size>0</size>
47662       </method>
47663       <method name="Void EndInvoke(IAsyncResult)">
47664         <size>0</size>
47665       </method>
47666     </type>
47667     <type name="C+&lt;Test&gt;c__AnonStorey0">
47668       <method name="Void .ctor()">
47669         <size>7</size>
47670       </method>
47671       <method name="Void &lt;&gt;m__0()">
47672         <size>109</size>
47673       </method>
47674     </type>
47675     <type name="C+&lt;Test&gt;c__AnonStorey0+&lt;Test&gt;c__AnonStorey1">
47676       <method name="Void .ctor()">
47677         <size>7</size>
47678       </method>
47679       <method name="Void &lt;&gt;m__1()">
47680         <size>23</size>
47681       </method>
47682     </type>
47683   </test>
47684   <test name="test-anon-92.cs">
47685     <type name="MainClass">
47686       <method name="Void Test(IEnumerable)">
47687         <size>33</size>
47688       </method>
47689       <method name="Int32 Main()">
47690         <size>21</size>
47691       </method>
47692       <method name="Void .ctor()">
47693         <size>7</size>
47694       </method>
47695     </type>
47696     <type name="D">
47697       <method name="Void Invoke()">
47698         <size>0</size>
47699       </method>
47700       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47701         <size>0</size>
47702       </method>
47703       <method name="Void EndInvoke(IAsyncResult)">
47704         <size>0</size>
47705       </method>
47706       <method name="Void .ctor(Object, IntPtr)">
47707         <size>0</size>
47708       </method>
47709     </type>
47710     <type name="MainClass+&lt;Test&gt;c__AnonStorey0">
47711       <method name="Void &lt;&gt;m__0()">
47712         <size>72</size>
47713       </method>
47714       <method name="Void .ctor()">
47715         <size>7</size>
47716       </method>
47717     </type>
47718   </test>
47719   <test name="test-anon-93.cs">
47720     <type name="BaseTest.MainClass">
47721       <method name="Void add_MyEvent(System.EventHandler)">
47722         <size>55</size>
47723       </method>
47724       <method name="Void remove_MyEvent(System.EventHandler)">
47725         <size>55</size>
47726       </method>
47727       <method name="Void RaiseMyEvent(System.Object, System.EventArgs)">
47728         <size>14</size>
47729       </method>
47730       <method name="Void Main()">
47731         <size>50</size>
47732       </method>
47733       <method name="Void &lt;Main&gt;m__2(System.Object, System.EventArgs)">
47734         <size>13</size>
47735       </method>
47736       <method name="Void .ctor()">
47737         <size>7</size>
47738       </method>
47739     </type>
47740     <type name="BaseTest.MainClass+&lt;&gt;c__AnonStorey0">
47741       <method name="Void &lt;&gt;m__0(System.Object, System.EventArgs)">
47742         <size>23</size>
47743       </method>
47744       <method name="Void .ctor()">
47745         <size>7</size>
47746       </method>
47747     </type>
47748     <type name="BaseTest.MainClass+&lt;&gt;c__AnonStorey1">
47749       <method name="Void &lt;&gt;m__1(System.Object, System.EventArgs)">
47750         <size>23</size>
47751       </method>
47752       <method name="Void .ctor()">
47753         <size>7</size>
47754       </method>
47755     </type>
47756   </test>
47757   <test name="test-anon-94.cs">
47758     <type name="Program">
47759       <method name="Int32 Main()">
47760         <size>57</size>
47761       </method>
47762       <method name="Void .ctor()">
47763         <size>7</size>
47764       </method>
47765     </type>
47766     <type name="Program+BaseClass">
47767       <method name="Void Print()">
47768         <size>19</size>
47769       </method>
47770       <method name="Void .ctor()">
47771         <size>7</size>
47772       </method>
47773     </type>
47774     <type name="Program+Derived">
47775       <method name="Void Print()">
47776         <size>20</size>
47777       </method>
47778       <method name="Void &lt;Print&gt;m__0()">
47779         <size>7</size>
47780       </method>
47781       <method name="Void .ctor()">
47782         <size>7</size>
47783       </method>
47784       <method name="Void &lt;Print&gt;__BaseCallProxy0()">
47785         <size>7</size>
47786       </method>
47787     </type>
47788     <type name="Program+DerivedLibrary">
47789       <method name="Void Print(Int32)">
47790         <size>20</size>
47791       </method>
47792       <method name="Void &lt;Print&gt;__BaseCallProxy0(Int32)">
47793         <size>8</size>
47794       </method>
47795       <method name="Void &lt;Print&gt;m__1()">
47796         <size>9</size>
47797       </method>
47798       <method name="Void .ctor()">
47799         <size>7</size>
47800       </method>
47801     </type>
47802   </test>
47803   <test name="test-anon-95.cs">
47804     <type name="D">
47805       <method name="Int32 Invoke()">
47806         <size>0</size>
47807       </method>
47808       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47809         <size>0</size>
47810       </method>
47811       <method name="Int32 EndInvoke(IAsyncResult)">
47812         <size>0</size>
47813       </method>
47814       <method name="Void .ctor(Object, IntPtr)">
47815         <size>0</size>
47816       </method>
47817     </type>
47818     <type name="A">
47819       <method name="Void add_Event(D)">
47820         <size>0</size>
47821       </method>
47822       <method name="Void remove_Event(D)">
47823         <size>0</size>
47824       </method>
47825       <method name="Void .ctor()">
47826         <size>7</size>
47827       </method>
47828     </type>
47829     <type name="B">
47830       <method name="Void add_Event(D)">
47831         <size>24</size>
47832       </method>
47833       <method name="Void remove_Event(D)">
47834         <size>24</size>
47835       </method>
47836       <method name="Int32 Run()">
47837         <size>12</size>
47838       </method>
47839       <method name="Void .ctor()">
47840         <size>7</size>
47841       </method>
47842     </type>
47843     <type name="C">
47844       <method name="Int32 Test(Int32)">
47845         <size>46</size>
47846       </method>
47847       <method name="Int32 Main()">
47848         <size>23</size>
47849       </method>
47850       <method name="Void &lt;add_Event&gt;__BaseCallProxy0(D)">
47851         <size>8</size>
47852       </method>
47853       <method name="Void .ctor()">
47854         <size>7</size>
47855       </method>
47856     </type>
47857     <type name="C+&lt;Test&gt;c__AnonStorey0">
47858       <method name="Void &lt;&gt;m__0()">
47859         <size>24</size>
47860       </method>
47861       <method name="Int32 &lt;&gt;m__1()">
47862         <size>7</size>
47863       </method>
47864       <method name="Void .ctor()">
47865         <size>7</size>
47866       </method>
47867     </type>
47868   </test>
47869   <test name="test-anon-96.cs">
47870     <type name="P">
47871       <method name="Void .ctor()">
47872         <size>7</size>
47873       </method>
47874     </type>
47875     <type name="Program">
47876       <method name="Int32 Extra()">
47877         <size>3</size>
47878       </method>
47879       <method name="Program+D Get(Int32)">
47880         <size>115</size>
47881       </method>
47882       <method name="Int32 Run(Int32)">
47883         <size>12</size>
47884       </method>
47885       <method name="Int32 Main()">
47886         <size>77</size>
47887       </method>
47888     </type>
47889     <type name="Program+D">
47890       <method name="Int32 Invoke()">
47891         <size>0</size>
47892       </method>
47893       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
47894         <size>0</size>
47895       </method>
47896       <method name="Int32 EndInvoke(IAsyncResult)">
47897         <size>0</size>
47898       </method>
47899       <method name="Void .ctor(Object, IntPtr)">
47900         <size>0</size>
47901       </method>
47902     </type>
47903     <type name="Program+&lt;Get&gt;c__AnonStorey0">
47904       <method name="Int32 &lt;&gt;m__0()">
47905         <size>19</size>
47906       </method>
47907       <method name="Int32 &lt;&gt;m__1()">
47908         <size>19</size>
47909       </method>
47910       <method name="Int32 &lt;&gt;m__2()">
47911         <size>14</size>
47912       </method>
47913       <method name="Void .ctor()">
47914         <size>7</size>
47915       </method>
47916     </type>
47917   </test>
47918   <test name="test-cls-00.cs">
47919     <type name="CLSCLass_6">
47920       <method name="Void .ctor()">
47921         <size>18</size>
47922       </method>
47923       <method name="Void add_Disposed(Delegate)">
47924         <size>19</size>
47925       </method>
47926       <method name="Void remove_Disposed(Delegate)">
47927         <size>19</size>
47928       </method>
47929     </type>
47930     <type name="CLSDelegate">
47931       <method name="Void .ctor()">
47932         <size>7</size>
47933       </method>
47934     </type>
47935     <type name="CLSClass_5">
47936       <method name="Void .ctor()">
47937         <size>7</size>
47938       </method>
47939       <method name="UInt32 Test()">
47940         <size>2</size>
47941       </method>
47942     </type>
47943     <type name="CLSClass_4">
47944       <method name="Void .ctor()">
47945         <size>7</size>
47946       </method>
47947       <method name="UInt32 Test()">
47948         <size>2</size>
47949       </method>
47950     </type>
47951     <type name="CLSClass_3">
47952       <method name="Void .ctor()">
47953         <size>7</size>
47954       </method>
47955       <method name="UInt32 Test_3()">
47956         <size>2</size>
47957       </method>
47958     </type>
47959     <type name="CLSClass_2">
47960       <method name="Void .ctor()">
47961         <size>7</size>
47962       </method>
47963       <method name="SByte get_XX()">
47964         <size>2</size>
47965       </method>
47966     </type>
47967     <type name="CLSClass_1">
47968       <method name="Void .ctor()">
47969         <size>7</size>
47970       </method>
47971       <method name="UInt32 Valid()">
47972         <size>2</size>
47973       </method>
47974     </type>
47975     <type name="CLSClass">
47976       <method name="Void .ctor()">
47977         <size>7</size>
47978       </method>
47979       <method name="UInt64 Valid()">
47980         <size>3</size>
47981       </method>
47982       <method name="Byte get_XX()">
47983         <size>2</size>
47984       </method>
47985       <method name="UInt32 FooInternal()">
47986         <size>2</size>
47987       </method>
47988       <method name="UInt64 Foo()">
47989         <size>3</size>
47990       </method>
47991       <method name="Void Main()">
47992         <size>1</size>
47993       </method>
47994     </type>
47995     <type name="CLSClass+C1">
47996       <method name="Void .ctor()">
47997         <size>7</size>
47998       </method>
47999       <method name="Int64 Foo2()">
48000         <size>3</size>
48001       </method>
48002     </type>
48003     <type name="CLSClass+C1+C11">
48004       <method name="Void .ctor()">
48005         <size>7</size>
48006       </method>
48007       <method name="UInt64 Foo3()">
48008         <size>3</size>
48009       </method>
48010     </type>
48011     <type name="CLSClass+CLSClass_2">
48012       <method name="Void .ctor()">
48013         <size>7</size>
48014       </method>
48015       <method name="SByte get_XX()">
48016         <size>2</size>
48017       </method>
48018     </type>
48019     <type name="Delegate">
48020       <method name="Void .ctor(Object, IntPtr)">
48021         <size>0</size>
48022       </method>
48023       <method name="CLSDelegate Invoke()">
48024         <size>0</size>
48025       </method>
48026       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48027         <size>0</size>
48028       </method>
48029       <method name="CLSDelegate EndInvoke(IAsyncResult)">
48030         <size>0</size>
48031       </method>
48032     </type>
48033   </test>
48034   <test name="test-cls-01.cs">
48035     <type name="CLSClass">
48036       <method name="Void .ctor()">
48037         <size>7</size>
48038       </method>
48039       <method name="Byte get_XX()">
48040         <size>2</size>
48041       </method>
48042       <method name="Void Main()">
48043         <size>1</size>
48044       </method>
48045     </type>
48046     <type name="Big">
48047       <method name="Void .ctor()">
48048         <size>7</size>
48049       </method>
48050       <method name="Big op_Implicit(UInt32)">
48051         <size>2</size>
48052       </method>
48053     </type>
48054     <type name="C1">
48055       <method name="Void .ctor()">
48056         <size>7</size>
48057       </method>
48058       <method name="Void method(UInt32)">
48059         <size>1</size>
48060       </method>
48061     </type>
48062   </test>
48063   <test name="test-cls-02.cs">
48064     <type name="CLSClass">
48065       <method name="Void .ctor(UInt64)">
48066         <size>7</size>
48067       </method>
48068       <method name="Void .ctor(UInt32)">
48069         <size>7</size>
48070       </method>
48071       <method name="Void set_X_0(UInt64)">
48072         <size>1</size>
48073       </method>
48074       <method name="Void set_Item(UInt64, UInt64)">
48075         <size>1</size>
48076       </method>
48077       <method name="Void Main()">
48078         <size>1</size>
48079       </method>
48080     </type>
48081     <type name="InnerTypeClasss">
48082       <method name="Void .ctor()">
48083         <size>7</size>
48084       </method>
48085       <method name="Struct Method()">
48086         <size>10</size>
48087       </method>
48088     </type>
48089   </test>
48090   <test name="test-cls-03.cs">
48091     <type name="CLSClass">
48092       <method name="Void .ctor()">
48093         <size>7</size>
48094       </method>
48095       <method name="I1 Foo()">
48096         <size>2</size>
48097       </method>
48098       <method name="Void Main()">
48099         <size>1</size>
48100       </method>
48101     </type>
48102   </test>
48103   <test name="test-cls-05.cs">
48104     <type name="X1">
48105       <method name="Void .ctor()">
48106         <size>7</size>
48107       </method>
48108     </type>
48109     <type name="X2">
48110       <method name="Void .ctor()">
48111         <size>7</size>
48112       </method>
48113     </type>
48114     <type name="X3">
48115       <method name="Void .ctor()">
48116         <size>7</size>
48117       </method>
48118       <method name="Void bb(Boolean)">
48119         <size>1</size>
48120       </method>
48121       <method name="Void BB()">
48122         <size>1</size>
48123       </method>
48124     </type>
48125     <type name="X4">
48126       <method name="Void .ctor()">
48127         <size>7</size>
48128       </method>
48129       <method name="Void method(Int32)">
48130         <size>1</size>
48131       </method>
48132       <method name="Void method(Boolean)">
48133         <size>1</size>
48134       </method>
48135       <method name="Boolean method()">
48136         <size>2</size>
48137       </method>
48138     </type>
48139     <type name="BaseClass">
48140       <method name="Void .ctor()">
48141         <size>7</size>
48142       </method>
48143     </type>
48144     <type name="CLSClass">
48145       <method name="Void .ctor()">
48146         <size>7</size>
48147       </method>
48148       <method name="Void .ctor(Int32)">
48149         <size>7</size>
48150       </method>
48151       <method name="Void Method()">
48152         <size>1</size>
48153       </method>
48154       <method name="Int32 Method(Boolean)">
48155         <size>2</size>
48156       </method>
48157       <method name="Void methoD()">
48158         <size>1</size>
48159       </method>
48160       <method name="Void Main()">
48161         <size>1</size>
48162       </method>
48163       <method name="CLSClass op_Implicit(Boolean)">
48164         <size>7</size>
48165       </method>
48166       <method name="CLSClass op_Implicit(Int32)">
48167         <size>7</size>
48168       </method>
48169     </type>
48170     <type name="oBject">
48171       <method name="Void .ctor()">
48172         <size>7</size>
48173       </method>
48174     </type>
48175     <type name="A.C1">
48176       <method name="Void .ctor()">
48177         <size>7</size>
48178       </method>
48179     </type>
48180     <type name="B.c1">
48181       <method name="Void .ctor()">
48182         <size>7</size>
48183       </method>
48184     </type>
48185     <type name="c1">
48186       <method name="Void .ctor()">
48187         <size>7</size>
48188       </method>
48189     </type>
48190     <type name="CLSClass_2">
48191       <method name="Void .ctor()">
48192         <size>7</size>
48193       </method>
48194       <method name="Void Method()">
48195         <size>1</size>
48196       </method>
48197       <method name="Void method()">
48198         <size>1</size>
48199       </method>
48200     </type>
48201     <type name="System.sByte">
48202       <method name="Void .ctor()">
48203         <size>7</size>
48204       </method>
48205     </type>
48206     <type name="System.Web.HttpBrowserCapabilities">
48207       <method name="Void .ctor()">
48208         <size>7</size>
48209       </method>
48210     </type>
48211   </test>
48212   <test name="test-cls-06.cs">
48213     <type name="CLSClass">
48214       <method name="Void .ctor()">
48215         <size>7</size>
48216       </method>
48217       <method name="Void Main()">
48218         <size>1</size>
48219       </method>
48220     </type>
48221     <type name="CLSClass_2">
48222       <method name="Void .ctor(Int32[,,])">
48223         <size>7</size>
48224       </method>
48225       <method name="Void .ctor(Int32[,])">
48226         <size>7</size>
48227       </method>
48228       <method name="Void Test(System.Int32[,], Int32)">
48229         <size>1</size>
48230       </method>
48231       <method name="Void Test(System.Int32[,,], Boolean)">
48232         <size>1</size>
48233       </method>
48234     </type>
48235     <type name="X1">
48236       <method name="Void .ctor()">
48237         <size>7</size>
48238       </method>
48239       <method name="Void M2(Int32)">
48240         <size>1</size>
48241       </method>
48242     </type>
48243     <type name="X2">
48244       <method name="Void .ctor()">
48245         <size>7</size>
48246       </method>
48247       <method name="Void M2(Int32 ByRef)">
48248         <size>1</size>
48249       </method>
48250     </type>
48251     <type name="CLSClass+MyDelegate">
48252       <method name="Void .ctor(Object, IntPtr)">
48253         <size>0</size>
48254       </method>
48255       <method name="UInt32 Invoke()">
48256         <size>0</size>
48257       </method>
48258       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48259         <size>0</size>
48260       </method>
48261       <method name="UInt32 EndInvoke(IAsyncResult)">
48262         <size>0</size>
48263       </method>
48264     </type>
48265     <type name="MyDelegate">
48266       <method name="Void .ctor(Object, IntPtr)">
48267         <size>0</size>
48268       </method>
48269       <method name="UInt32 Invoke()">
48270         <size>0</size>
48271       </method>
48272       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
48273         <size>0</size>
48274       </method>
48275       <method name="UInt32 EndInvoke(IAsyncResult)">
48276         <size>0</size>
48277       </method>
48278     </type>
48279   </test>
48280   <test name="test-cls-07.cs">
48281     <type name="aa.I1">
48282       <method name="Void .ctor()">
48283         <size>7</size>
48284       </method>
48285     </type>
48286     <type name="CLSClass">
48287       <method name="Void .ctor()">
48288         <size>7</size>
48289       </method>
48290       <method name="Void Main()">
48291         <size>1</size>
48292       </method>
48293     </type>
48294   </test>
48295   <test name="test-cls-10.cs">
48296     <type name="MainClass">
48297       <method name="Void .ctor()">
48298         <size>7</size>
48299       </method>
48300       <method name="Void Main()">
48301         <size>1</size>
48302       </method>
48303     </type>
48304   </test>
48305   <test name="test-cls-11.cs">
48306     <type name="CLSClass">
48307       <method name="Void .ctor()">
48308         <size>7</size>
48309       </method>
48310       <method name="Void Test(IComparable)">
48311         <size>0</size>
48312       </method>
48313     </type>
48314     <type name="CLSCLass_2">
48315       <method name="Void .ctor()">
48316         <size>7</size>
48317       </method>
48318       <method name="Void Test()">
48319         <size>0</size>
48320       </method>
48321     </type>
48322     <type name="CLSClass_3">
48323       <method name="Void .ctor()">
48324         <size>7</size>
48325       </method>
48326       <method name="Void Test()">
48327         <size>0</size>
48328       </method>
48329     </type>
48330     <type name="MainClass">
48331       <method name="Void .ctor()">
48332         <size>7</size>
48333       </method>
48334       <method name="Void Main()">
48335         <size>1</size>
48336       </method>
48337     </type>
48338   </test>
48339   <test name="test-cls-12.cs">
48340     <type name="MainClass">
48341       <method name="Void .ctor()">
48342         <size>7</size>
48343       </method>
48344       <method name="Void Main()">
48345         <size>1</size>
48346       </method>
48347     </type>
48348   </test>
48349   <test name="test-cls-14.cs">
48350     <type name="CLSClass">
48351       <method name="Void .ctor()">
48352         <size>7</size>
48353       </method>
48354       <method name="Void Error(Boolean)">
48355         <size>1</size>
48356       </method>
48357       <method name="CLSClass op_Implicit(Byte)">
48358         <size>6</size>
48359       </method>
48360     </type>
48361     <type name="MainClass">
48362       <method name="Void .ctor()">
48363         <size>7</size>
48364       </method>
48365       <method name="Void Main()">
48366         <size>1</size>
48367       </method>
48368     </type>
48369   </test>
48370   <test name="test-cls-15.cs">
48371     <type name="CLSAttribute_1">
48372       <method name="Void .ctor(Int32[])">
48373         <size>7</size>
48374       </method>
48375       <method name="Void .ctor(Int32)">
48376         <size>7</size>
48377       </method>
48378     </type>
48379     <type name="CLSAttribute_2">
48380       <method name="Void .ctor(Int32)">
48381         <size>7</size>
48382       </method>
48383     </type>
48384     <type name="CLSAttribute_3">
48385       <method name="Void .ctor(Int32[])">
48386         <size>7</size>
48387       </method>
48388     </type>
48389     <type name="CLSAttribute_4">
48390       <method name="Void .ctor(Int32[])">
48391         <size>7</size>
48392       </method>
48393     </type>
48394     <type name="ClassMain">
48395       <method name="Void .ctor()">
48396         <size>7</size>
48397       </method>
48398       <method name="Void Main()">
48399         <size>1</size>
48400       </method>
48401     </type>
48402   </test>
48403   <test name="test-cls-16.cs">
48404     <type name="CLSAttribute">
48405       <method name="Void .ctor(Boolean[])">
48406         <size>7</size>
48407       </method>
48408     </type>
48409     <type name="ClassMain">
48410       <method name="Void .ctor()">
48411         <size>7</size>
48412       </method>
48413       <method name="Void Main()">
48414         <size>1</size>
48415       </method>
48416     </type>
48417   </test>
48418   <test name="test-cls-17.cs">
48419     <type name="Foo">
48420       <method name="Void .ctor()">
48421         <size>7</size>
48422       </method>
48423       <method name="Void Main()">
48424         <size>1</size>
48425       </method>
48426     </type>
48427   </test>
48428   <test name="test-cls-18.cs">
48429     <type name="Base">
48430       <method name="Void .ctor()">
48431         <size>7</size>
48432       </method>
48433       <method name="Void Test(System.Int32[])">
48434         <size>1</size>
48435       </method>
48436     </type>
48437     <type name="CLSClass">
48438       <method name="Void .ctor()">
48439         <size>7</size>
48440       </method>
48441       <method name="Void Test(System.Int32[])">
48442         <size>1</size>
48443       </method>
48444       <method name="Void Main()">
48445         <size>1</size>
48446       </method>
48447     </type>
48448   </test>
48449   <test name="test-cls-19.cs">
48450     <type name="A">
48451       <method name="Void Main()">
48452         <size>1</size>
48453       </method>
48454       <method name="Void .ctor()">
48455         <size>7</size>
48456       </method>
48457     </type>
48458     <type name="A+PartialClass">
48459       <method name="Void Method1(Int32)">
48460         <size>1</size>
48461       </method>
48462       <method name="Void Method2(UInt32)">
48463         <size>1</size>
48464       </method>
48465       <method name="Void Method3(UInt32)">
48466         <size>1</size>
48467       </method>
48468       <method name="Void .ctor()">
48469         <size>7</size>
48470       </method>
48471     </type>
48472   </test>
48473   <test name="test-externalias-01.cs">
48474     <type name="Test">
48475       <method name="Void .ctor()">
48476         <size>7</size>
48477       </method>
48478       <method name="Int32 Main()">
48479         <size>64</size>
48480       </method>
48481     </type>
48482   </test>
48483   <test name="test-externalias-02.cs">
48484     <type name="Test">
48485       <method name="Void .ctor()">
48486         <size>7</size>
48487       </method>
48488       <method name="Int32 Main()">
48489         <size>64</size>
48490       </method>
48491     </type>
48492   </test>
48493   <test name="test-externalias-03.cs">
48494     <type name="Test">
48495       <method name="Void .ctor()">
48496         <size>7</size>
48497       </method>
48498       <method name="Int32 Main()">
48499         <size>64</size>
48500       </method>
48501     </type>
48502   </test>
48503   <test name="test-externalias-04.cs">
48504     <type name="Test">
48505       <method name="Void .ctor()">
48506         <size>7</size>
48507       </method>
48508       <method name="Int32 Main()">
48509         <size>64</size>
48510       </method>
48511     </type>
48512   </test>
48513   <test name="test-externalias-05.cs">
48514     <type name="Test">
48515       <method name="Void .ctor()">
48516         <size>7</size>
48517       </method>
48518       <method name="Void Main()">
48519         <size>21</size>
48520       </method>
48521     </type>
48522   </test>
48523   <test name="test-externalias-06.cs">
48524     <type name="MyAssembly01.Test">
48525       <method name="Void .ctor()">
48526         <size>7</size>
48527       </method>
48528     </type>
48529     <type name="MyAssembly01.Namespace1.Test">
48530       <method name="Void .ctor()">
48531         <size>7</size>
48532       </method>
48533     </type>
48534     <type name="MyAssembly02.Test">
48535       <method name="Void .ctor()">
48536         <size>7</size>
48537       </method>
48538     </type>
48539     <type name="MyAssembly02.Namespace1.Test">
48540       <method name="Void .ctor()">
48541         <size>7</size>
48542       </method>
48543     </type>
48544     <type name="Test">
48545       <method name="Void .ctor()">
48546         <size>7</size>
48547       </method>
48548       <method name="Void Main()">
48549         <size>1</size>
48550       </method>
48551     </type>
48552   </test>
48553   <test name="test-externalias-07.cs">
48554     <type name="NS.MyClass">
48555       <method name="Void .ctor()">
48556         <size>7</size>
48557       </method>
48558       <method name="Int32 GetInt()">
48559         <size>6</size>
48560       </method>
48561     </type>
48562     <type name="Test">
48563       <method name="Void .ctor()">
48564         <size>7</size>
48565       </method>
48566       <method name="Int32 Main()">
48567         <size>15</size>
48568       </method>
48569     </type>
48570   </test>
48571   <test name="test-externalias-08.cs">
48572     <type name="Test">
48573       <method name="Void .ctor()">
48574         <size>7</size>
48575       </method>
48576       <method name="Int32 Main()">
48577         <size>54</size>
48578       </method>
48579     </type>
48580   </test>
48581   <test name="test-externalias-09.cs">
48582     <type name="Test">
48583       <method name="Void .ctor()">
48584         <size>7</size>
48585       </method>
48586       <method name="Int32 Main()">
48587         <size>8</size>
48588       </method>
48589     </type>
48590   </test>
48591   <test name="test-iter-01.cs">
48592     <type name="X">
48593       <method name="Void .ctor()">
48594         <size>7</size>
48595       </method>
48596       <method name="IEnumerator GetIt()">
48597         <size>8</size>
48598       </method>
48599       <method name="IEnumerable GetIt2()">
48600         <size>16</size>
48601       </method>
48602       <method name="Int32 Main()">
48603         <size>173</size>
48604       </method>
48605     </type>
48606     <type name="X+&lt;GetIt&gt;c__Iterator0">
48607       <method name="Void .ctor()">
48608         <size>7</size>
48609       </method>
48610       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48611         <size>7</size>
48612       </method>
48613       <method name="Boolean MoveNext()">
48614         <size>126</size>
48615       </method>
48616       <method name="Void Dispose()">
48617         <size>8</size>
48618       </method>
48619       <method name="Void Reset()">
48620         <size>6</size>
48621       </method>
48622     </type>
48623     <type name="X+&lt;GetIt2&gt;c__Iterator1">
48624       <method name="Void .ctor()">
48625         <size>7</size>
48626       </method>
48627       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48628         <size>7</size>
48629       </method>
48630       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48631         <size>7</size>
48632       </method>
48633       <method name="Boolean MoveNext()">
48634         <size>126</size>
48635       </method>
48636       <method name="Void Dispose()">
48637         <size>8</size>
48638       </method>
48639       <method name="Void Reset()">
48640         <size>6</size>
48641       </method>
48642     </type>
48643     <type name="X+&lt;GetIt&gt;c__Iterator0">
48644       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48645         <size>7</size>
48646       </method>
48647     </type>
48648     <type name="X+&lt;GetIt2&gt;c__Iterator1">
48649       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48650         <size>7</size>
48651       </method>
48652       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48653         <size>26</size>
48654       </method>
48655     </type>
48656   </test>
48657   <test name="test-iter-02.cs">
48658     <type name="X">
48659       <method name="Void .ctor()">
48660         <size>7</size>
48661       </method>
48662       <method name="IEnumerator GetRange()">
48663         <size>8</size>
48664       </method>
48665       <method name="Int32 Main()">
48666         <size>88</size>
48667       </method>
48668     </type>
48669     <type name="X+&lt;GetRange&gt;c__Iterator0">
48670       <method name="Void .ctor()">
48671         <size>7</size>
48672       </method>
48673       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48674         <size>7</size>
48675       </method>
48676       <method name="Boolean MoveNext()">
48677         <size>173</size>
48678       </method>
48679       <method name="Void Dispose()">
48680         <size>8</size>
48681       </method>
48682       <method name="Void Reset()">
48683         <size>6</size>
48684       </method>
48685       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48686         <size>7</size>
48687       </method>
48688     </type>
48689   </test>
48690   <test name="test-iter-03.cs">
48691     <type name="X">
48692       <method name="Void .ctor()">
48693         <size>7</size>
48694       </method>
48695       <method name="IEnumerable GetIt(System.Int32[])">
48696         <size>30</size>
48697       </method>
48698       <method name="IEnumerable GetMulti(System.Int32[,])">
48699         <size>30</size>
48700       </method>
48701       <method name="Int32 Main()">
48702         <size>248</size>
48703       </method>
48704     </type>
48705     <type name="&lt;PrivateImplementationDetails&gt;">
48706       <method name="Void .ctor()">
48707         <size>7</size>
48708       </method>
48709     </type>
48710     <type name="X+&lt;GetIt&gt;c__Iterator0">
48711       <method name="Void .ctor()">
48712         <size>7</size>
48713       </method>
48714       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48715         <size>7</size>
48716       </method>
48717       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48718         <size>7</size>
48719       </method>
48720       <method name="Boolean MoveNext()">
48721         <size>151</size>
48722       </method>
48723       <method name="Void Dispose()">
48724         <size>8</size>
48725       </method>
48726       <method name="Void Reset()">
48727         <size>6</size>
48728       </method>
48729     </type>
48730     <type name="X+&lt;GetMulti&gt;c__Iterator1">
48731       <method name="Void .ctor()">
48732         <size>7</size>
48733       </method>
48734       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48735         <size>7</size>
48736       </method>
48737       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48738         <size>7</size>
48739       </method>
48740       <method name="Boolean MoveNext()">
48741         <size>238</size>
48742       </method>
48743       <method name="Void Dispose()">
48744         <size>8</size>
48745       </method>
48746       <method name="Void Reset()">
48747         <size>6</size>
48748       </method>
48749     </type>
48750     <type name="X+&lt;GetIt&gt;c__Iterator0">
48751       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48752         <size>7</size>
48753       </method>
48754       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48755         <size>40</size>
48756       </method>
48757     </type>
48758     <type name="X+&lt;GetMulti&gt;c__Iterator1">
48759       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48760         <size>7</size>
48761       </method>
48762       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48763         <size>40</size>
48764       </method>
48765     </type>
48766   </test>
48767   <test name="test-iter-04.cs">
48768     <type name="X">
48769       <method name="Void .ctor()">
48770         <size>7</size>
48771       </method>
48772       <method name="IEnumerable GetRange(Int32, Int32)">
48773         <size>44</size>
48774       </method>
48775       <method name="Void Main()">
48776         <size>100</size>
48777       </method>
48778     </type>
48779     <type name="X+&lt;GetRange&gt;c__Iterator0">
48780       <method name="Void .ctor()">
48781         <size>7</size>
48782       </method>
48783       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48784         <size>7</size>
48785       </method>
48786       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48787         <size>7</size>
48788       </method>
48789       <method name="Boolean MoveNext()">
48790         <size>123</size>
48791       </method>
48792       <method name="Void Dispose()">
48793         <size>8</size>
48794       </method>
48795       <method name="Void Reset()">
48796         <size>6</size>
48797       </method>
48798       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48799         <size>7</size>
48800       </method>
48801       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48802         <size>52</size>
48803       </method>
48804     </type>
48805   </test>
48806   <test name="test-iter-05.cs">
48807     <type name="X">
48808       <method name="Void .ctor()">
48809         <size>7</size>
48810       </method>
48811       <method name="IEnumerable GetIt()">
48812         <size>16</size>
48813       </method>
48814       <method name="Int32 Main()">
48815         <size>106</size>
48816       </method>
48817     </type>
48818     <type name="List">
48819       <method name="Void .ctor(Int32)">
48820         <size>19</size>
48821       </method>
48822       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48823         <size>12</size>
48824       </method>
48825       <method name="Void Add(Int32)">
48826         <size>26</size>
48827       </method>
48828       <method name="MyEnumerator GetEnumerator()">
48829         <size>7</size>
48830       </method>
48831     </type>
48832     <type name="X+&lt;GetIt&gt;c__Iterator0">
48833       <method name="Void .ctor()">
48834         <size>7</size>
48835       </method>
48836       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48837         <size>7</size>
48838       </method>
48839       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48840         <size>7</size>
48841       </method>
48842       <method name="Boolean MoveNext()">
48843         <size>183</size>
48844       </method>
48845       <method name="Void Dispose()">
48846         <size>8</size>
48847       </method>
48848       <method name="Void Reset()">
48849         <size>6</size>
48850       </method>
48851     </type>
48852     <type name="List+MyEnumerator">
48853       <method name="Void .ctor(List)">
48854         <size>15</size>
48855       </method>
48856       <method name="System.Object get_Current()">
48857         <size>24</size>
48858       </method>
48859       <method name="Boolean MoveNext()">
48860         <size>31</size>
48861       </method>
48862       <method name="Void Reset()">
48863         <size>8</size>
48864       </method>
48865     </type>
48866     <type name="X+&lt;GetIt&gt;c__Iterator0">
48867       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48868         <size>7</size>
48869       </method>
48870       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48871         <size>26</size>
48872       </method>
48873     </type>
48874   </test>
48875   <test name="test-iter-06.cs">
48876     <type name="X">
48877       <method name="Void .ctor()">
48878         <size>7</size>
48879       </method>
48880       <method name="IEnumerable Get(Int32)">
48881         <size>30</size>
48882       </method>
48883       <method name="IEnumerable GetS(Int32)">
48884         <size>30</size>
48885       </method>
48886       <method name="Int32 Main()">
48887         <size>407</size>
48888       </method>
48889     </type>
48890     <type name="S+&lt;Get&gt;c__Iterator0">
48891       <method name="Void .ctor()">
48892         <size>7</size>
48893       </method>
48894       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48895         <size>7</size>
48896       </method>
48897       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48898         <size>7</size>
48899       </method>
48900       <method name="Boolean MoveNext()">
48901         <size>183</size>
48902       </method>
48903       <method name="Void Dispose()">
48904         <size>8</size>
48905       </method>
48906       <method name="Void Reset()">
48907         <size>6</size>
48908       </method>
48909     </type>
48910     <type name="S+&lt;GetS&gt;c__Iterator1">
48911       <method name="Void .ctor()">
48912         <size>7</size>
48913       </method>
48914       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48915         <size>7</size>
48916       </method>
48917       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48918         <size>7</size>
48919       </method>
48920       <method name="Boolean MoveNext()">
48921         <size>136</size>
48922       </method>
48923       <method name="Void Dispose()">
48924         <size>8</size>
48925       </method>
48926       <method name="Void Reset()">
48927         <size>6</size>
48928       </method>
48929     </type>
48930     <type name="X+&lt;Get&gt;c__Iterator2">
48931       <method name="Void .ctor()">
48932         <size>7</size>
48933       </method>
48934       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48935         <size>7</size>
48936       </method>
48937       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48938         <size>7</size>
48939       </method>
48940       <method name="Boolean MoveNext()">
48941         <size>131</size>
48942       </method>
48943       <method name="Void Dispose()">
48944         <size>8</size>
48945       </method>
48946       <method name="Void Reset()">
48947         <size>6</size>
48948       </method>
48949     </type>
48950     <type name="X+&lt;GetS&gt;c__Iterator3">
48951       <method name="Void .ctor()">
48952         <size>7</size>
48953       </method>
48954       <method name="System.Object System.Collections.IEnumerator.get_Current()">
48955         <size>7</size>
48956       </method>
48957       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
48958         <size>7</size>
48959       </method>
48960       <method name="Boolean MoveNext()">
48961         <size>136</size>
48962       </method>
48963       <method name="Void Dispose()">
48964         <size>8</size>
48965       </method>
48966       <method name="Void Reset()">
48967         <size>6</size>
48968       </method>
48969     </type>
48970     <type name="S">
48971       <method name="IEnumerable Get(Int32)">
48972         <size>42</size>
48973       </method>
48974       <method name="IEnumerable GetS(Int32)">
48975         <size>30</size>
48976       </method>
48977     </type>
48978     <type name="S+&lt;Get&gt;c__Iterator0">
48979       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48980         <size>7</size>
48981       </method>
48982       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48983         <size>52</size>
48984       </method>
48985     </type>
48986     <type name="S+&lt;GetS&gt;c__Iterator1">
48987       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48988         <size>7</size>
48989       </method>
48990       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48991         <size>40</size>
48992       </method>
48993     </type>
48994     <type name="X+&lt;Get&gt;c__Iterator2">
48995       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
48996         <size>7</size>
48997       </method>
48998       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
48999         <size>40</size>
49000       </method>
49001     </type>
49002     <type name="X+&lt;GetS&gt;c__Iterator3">
49003       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49004         <size>7</size>
49005       </method>
49006       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49007         <size>40</size>
49008       </method>
49009     </type>
49010   </test>
49011   <test name="test-iter-07.cs">
49012     <type name="Test">
49013       <method name="Void .ctor()">
49014         <size>7</size>
49015       </method>
49016       <method name="IEnumerable Foo(Int32)">
49017         <size>30</size>
49018       </method>
49019     </type>
49020     <type name="X">
49021       <method name="Void .ctor()">
49022         <size>7</size>
49023       </method>
49024       <method name="Int32 Main()">
49025         <size>374</size>
49026       </method>
49027     </type>
49028     <type name="Test+&lt;Foo&gt;c__Iterator0">
49029       <method name="Void .ctor()">
49030         <size>7</size>
49031       </method>
49032       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49033         <size>7</size>
49034       </method>
49035       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
49036         <size>7</size>
49037       </method>
49038       <method name="Boolean MoveNext()">
49039         <size>253</size>
49040       </method>
49041       <method name="Void Dispose()">
49042         <size>112</size>
49043       </method>
49044       <method name="Void Reset()">
49045         <size>6</size>
49046       </method>
49047       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49048         <size>7</size>
49049       </method>
49050       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49051         <size>40</size>
49052       </method>
49053     </type>
49054   </test>
49055   <test name="test-iter-08.cs">
49056     <type name="Foo">
49057       <method name="Void .ctor(Int32)">
49058         <size>14</size>
49059       </method>
49060       <method name="Void Dispose()">
49061         <size>8</size>
49062       </method>
49063     </type>
49064     <type name="X">
49065       <method name="Void .ctor()">
49066         <size>7</size>
49067       </method>
49068       <method name="IEnumerable Test(Int32, Int32)">
49069         <size>44</size>
49070       </method>
49071       <method name="Int32 Main()">
49072         <size>169</size>
49073       </method>
49074     </type>
49075     <type name="X+&lt;Test&gt;c__Iterator0">
49076       <method name="Void .ctor()">
49077         <size>7</size>
49078       </method>
49079       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49080         <size>7</size>
49081       </method>
49082       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
49083         <size>7</size>
49084       </method>
49085       <method name="Boolean MoveNext()">
49086         <size>360</size>
49087       </method>
49088       <method name="Void Dispose()">
49089         <size>102</size>
49090       </method>
49091       <method name="Void Reset()">
49092         <size>6</size>
49093       </method>
49094       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49095         <size>7</size>
49096       </method>
49097       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49098         <size>52</size>
49099       </method>
49100     </type>
49101   </test>
49102   <test name="test-iter-09.cs">
49103     <type name="Tester">
49104       <method name="Void .ctor()">
49105         <size>153</size>
49106       </method>
49107       <method name="IEnumerator GetEnumerator()">
49108         <size>15</size>
49109       </method>
49110     </type>
49111     <type name="Test">
49112       <method name="Void .ctor()">
49113         <size>7</size>
49114       </method>
49115       <method name="Int32 Main()">
49116         <size>270</size>
49117       </method>
49118     </type>
49119     <type name="Tester+&lt;GetEnumerator&gt;c__Iterator0">
49120       <method name="Void .ctor()">
49121         <size>7</size>
49122       </method>
49123       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49124         <size>7</size>
49125       </method>
49126       <method name="Boolean MoveNext()">
49127         <size>625</size>
49128       </method>
49129       <method name="Void Dispose()">
49130         <size>84</size>
49131       </method>
49132       <method name="Void Reset()">
49133         <size>6</size>
49134       </method>
49135       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49136         <size>7</size>
49137       </method>
49138     </type>
49139   </test>
49140   <test name="test-iter-10.cs">
49141     <type name="X">
49142       <method name="Void .ctor()">
49143         <size>7</size>
49144       </method>
49145       <method name="IEnumerator get_GetIt()">
49146         <size>8</size>
49147       </method>
49148       <method name="Void set_GetIt(IEnumerator)">
49149         <size>1</size>
49150       </method>
49151       <method name="IEnumerable get_Item(Int32)">
49152         <size>30</size>
49153       </method>
49154       <method name="Void set_Item(Int32, IEnumerable)">
49155         <size>1</size>
49156       </method>
49157       <method name="Int32 Main()">
49158         <size>186</size>
49159       </method>
49160     </type>
49161     <type name="X+&lt;&gt;c__Iterator0">
49162       <method name="Void .ctor()">
49163         <size>7</size>
49164       </method>
49165       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49166         <size>7</size>
49167       </method>
49168       <method name="Boolean MoveNext()">
49169         <size>126</size>
49170       </method>
49171       <method name="Void Dispose()">
49172         <size>8</size>
49173       </method>
49174       <method name="Void Reset()">
49175         <size>6</size>
49176       </method>
49177     </type>
49178     <type name="X+&lt;&gt;c__Iterator1">
49179       <method name="Void .ctor()">
49180         <size>7</size>
49181       </method>
49182       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49183         <size>7</size>
49184       </method>
49185       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
49186         <size>7</size>
49187       </method>
49188       <method name="Boolean MoveNext()">
49189         <size>145</size>
49190       </method>
49191       <method name="Void Dispose()">
49192         <size>8</size>
49193       </method>
49194       <method name="Void Reset()">
49195         <size>6</size>
49196       </method>
49197     </type>
49198     <type name="X+&lt;&gt;c__Iterator0">
49199       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49200         <size>7</size>
49201       </method>
49202     </type>
49203     <type name="X+&lt;&gt;c__Iterator1">
49204       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49205         <size>7</size>
49206       </method>
49207       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49208         <size>40</size>
49209       </method>
49210     </type>
49211   </test>
49212   <test name="test-iter-11.cs">
49213     <type name="X">
49214       <method name="Void .ctor()">
49215         <size>7</size>
49216       </method>
49217       <method name="Void add_Hook(System.EventHandler)">
49218         <size>24</size>
49219       </method>
49220       <method name="Void remove_Hook(System.EventHandler)">
49221         <size>24</size>
49222       </method>
49223       <method name="IEnumerator Pipeline()">
49224         <size>15</size>
49225       </method>
49226       <method name="Void M(System.Object, System.EventArgs)">
49227         <size>11</size>
49228       </method>
49229       <method name="Void Main()">
49230         <size>55</size>
49231       </method>
49232     </type>
49233     <type name="X+&lt;Pipeline&gt;c__Iterator0">
49234       <method name="Void .ctor()">
49235         <size>7</size>
49236       </method>
49237       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49238         <size>7</size>
49239       </method>
49240       <method name="Boolean MoveNext()">
49241         <size>124</size>
49242       </method>
49243       <method name="Void Dispose()">
49244         <size>8</size>
49245       </method>
49246       <method name="Void Reset()">
49247         <size>6</size>
49248       </method>
49249       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49250         <size>7</size>
49251       </method>
49252     </type>
49253   </test>
49254   <test name="test-iter-12.cs">
49255     <type name="X">
49256       <method name="Void .ctor()">
49257         <size>7</size>
49258       </method>
49259       <method name="IEnumerable a()">
49260         <size>23</size>
49261       </method>
49262       <method name="Void Main()">
49263         <size>1</size>
49264       </method>
49265     </type>
49266     <type name="X+&lt;a&gt;c__Iterator0">
49267       <method name="Void .ctor()">
49268         <size>7</size>
49269       </method>
49270       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49271         <size>7</size>
49272       </method>
49273       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
49274         <size>7</size>
49275       </method>
49276       <method name="Boolean MoveNext()">
49277         <size>165</size>
49278       </method>
49279       <method name="Void Dispose()">
49280         <size>55</size>
49281       </method>
49282       <method name="Void Reset()">
49283         <size>6</size>
49284       </method>
49285       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49286         <size>7</size>
49287       </method>
49288       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49289         <size>40</size>
49290       </method>
49291     </type>
49292   </test>
49293   <test name="test-iter-13.cs">
49294     <type name="Test">
49295       <method name="Void .ctor()">
49296         <size>7</size>
49297       </method>
49298       <method name="Void .cctor()">
49299         <size>11</size>
49300       </method>
49301       <method name="Void Main()">
49302         <size>1</size>
49303       </method>
49304       <method name="IEnumerable syntax_error(System.Object, System.Object)">
49305         <size>16</size>
49306       </method>
49307     </type>
49308     <type name="Test+Yp">
49309       <method name="Void .ctor()">
49310         <size>7</size>
49311       </method>
49312       <method name="IEnumerable fail()">
49313         <size>2</size>
49314       </method>
49315     </type>
49316     <type name="Test+&lt;syntax_error&gt;c__Iterator0">
49317       <method name="Void .ctor()">
49318         <size>7</size>
49319       </method>
49320       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49321         <size>7</size>
49322       </method>
49323       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
49324         <size>7</size>
49325       </method>
49326       <method name="Boolean MoveNext()">
49327         <size>27</size>
49328       </method>
49329       <method name="Void Dispose()">
49330         <size>8</size>
49331       </method>
49332       <method name="Void Reset()">
49333         <size>6</size>
49334       </method>
49335       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49336         <size>7</size>
49337       </method>
49338       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49339         <size>26</size>
49340       </method>
49341     </type>
49342   </test>
49343   <test name="test-named-01.cs">
49344     <type name="A">
49345       <method name="Void .ctor()">
49346         <size>13</size>
49347       </method>
49348       <method name="Void .ctor(Object)">
49349         <size>7</size>
49350       </method>
49351       <method name="Void set_Item(Int32, Int32)">
49352         <size>8</size>
49353       </method>
49354     </type>
49355     <type name="B">
49356       <method name="Void .ctor()">
49357         <size>12</size>
49358       </method>
49359       <method name="Void set_Item(Int32, Int32)">
49360         <size>11</size>
49361       </method>
49362     </type>
49363     <type name="XAttribute">
49364       <method name="Void .ctor(Int32)">
49365         <size>7</size>
49366       </method>
49367     </type>
49368     <type name="M">
49369       <method name="Void .ctor()">
49370         <size>7</size>
49371       </method>
49372       <method name="Void Foo(Int32)">
49373         <size>1</size>
49374       </method>
49375       <method name="Int32 Main()">
49376         <size>48</size>
49377       </method>
49378     </type>
49379   </test>
49380   <test name="test-named-02.cs">
49381     <type name="A">
49382       <method name="Void .ctor()">
49383         <size>7</size>
49384       </method>
49385       <method name="Void set_Item(Int32, Int32)">
49386         <size>29</size>
49387       </method>
49388       <method name="Int32 get_Item(Int32)">
49389         <size>28</size>
49390       </method>
49391     </type>
49392     <type name="MyPoint">
49393       <method name="Void .ctor(Int32, Int32)">
49394         <size>15</size>
49395       </method>
49396     </type>
49397     <type name="C">
49398       <method name="Void .ctor()">
49399         <size>7</size>
49400       </method>
49401       <method name="Decimal Foo(Decimal, Decimal)">
49402         <size>2</size>
49403       </method>
49404       <method name="System.String Bar(Int32, System.String, Char)">
49405         <size>20</size>
49406       </method>
49407       <method name="Int32 Test(Int32, Int32)">
49408         <size>30</size>
49409       </method>
49410       <method name="Int32 Main()">
49411         <size>279</size>
49412       </method>
49413     </type>
49414   </test>
49415   <test name="test-named-03.cs">
49416     <type name="C">
49417       <method name="Void .ctor()">
49418         <size>7</size>
49419       </method>
49420       <method name="Int32 TestInt(Int32)">
49421         <size>3</size>
49422       </method>
49423       <method name="Int32 Main()">
49424         <size>23</size>
49425       </method>
49426     </type>
49427     <type name="C+IntDelegate">
49428       <method name="Void .ctor(Object, IntPtr)">
49429         <size>0</size>
49430       </method>
49431       <method name="Int32 Invoke(Int32)">
49432         <size>0</size>
49433       </method>
49434       <method name="IAsyncResult BeginInvoke(Int32, System.AsyncCallback, System.Object)">
49435         <size>0</size>
49436       </method>
49437       <method name="Int32 EndInvoke(IAsyncResult)">
49438         <size>0</size>
49439       </method>
49440     </type>
49441   </test>
49442   <test name="test-named-04.cs">
49443     <type name="Program">
49444       <method name="Void Foo2(Int32, Int32 ByRef)">
49445         <size>40</size>
49446       </method>
49447       <method name="Int32 Main()">
49448         <size>239</size>
49449       </method>
49450       <method name="Void .ctor()">
49451         <size>7</size>
49452       </method>
49453     </type>
49454   </test>
49455   <test name="test-partial-01.cs">
49456     <type name="Foo.Hello">
49457       <method name="Void .ctor()">
49458         <size>7</size>
49459       </method>
49460       <method name="Void .cctor()">
49461         <size>7</size>
49462       </method>
49463     </type>
49464     <type name="Bar.Hello">
49465       <method name="Void .ctor()">
49466         <size>7</size>
49467       </method>
49468       <method name="Void .cctor()">
49469         <size>8</size>
49470       </method>
49471     </type>
49472     <type name="X.Test">
49473       <method name="Void .ctor()">
49474         <size>7</size>
49475       </method>
49476       <method name="Int32 FooWorld()">
49477         <size>6</size>
49478       </method>
49479       <method name="Int32 BarWorld()">
49480         <size>6</size>
49481       </method>
49482     </type>
49483     <type name="Y">
49484       <method name="Void .ctor()">
49485         <size>7</size>
49486       </method>
49487       <method name="Int32 Main()">
49488         <size>29</size>
49489       </method>
49490     </type>
49491   </test>
49492   <test name="test-partial-02.cs">
49493     <type name="Test1.Base">
49494       <method name="Void .ctor()">
49495         <size>7</size>
49496       </method>
49497     </type>
49498     <type name="Test1.Foo">
49499       <method name="Void .ctor()">
49500         <size>7</size>
49501       </method>
49502     </type>
49503     <type name="Test2.Foo">
49504       <method name="Void .ctor()">
49505         <size>7</size>
49506       </method>
49507     </type>
49508     <type name="ReflectedType">
49509       <method name="Void .ctor()">
49510         <size>7</size>
49511       </method>
49512     </type>
49513     <type name="D">
49514       <method name="Void .ctor()">
49515         <size>7</size>
49516       </method>
49517     </type>
49518     <type name="X">
49519       <method name="Void .ctor()">
49520         <size>7</size>
49521       </method>
49522       <method name="Void Main()">
49523         <size>1</size>
49524       </method>
49525     </type>
49526   </test>
49527   <test name="test-partial-03.cs">
49528     <type name="Test">
49529       <method name="Void .ctor()">
49530         <size>18</size>
49531       </method>
49532       <method name="Int32 TestFoo()">
49533         <size>13</size>
49534       </method>
49535       <method name="Int32 TestIFoo(IFoo)">
49536         <size>8</size>
49537       </method>
49538     </type>
49539     <type name="Test+Foo">
49540       <method name="Void .ctor()">
49541         <size>7</size>
49542       </method>
49543       <method name="Int32 Test.IFoo.Hello(Test)">
49544         <size>2</size>
49545       </method>
49546       <method name="Int32 Hello(Test)">
49547         <size>2</size>
49548       </method>
49549     </type>
49550     <type name="X">
49551       <method name="Void .ctor()">
49552         <size>7</size>
49553       </method>
49554       <method name="Int32 Main()">
49555         <size>42</size>
49556       </method>
49557     </type>
49558   </test>
49559   <test name="test-partial-04.cs">
49560     <type name="B.Test">
49561       <method name="Void .ctor()">
49562         <size>7</size>
49563       </method>
49564       <method name="Void A.IFoo.Hello(IFoo)">
49565         <size>1</size>
49566       </method>
49567     </type>
49568     <type name="X">
49569       <method name="Void .ctor()">
49570         <size>7</size>
49571       </method>
49572       <method name="Void Main()">
49573         <size>1</size>
49574       </method>
49575     </type>
49576   </test>
49577   <test name="test-partial-05.cs">
49578     <type name="B">
49579       <method name="Void .ctor()">
49580         <size>7</size>
49581       </method>
49582     </type>
49583     <type name="A">
49584       <method name="Void .ctor()">
49585         <size>7</size>
49586       </method>
49587     </type>
49588     <type name="A2">
49589       <method name="Void .ctor()">
49590         <size>7</size>
49591       </method>
49592     </type>
49593     <type name="D">
49594       <method name="Void .ctor()">
49595         <size>7</size>
49596       </method>
49597       <method name="Void Main()">
49598         <size>1</size>
49599       </method>
49600     </type>
49601   </test>
49602   <test name="test-partial-06.cs">
49603     <type name="Foo">
49604       <method name="Void .ctor()">
49605         <size>7</size>
49606       </method>
49607       <method name="Void Finalize()">
49608         <size>13</size>
49609       </method>
49610     </type>
49611     <type name="B">
49612       <method name="Void .ctor()">
49613         <size>7</size>
49614       </method>
49615       <method name="Void Main()">
49616         <size>1</size>
49617       </method>
49618     </type>
49619   </test>
49620   <test name="test-partial-07.cs">
49621     <type name="Test">
49622       <method name="Void .ctor()">
49623         <size>7</size>
49624       </method>
49625     </type>
49626     <type name="TestAttribute">
49627       <method name="Void .ctor()">
49628         <size>7</size>
49629       </method>
49630     </type>
49631     <type name="Test2Attribute">
49632       <method name="Void .ctor()">
49633         <size>7</size>
49634       </method>
49635     </type>
49636     <type name="X">
49637       <method name="Void .ctor()">
49638         <size>7</size>
49639       </method>
49640       <method name="Int32 Main()">
49641         <size>62</size>
49642       </method>
49643     </type>
49644   </test>
49645   <test name="test-partial-08.cs">
49646     <type name="Foo">
49647       <method name="Void .ctor()">
49648         <size>7</size>
49649       </method>
49650       <method name="System.String get_Id()">
49651         <size>7</size>
49652       </method>
49653     </type>
49654     <type name="PartialAbstractCompilationError">
49655       <method name="Void .ctor()">
49656         <size>7</size>
49657       </method>
49658       <method name="Int32 Main()">
49659         <size>54</size>
49660       </method>
49661     </type>
49662   </test>
49663   <test name="test-partial-09.cs">
49664     <type name="Foo">
49665       <method name="Void .ctor()">
49666         <size>7</size>
49667       </method>
49668       <method name="System.String get_Id()">
49669         <size>7</size>
49670       </method>
49671     </type>
49672     <type name="Bar">
49673       <method name="Void .ctor(String)">
49674         <size>14</size>
49675       </method>
49676     </type>
49677     <type name="PartialAbstractCompilationError">
49678       <method name="Void .ctor()">
49679         <size>7</size>
49680       </method>
49681       <method name="Void Main()">
49682         <size>21</size>
49683       </method>
49684     </type>
49685   </test>
49686   <test name="test-partial-10.cs">
49687     <type name="Test2.Foo">
49688       <method name="Void .ctor()">
49689         <size>7</size>
49690       </method>
49691       <method name="Void .cctor()">
49692         <size>15</size>
49693       </method>
49694     </type>
49695     <type name="X">
49696       <method name="Void .ctor()">
49697         <size>7</size>
49698       </method>
49699       <method name="Int32 Main()">
49700         <size>68</size>
49701       </method>
49702     </type>
49703     <type name="Test3.Foo">
49704       <method name="Void .cctor()">
49705         <size>15</size>
49706       </method>
49707     </type>
49708   </test>
49709   <test name="test-partial-11.cs">
49710     <type name="StaticClass">
49711       <method name="System.String Name()">
49712         <size>6</size>
49713       </method>
49714     </type>
49715     <type name="MainClass">
49716       <method name="Void .ctor()">
49717         <size>7</size>
49718       </method>
49719       <method name="Boolean IsStatic(System.Type)">
49720         <size>73</size>
49721       </method>
49722       <method name="Int32 Main()">
49723         <size>56</size>
49724       </method>
49725     </type>
49726   </test>
49727   <test name="test-partial-12.cs">
49728     <type name="Test1.Foo">
49729       <method name="Void .ctor()">
49730         <size>7</size>
49731       </method>
49732       <method name="IEnumerable E()">
49733         <size>16</size>
49734       </method>
49735     </type>
49736     <type name="X">
49737       <method name="Void .ctor()">
49738         <size>7</size>
49739       </method>
49740       <method name="Int32 Main()">
49741         <size>104</size>
49742       </method>
49743     </type>
49744     <type name="Test1.Foo+&lt;E&gt;c__Iterator0">
49745       <method name="Void .ctor()">
49746         <size>7</size>
49747       </method>
49748       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49749         <size>7</size>
49750       </method>
49751       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
49752         <size>7</size>
49753       </method>
49754       <method name="Boolean MoveNext()">
49755         <size>69</size>
49756       </method>
49757       <method name="Void Dispose()">
49758         <size>8</size>
49759       </method>
49760       <method name="Void Reset()">
49761         <size>6</size>
49762       </method>
49763       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49764         <size>7</size>
49765       </method>
49766       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49767         <size>26</size>
49768       </method>
49769     </type>
49770   </test>
49771   <test name="test-partial-13.cs">
49772     <type name="Test.Test">
49773       <method name="Void .ctor()">
49774         <size>7</size>
49775       </method>
49776       <method name="Boolean Equals(System.Object)">
49777         <size>2</size>
49778       </method>
49779       <method name="Int32 GetHashCode()">
49780         <size>2</size>
49781       </method>
49782       <method name="Void Main()">
49783         <size>1</size>
49784       </method>
49785     </type>
49786   </test>
49787   <test name="test-partial-14.cs">
49788     <type name="T">
49789       <method name="Void .ctor()">
49790         <size>7</size>
49791       </method>
49792     </type>
49793     <type name="partial">
49794       <method name="Void .ctor()">
49795         <size>7</size>
49796       </method>
49797     </type>
49798     <type name="A">
49799       <method name="Void .ctor()">
49800         <size>7</size>
49801       </method>
49802       <method name="Void partial(partial)">
49803         <size>3</size>
49804       </method>
49805     </type>
49806     <type name="B">
49807       <method name="Void .ctor()">
49808         <size>7</size>
49809       </method>
49810       <method name="Void Main()">
49811         <size>1</size>
49812       </method>
49813     </type>
49814   </test>
49815   <test name="test-partial-15.cs">
49816     <type name="Foo.X">
49817       <method name="Void .ctor()">
49818         <size>7</size>
49819       </method>
49820       <method name="Void Main()">
49821         <size>1</size>
49822       </method>
49823       <method name="IEnumerable Attempts2()">
49824         <size>16</size>
49825       </method>
49826       <method name="IEnumerable get_Attempts()">
49827         <size>16</size>
49828       </method>
49829       <method name="IEnumerable get_Item(Int32)">
49830         <size>16</size>
49831       </method>
49832     </type>
49833     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
49834       <method name="Void .ctor()">
49835         <size>7</size>
49836       </method>
49837       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49838         <size>7</size>
49839       </method>
49840       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
49841         <size>7</size>
49842       </method>
49843       <method name="Boolean MoveNext()">
49844         <size>36</size>
49845       </method>
49846       <method name="Void Dispose()">
49847         <size>8</size>
49848       </method>
49849       <method name="Void Reset()">
49850         <size>6</size>
49851       </method>
49852     </type>
49853     <type name="Foo.X+&lt;&gt;c__Iterator1">
49854       <method name="Void .ctor()">
49855         <size>7</size>
49856       </method>
49857       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49858         <size>7</size>
49859       </method>
49860       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
49861         <size>7</size>
49862       </method>
49863       <method name="Boolean MoveNext()">
49864         <size>36</size>
49865       </method>
49866       <method name="Void Dispose()">
49867         <size>8</size>
49868       </method>
49869       <method name="Void Reset()">
49870         <size>6</size>
49871       </method>
49872     </type>
49873     <type name="Foo.X+&lt;&gt;c__Iterator2">
49874       <method name="Void .ctor()">
49875         <size>7</size>
49876       </method>
49877       <method name="System.Object System.Collections.IEnumerator.get_Current()">
49878         <size>7</size>
49879       </method>
49880       <method name="IEnumerator System.Collections.IEnumerable.GetEnumerator()">
49881         <size>7</size>
49882       </method>
49883       <method name="Boolean MoveNext()">
49884         <size>36</size>
49885       </method>
49886       <method name="Void Dispose()">
49887         <size>8</size>
49888       </method>
49889       <method name="Void Reset()">
49890         <size>6</size>
49891       </method>
49892     </type>
49893     <type name="Foo.X+&lt;Attempts2&gt;c__Iterator0">
49894       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49895         <size>7</size>
49896       </method>
49897       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49898         <size>26</size>
49899       </method>
49900     </type>
49901     <type name="Foo.X+&lt;&gt;c__Iterator1">
49902       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49903         <size>7</size>
49904       </method>
49905       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49906         <size>26</size>
49907       </method>
49908     </type>
49909     <type name="Foo.X+&lt;&gt;c__Iterator2">
49910       <method name="System.Object System.Collections.Generic.IEnumerator&lt;object&gt;.get_Current()">
49911         <size>7</size>
49912       </method>
49913       <method name="IEnumerator`1 System.Collections.Generic.IEnumerable&lt;object&gt;.GetEnumerator()">
49914         <size>26</size>
49915       </method>
49916     </type>
49917   </test>
49918   <test name="test-partial-16.cs">
49919     <type name="A.C">
49920       <method name="Void .ctor()">
49921         <size>23</size>
49922       </method>
49923       <method name="Void .cctor()">
49924         <size>11</size>
49925       </method>
49926     </type>
49927     <type name="B.C2">
49928       <method name="Void .ctor()">
49929         <size>7</size>
49930       </method>
49931       <method name="Boolean Test()">
49932         <size>2</size>
49933       </method>
49934       <method name="System.Object Test_I()">
49935         <size>2</size>
49936       </method>
49937       <method name="Void Main()">
49938         <size>1</size>
49939       </method>
49940     </type>
49941   </test>
49942   <test name="test-partial-17.cs">
49943     <type name="Test">
49944       <method name="Void .ctor()">
49945         <size>7</size>
49946       </method>
49947       <method name="Boolean Check(System.String, System.String[])">
49948         <size>42</size>
49949       </method>
49950       <method name="Void Main()">
49951         <size>1</size>
49952       </method>
49953     </type>
49954   </test>
49955   <test name="test-partial-18.cs">
49956     <type name="N.Foo">
49957       <method name="Void .ctor()">
49958         <size>17</size>
49959       </method>
49960       <method name="Void Main()">
49961         <size>1</size>
49962       </method>
49963     </type>
49964   </test>
49965   <test name="test-partial-19.cs">
49966     <type name="Bug.GL">
49967       <method name="Void Main()">
49968         <size>7</size>
49969       </method>
49970     </type>
49971     <type name="Bug.GL+Core">
49972       <method name="Boolean A()">
49973         <size>2</size>
49974       </method>
49975     </type>
49976   </test>
49977   <test name="test-partial-20.cs">
49978     <type name="A">
49979       <method name="Void .ctor()">
49980         <size>7</size>
49981       </method>
49982       <method name="Void .cctor()">
49983         <size>7</size>
49984       </method>
49985     </type>
49986     <type name="B">
49987       <method name="Void .ctor()">
49988         <size>7</size>
49989       </method>
49990       <method name="Void .cctor()">
49991         <size>7</size>
49992       </method>
49993     </type>
49994     <type name="C">
49995       <method name="Void .ctor()">
49996         <size>7</size>
49997       </method>
49998       <method name="Int32 Main()">
49999         <size>38</size>
50000       </method>
50001     </type>
50002   </test>
50003   <test name="test-partial-21.cs">
50004     <type name="Mono.Sms.Main">
50005       <method name="Void .ctor()">
50006         <size>7</size>
50007       </method>
50008       <method name="Void Test()">
50009         <size>42</size>
50010       </method>
50011     </type>
50012     <type name="Mono.Sms.Contacts">
50013       <method name="Void .ctor()">
50014         <size>7</size>
50015       </method>
50016       <method name="Void add_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
50017         <size>24</size>
50018       </method>
50019       <method name="Void remove_ContactsEventHandler(Mono.Sms.Contacts+ContactsHandler)">
50020         <size>24</size>
50021       </method>
50022       <method name="Void Test()">
50023         <size>12</size>
50024       </method>
50025     </type>
50026     <type name="Mono.Sms.Core.Agenda">
50027       <method name="Void .ctor()">
50028         <size>7</size>
50029       </method>
50030       <method name="Void AddContact()">
50031         <size>1</size>
50032       </method>
50033       <method name="Void Main()">
50034         <size>1</size>
50035       </method>
50036     </type>
50037     <type name="Mono.Sms.Contacts+ContactsHandler">
50038       <method name="Void .ctor(Object, IntPtr)">
50039         <size>0</size>
50040       </method>
50041       <method name="Void Invoke()">
50042         <size>0</size>
50043       </method>
50044       <method name="IAsyncResult BeginInvoke(System.AsyncCallback, System.Object)">
50045         <size>0</size>
50046       </method>
50047       <method name="Void EndInvoke(IAsyncResult)">
50048         <size>0</size>
50049       </method>
50050     </type>
50051     <type name="Mono.Sms.Main">
50052       <method name="Void &lt;Test&gt;m__0()">
50053         <size>6</size>
50054       </method>
50055     </type>
50056   </test>
50057   <test name="test-partial-22.cs">
50058     <type name="C">
50059       <method name="Void .ctor()">
50060         <size>7</size>
50061       </method>
50062       <method name="Int32 Main()">
50063         <size>2</size>
50064       </method>
50065     </type>
50066   </test>
50067   <test name="test-partial-23.cs">
50068     <type name="C">
50069       <method name="Void .ctor()">
50070         <size>7</size>
50071       </method>
50072       <method name="Void Partial_A()">
50073         <size>15</size>
50074       </method>
50075       <method name="Void Partial_B()">
50076         <size>15</size>
50077       </method>
50078       <method name="Void Partial_S()">
50079         <size>14</size>
50080       </method>
50081       <method name="Int32 Main()">
50082         <size>52</size>
50083       </method>
50084     </type>
50085   </test>
50086   <test name="test-partial-24.cs">
50087     <type name="N.C">
50088       <method name="Void .ctor()">
50089         <size>7</size>
50090       </method>
50091       <method name="Void Main()">
50092         <size>1</size>
50093       </method>
50094       <method name="Void Foo()">
50095         <size>1</size>
50096       </method>
50097     </type>
50098   </test>
50099   <test name="test-partial-25.cs">
50100     <type name="C">
50101       <method name="Void .ctor()">
50102         <size>7</size>
50103       </method>
50104       <method name="Void Partial(Int32)">
50105         <size>14</size>
50106       </method>
50107       <method name="Int32 Main()">
50108         <size>8</size>
50109       </method>
50110     </type>
50111   </test>
50112   <test name="test-partial-26.cs">
50113     <type name="ConsoleApplication1.X">
50114       <method name="Void .ctor()">
50115         <size>7</size>
50116       </method>
50117       <method name="Void Foo()">
50118         <size>1</size>
50119       </method>
50120     </type>
50121     <type name="ConsoleApplication1.Program">
50122       <method name="Void .ctor()">
50123         <size>7</size>
50124       </method>
50125       <method name="Int32 Main()">
50126         <size>98</size>
50127       </method>
50128     </type>
50129     <type name="ConsoleApplication1.Y">
50130       <method name="Void Foo()">
50131         <size>1</size>
50132       </method>
50133       <method name="Void .ctor()">
50134         <size>7</size>
50135       </method>
50136     </type>
50137   </test>
50138   <test name="test-partial-27.cs">
50139     <type name="C">
50140       <method name="Int32 Main()">
50141         <size>2</size>
50142       </method>
50143       <method name="Void .ctor()">
50144         <size>7</size>
50145       </method>
50146     </type>
50147   </test>
50148   <test name="test-partial-28.cs">
50149     <type name="A">
50150       <method name="Void .ctor()">
50151         <size>7</size>
50152       </method>
50153     </type>
50154     <type name="TestCase">
50155       <method name="Void Main()">
50156         <size>1</size>
50157       </method>
50158       <method name="Void .ctor()">
50159         <size>7</size>
50160       </method>
50161     </type>
50162   </test>
50163   <test name="test-partial-29.cs">
50164     <type name="C">
50165       <method name="Void Main()">
50166         <size>1</size>
50167       </method>
50168     </type>
50169   </test>
50170   <test name="test-var-01.cs">
50171     <type name="Test">
50172       <method name="Void .ctor()">
50173         <size>7</size>
50174       </method>
50175       <method name="Int32 Main()">
50176         <size>47</size>
50177       </method>
50178     </type>
50179   </test>
50180   <test name="test-var-02.cs">
50181     <type name="Class1">
50182       <method name="Void .ctor()">
50183         <size>15</size>
50184       </method>
50185       <method name="Boolean Method()">
50186         <size>2</size>
50187       </method>
50188     </type>
50189     <type name="Test">
50190       <method name="Void .ctor()">
50191         <size>7</size>
50192       </method>
50193       <method name="Int32 Main()">
50194         <size>126</size>
50195       </method>
50196     </type>
50197     <type name="Test+Class2">
50198       <method name="Void .ctor()">
50199         <size>15</size>
50200       </method>
50201       <method name="Boolean Method()">
50202         <size>2</size>
50203       </method>
50204     </type>
50205   </test>
50206   <test name="test-var-03.cs">
50207     <type name="Test">
50208       <method name="Void .ctor()">
50209         <size>7</size>
50210       </method>
50211       <method name="Int32 Main()">
50212         <size>177</size>
50213       </method>
50214     </type>
50215     <type name="&lt;PrivateImplementationDetails&gt;">
50216       <method name="Void .ctor()">
50217         <size>7</size>
50218       </method>
50219     </type>
50220   </test>
50221   <test name="test-var-05.cs">
50222     <type name="MyClass">
50223       <method name="Void .ctor(String)">
50224         <size>14</size>
50225       </method>
50226       <method name="Void Dispose()">
50227         <size>12</size>
50228       </method>
50229     </type>
50230     <type name="Test">
50231       <method name="Void .ctor()">
50232         <size>7</size>
50233       </method>
50234       <method name="Int32 Main()">
50235         <size>66</size>
50236       </method>
50237     </type>
50238   </test>
50239   <test name="test-var-06.cs">
50240     <type name="Test">
50241       <method name="Void .ctor()">
50242         <size>7</size>
50243       </method>
50244       <method name="Int32 Main()">
50245         <size>55</size>
50246       </method>
50247     </type>
50248   </test>
50249   <test name="test-var-07.cs">
50250     <type name="Test">
50251       <method name="Void .ctor()">
50252         <size>7</size>
50253       </method>
50254       <method name="Void var()">
50255         <size>1</size>
50256       </method>
50257       <method name="Int32 Main()">
50258         <size>38</size>
50259       </method>
50260     </type>
50261     <type name="var">
50262       <method name="Void .ctor()">
50263         <size>7</size>
50264       </method>
50265     </type>
50266   </test>
50267   <test name="test-var-08.cs">
50268     <type name="X">
50269       <method name="Void .ctor(Int32, Int32)">
50270         <size>10</size>
50271       </method>
50272       <method name="Void Main()">
50273         <size>1</size>
50274       </method>
50275     </type>
50276   </test>
50277   <test name="test-xml-042.cs">
50278     <type name="TestNamespace.TestClass">
50279       <method name="Void .ctor()">
50280         <size>7</size>
50281       </method>
50282       <method name="Void Main()">
50283         <size>1</size>
50284       </method>
50285       <method name="Void FunctionWithParameter(Int32 ByRef, Int32 ByRef)">
50286         <size>7</size>
50287       </method>
50288     </type>
50289   </test>
50290 </tests>