Base:
property
DeclaringType
System.Reflection.MemberInfo.DeclaringType
11 references to DeclaringType
System.Private.CoreLib (11)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
220
if (_genericMethodDefinition.ReflectedType.Equals(_genericMethodDefinition.
DeclaringType
))
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (4)
40
if (
DeclaringType
.ContainsGenericParameters)
107
Type declaringType =
DeclaringType
;
363
if (target != null && !IsAssignableFrom(this.
DeclaringType
, target.GetType()))
373
Type firstParameterOfMethodType = this.
DeclaringType
;
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
280
if (
DeclaringType
.IsConstructedGenericType)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (3)
139
return this.
DeclaringType
.Assembly.ManifestModule;
157
return
DeclaringType
;
216
Debug.Assert(ReflectedType.Equals(
DeclaringType
));
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeGenericParameterTypeInfoForMethods.cs (2)
22
Debug.Assert(declaringRuntimeNamedMethodInfo.
DeclaringType
.IsTypeDefinition);
55
return _declaringRuntimeNamedMethodInfo.
DeclaringType
.ToRuntimeTypeInfo();