Base:
property
DeclaringType
System.Reflection.MemberInfo.DeclaringType
13 references to DeclaringType
mscorlib (13)
system\attribute.cs (2)
120return rtPropAccessor.DeclaringType.GetProperty( 180return rtAdd.DeclaringType.GetEvent(ev.Name);
system\exception.cs (1)
499Type t = rmi.DeclaringType;
system\reflection\methodinfo.cs (9)
194Type declaringType = DeclaringType; 466if (DeclaringType != mi.DeclaringType) 620Type declaringType = DeclaringType; 672Type declaringType = DeclaringType; 688else if (DeclaringType.ContainsGenericParameters || ContainsGenericParameters) 833RuntimeType declaringType = (RuntimeType)DeclaringType; 1009if (DeclaringType != null && DeclaringType.ContainsGenericParameters)
system\rttype.cs (1)
2246RuntimeType declaringType = (RuntimeType)genericMethodDefinition.DeclaringType;