<PackageReference Include="NJsonSchema.Annotations" Version="11.1.0" />
System.Runtime.CompilerServices.AsyncMethodBuilderAttribute
namespace System.
Runtime.
CompilerServices
{
internal sealed class AsyncMethodBuilderAttribute :
Attribute
{
public Type BuilderType { get; }
public AsyncMethodBuilderAttribute(
Type builderType);
}
}