4 references to _methodTable
System.Private.CoreLib (4)
src\System\Runtime\CompilerServices\StaticsHelpers.cs (4)
47return ref GetNonGCStaticBaseSlow(dynamicStaticsInfo->_methodTable); 77return ref GetGCStaticBaseSlow(dynamicStaticsInfo->_methodTable); 247return ref GetNonGCThreadStaticBaseSlow(threadStaticsInfo->_genericStatics._dynamicStatics._methodTable); 257return ref GetGCThreadStaticBaseSlow(threadStaticsInfo->_genericStatics._dynamicStatics._methodTable);