3 references to DotDot
System.Xml (3)
System\Xml\XPath\Internal\XPathParser.cs (2)
302
lexKind == XPathScanner.LexKind.
DotDot
||
317
else if (XPathScanner.LexKind.
DotDot
== this.scanner.Kind) { //>> '..'
System\Xml\XPath\Internal\XPathScanner.cs (1)
155
kind = LexKind.
DotDot
;