13 references to System_Attribute
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Lookup.cs (1)
738
if (Compilation.IsEqualOrDerivedFromWellKnownClass(namedType, WellKnownType.
System_Attribute
, ref useSiteInfo))
Emitter\Model\PEAssemblyBuilder.cs (9)
567
baseType: GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics));
574
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
582
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
590
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
598
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
606
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics));
613
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
621
systemAttributeType: GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
629
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
Symbols\Compilation_WellKnownMembers.cs (2)
204
return IsEqualOrDerivedFromWellKnownClass(type, WellKnownType.
System_Attribute
, ref discardedUseSiteInfo);
224
Debug.Assert(wellKnownType == WellKnownType.
System_Attribute
||
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MissingSpecialMember.cs (1)
723
WellKnownType.
System_Attribute
,