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