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

◆ SearchForTextOfLocalName()

string System.Security.SecurityElement.SearchForTextOfLocalName ( string strLocalName)
inlinepackage

Definition at line 336 of file SecurityElement.cs.

337 {
338 if (strLocalName != null)
339 {
340 string text = this.tag;
341 if (text != null)
342 {
343 bool flag = text.Equals(strLocalName);
344 string text2 = this.tag;
345 string text3 = ":" + strLocalName;
346 string text4 = this.text;
347 if (":" == null)
348 {
349 }
350 return SecurityElement.Unescape(text4);
351 }
352 }
353 throw new InvalidCastException();
354 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Security.SecurityElement.tag, System.Security.SecurityElement.text, and System.Security.SecurityElement.Unescape().

Referenced by System.Security.Cryptography.DSA.FromXmlString(), and System.Security.Cryptography.RSA.FromXmlString().