7 references to Slash
System.Private.Xml (7)
System\Xml\XPath\Internal\XPathParser.cs (6)
242
if (_scanner.Kind == XPathScanner.LexKind.
Slash
)
291
if (_scanner.Kind == XPathScanner.LexKind.
Slash
)
326
else if (XPathScanner.LexKind.
Slash
== _scanner.Kind)
615
case XPathScanner.LexKind.
Slash
:
635
case XPathScanner.LexKind.
Slash
:
698
else if (XPathScanner.LexKind.
Slash
== _scanner.Kind)
System\Xml\XPath\Internal\XPathScanner.cs (1)
192
_kind = LexKind.
Slash
;