Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DiagnosticsSwitches.cs
Go to the documentation of this file.
2
3namespace System.Xml;
4
5internal static class DiagnosticsSwitches
6{
7 private static volatile BooleanSwitch s_nonRecursiveTypeLoading;
8
10 {
11 get
12 {
13 if (s_nonRecursiveTypeLoading == null)
14 {
15 s_nonRecursiveTypeLoading = new BooleanSwitch("XmlSerialization.NonRecursiveTypeLoading", "Turn on non-recursive algorithm generating XmlMappings for CLR types.");
16 }
18 }
19 }
20}
static volatile BooleanSwitch s_nonRecursiveTypeLoading
static BooleanSwitch NonRecursiveTypeLoading