7 references to HasComponentSize
System.Private.CoreLib (7)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (4)
206
return
HasComponentSize
? (ushort)_uFlags : (ushort)0;
252
return
HasComponentSize
? (ushort)0 : (ushort)_uFlags;
449
Debug.Assert(
HasComponentSize
);
709
if (
HasComponentSize
)
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (3)
189
if (pMT->
HasComponentSize
)
213
return GetMethodTable(obj)->
HasComponentSize
;
336
if (mt->
HasComponentSize
)