7 references to Slash
System.Xml (7)
System\Xml\XPath\Internal\XPathParser.cs (6)
217
if (this.scanner.Kind == XPathScanner.LexKind.
Slash
) {
259
if (this.scanner.Kind == XPathScanner.LexKind.
Slash
) {
287
else if (XPathScanner.LexKind.
Slash
== this.scanner.Kind) {
537
case XPathScanner.LexKind.
Slash
:
553
case XPathScanner.LexKind.
Slash
:
610
else if (XPathScanner.LexKind.
Slash
== this.scanner.Kind) {
System\Xml\XPath\Internal\XPathScanner.cs (1)
164
kind = LexKind.
Slash
;