2 references to CustomAttributeHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
559
handle = new
CustomAttributeHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
2645
internal CustomAttributeHandle(Handle handle) :
this
(handle._value)