AsyncTaskMethodBuilder<[Nullable(2)] TResult> class
internal static void AwaitUnsafeOnCompleted(ref TAwaiter awaiter, IAsyncStateMachineBox box) where TAwaiter : ICriticalNotifyCompletion
and
ConfiguredTaskAwaiter class
public void UnsafeOnCompleted(Action continuation)
上面两个方法都没有对 ConfigureAwaitOptions.SuppressThrowing,
ConfigureAwaitOptions.ForceYielding两个枚举值做出处理. 这两个枚举值在何处生效?