[bcl] Update Reference Source to .NET Framework 4.6.2
[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         }
6 }