There was an error while loading. Please reload this page.
1 parent 5f75b07 commit 1d8e56eCopy full SHA for 1d8e56e
src/inc/CrstTypes.def
@@ -711,5 +711,5 @@ Crst MethodDescBackpatchInfoTracker
711
End
712
713
Crst StubMethodInfoCache
714
- AcquiredBefore AppDomainHandleTable
+ AcquiredBefore AppDomainHandleTable LoaderAllocator
715
src/inc/crsttypes.h
@@ -309,7 +309,7 @@ int g_rgCrstLevelMap[] =
309
0, // CrstStrongName
310
5, // CrstStubCache
311
0, // CrstStubDispatchCache
312
- 14, // CrstStubMethodInfoCache
+ 15, // CrstStubMethodInfoCache
313
4, // CrstStubUnwindInfoHeapSegments
314
3, // CrstSyncBlockCache
315
0, // CrstSyncHashLock
0 commit comments