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

◆ InBase64

bool System.Xml.XmlWellFormedWriter.InBase64
getprivate

Definition at line 1291 of file XmlWellFormedWriter.cs.

1292 {
1293 get
1294 {
1295 if (_currentState != State.B64Content && _currentState != State.B64Attribute)
1296 {
1297 return _currentState == State.RootLevelB64Attr;
1298 }
1299 return true;
1300 }
1301 }

Referenced by System.Xml.XmlWellFormedWriter.Close(), and System.Xml.XmlWellFormedWriter.DisposeAsyncCore().