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