9 references to Eof
System.Private.Xml (9)
System\Xml\Xsl\XPath\XPathScanner.cs (5)
43
LastNonChar =
Eof
,
137
if (_kind == LexKind.
Eof
)
205
_kind = LexKind.
Eof
;
557
if (t == LexKind.
Eof
)
583
case LexKind.
Eof
: return "<eof>";
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
2310
result = _xpathParser.Parse(scanner, _xpathBuilder, LexKind.
Eof
);
2468
result = _xpathParser.Parse(scanner, _xpathBuilder, LexKind.
Eof
);
System\Xml\Xsl\Xslt\XPathPatternParser.cs (1)
36
_scanner.CheckToken(LexKind.
Eof
);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
889
XslFlags result = _xpathParser.Parse(scanner, this, LexKind.
Eof
);