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