2 instantiations of CustomAttribute
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
2679=> new CustomAttribute(reader, this); 7770return new CustomAttribute(this, handle);
5 references to CustomAttribute
System.Private.CoreLib (5)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
2678public CustomAttribute GetCustomAttribute(MetadataReader reader) 7768public CustomAttribute GetCustomAttribute(CustomAttributeHandle handle)
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (1)
211private readonly CustomAttribute _customAttribute;
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
458public static Handle GetAttributeTypeHandle(this CustomAttribute customAttribute,
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
73CustomAttribute ca = cah.GetCustomAttribute(_reader);