9 references to Eof
System.Data.SqlXml (9)
System\Xml\Xsl\XPath\XPathScanner.cs (5)
45
LastNonChar =
Eof
,
140
if (kind == LexKind.
Eof
) {
194
kind = LexKind.
Eof
;
486
if (t == LexKind.
Eof
) {
506
case LexKind.
Eof
: return "<eof>";
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
1938
result = xpathParser.Parse(scanner, xpathBuilder, LexKind.
Eof
);
2063
result = xpathParser.Parse(scanner, xpathBuilder, LexKind.
Eof
);
System\Xml\Xsl\Xslt\XPathPatternParser.cs (1)
37
this.scanner.CheckToken(LexKind.
Eof
);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
815
XslFlags result = xpathParser.Parse(scanner, this, LexKind.
Eof
);