2 writes to Arguments
Microsoft.Build.Framework (2)
InterpolatedStringHandlerArgumentAttribute.cs (2)
28public InterpolatedStringHandlerArgumentAttribute(string argument) => Arguments = new string[] { argument }; 32public InterpolatedStringHandlerArgumentAttribute(params string[] arguments) => Arguments = arguments;