4 references to GetCustomAttributeRecords
mscorlib (4)
system\reflection\customattribute.cs (4)
310
CustomAttributeRecord[] records =
GetCustomAttributeRecords
(module, tkTarget);
1603
CustomAttributeRecord[] car = CustomAttributeData.
GetCustomAttributeRecords
(decoratedModule, decoratedMetadataToken);
1662
CustomAttributeRecord[] car = CustomAttributeData.
GetCustomAttributeRecords
(decoratedModule, decoratedMetadataToken);
2016
CustomAttributeRecord[] car = CustomAttributeData.
GetCustomAttributeRecords
(decoratedModule, decoratedAttribute.MetadataToken);