4 references to Eof
System.Xml (4)
System\Xml\XPath\Internal\XPathParser.cs (3)
28
if (scanner.Kind != XPathScanner.LexKind.
Eof
) {
38
if (scanner.Kind != XPathScanner.LexKind.
Eof
) {
540
if (this.scanner.Kind == XPathScanner.LexKind.
Eof
|| this.scanner.Kind == XPathScanner.LexKind.Union) {
System\Xml\XPath\Internal\XPathScanner.cs (1)
118
kind = LexKind.
Eof
;