System.Runtime.CompilerServices.ExtensionMarkerAttribute
namespace System.Runtime.CompilerServices
{
internal sealed class ExtensionMarkerAttribute : Attribute
{
public string Name { get; }
public ExtensionMarkerAttribute(string name);
}
}