2 references to HasThreadStatics
System.Private.CoreLib (2)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (2)
1046
Debug.Assert((DynamicTypeFlags & DynamicTypeFlags.
HasThreadStatics
) != 0);
1269
Debug.Assert((dynamicTypeFlags & DynamicTypeFlags.
HasThreadStatics
) != 0);