6 references to Handle
System.Reflection.Metadata (6)
System\Reflection\Metadata\TypeSystem\CustomAttribute.cs (6)
50return _reader.CustomAttributeTable.GetConstructor(Handle); 64return _reader.CustomAttributeTable.GetParent(Handle); 80return _reader.CustomAttributeTable.GetValue(Handle); 109CustomAttributeValueTreatment treatment = _reader.CalculateCustomAttributeValueTreatment(Handle); 112return _reader.CustomAttributeTable.GetValue(Handle); 149var rawBlob = _reader.CustomAttributeTable.GetValue(Handle);