namespace System { static class LocalAppContextSwitches { public static readonly bool DoNotUseTimeZoneInfo = false; public static readonly bool DoNotUseEcmaScriptV6EscapeControlCharacter = false; } }