System.Runtime.CompilerServices.InterpolatedStringHandlerAttribute
namespace System.Runtime.CompilerServices
{
internal sealed class InterpolatedStringHandlerAttribute : Attribute
{
public InterpolatedStringHandlerAttribute();
}
}