System.Runtime.CompilerServices.RuntimeAsyncMethodGenerationAttribute
namespace System.Runtime.CompilerServices
{
internal sealed class RuntimeAsyncMethodGenerationAttribute : Attribute
{
public bool RuntimeAsync { get; }
public RuntimeAsyncMethodGenerationAttribute(bool runtimeAsync);
}
}