Base:
property
IsAbstract
Internal.TypeSystem.MethodDesc.IsAbstract
5 references to IsAbstract
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
332if (method.IsAbstract)
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\CopiedMethodILNode.cs (1)
25Debug.Assert(!method.IsAbstract);
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (2)
213if (method.IsAbstract && !type.IsAbstract) 219if (!methodDef.Attributes.HasFlag(MethodAttributes.Static) && method.IsAbstract)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
332if (method.IsAbstract)