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