7 references to TrimType
System.Private.Xml (7)
System\Xml\Xsl\XPath\XPathCompileException.cs (7)
56private static void AppendTrimmed(StringBuilder sb, string value, int startIndex, int count, TrimType trimType) 69case TrimType.Left: 73case TrimType.Right: 77case TrimType.Middle: 96AppendTrimmed(sb, queryString, 0, startChar, TrimType.Left); 100AppendTrimmed(sb, queryString, startChar, len, TrimType.Middle); 104AppendTrimmed(sb, queryString, endChar, queryString.Length - endChar, TrimType.Right);