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