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