Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IgnoreEmptyKeySequences

bool System.LocalAppContextSwitches.IgnoreEmptyKeySequences
staticget

Definition at line 26 of file LocalAppContextSwitches.cs.

27 {
28 [MethodImpl(MethodImplOptions.AggressiveInlining)]
29 get
30 {
31 return GetCachedSwitchValue("Switch.System.Xml.IgnoreEmptyKeySequencess", ref s_ignoreEmptyKeySequences);
32 }
33 }
static bool GetCachedSwitchValue(string switchName, ref int cachedSwitchValue)

Referenced by System.Xml.Schema.XmlSchemaValidator.EndElementIdentityConstraints().