We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff206d0 commit d90d69aCopy full SHA for d90d69a
ILSourceParser/Utilities/InstructionUtilities.cs
@@ -18,7 +18,7 @@ public static class InstructionUtilities
18
/// <param name="instruction">The input instruction to get name of.</param>
19
/// <returns>The name of the instruction as a string.</returns>
20
/// <exception cref="ArgumentException">Thrown when the input instruction is not valid.</exception>
21
- public static string GetInstructionName(InstructionSyntax instruction)
+ public static string GetInstructionName(this InstructionSyntax instruction)
22
{
23
return instruction switch
24
0 commit comments