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