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.XmlUtf8RawTextWriterIndent.Init ( XmlWriterSettings settings)
inlineprivate

Definition at line 197 of file XmlUtf8RawTextWriterIndent.cs.

198 {
199 string text = settings.indentChars;
201 bool flag = settings.newLineOnAttributes;
203 if (this.checkCharacters)
204 {
205 bool flag2 = this.newLineOnAttributes;
206 string text2 = this.indentChars;
207 string newLineChars;
208 if (flag2)
209 {
210 base.ValidateContentChars(text2, "IndentChars", true);
212 return;
213 }
214 long num = 0L;
215 base.ValidateContentChars(newLineChars, "NewLineChars", num != 0L);
216 if (this.newLineHandling != NewLineHandling.Replace)
217 {
218 string newLineChars2 = this.newLineChars;
219 long num2 = 0L;
220 base.ValidateContentChars(newLineChars2, "NewLineChars", num2 != 0L);
221 return;
222 }
223 }
224 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlUtf8RawTextWriter.checkCharacters, System.Xml.XmlUtf8RawTextWriterIndent.indentChars, System.Xml.XmlWriterSettings.indentChars, j__TPar, System.L, System.Xml.XmlUtf8RawTextWriter.newLineChars, System.Xml.XmlUtf8RawTextWriter.newLineHandling, System.Xml.XmlUtf8RawTextWriterIndent.newLineOnAttributes, System.Xml.XmlWriterSettings.newLineOnAttributes, and System.text.

Referenced by System.Xml.XmlUtf8RawTextWriterIndent.XmlUtf8RawTextWriterIndent().