1 write to ConstructorArguments
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Attributes.cs (1)
1074
this.
ConstructorArguments
= constructorArguments;
10 references to ConstructorArguments
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Attributes.cs (10)
191
boundConstructorArguments = analyzedArguments.
ConstructorArguments
.Arguments.SelectAsArray(
200
analyzedArguments.
ConstructorArguments
,
214
binder.CheckAndCoerceArguments<MethodSymbol>(node, memberResolutionResult, analyzedArguments.
ConstructorArguments
, diagnostics, receiver: null, invokedAsExtensionMethod: false, out argsToParamsOpt);
231
boundConstructorArguments = binder.BuildArgumentsForErrorRecovery(analyzedArguments.
ConstructorArguments
, candidateConstructors);
239
analyzedArguments.
ConstructorArguments
.Arguments,
241
analyzedArguments.
ConstructorArguments
.Names,
248
boundConstructorArguments = analyzedArguments.
ConstructorArguments
.Arguments.ToImmutable();
259
ImmutableArray<string?> boundConstructorArgumentNamesOpt = analyzedArguments.
ConstructorArguments
.GetNames();
266
analyzedArguments.
ConstructorArguments
.Free();
447
/// The caller is responsible for freeing <see cref="AnalyzedAttributeArguments.
ConstructorArguments
"/> and <see cref="AnalyzedAttributeArguments.NamedArguments"/>.