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 f1a89ed commit 5857773Copy full SHA for 5857773
src/BenchmarkDotNet/Toolchains/InProcess/Emit/Implementation/Runnable/RunnableConstants.cs
@@ -35,7 +35,6 @@ public class RunnableConstants
35
public const string InvokeCountParamName = "invokeCount";
36
37
public const string DummyParamName = "_";
38
- public const string DisassemblerDefaultValueHolderName = "__disassemblerDefaultValueHolder";
39
40
public const string GlobalSetupMethodName = "GlobalSetup";
41
public const string GlobalCleanupMethodName = "GlobalCleanup";
0 commit comments