Base:
property
DeclaringType
System.Reflection.MemberInfo.DeclaringType
11 references to DeclaringType
System.Private.CoreLib (11)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
220if (_genericMethodDefinition.ReflectedType.Equals(_genericMethodDefinition.DeclaringType))
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (4)
40if (DeclaringType.ContainsGenericParameters) 107Type declaringType = DeclaringType; 363if (target != null && !IsAssignableFrom(this.DeclaringType, target.GetType())) 373Type firstParameterOfMethodType = this.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();