2 references to isStartNameChar
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\ParseXml.vb (1)
1676If Not isStartNameChar(text(0)) Then
Scanner\ScannerXml.vb (1)
1095err = If(Not isStartNameChar(xmlCh.Char1), ERRID.ERR_IllegalXmlStartNameChar, ERRID.ERR_None)