5 references to CustomAttributeRecord
System.Private.CoreLib (5)
src\System\Reflection\RuntimeCustomAttributeData.cs (5)
185CustomAttributeRecord[] records = GetCustomAttributeRecords(module, tkTarget); 200internal static CustomAttributeRecord[] GetCustomAttributeRecords(RuntimeModule module, int targetToken) 208return Array.Empty<CustomAttributeRecord>(); 211CustomAttributeRecord[] records = new CustomAttributeRecord[tkCustomAttributeTokens.Length];