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