2 instantiations of ConstantHandleArrayHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
379handle = new ConstantHandleArrayHandle((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7280return new ConstantHandleArrayHandle(this);
10 references to ConstantHandleArrayHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
375public static uint Read(this NativeReader reader, uint offset, out ConstantHandleArrayHandle handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
1012private readonly ConstantHandleArrayHandle _handle; 1014internal ConstantHandleArray(MetadataReader reader, ConstantHandleArrayHandle handle) 1023public ConstantHandleArrayHandle Handle => _handle; 1050if (obj is ConstantHandleArrayHandle) 1051return _value == ((ConstantHandleArrayHandle)obj)._value; 1058public bool Equals(ConstantHandleArrayHandle handle) => _value == handle._value; 1064public static implicit operator Handle(ConstantHandleArrayHandle handle) 7278public ConstantHandleArrayHandle ToConstantHandleArrayHandle(MetadataReader reader) 7668public ConstantHandleArray GetConstantHandleArray(ConstantHandleArrayHandle handle)