Base:
property
IsAbstract
Internal.TypeSystem.MetadataType.IsAbstract
5 references to IsAbstract
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (3)
213
if (method.IsAbstract && !type.
IsAbstract
)
474
if (!type.
IsAbstract
)
528
if (!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)
377
if (
IsAbstract
)