Base:
property
DeclaringType
System.Type.DeclaringType
3 references to DeclaringType
mscorlib (3)
system\reflection\customattribute.cs (1)
1390type = type.DeclaringType as RuntimeType;
system\rttype.cs (1)
5144return DeclaringType;
system\unityserializationholder.cs (1)
109info.AddValue("DeclaringType", type.DeclaringType, typeof(Type));