3 references to Dot
System.Xml (3)
System\Xml\XPath\Internal\XPathParser.cs (2)
301 lexKind == XPathScanner.LexKind.Dot || 313if (XPathScanner.LexKind.Dot == this.scanner.Kind) { //>> '.'
System\Xml\XPath\Internal\XPathScanner.cs (1)
152kind = LexKind.Dot;