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