2 references to GetParent
System.Reflection.Metadata (2)
System\Reflection\Metadata\MetadataReader.WinMD.cs (1)
669
var parent = CustomAttributeTable.
GetParent
(handle);
System\Reflection\Metadata\TypeSystem\CustomAttribute.cs (1)
64
return _reader.CustomAttributeTable.
GetParent
(Handle);