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