2016-02-22 11:00:01 -05:00
|
|
|
namespace System {
|
|
|
|
static class AppContextSwitches {
|
2016-11-10 13:04:39 +00:00
|
|
|
public static readonly bool ThrowExceptionIfDisposedCancellationTokenSource = true;
|
|
|
|
public static readonly bool SetActorAsReferenceWhenCopyingClaimsIdentity = false;
|
|
|
|
public static readonly bool NoAsyncCurrentCulture = false;
|
2016-02-22 11:00:01 -05:00
|
|
|
}
|
|
|
|
}
|