We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e22967 commit f87ccd1Copy full SHA for f87ccd1
LibCpp2IL/BinarySearcher.cs
@@ -162,7 +162,7 @@ internal ulong FindCodeRegistrationPost2019()
162
else
163
{
164
//but in v27 it's close to the LAST codegen module (winrt.dll is an exception), so we need to work back until we find an xref.
165
- var sanityCheckNumberOfModules = 250;
+ var sanityCheckNumberOfModules = 400;
166
var pSomewhereInCodegenModules = pMscorlibCodegenEntryInCodegenModulesList.AsEnumerable();
167
var numModuleDefs = LibCpp2IlMain.TheMetadata!.imageDefinitions.Length;
168
var initialBacktrack = numModuleDefs - 10;
0 commit comments