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)
66
CustomType? baseType =
BaseType
as CustomType;
76
baseType = baseType.
BaseType
as CustomType;
122
while ((type = type.
BaseType
as CustomType) != null)
164
CustomType? baseType =
BaseType
as CustomType;
175
baseType = baseType.
BaseType
as CustomType;
236
CustomType? baseType =
BaseType
as CustomType;
254
baseType = baseType.
BaseType
as CustomType;