Base:
property
DeclaringType
System.Reflection.MemberInfo.DeclaringType
4 references to DeclaringType
System.Private.CoreLib (4)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
417
Type declaringType = field.
DeclaringType
;
System\Reflection\Runtime\FieldInfos\NativeFormat\NativeFormatRuntimeFieldInfo.cs (2)
132
DeclaringType
.TypeHandle,
144
return ReflectionCoreExecution.ExecutionEnvironment.TryGetFieldAccessor(this._reader, this.
DeclaringType
.TypeHandle, this.FieldType.TypeHandle, _fieldHandle);
System\Reflection\Runtime\FieldInfos\RuntimeFieldInfo.cs (1)
56
if (
DeclaringType
.IsExplicitLayout)