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