3 references to IsEffectivelySealed
ILCompiler.RyuJit (3)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1362
canDevirt = _compilation.
IsEffectivelySealed
(targetMethod);
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
1162
if (_compilation.
IsEffectivelySealed
(method.GetUnboxedMethod()))
1167
if (_compilation.
IsEffectivelySealed
(method))