2 references to IsStartNCNameCharXml4e
Microsoft.CodeAnalysis (1)
Xml\XmlCharType.cs (1)
1038return IsStartNCNameCharXml4e(ch) || ch == ':';
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.cs (1)
3367return XmlCharType.IsStartNCNameCharXml4e(ch);