1 type derived from RuntimeFieldInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\FieldInfos\NativeFormat\NativeFormatRuntimeFieldInfo.cs (1)
29internal sealed partial class NativeFormatRuntimeFieldInfo : RuntimeFieldInfo
4 references to RuntimeFieldInfo
System.Private.CoreLib (4)
Internal\Reflection\Augments\ReflectionAugments.cs (2)
210private static RuntimeFieldInfo GetFieldInfo(RuntimeTypeHandle declaringTypeHandle, FieldHandle fieldHandle) 410if (!(flds[i] is RuntimeFieldInfo field))
System\Reflection\Runtime\FieldInfos\RuntimeFieldInfo.cs (1)
228protected RuntimeFieldInfo WithDebugName()
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (1)
109internal static RuntimeFieldInfo GetRuntimeFieldInfo(FieldHandle fieldHandle, NativeFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeInfo reflectedType)