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

◆ TextBlockCreatesWriter()

bool System.Xml.XmlAutoDetectWriter.TextBlockCreatesWriter ( string textBlock)
inlineprivate

Definition at line 314 of file XmlAutoDetectWriter.cs.

315 {
316 if (this.wrapped == null)
317 {
318 bool flag = XmlCharType.Instance.IsOnlyWhitespace(textBlock);
319 }
320 return true;
321 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlCharType.Instance, System.Xml.XmlCharType.IsOnlyWhitespace(), j__TPar, and System.Xml.XmlAutoDetectWriter.wrapped.

Referenced by System.Xml.XmlAutoDetectWriter.WriteCData(), System.Xml.XmlAutoDetectWriter.WriteRaw(), and System.Xml.XmlAutoDetectWriter.WriteString().