12 references to System_Attribute
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Lookup.cs (1)
767
if (Compilation.IsEqualOrDerivedFromWellKnownClass(namedType, WellKnownType.
System_Attribute
, ref useSiteInfo))
Emitter\Model\PEAssemblyBuilder.cs (8)
534
baseType: GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics));
541
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
549
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
557
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
565
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
573
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics));
580
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
588
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
Symbols\Compilation_WellKnownMembers.cs (2)
200
return IsEqualOrDerivedFromWellKnownClass(type, WellKnownType.
System_Attribute
, ref discardedUseSiteInfo);
220
Debug.Assert(wellKnownType == WellKnownType.
System_Attribute
||
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MissingSpecialMember.cs (1)
700
WellKnownType.
System_Attribute
,