3 writes to endChar
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathCompileException.cs (2)
22this.endChar = endChar; 35endChar = (int)info.GetValue("EndChar", typeof(int))!;
System\Xml\Xsl\XPath\XPathParser.cs (1)
45PopPosInfo(out e.startChar, out e.endChar);
4 references to endChar
System.Private.Xml (4)
System\Xml\Xsl\XPath\XPathCompileException.cs (4)
45info.AddValue("EndChar", endChar); 93int len = endChar - startChar; 104AppendTrimmed(sb, queryString, endChar, queryString.Length - endChar, TrimType.Right);