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

◆ Init()

void System.Xml.XmlEncodedRawTextWriterIndent.Init ( XmlWriterSettings settings)
inlineprivate

Definition at line 210 of file XmlEncodedRawTextWriterIndent.cs.

211 {
212 string text = settings.indentChars;
214 bool flag = settings.newLineOnAttributes;
216 if (this.checkCharacters)
217 {
218 bool flag2 = this.newLineOnAttributes;
219 string text2 = this.indentChars;
220 string newLineChars;
221 if (flag2)
222 {
223 base.ValidateContentChars(text2, "IndentChars", true);
225 return;
226 }
227 long num = 0L;
228 base.ValidateContentChars(newLineChars, "NewLineChars", num != 0L);
229 if (this.newLineHandling != NewLineHandling.Replace)
230 {
231 string newLineChars2 = this.newLineChars;
232 long num2 = 0L;
233 base.ValidateContentChars(newLineChars2, "NewLineChars", num2 != 0L);
234 return;
235 }
236 }
237 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlEncodedRawTextWriter.checkCharacters, System.Xml.XmlEncodedRawTextWriterIndent.indentChars, System.Xml.XmlWriterSettings.indentChars, j__TPar, System.L, System.Xml.XmlEncodedRawTextWriter.newLineChars, System.Xml.XmlEncodedRawTextWriter.newLineHandling, System.Xml.XmlEncodedRawTextWriterIndent.newLineOnAttributes, System.Xml.XmlWriterSettings.newLineOnAttributes, and System.text.

Referenced by System.Xml.XmlEncodedRawTextWriterIndent.XmlEncodedRawTextWriterIndent(), and System.Xml.XmlEncodedRawTextWriterIndent.XmlEncodedRawTextWriterIndent().