3 writes to startChar
System.Data.SqlXml (3)
System\Xml\Xsl\XPath\XPathCompileException.cs (2)
23startChar = (int) info.GetValue("StartChar" , typeof(int )); 39this.startChar = startChar;
System\Xml\Xsl\XPath\XPathParser.cs (1)
45PopPosInfo(out e.startChar, out e.endChar);
4 references to startChar
System.Data.SqlXml (4)
System\Xml\Xsl\XPath\XPathCompileException.cs (4)
31info.AddValue("StartChar" , startChar); 83int len = endChar - startChar; 86AppendTrimmed(sb, queryString, 0, startChar, TrimType.Left); 89AppendTrimmed(sb, queryString, startChar, len, TrimType.Middle);