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