3 references to GetNumberOfBaseSlots
ILCompiler.Compiler (3)
Compiler\VirtualMethodCallHelper.cs (3)
63
int baseSlots =
GetNumberOfBaseSlots
(factory, owningType, countDictionarySlots);
102
int baseSlots =
GetNumberOfBaseSlots
(factory, implType, countDictionarySlots);
184
return
GetNumberOfBaseSlots
(factory, type, countDictionarySlots: true);