4 writes to flags
ILCompiler.RyuJit (4)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1713pResult->sig.flags |= CorInfoSigInfoFlags.CORINFO_SIGFLAG_FAT_CALL;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
917sig->flags = 0; // used by IL stubs code 941sig->flags = CorInfoSigInfoFlags.CORINFO_SIGFLAG_IS_LOCAL_SIG; 2090sig->flags |= CorInfoSigInfoFlags.CORINFO_SIGFLAG_FAT_CALL;