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