terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ WriteStartDocumentImpl()

void System.Xml.XmlWellFormedWriter.WriteStartDocumentImpl ( XmlStandalone standalone)
inlineprivate

Definition at line 541 of file XmlWellFormedWriter.cs.

542 {
543 if (this.conformanceLevel != ConformanceLevel.Auto)
544 {
545 string @string = Res.GetString("WriteStartDocument cannot be called on writers created with ConformanceLevel.Fragment.");
546 }
547 int num = 2;
549 if (num == 0)
550 {
551 }
552 this.stateTable = num;
553 if (this.rawWriter != null)
554 {
555 if (!this.xmlDeclFollows)
556 {
557 return;
558 }
559 }
560 else
561 {
563 }
564 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlWellFormedWriter.conformanceLevel, System.Xml.Res.GetString(), j__TPar, System.Xml.XmlWellFormedWriter.rawWriter, System.Xml.XmlWellFormedWriter.writer, and System.Xml.XmlWellFormedWriter.xmlDeclFollows.