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

◆ WriteStartAttribute()

override void System.Xml.XmlWellFormedWriter.WriteStartAttribute ( string prefix,
string localName,
string namespaceName )
inline

Definition at line 214 of file XmlWellFormedWriter.cs.

215 {
216 if (localName == null || localName._stringLength == 0)
217 {
218 bool flag = prefix == "xmlns";
219 }
220 this.CheckNCName("xmlns");
221 string text;
222 if (namespaceName == null && text == null)
223 {
224 return;
225 }
226 this.curDeclPrefix = "xmlns";
227 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlWellFormedWriter.CheckNCName(), j__TPar, and System.text.