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);
15 references to RuntimeCustomAttributeData
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
70return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeAssembly.cs (1)
351return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
156return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
src\System\Reflection\RuntimeCustomAttributeData.cs (6)
902enumTag = RuntimeCustomAttributeData.TypeToCustomAttributeEncoding((RuntimeType)enumType.GetEnumUnderlyingType()); 1081CustomAttributeEncoding encodedType = RuntimeCustomAttributeData.TypeToCustomAttributeEncoding(parameterType); 1089encodedArrayType = RuntimeCustomAttributeData.TypeToCustomAttributeEncoding(parameterType); 1096encodedEnumType = RuntimeCustomAttributeData.TypeToCustomAttributeEncoding((RuntimeType)Enum.GetUnderlyingType(parameterType)); 1495CustomAttributeRecord[] car = RuntimeCustomAttributeData.GetCustomAttributeRecords(decoratedModule, decoratedMetadataToken); 1769CustomAttributeRecord[] car = RuntimeCustomAttributeData.GetCustomAttributeRecords(decoratedModule, decoratedAttribute.MetadataToken);
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);