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