Base:
property
CommonConstructorArguments
Microsoft.CodeAnalysis.AttributeData.CommonConstructorArguments
3 references to CommonConstructorArguments
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Attributes\SourceAttributeData.cs (1)
158return new SourceAttributeData(this.ApplicationSyntaxReference, this.AttributeClass, this.AttributeConstructor, this.CommonConstructorArguments,
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
1212ImmutableArray<TypedConstant> oldAttributeCtorArguments = oldAttribute.CommonConstructorArguments;
Symbols\Source\SynthesizedAttributeData.cs (1)
37constructorArguments: original.CommonConstructorArguments,