Base:
property
AttributeClass
Microsoft.CodeAnalysis.CSharp.Symbols.CSharpAttributeData.AttributeClass
7 references to AttributeClass
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Attributes.cs (2)
114Debug.Assert(attribute.AttributeClass is object); 116bool isConditionallyOmitted = binder.IsAttributeConditionallyOmitted(attribute.AttributeClass, attributeSyntax.SyntaxTree, ref useSiteInfo);
Symbols\Attributes\SourceAttributeData.cs (2)
158return new SourceAttributeData(this.ApplicationSyntaxReference, this.AttributeClass, this.AttributeConstructor, this.CommonConstructorArguments, 163[MemberNotNullWhen(true, nameof(AttributeClass), nameof(AttributeConstructor))]
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
1197NamedTypeSymbol oldAttributeType = oldAttribute.AttributeClass;
Symbols\Source\SynthesizedAttributeData.cs (1)
35attributeClass: original.AttributeClass,
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
1705return attributes.Select(a => a.AttributeClass.Name);