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