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

◆ SearchForChildByTag()

SecurityElement System.Security.SecurityElement.SearchForChildByTag ( string tag)
inline

Definition at line 225 of file SecurityElement.cs.

226 {
227 while (tag == null)
228 {
229 }
230 if (this.children != null)
231 {
233 if (arrayList != null)
234 {
235 }
236 int size = arrayList._size;
238 }
239 throw new InvalidCastException();
240 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.ArrayList._size, System.Security.SecurityElement.children, j__TPar, and System.Security.SecurityElement.tag.

Referenced by System.Net.WebPermission.FromXml().