System\Reflection\RuntimeCustomAttribute.NativeAot.cs (4)
17Instantiate(GetMatchingCustomAttributes(element, attributeType, inherit: false), attributeType);
20Instantiate(GetMatchingCustomAttributes(element, attributeType, inherit), attributeType);
23Instantiate(GetMatchingCustomAttributes(element, attributeType, inherit: false), attributeType);
26Instantiate(GetMatchingCustomAttributes(element, attributeType, inherit: false), attributeType);