1 write to ConstructorArguments
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Attributes.cs (1)
1076
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);
241
analyzedArguments.
ConstructorArguments
.Arguments,
243
analyzedArguments.
ConstructorArguments
.Names,
250
boundConstructorArguments = analyzedArguments.
ConstructorArguments
.Arguments.ToImmutable();
261
ImmutableArray<string?> boundConstructorArgumentNamesOpt = analyzedArguments.
ConstructorArguments
.GetNames();
268
analyzedArguments.
ConstructorArguments
.Free();
449
/// The caller is responsible for freeing <see cref="AnalyzedAttributeArguments.
ConstructorArguments
"/> and <see cref="AnalyzedAttributeArguments.NamedArguments"/>.