1 instantiation of NativeFormatRuntimeFieldInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (1)
111
return new
NativeFormatRuntimeFieldInfo
(fieldHandle, definingTypeInfo, contextTypeInfo, reflectedType).WithDebugName();
4 references to NativeFormatRuntimeFieldInfo
System.Private.CoreLib (4)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
217
return
NativeFormatRuntimeFieldInfo
.GetRuntimeFieldInfo(fieldHandle, definingTypeInfo, contextTypeInfo, reflectedType);
System\Reflection\Runtime\FieldInfos\NativeFormat\NativeFormatRuntimeFieldInfo.cs (2)
96
if (!(other is
NativeFormatRuntimeFieldInfo
otherField))
109
if (!(obj is
NativeFormatRuntimeFieldInfo
other))
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs (1)
72
yield return
NativeFormatRuntimeFieldInfo
.GetRuntimeFieldInfo(fieldHandle, this, contextTypeInfo, reflectedType);