5 references to CreateAttributeArrayHelper
System.Private.CoreLib (5)
src\System\Attribute.CoreCLR.cs (5)
48Attribute[] array = CreateAttributeArrayHelper(type, attributeList.Count); 152Attribute[] array = CreateAttributeArrayHelper(type, attributeList.Count); 266ret = CreateAttributeArrayHelper(type, 0); 299Attribute[] attributes = CreateAttributeArrayHelper(type, count); 312ret = CreateAttributeArrayHelper(type, temp.Length + count);