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