Base:
property
IsRuntimeImplemented
Internal.TypeSystem.MethodDesc.IsRuntimeImplemented
2 references to IsRuntimeImplemented
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\NativeAotILProvider.cs (1)
292
if (ecmaMethod.
IsRuntimeImplemented
)
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (1)
305
if (method.HasInstantiation && method.
IsRuntimeImplemented
)