Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
using System;
namespace System.Reflection.Metadata.ApplyUpdate.Test
{
// This file was autogenerated by copilot.
public static class IncreaseMetadataRowSize
{
public static void Main(string[] args) { }
public static int Method1()
{
return 0;
}
public static void Method2(int x2)
{
// Example body for Method2
// You can implement logic for x2 here if desired.
}
public static void Method3(int x3)
{
// Example body for Method3
// You can implement logic for x3 here if desired.
}
public static void Method4(int x4)
{
// Example body for Method4
// You can implement logic for x4 here if desired.
}
public static void Method5(int x5)
{
// Example body for Method5
// You can implement logic for x5 here if desired.
}
}
}
using System;
namespace System.Reflection.Metadata.ApplyUpdate.Test
{
// This file was autogenerated by copilot.
public static class IncreaseMetadataRowSize
{
public static void Main(string[] args) { }
public static int Method1()
{
return 0;
}

public static void Method2(int x2)
{
// Example body for Method2
// You can implement logic for x2 here if desired.
}

public static void Method3(int x3)
{
// Example body for Method3
// You can implement logic for x3 here if desired.
}

public static void Method4(int x4)
{
// Example body for Method4
// You can implement logic for x4 here if desired.
}

public static void Method5(int x5)
{
// Example body for Method5
// You can implement logic for x5 here if desired.
}
}

}
Loading