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