3 references to GetConstructor
System.Reflection.Metadata (3)
System\Reflection\Metadata\MetadataReader.WinMD.cs (2)
710
var attributeCtor = CustomAttributeTable.
GetConstructor
(attributeHandle);
797
var ctor = CustomAttributeTable.
GetConstructor
(handle);
System\Reflection\Metadata\TypeSystem\CustomAttribute.cs (1)
50
return _reader.CustomAttributeTable.
GetConstructor
(Handle);