Base:
property
IsAbstract
Internal.TypeSystem.MetadataType.IsAbstract
5 references to IsAbstract
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (3)
213if (method.IsAbstract && !type.IsAbstract) 474if (!type.IsAbstract) 528if (!type.IsAbstract)
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
358&& !_type.IsAbstract;
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (1)
377if (IsAbstract)