Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ValidationState.cs
Go to the documentation of this file.
2
3namespace System.Xml.Schema;
4
5internal sealed class ValidationState
6{
7 public bool IsNill;
8
9 public bool IsDefault;
10
12
14
15 public bool ValidationSkipped;
16
18
20
22
24
25 public string LocalName;
26
27 public string Namespace;
28
30
32
33 public bool HasMatched;
34
35 private BitSet[] _curPos;
36
38
40
41 public bool TooComplex;
42
43 public BitSet[] CurPos => _curPos ?? (_curPos = new BitSet[2]);
44}
List< RangePositionInfo > RunningPositions
XmlSchemaContentProcessing ProcessContents