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);
10 references to RuntimeCustomAttributeData
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
70
return
RuntimeCustomAttributeData
.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeAssembly.cs (1)
354
return
RuntimeCustomAttributeData
.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
156
return
RuntimeCustomAttributeData
.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
902
enumTag =
RuntimeCustomAttributeData
.TypeToCustomAttributeEncoding((RuntimeType)enumType.GetEnumUnderlyingType());
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);