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

◆ Dispose() [2/2]

override void System.Xml.XmlRegisteredNonCachedStream.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from System.IO.Stream.

Definition at line 34 of file XmlRegisteredNonCachedStream.cs.

35 {
36 if (this.stream != null)
37 {
38 XmlDownloadManager xmlDownloadManager = this.downloadManager;
39 if (xmlDownloadManager != null)
40 {
41 string text = this.host;
42 xmlDownloadManager.Remove(text);
43 Stream stream = this.stream;
44 }
45 }
46 long num = 0L;
47 GC.SuppressFinalize(this);
48 base.Dispose(num != 0L);
49 }
class f__AnonymousType0<< Count > j__TPar
static void SuppressFinalize(object obj)
Definition GC.cs:116

References System.Xml.XmlRegisteredNonCachedStream.downloadManager, System.Xml.XmlRegisteredNonCachedStream.host, j__TPar, System.L, System.Xml.XmlDownloadManager.Remove(), System.Xml.XmlRegisteredNonCachedStream.stream, System.GC.SuppressFinalize(), and System.text.