2 instantiations of Property
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
4327
=> new
Property
(reader, this);
7860
return new
Property
(this, handle);
3 references to Property
System.Private.CoreLib (3)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
4326
public
Property
GetProperty(MetadataReader reader)
7858
public
Property
GetProperty(PropertyHandle handle)
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (1)
201
private readonly
Property
_property;