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