3 references to AddCustomAttributes
System.Private.CoreLib (3)
src\System\Reflection\RuntimeCustomAttributeData.cs (3)
1275AddCustomAttributes(ref result, type.GetRuntimeModule(), type.MetadataToken, caType, mustBeInheritable, result);
1317AddCustomAttributes(ref result, method.GetRuntimeModule(), method.MetadataToken, caType, mustBeInheritable, result);
1474AddCustomAttributes(ref attributes, decoratedModule, decoratedMetadataToken, attributeFilterType, false, default);