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

◆ IsSubsetOf()

override bool System.Net.WebPermission.IsSubsetOf ( IPermission target)
inline

Implements System.Security.IPermission.

Definition at line 229 of file WebPermission.cs.

230 {
231 if (target != null)
232 {
233 }
234 if (!this.m_noRestriction && !this.m_UnrestrictedConnect && !this.m_UnrestrictedAccept && this.m_connectList == null)
235 {
237 if (!this.m_noRestriction)
238 {
239 goto IL_0034;
240 }
241 }
242 long num = 0L;
243 IL_0034:
245 if (num != 0L)
246 {
247 while (num != 0L)
248 {
249 }
252 while (connectList == null)
253 {
254 }
255 while (connectList == null)
256 {
257 }
259 if (connectList2 != null)
260 {
261 }
262 bool flag;
263 return flag;
264 }
265 object syncRoot = connectList2._syncRoot;
266 while (syncRoot == null)
267 {
268 }
269 while (syncRoot == null)
270 {
271 }
272 object syncRoot2 = connectList2._syncRoot;
273 if (syncRoot2 != null)
274 {
275 }
276 bool flag2;
277 return flag2;
278 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, System.Net.WebPermission.m_acceptList, System.Net.WebPermission.m_connectList, System.Net.WebPermission.m_noRestriction, System.Net.WebPermission.m_UnrestrictedAccept, and System.Net.WebPermission.m_UnrestrictedConnect.