diff --git a/ICSharpCode.Decompiler/IL/ControlFlow/SwitchDetection.cs b/ICSharpCode.Decompiler/IL/ControlFlow/SwitchDetection.cs index 72aa86ef2..d826be31b 100644 --- a/ICSharpCode.Decompiler/IL/ControlFlow/SwitchDetection.cs +++ b/ICSharpCode.Decompiler/IL/ControlFlow/SwitchDetection.cs @@ -170,7 +170,7 @@ namespace ICSharpCode.Decompiler.IL.ControlFlow } } - const ulong MaxValuesPerSection = 50; + const ulong MaxValuesPerSection = 100; /// /// Tests whether we should prefer a switch statement over an if statement.