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