4 references to IsNCNameStart
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XPathLexer.cs (4)
588if (XPathCharTypes.IsNCNameStart(this.ch)) 798if (XPathCharTypes.IsNCNameStart(this.ch)) 884if (PeekChar() == ':' && XPathCharTypes.IsNCNameStart(PeekChar(2))) 899if (XPathCharTypes.IsNCNameStart(PeekChar()))