2 references to GetRuntimeFieldInfo
System.Private.CoreLib (2)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
217
return NativeFormatRuntimeFieldInfo.
GetRuntimeFieldInfo
(fieldHandle, definingTypeInfo, contextTypeInfo, reflectedType);
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs (1)
72
yield return NativeFormatRuntimeFieldInfo.
GetRuntimeFieldInfo
(fieldHandle, this, contextTypeInfo, reflectedType);