1 reference to S_THREAD_LOCAL_ZEROFILL
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\MachObjectWriter.cs (1)
1106
public bool IsZeroFill => Type is S_ZEROFILL or S_GB_ZEROFILL or
S_THREAD_LOCAL_ZEROFILL
;