2 references to IsIdentifierStartCharacter
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
UnicodeCharacterUtilities.cs (1)
96if (!IsIdentifierStartCharacter(name![0]))
ValueForms\DefaultSafeNamespaceValueFormFactory.cs (1)
36bool isValidFirstCharacter = UnicodeCharacterUtilities.IsIdentifierStartCharacter(value[i]);