9 references to Eof
System.Private.Xml (9)
System\Xml\Xsl\XPath\XPathScanner.cs (5)
43LastNonChar = Eof, 137if (_kind == LexKind.Eof) 205_kind = LexKind.Eof; 557if (t == LexKind.Eof) 583case LexKind.Eof: return "<eof>";
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
2310result = _xpathParser.Parse(scanner, _xpathBuilder, LexKind.Eof); 2468result = _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)
889XslFlags result = _xpathParser.Parse(scanner, this, LexKind.Eof);