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