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