Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/jit-diff/diff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public void AwaitTasksAndShowProgress(List<AssemblyInfo> assemblyWorkList, jitdi
}
}

public partial class jitdiff
public partial class @jitdiff
{
public class DasmResult
{
Expand Down
2 changes: 1 addition & 1 deletion src/jit-diff/install.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

namespace ManagedCodeGen
{
public partial class jitdiff
public partial class @jitdiff
{
public static int InstallCommand(Config config)
{
Expand Down
2 changes: 1 addition & 1 deletion src/jit-diff/jit-diff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class AssemblyInfo
public string OutputPath { get; set; }
}

public partial class jitdiff
public partial class @jitdiff
{
// Supported commands. List to view information from the CI system, and Copy to download artifacts.
public enum Commands
Expand Down
2 changes: 1 addition & 1 deletion src/jit-diff/uninstall.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace ManagedCodeGen
{
public partial class jitdiff
public partial class @jitdiff
{
public static int UninstallCommand(Config config)
{
Expand Down
2 changes: 1 addition & 1 deletion src/jit-format/jit-format.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

namespace ManagedCodeGen
{
public class jitformat
public class @jitformat
{
// Define options to be parsed
public class Config
Expand Down