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