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