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.IO.StreamReader.Dispose ( bool disposing)
inlineprotectedvirtualinherited

Reimplemented from System.IO.TextReader.

Reimplemented in System.IO.StreamReader.NullStreamReader.

Definition at line 146 of file StreamReader.cs.

147 {
148 bool closable = this._closable;
149 if (this._stream != null)
150 {
151 }
152 if (!this._closable)
153 {
154 return;
155 }
156 if (this._stream != null)
157 {
158 }
159 long num;
160 if (num == 0L)
161 {
162 return;
163 }
164 throw new OutOfMemoryException();
165 }
class f__AnonymousType0<< Count > j__TPar

References System.IO.StreamReader._closable, System.IO.StreamReader._stream, j__TPar, and System.L.