3 references to IsEffectivelySealed
ILCompiler.RyuJit (3)
JitInterface\CorInfoImpl.RyuJit.cs (1)
2303
if (_compilation.
IsEffectivelySealed
(type))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
2185
if (_compilation.
IsEffectivelySealed
(type))
3081
return _compilation.
IsEffectivelySealed
(type);