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

◆ CloseEx()

void ICloseEx. System.Net.FileWebResponse.CloseEx ( CloseExState closeState)
inlineprivate

Implements System.Net.ICloseEx.

Definition at line 160 of file FileWebResponse.cs.

161 {
162 if (!this.m_closed)
163 {
164 Stream stream = this.m_stream;
165 int num = 1;
166 this.m_closed = num != 0;
167 if (stream != null)
168 {
169 if (stream == null)
170 {
171 return;
172 }
173 if (stream == null)
174 {
175 throw new InvalidCastException();
176 }
177 if (stream != null)
178 {
179 return;
180 }
181 throw new InvalidCastException();
182 }
183 }
184 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Net.FileWebResponse.m_closed, and System.Net.FileWebResponse.m_stream.