3 references to IsEffectivelySealed
ILCompiler.RyuJit (3)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1372
canDevirt = _compilation.
IsEffectivelySealed
(targetMethod);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
1108
if (_compilation.
IsEffectivelySealed
(method.GetUnboxedMethod()))
1113
if (_compilation.
IsEffectivelySealed
(method))