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)
47AddSpecializedType(ecmaProcessType.BaseType); 245TypeDesc baseType = declaringType.BaseType;
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (6)
119if (type.BaseType != null) 121if (!await ValidateTypeWorkerHelper(type.BaseType)) 442if (type.BaseType != null && !type.IsInterface && !type.IsValueType) 444baseTypeVirtualMethodAlgorithm = type.Context.GetVirtualMethodAlgorithmForType(type.BaseType); 515if ((virtualMethod.OwningType != type.BaseType) && (virtualMethod.OwningType != type) && (baseTypeVirtualMethodAlgorithm != null)) 517var implementationOnBaseType = baseTypeVirtualMethodAlgorithm.FindVirtualFunctionTargetMethodOnObjectType(virtualMethod, type.BaseType);
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (2)
47AddSpecializedType(ecmaProcessType.BaseType); 245TypeDesc baseType = declaringType.BaseType;
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (1)
172TypeDesc baseType = this.BaseType;