4 references to NCNameStart
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XPathLexer.cs (4)
188
SetProperties(BaseChars,
NCNameStart
);
189
SetProperties(IdeogramicChars,
NCNameStart
);
190
SetProperties(OtherNCNameStartChars,
NCNameStart
);
263
return ((GetCode(c) &
NCNameStart
) != 0);