示例#1
0
 private static Task BadInvokeAsync(OptEmpty opt)
 {
     Assert.False(true, "Invoked the bad evil method");
     return(Task.CompletedTask);
 }
示例#2
0
 private static void BadInvoke(OptEmpty opt)
 {
     Assert.False(true, "Invoked the bad evil method");
 }