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