2 references to isNameChar
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\ParseXml.vb (1)
1685If Not isNameChar(ch) Then
Scanner\ScannerXml.vb (1)
1098err = If(Not isNameChar(xmlCh.Char1), ERRID.ERR_IllegalXmlNameChar, ERRID.ERR_None)