4 references to CORINFO_FLG_FINAL
ILCompiler.RyuJit (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
1107
result |= CorInfoFlag.
CORINFO_FLG_FINAL
;
1112
result |= CorInfoFlag.
CORINFO_FLG_FINAL
;
1162
result |= CorInfoFlag.
CORINFO_FLG_FINAL
;
2286
result |= CorInfoFlag.
CORINFO_FLG_FINAL
;