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

◆ Close()

void System.Xml.XmlTextReaderImpl.ParsingState.Close ( bool closeInput)
inlinepackage

Definition at line 4029 of file XmlTextReaderImpl.cs.

4030 {
4031 Stream stream = this.stream;
4032 if (stream != null)
4033 {
4034 return;
4035 }
4036 if (stream != null)
4037 {
4038 return;
4039 }
4040 }

References System.Xml.XmlTextReaderImpl.ParsingState.stream.