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