6 references to Handle
System.Reflection.Metadata (6)
System\Reflection\Metadata\TypeSystem\CustomAttribute.cs (6)
47return _reader.CustomAttributeTable.GetConstructor(Handle); 61return _reader.CustomAttributeTable.GetParent(Handle); 77return _reader.CustomAttributeTable.GetValue(Handle); 106CustomAttributeValueTreatment treatment = _reader.CalculateCustomAttributeValueTreatment(Handle); 109return _reader.CustomAttributeTable.GetValue(Handle); 146var rawBlob = _reader.CustomAttributeTable.GetValue(Handle);