2 instantiations of RuntimeCustomAttributeData
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
106pca[i] = new RuntimeCustomAttributeData(pseudoAttributes[i]); 193customAttributes[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)
70return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeAssembly.cs (1)
354return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
156return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
902enumTag = RuntimeCustomAttributeData.TypeToCustomAttributeEncoding((RuntimeType)enumType.GetEnumUnderlyingType());
src\System\Reflection\RuntimeEventInfo.cs (1)
116return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeFieldInfo.cs (1)
87return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
199return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeModule.cs (1)
380return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeParameterInfo.cs (1)
491return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimePropertyInfo.cs (1)
164return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);