3 references to System_Attribute
illink (3)
Linker.Steps\LinkAttributesParser.cs (1)
124
var attributeType = BCL.FindPredefinedType(WellKnownType.
System_Attribute
, _context);
src\tools\illink\src\ILLink.Shared\TypeSystemProxy\WellKnownType.cs (2)
38
WellKnownType.
System_Attribute
=> ("System", "Attribute"),
57
"Attribute" => WellKnownType.
System_Attribute
,