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