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