Merge pull request #3528 from BrzVlad/fix-sgen-check-before-collections
[mono.git] / mcs / class / corlib / ReferenceSources / AppContextSwitches.cs
1 namespace System {
2         static class AppContextSwitches {
3                 public static readonly bool ThrowExceptionIfDisposedCancellationTokenSource = true;
4                 public static readonly bool SetActorAsReferenceWhenCopyingClaimsIdentity = false;
5                 public static readonly bool NoAsyncCurrentCulture = false;
6         }
7 }