1 instantiation of PropertyHandleCollection
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
956values = new PropertyHandleCollection(reader, offset);
4 references to PropertyHandleCollection
System.Private.CoreLib (4)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
954public static uint Read(this NativeReader reader, uint offset, out PropertyHandleCollection values)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
4994public PropertyHandleCollection Properties => _properties; 4995private readonly PropertyHandleCollection _properties;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
344internal PropertyHandleCollection DeclaredPropertyHandles