2 instantiations of PropertyHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
721
handle = new
PropertyHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7470
return new
PropertyHandle
(this);
17 references to PropertyHandle
System.Private.CoreLib (17)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
717
public static uint Read(this NativeReader reader, uint offset, out
PropertyHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (12)
4248
private readonly
PropertyHandle
_handle;
4250
internal Property(MetadataReader reader,
PropertyHandle
handle)
4264
public
PropertyHandle
Handle => _handle;
4307
if (obj is
PropertyHandle
)
4308
return _value == ((
PropertyHandle
)obj)._value;
4315
public bool Equals(
PropertyHandle
handle) => _value == handle._value;
4321
public static implicit operator Handle(
PropertyHandle
handle)
6215
private
PropertyHandle
_current;
6221
_current = default(
PropertyHandle
);
6224
public
PropertyHandle
Current
7468
public
PropertyHandle
ToPropertyHandle(MetadataReader reader)
7858
public Property GetProperty(
PropertyHandle
handle)
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (1)
123
internal static RuntimePropertyInfo GetRuntimePropertyInfo(
PropertyHandle
propertyHandle, NativeFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeInfo reflectedType)
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (2)
53
private NativeFormatRuntimePropertyInfo(
PropertyHandle
propertyHandle, NativeFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeInfo reflectedType) :
198
private readonly
PropertyHandle
_propertyHandle;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs (1)
79
foreach (
PropertyHandle
propertyHandle in DeclaredPropertyHandles)