5 references to CustomAttributeRecord
System.Private.CoreLib (5)
src\System\Reflection\RuntimeCustomAttributeData.cs (5)
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];