7 lines
143 B
C#
7 lines
143 B
C#
|
namespace System.Threading
|
||
|
{
|
||
|
partial class SynchronizationContext
|
||
|
{
|
||
|
internal static SynchronizationContext CurrentExplicit => Current;
|
||
|
}
|
||
|
}
|