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.XmlUtf8RawTextWriter.WriteStartAttribute ( string prefix,
string localName,
string ns )
inline

Definition at line 184 of file XmlUtf8RawTextWriter.cs.

185 {
186 int num = this.bufPos;
187 byte[] array = this.bufBytes;
188 byte[] array2;
189 if (prefix != null)
190 {
191 int stringLength = prefix._stringLength;
192 this.RawText(prefix);
193 array2 = this.bufBytes;
194 }
195 this.RawText(localName);
196 byte[] array3 = this.bufBytes;
198 byte[] array4 = this.bufBytes;
200 int num2 = 1;
201 this.inAttributeValue = num2 != 0;
202 }
class f__AnonymousType0<< Count > j__TPar

References System.array, System.Xml.XmlUtf8RawTextWriter.bufBytes, System.Xml.XmlUtf8RawTextWriter.bufPos, j__TPar, and System.Xml.XmlUtf8RawTextWriter.RawText().