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