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