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