3 references to GetCustomAttributeRecords
System.Private.CoreLib (3)
src\System\Reflection\RuntimeCustomAttributeData.cs (3)
185CustomAttributeRecord[] records = GetCustomAttributeRecords(module, tkTarget); 1495CustomAttributeRecord[] car = RuntimeCustomAttributeData.GetCustomAttributeRecords(decoratedModule, decoratedMetadataToken); 1769CustomAttributeRecord[] car = RuntimeCustomAttributeData.GetCustomAttributeRecords(decoratedModule, decoratedAttribute.MetadataToken);