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