3 references to DotDot
System.Private.Xml (3)
System\Xml\XPath\Internal\XPathParser.cs (2)
344lexKind == XPathScanner.LexKind.DotDot || 361else if (XPathScanner.LexKind.DotDot == _scanner.Kind)
System\Xml\XPath\Internal\XPathScanner.cs (1)
182_kind = LexKind.DotDot;