1 implementation of IsIdentifierStartCharacter
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
441public bool IsIdentifierStartCharacter(char c)
1 reference to IsIdentifierStartCharacter
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
256if (!syntaxFacts.IsIdentifierStartCharacter(name[0]))