4 references to Instantiate
System.Private.CoreLib (4)
System\Reflection\Attribute.NativeAot.cs (4)
47
return
Instantiate
(element.GetMatchingCustomAttributes(attributeType), attributeType);
60
return
Instantiate
(element.GetMatchingCustomAttributes(attributeType, inherit), attributeType);
71
return
Instantiate
(element.GetMatchingCustomAttributes(attributeType), attributeType);
84
return
Instantiate
(element.GetMatchingCustomAttributes(attributeType, inherit), attributeType);