API Documentation
Aspect API
Metalama.Framework.Code
AsyncInfo
HasMethodBuilder
IsAsync
IsAwaitable
IsAwaitableOrVoid
ResultType
Gets a value indicating whether the method has an async implementation, i.e. has the async modifier.
async
public Nullable<bool> IsAsync { get; }