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