2 instantiations of RuntimeCustomAttributeData
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
106
pca[i] = new
RuntimeCustomAttributeData
(pseudoAttributes[i]);
193
customAttributes[i] = new
RuntimeCustomAttributeData
(module, records[i].tkCtor, in records[i].blob);
15 references to RuntimeCustomAttributeData
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
70
return
RuntimeCustomAttributeData
.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeAssembly.cs (1)
351
return
RuntimeCustomAttributeData
.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
156
return
RuntimeCustomAttributeData
.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeCustomAttributeData.cs (6)
902
enumTag =
RuntimeCustomAttributeData
.TypeToCustomAttributeEncoding((RuntimeType)enumType.GetEnumUnderlyingType());
1081
CustomAttributeEncoding encodedType =
RuntimeCustomAttributeData
.TypeToCustomAttributeEncoding(parameterType);
1089
encodedArrayType =
RuntimeCustomAttributeData
.TypeToCustomAttributeEncoding(parameterType);
1096
encodedEnumType =
RuntimeCustomAttributeData
.TypeToCustomAttributeEncoding((RuntimeType)Enum.GetUnderlyingType(parameterType));
1495
CustomAttributeRecord[] car =
RuntimeCustomAttributeData
.GetCustomAttributeRecords(decoratedModule, decoratedMetadataToken);
1769
CustomAttributeRecord[] car =
RuntimeCustomAttributeData
.GetCustomAttributeRecords(decoratedModule, decoratedAttribute.MetadataToken);
src\System\Reflection\RuntimeEventInfo.cs (1)
116
return
RuntimeCustomAttributeData
.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeFieldInfo.cs (1)
87
return
RuntimeCustomAttributeData
.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
199
return
RuntimeCustomAttributeData
.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeModule.cs (1)
380
return
RuntimeCustomAttributeData
.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeParameterInfo.cs (1)
491
return
RuntimeCustomAttributeData
.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimePropertyInfo.cs (1)
164
return
RuntimeCustomAttributeData
.GetCustomAttributesInternal(this);