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)
332
if (method.
IsAbstract
)
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\CopiedMethodILNode.cs (1)
25
Debug.Assert(!method.
IsAbstract
);
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (2)
213
if (method.
IsAbstract
&& !type.IsAbstract)
219
if (!methodDef.Attributes.HasFlag(MethodAttributes.Static) && method.
IsAbstract
)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
332
if (method.
IsAbstract
)