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