3 writes to startChar
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathCompileException.cs (2)
21this.startChar = startChar; 34startChar = (int)info.GetValue("StartChar", typeof(int))!;
System\Xml\Xsl\XPath\XPathParser.cs (1)
45PopPosInfo(out e.startChar, out e.endChar);
4 references to startChar
System.Private.Xml (4)
System\Xml\Xsl\XPath\XPathCompileException.cs (4)
44info.AddValue("StartChar", startChar); 93int len = endChar - startChar; 96AppendTrimmed(sb, queryString, 0, startChar, TrimType.Left); 100AppendTrimmed(sb, queryString, startChar, len, TrimType.Middle);