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

◆ GeneratePrefix()

string System.Xml.XmlWellFormedWriter.GeneratePrefix ( )
inlineprivate

Definition at line 732 of file XmlWellFormedWriter.cs.

733 {
734 string text3;
735 do
736 {
737 if (this.nsTop == 0)
738 {
739 }
741 string text2;
742 string text = "p" + text2;
743 if (this.LookupNamespace(text) == null)
744 {
745 break;
746 }
747 if ("p" == null)
748 {
749 }
751 string text4;
752 text3 = text + text4;
753 }
754 while (this.LookupNamespace(text3) != null);
755 return text3;
756 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture
string LookupNamespace(string prefix)

References System.Globalization.CultureInfo.InvariantCulture, j__TPar, System.Xml.XmlWellFormedWriter.LookupNamespace(), System.Xml.XmlWellFormedWriter.nsTop, and System.text.