17 references to PeekChar
System.ServiceModel (17)
System\ServiceModel\Dispatcher\XPathLexer.cs (17)
621
if (
PeekChar
() == '.')
629
if (XPathCharTypes.IsDigit(
PeekChar
()))
651
if (
PeekChar
() == ':')
666
if (
PeekChar
() == '/')
696
if (
PeekChar
() == '=')
709
if (
PeekChar
() == '=')
722
if (
PeekChar
() == '=')
781
for (; XPathCharTypes.IsWhitespace(
PeekChar
()); AdvanceChar());
787
for (; XPathCharTypes.IsNCName(
PeekChar
()); AdvanceChar());
793
if (
PeekChar
() == ':' && PeekChar(2) != ':')
801
for (; XPathCharTypes.IsNCName(
PeekChar
()); AdvanceChar());
834
if (this.
PeekChar
() == '(')
847
else if (this.
PeekChar
() == ':' && this.PeekChar(2) == ':')
859
if (this.
PeekChar
() == '(')
884
if (
PeekChar
() == ':' && XPathCharTypes.IsNCNameStart(PeekChar(2)))
899
if (XPathCharTypes.IsNCNameStart(
PeekChar
()))
904
for (; XPathCharTypes.IsNCName(
PeekChar
()); AdvanceChar());