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