Base:
property
CommonConstructorArguments
Microsoft.CodeAnalysis.AttributeData.CommonConstructorArguments
2 references to CommonConstructorArguments
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Attributes\SourceAttributeData.cs (1)
186
return new SourceAttributeData(this._compilation, this.ApplicationSyntaxReference, this.AttributeClass, this.AttributeConstructor, this.
CommonConstructorArguments
,
Symbols\Source\SynthesizedAttributeData.cs (1)
79
protected internal override ImmutableArray<TypedConstant> CommonConstructorArguments => _original.
CommonConstructorArguments
;