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