|
| 1 | +// Licensed to the .NET Foundation under one or more agreements. |
| 2 | +// The .NET Foundation licenses this file to you under the MIT license. |
1 | 3 | using System; |
2 | 4 | namespace System.Reflection.Metadata.ApplyUpdate.Test |
3 | 5 | { |
4 | | - // This file was autogenerated by copilot. |
5 | 6 | public static class IncreaseMetadataRowSize |
6 | 7 | { |
7 | 8 | public static void Main(string[] args) { } |
8 | | - public static int Method1() |
| 9 | + public static int VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_1() |
9 | 10 | { |
10 | 11 | return 0; |
11 | 12 | } |
12 | | - |
13 | | - public static void Method2(int x2) |
14 | | - { |
15 | | - // Example body for Method2 |
16 | | - // You can implement logic for x2 here if desired. |
17 | | - } |
18 | | - |
19 | | - public static void Method3(int x3) |
20 | | - { |
21 | | - // Example body for Method3 |
22 | | - // You can implement logic for x3 here if desired. |
23 | | - } |
24 | | - |
25 | | - public static void Method4(int x4) |
26 | | - { |
27 | | - // Example body for Method4 |
28 | | - // You can implement logic for x4 here if desired. |
29 | | - } |
30 | | - |
31 | | - public static void Method5(int x5) |
32 | | - { |
33 | | - // Example body for Method5 |
34 | | - // You can implement logic for x5 here if desired. |
35 | | - } |
| 13 | + public static void VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_2(int x2) {} |
| 14 | + public static void VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_3(int x3) {} |
| 15 | + public static void VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_4(int x4) {} |
| 16 | + public static void VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_5(int x5) {} |
36 | 17 | } |
37 | 18 |
|
38 | 19 | } |
0 commit comments