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