7 lines
289 B
C#
7 lines
289 B
C#
namespace System {
|
|
static class AppContextSwitches {
|
|
public static readonly bool ThrowExceptionIfDisposedCancellationTokenSource = true;
|
|
public static readonly bool SetActorAsReferenceWhenCopyingClaimsIdentity = false;
|
|
public static readonly bool NoAsyncCurrentCulture = false;
|
|
}
|
|
} |