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