7 references to Slash
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (6)
251
if (_scanner.Kind == XPathScanner.LexKind.
Slash
)
300
if (_scanner.Kind == XPathScanner.LexKind.
Slash
)
335
else if (XPathScanner.LexKind.
Slash
== _scanner.Kind)
628
case XPathScanner.LexKind.
Slash
:
648
case XPathScanner.LexKind.
Slash
:
711
else if (XPathScanner.LexKind.
Slash
== _scanner.Kind)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathScanner.cs (1)
195
_kind = LexKind.
Slash
;