Base:
property
DeclaringType
System.Reflection.MemberInfo.DeclaringType
13 references to DeclaringType
System.Private.CoreLib (13)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Attribute.cs (2)
237return rtPropAccessor.DeclaringType!.GetProperty( 306return rtAdd.DeclaringType!.GetEvent(ev.Name);
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
220if (_genericMethodDefinition.ReflectedType.Equals(_genericMethodDefinition.DeclaringType))
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
280if (DeclaringType.IsConstructedGenericType)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (3)
139return this.DeclaringType.Assembly.ManifestModule; 157return DeclaringType; 216Debug.Assert(ReflectedType.Equals(DeclaringType));
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeGenericParameterTypeInfoForMethods.cs (2)
22Debug.Assert(declaringRuntimeNamedMethodInfo.DeclaringType.IsTypeDefinition); 55return _declaringRuntimeNamedMethodInfo.DeclaringType.ToRuntimeTypeInfo();
System\Reflection\RuntimeMethodInfo.cs (4)
40if (DeclaringType.ContainsGenericParameters) 126Type declaringType = DeclaringType; 382if (target != null && !IsAssignableFrom(this.DeclaringType, target.GetType())) 392Type firstParameterOfMethodType = this.DeclaringType;