9 references to CustomAttributeRecord
System.Private.CoreLib (9)
src\System\Reflection\RuntimeCustomAttributeData.cs (9)
185
CustomAttributeRecord
[] records = GetCustomAttributeRecords(module, tkTarget);
200
internal static
CustomAttributeRecord
[] GetCustomAttributeRecords(RuntimeModule module, int targetToken)
211
CustomAttributeRecord
[] records = new
CustomAttributeRecord
[tkCustomAttributeTokens.Length];
1428
CustomAttributeRecord
record = default;
1495
CustomAttributeRecord
[] car = RuntimeCustomAttributeData.GetCustomAttributeRecords(decoratedModule, decoratedMetadataToken);
1505
ref
CustomAttributeRecord
caRecord = ref car[i];
1769
CustomAttributeRecord
[] car = RuntimeCustomAttributeData.GetCustomAttributeRecords(decoratedModule, decoratedAttribute.MetadataToken);
1775
ref
CustomAttributeRecord
caRecord = ref car[i];