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