Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ MarkOutError()

string System.Xml.Xsl.XPath.XPathCompileException.MarkOutError ( )
inlinepackage

Definition at line 76 of file XPathCompileException.cs.

77 {
78 if (queryString == null || queryString.Trim(' ').Length == 0)
79 {
80 return null;
81 }
82 int num = endChar - startChar;
85 if (num > 0)
86 {
87 stringBuilder.Append(" -->");
89 }
90 stringBuilder.Append("<-- ");
92 return stringBuilder.ToString();
93 }
static void AppendTrimmed(StringBuilder sb, string value, int startIndex, int count, TrimType trimType)

References System.Xml.Xsl.XPath.XPathCompileException.AppendTrimmed(), System.Xml.Dictionary, System.Xml.Xsl.XPath.XPathCompileException.endChar, System.Xml.Xsl.XPath.XPathCompileException.queryString, and System.Xml.Xsl.XPath.XPathCompileException.startChar.

Referenced by System.Xml.Xsl.XPath.XPathCompileException.FormatDetailedMessage().