3 references to _defaultStaticEntryCount
System.Private.CoreLib (3)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (3)
92
return
_defaultStaticEntryCount
;
108
+ sizeof(StaticDispatchMapEntry) * ((int)_standardStaticEntryCount + (int)
_defaultStaticEntryCount
);
120
Debug.Assert(index <=
_defaultStaticEntryCount
+ _standardStaticEntryCount);