1 write to ConstructorArguments
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Attributes.cs (1)
1139
this.
ConstructorArguments
= constructorArguments;
8 references to ConstructorArguments
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Attributes.cs (8)
192
boundConstructorArguments = analyzedArguments.
ConstructorArguments
.Arguments.SelectAsArray(
200
analyzedArguments.
ConstructorArguments
,
220
boundConstructorArguments = BuildArgumentsForErrorRecovery(analyzedArguments.
ConstructorArguments
, candidateConstructors);
228
analyzedArguments.
ConstructorArguments
.Arguments,
236
boundConstructorArguments = analyzedArguments.
ConstructorArguments
.Arguments.ToImmutable();
248
ImmutableArray<string?> boundConstructorArgumentNamesOpt = analyzedArguments.
ConstructorArguments
.GetNames();
257
analyzedArguments.
ConstructorArguments
.Free();
436
/// The caller is responsible for freeing <see cref="AnalyzedAttributeArguments.
ConstructorArguments
"/> and <see cref="AnalyzedAttributeArguments.NamedArguments"/>.