Base:
property
CommonNamedArguments
Microsoft.CodeAnalysis.AttributeData.CommonNamedArguments
2 references to CommonNamedArguments
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Attributes\SourceAttributeData.cs (1)
187this.ConstructorArgumentsSourceIndices, this.CommonNamedArguments, this.HasErrors, isConditionallyOmitted);
Symbols\Source\SynthesizedAttributeData.cs (1)
80protected internal override ImmutableArray<KeyValuePair<string, TypedConstant>> CommonNamedArguments => _original.CommonNamedArguments;