1 write to NamedArguments
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Attributes.cs (1)
1075
this.
NamedArguments
= namedArguments;
2 references to NamedArguments
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Attributes.cs (2)
264
ImmutableArray<BoundAssignmentOperator> boundNamedArguments = analyzedArguments.
NamedArguments
?.ToImmutableAndFree() ?? ImmutableArray<BoundAssignmentOperator>.Empty;
447
/// The caller is responsible for freeing <see cref="AnalyzedAttributeArguments.ConstructorArguments"/> and <see cref="AnalyzedAttributeArguments.
NamedArguments
"/>.