Base:
property
CommonNamedArguments
Microsoft.CodeAnalysis.AttributeData.CommonNamedArguments
3 references to CommonNamedArguments
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Attributes\SourceAttributeData.cs (1)
159this.ConstructorArgumentsSourceIndices, this.CommonNamedArguments, this.HasErrors, isConditionallyOmitted);
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
1215ImmutableArray<KeyValuePair<string, TypedConstant>> oldAttributeNamedArguments = oldAttribute.CommonNamedArguments;
Symbols\Source\SynthesizedAttributeData.cs (1)
39namedArguments: original.CommonNamedArguments,