Base:
property
BaseType
System.Reflection.Context.Delegation.DelegatingType.BaseType
9 references to BaseType
System.Reflection.Context (9)
System\Reflection\Context\Custom\AttributeUtils.cs (2)
18
CustomType? baseMember = type.
BaseType
as CustomType;
45
baseMember = type.
BaseType
as CustomType;
System\Reflection\Context\Custom\CustomType.cs (7)
68
CustomType? baseType =
BaseType
as CustomType;
78
baseType = baseType.
BaseType
as CustomType;
124
while ((type = type.
BaseType
as CustomType) != null)
166
CustomType? baseType =
BaseType
as CustomType;
177
baseType = baseType.
BaseType
as CustomType;
238
CustomType? baseType =
BaseType
as CustomType;
256
baseType = baseType.
BaseType
as CustomType;