12 lines
233 B
C#
12 lines
233 B
C#
|
namespace System.Threading.Tasks
|
||
|
{
|
||
|
partial class AwaitTaskContinuation
|
||
|
{
|
||
|
public void MarkAborted (ThreadAbortException e) {}
|
||
|
}
|
||
|
|
||
|
partial class CompletionActionInvoker
|
||
|
{
|
||
|
public void MarkAborted (ThreadAbortException e) {}
|
||
|
}
|
||
|
}
|