<PackageReference Include="Namotion.Reflection" Version="3.4.2" />

System.Runtime.CompilerServices.AsyncMethodBuilderAttribute

Indicates the type of the async method builder that should be used by a language compiler to build the attributed async method or to build the attributed type when used as the return type of an async method.
public Type BuilderType { get; }

Gets the Type of the associated builder.

public AsyncMethodBuilderAttribute(Type builderType)

Initializes the AsyncMethodBuilderAttribute.