Base:
property
IsVirtual
Internal.TypeSystem.MethodDesc.IsVirtual
5 references to IsVirtual
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
204if (ecmaMethod.IsVirtual)
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (3)
221if (!method.IsVirtual) 239if (method.IsVirtual) 313if (type.IsInterface && method.IsVirtual && !method.Signature.IsStatic && type.HasInstantiation)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
204if (ecmaMethod.IsVirtual)