2 references to NumVTableSlots
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\EETypeCreator.cs (2)
219
ushort numVtableSlots = state.
NumVTableSlots
;
663
return type.BaseType != null ? type.BaseType.GetOrCreateTypeBuilderState().
NumVTableSlots
: 0;