10 references to CustomAttributeRecord
System.Private.CoreLib (10)
src\System\Reflection\RuntimeCustomAttributeData.cs (10)
185
CustomAttributeRecord
[] records = GetCustomAttributeRecords(module, tkTarget);
200
internal static
CustomAttributeRecord
[] GetCustomAttributeRecords(RuntimeModule module, int targetToken)
208
return Array.Empty<
CustomAttributeRecord
>();
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];