1 type derived from RuntimePropertyInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (1)
31internal sealed partial class NativeFormatRuntimePropertyInfo : RuntimePropertyInfo
7 references to RuntimePropertyInfo
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (3)
97internal static IList<CustomAttributeData> GetCustomAttributesInternal(RuntimePropertyInfo target) 1004internal static bool IsDefined(RuntimePropertyInfo property, RuntimeType caType) 1206internal static object[] GetCustomAttributes(RuntimePropertyInfo property, RuntimeType caType)
System\Reflection\Runtime\General\Dispensers.cs (1)
180internal static RuntimePropertyIndexParameterInfo GetRuntimePropertyIndexParameterInfo(RuntimePropertyInfo member, RuntimeParameterInfo backingParameter)
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (1)
121internal static RuntimePropertyInfo GetRuntimePropertyInfo(PropertyHandle propertyHandle, NativeFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeInfo reflectedType)
System\Reflection\Runtime\ParameterInfos\RuntimePropertyIndexParameterInfo.cs (1)
20private RuntimePropertyIndexParameterInfo(RuntimePropertyInfo member, RuntimeParameterInfo backingParameter)
System\Reflection\Runtime\PropertyInfos\RuntimePropertyInfo.cs (1)
272protected RuntimePropertyInfo WithDebugName()