1 instantiation of NativeFormatRuntimePropertyInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (1)
125return new NativeFormatRuntimePropertyInfo(propertyHandle, definingTypeInfo, contextTypeInfo, reflectedType).WithDebugName();
3 references to NativeFormatRuntimePropertyInfo
System.Private.CoreLib (3)
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (2)
88if (!(other is NativeFormatRuntimePropertyInfo otherProperty)) 101if (!(obj is NativeFormatRuntimePropertyInfo other))
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs (1)
82yield return NativeFormatRuntimePropertyInfo.GetRuntimePropertyInfo(propertyHandle, this, contextTypeInfo, reflectedType);