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

◆ Finalize()

override void System.Xml.XmlRegisteredNonCachedStream.Finalize ( )
inlineprotected

Definition at line 22 of file XmlRegisteredNonCachedStream.cs.

23 {
24 XmlDownloadManager xmlDownloadManager = this.downloadManager;
25 if (xmlDownloadManager != null)
26 {
27 string text = this.host;
28 xmlDownloadManager.Remove(text);
29 }
30 base.Finalize();
31 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlRegisteredNonCachedStream.downloadManager, System.Xml.XmlRegisteredNonCachedStream.host, j__TPar, System.Xml.XmlDownloadManager.Remove(), and System.text.