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