2 writes to Arguments
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
src\Compilers\Core\Portable\InternalUtilities\InterpolatedStringHandlerArgumentAttribute.cs (2)
24public InterpolatedStringHandlerArgumentAttribute(string argument) => Arguments = new string[] { argument }; 28public InterpolatedStringHandlerArgumentAttribute(params string[] arguments) => Arguments = arguments;