4 references to _methodTable
System.Private.CoreLib (4)
src\System\Runtime\CompilerServices\StaticsHelpers.cs (4)
52return ref GetNonGCStaticBaseSlow(dynamicStaticsInfo->_methodTable); 85return ref GetGCStaticBaseSlow(dynamicStaticsInfo->_methodTable); 260return ref GetNonGCThreadStaticBaseSlow(threadStaticsInfo->_genericStatics._dynamicStatics._methodTable); 271return ref GetGCThreadStaticBaseSlow(threadStaticsInfo->_genericStatics._dynamicStatics._methodTable);