2 instantiations of RuntimeCustomAttributeData
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (1)
157pca[i] = new RuntimeCustomAttributeData(pseudoAttributes[i]);
System\Reflection\RuntimeCustomAttributeData.NativeAot.cs (1)
32customAttributes[index++] = new RuntimeCustomAttributeData(reader, customAttributeHandle);
14 references to RuntimeCustomAttributeData
System.Private.CoreLib (14)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (3)
884CustomAttributeEncoding encodedType = RuntimeCustomAttributeData.TypeToCustomAttributeEncoding(parameterType); 892encodedArrayType = RuntimeCustomAttributeData.TypeToCustomAttributeEncoding(parameterType); 899encodedEnumType = RuntimeCustomAttributeData.TypeToCustomAttributeEncoding((RuntimeType)Enum.GetUnderlyingType(parameterType));
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (1)
185public sealed override IList<CustomAttributeData> GetCustomAttributesData() => RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
System\Reflection\Runtime\EventInfos\RuntimeEventInfo.cs (1)
147public sealed override IList<CustomAttributeData> GetCustomAttributesData() => RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
System\Reflection\Runtime\FieldInfos\RuntimeFieldInfo.cs (1)
62public sealed override IList<CustomAttributeData> GetCustomAttributesData() => RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
System\Reflection\Runtime\MethodInfos\RuntimeConstructorInfo.cs (1)
48public sealed override IList<CustomAttributeData> GetCustomAttributesData() => RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
System\Reflection\Runtime\Modules\RuntimeModule.cs (1)
43public sealed override IList<CustomAttributeData> GetCustomAttributesData() => RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
System\Reflection\Runtime\ParameterInfos\RuntimeParameterInfo.cs (1)
50public sealed override IList<CustomAttributeData> GetCustomAttributesData() => RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
System\Reflection\Runtime\PropertyInfos\RuntimePropertyInfo.cs (1)
299public sealed override IList<CustomAttributeData> GetCustomAttributesData() => RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
System\Reflection\RuntimeCustomAttributeData.NativeAot.cs (2)
484RuntimeCustomAttributeData.TypeToCustomAttributeEncoding((RuntimeType)enumType.GetEnumUnderlyingType()); 586ConstructorInfo constructor = RuntimeCustomAttributeData.ResolveAttributeConstructor(reader, customAttribute, attributeType);
System\Reflection\RuntimeMethodInfo.cs (1)
101public sealed override IList<CustomAttributeData> GetCustomAttributesData() => RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
System\RuntimeType.NativeAot.cs (1)
826return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);