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