Base:
property
BaseType
Internal.TypeSystem.MetadataType.BaseType
11 references to BaseType
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (2)
47
AddSpecializedType(ecmaProcessType.
BaseType
);
245
TypeDesc baseType = declaringType.
BaseType
;
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (6)
119
if (type.
BaseType
!= null)
121
if (!await ValidateTypeWorkerHelper(type.
BaseType
))
442
if (type.
BaseType
!= null && !type.IsInterface && !type.IsValueType)
444
baseTypeVirtualMethodAlgorithm = type.Context.GetVirtualMethodAlgorithmForType(type.
BaseType
);
515
if ((virtualMethod.OwningType != type.
BaseType
) && (virtualMethod.OwningType != type) && (baseTypeVirtualMethodAlgorithm != null))
517
var implementationOnBaseType = baseTypeVirtualMethodAlgorithm.FindVirtualFunctionTargetMethodOnObjectType(virtualMethod, type.
BaseType
);
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (2)
47
AddSpecializedType(ecmaProcessType.
BaseType
);
245
TypeDesc baseType = declaringType.
BaseType
;
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (1)
172
TypeDesc baseType = this.
BaseType
;