Class AttributeData
Inheritance
AttributeData
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public abstract class AttributeData
Constructors
AttributeData()
Declaration
protected AttributeData()
Properties
ApplicationSyntaxReference
Declaration
public SyntaxReference? ApplicationSyntaxReference { get; }
Property Value
AttributeClass
Declaration
public INamedTypeSymbol? AttributeClass { get; }
Property Value
AttributeConstructor
Declaration
public IMethodSymbol? AttributeConstructor { get; }
Property Value
CommonApplicationSyntaxReference
Declaration
protected abstract SyntaxReference? CommonApplicationSyntaxReference { get; }
Property Value
CommonAttributeClass
Declaration
protected abstract INamedTypeSymbol? CommonAttributeClass { get; }
Property Value
CommonAttributeConstructor
Declaration
protected abstract IMethodSymbol? CommonAttributeConstructor { get; }
Property Value
CommonConstructorArguments
Declaration
protected abstract ImmutableArray<TypedConstant> CommonConstructorArguments { get; }
Property Value
CommonNamedArguments
Declaration
protected abstract ImmutableArray<KeyValuePair<string, TypedConstant>> CommonNamedArguments { get; }
Property Value
ConstructorArguments
Declaration
public ImmutableArray<TypedConstant> ConstructorArguments { get; }
Property Value
NamedArguments
Declaration
public ImmutableArray<KeyValuePair<string, TypedConstant>> NamedArguments { get; }
Property Value