This PR #45355 crashes in crossgen
Using WinDebug it crashed on this line
|
DWORD numVirtuals = pParentClass->GetNumVirtuals(); |
Due to g_pArrayClass being a null ptr
|
// this is the base for every array type |
|
MethodTable *pParentClass = g_pArrayClass; |
/cc @janvorli