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