We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0053a commit d5eaa35Copy full SHA for d5eaa35
1 file changed
Runtime/RuntimeOptionId.cs
@@ -7,5 +7,6 @@ public enum RuntimeOptionId
7
ThreadExceptionFlowSize = 3,
8
MaxMethodBodyCacheSize = 4,
9
MaxMethodInlineDepth = 5,
10
+ MaxInlineableMethodBodySize = 6,
11
}
12
0 commit comments