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

◆ EnsureWrappedWriter()

void System.Xml.XmlAutoDetectWriter.EnsureWrappedWriter ( XmlOutputMethod outMethod)
inlineprivate

Definition at line 304 of file XmlAutoDetectWriter.cs.

305 {
306 if (this.wrapped != null)
307 {
308 return;
309 }
310 this.CreateWrappedWriter(outMethod);
311 }
void CreateWrappedWriter(XmlOutputMethod outMethod)

References System.Xml.XmlAutoDetectWriter.CreateWrappedWriter(), and System.Xml.XmlAutoDetectWriter.wrapped.