11 references to System_Attribute
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Lookup.cs (1)
767
if (Compilation.IsEqualOrDerivedFromWellKnownClass(namedType, WellKnownType.
System_Attribute
, ref useSiteInfo))
Emitter\Model\PEAssemblyBuilder.cs (7)
504
baseType: GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics));
511
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
519
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
527
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
535
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics),
543
GetWellKnownType(WellKnownType.
System_Attribute
, diagnostics));
550
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)
696
WellKnownType.
System_Attribute
,