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

◆ DontThrowOnInvalidSurrogatePairs

bool System.LocalAppContextSwitches.DontThrowOnInvalidSurrogatePairs
staticget

Definition at line 17 of file LocalAppContextSwitches.cs.

18 {
19 [MethodImpl(MethodImplOptions.AggressiveInlining)]
20 get
21 {
22 return GetCachedSwitchValue("Switch.System.Xml.DontThrowOnInvalidSurrogatePairs", ref s_dontThrowOnInvalidSurrogatePairs);
23 }
24 }
static bool GetCachedSwitchValue(string switchName, ref int cachedSwitchValue)

Referenced by System.Xml.XmlUtf8RawTextWriter.EncodeSurrogate(), and System.Xml.XmlEncodedRawTextWriter.EncodeSurrogate().