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