1 instantiation of AnalyzedAttributeArguments
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Attributes.cs (1)
500
return new
AnalyzedAttributeArguments
(boundConstructorArguments, boundNamedArgumentsBuilder);
4 references to AnalyzedAttributeArguments
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Attributes.cs (4)
183
AnalyzedAttributeArguments
analyzedArguments = attributeArgumentBinder.BindAttributeArguments(argumentListOpt, attributeTypeForBinding, diagnostics);
436
/// The caller is responsible for freeing <see cref="
AnalyzedAttributeArguments
.ConstructorArguments"/> and <see cref="
AnalyzedAttributeArguments
.NamedArguments"/>.
438
private
AnalyzedAttributeArguments
BindAttributeArguments(