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